Jump to content

[SOLVED] Split leaving unsplit string in last array element


Kairu

Recommended Posts

Ok, basically, here is the code:

 

<?php
$search = 'http://www.gaiaonline.com/p/' . urlencode($_GET['u']);
$content =  file_get_contents($search);
$array = split('"', $content);

echo "Profile: " . $search . "<BR><BR>";

for($i=0; $i<=count($array); $i++)
{
    if(ereg("/forum/searchposts/", $array[$i]) != false || ereg("/forum/myposts/", $array[$i]) != false || ereg('/profiles/\?u=', $array[$i]) != false)
    {
        $temp = $array[$i];
        break;
    }
}


$temp = split('=', $temp);
$ID = $temp[1];
echo "<BR><BR>ID:      " . $ID . "<BR><BR>";

$HEX = dechex($ID);

echo "HEX:     " . $HEX . "<BR><BR>";

for($i=0; $i<=count($array); $i++)
{
    if(ereg($HEX, $array[$i]) != false)
    {
        $URL = $array[$i];
    }
}

echo "<BR><BR>URL:     " . $URL;

?>

 

I though I had covered all angles of the different profiles, but am now figuring out that for some reason certain profiles are not splitting completely.

 

Basically, I am taking the source of entire pages, splitting them by " and then searching through them for specific information. But profiles such as:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head id="profiles_head">
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>Gaia Online :: `Osiris's profile</title>

<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/common.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/viewer.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/panels.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/decorations.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/header.css?v=9" type="text/css" />
    <link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/smilies.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/quote.css?v=9" type="text/css" />
<link rel="stylesheet" href="http://s2.cdn.gaiaonline.com/src/css/profiles/v2/alert.css?v=9" type="text/css" />

  <link rel="stylesheet" type="text/css" href="http://s2.cdn.gaiaonline.com/src/yui/container/assets/container.css?2.5.0a"> 
  <script type="text/javascript" src="http://s2.cdn.gaiaonline.com/src/yui/utilities/utilities.js?2.5.0a"></script>
  <script src="http://s2.cdn.gaiaonline.com/src/js/profile/view.js?9"></script>
  <script type="text/javascript" src="http://s2.cdn.gaiaonline.com/src/common/header.js?9"></script>
  <script type="text/javascript" src="http://s2.cdn.gaiaonline.com/src/common.js?9"></script>
  <script src="http://s2.cdn.gaiaonline.com/src/yui/container/container.js?2.5.0a"></script>
  
<style type="text/css">
.panel{padding: 15px;}
.panel h2{
margin:-5px -5px 10px -5px;
padding:5px 6px;
background:#AAA;
text-align:left;
text-transform:uppercase;
font-weight:bold;
color:#FFF;
font-size:10px;
}

html { background: url(http://s2.cdn.gaiaonline.com/images/profiles/v2/backgrounds/bg_designgrid.gif) repeat; }
body { background:  no-repeat; }

.panel h2{
  background: #BDE3F7;
  color: #fff;
}

.panel{background:#fff;color:#000;}

a{color:#BDE3F7;}
#header a{color:#BDE3F7;}



TD, FONT, P, BR, BODY
{font-family: Arial;color: #ffffff} 
a:link
{color: #ffffff;font-weight: none ;text-decoration: none;}
a:visited 
{color: #ffffff;font-weight: none ;text-decoration: none;} 
a:hover
{color: #ffffff;font-weight: underline;text-decoration: none;}
a:active
{color: #ffffff;font-weight: none ;text-decoration: none;} 

html, #viewer
{background: #000000;margin-left: auto; margin-right: auto; width: 760px;}

#gaia_header
{font-size: 6pt;}

#id_details
{background: transparent;font-color: #ffffff; position: relative; top: -1095px;left:586px; width: 150px; height: 140px;}
#id_details p
{font-size:6pt;}

#id_forum
{position:relative; top: -865px; left: 581px; width: 150px; height: 40px;}
#id_forum p
{font-size:6pt;}

#id_journal
{position:relative; top: -951px; left: 391px; width: 345px; height: 75px;}
#id_journal p, #id_journal ul, #id_journal .journal-date
{font-size:6pt;}

#id_friends
{font-size:6pt;position:relative; top:-1298px; left: 47px;width: 75px;}
#id_friends .style2
{width: 100px;}

#id_comments{font-size:6.5pt;margin-left: auto; margin-right: auto; width: 700px;height: 100px; overflow:scroll; overflow-x:hidden;overflow-y:auto;}

#id_custom_4643
{background: transparent url(http://tinyurl.com/2kcy4j) no-repeat center ;font-color: #ffffff; width: 738px; height: 500px;}

#id_custom_4647
{background: transparent;font-size:6.5pt;position:relative; width: 438px; height: 330px; top:-630px;left: 137px;}

#column_2
{margin-left: auto; margin-right: auto; position: relative; width: 760px; height: 700px;}

#column_1, #column_3, #id_details img, #column_2 h2, #id_journal h3
{display:none;}


#id_friends, #id_forum, #id_journal, #id_comments
{background:transparent;}
</style>

  <style type="text/css">.bd { color: #000; }</style>
</head>

<body id="viewer">
<div id="gaia_header">
<ul id="header_left">
<li class="spacer"></li>
<li><a href="/"  ><img src="http://s2.cdn.gaiaonline.com/images/profile/mini_gaialogo.gif" width="47" height="23" alt="Gaia" /></a></li>
<li>| <a href="/">Home</a></li>
<li>| <a href="/mygaia/">My Gaia</a></li>
<li>| <a href="/community/">Community</a></li>
<li>| <a href="/games/">Games</a></li>
<li>| <a href="/world/">World</a></li>
<li>| <a href="/store/">GStore</a></li>
</ul>

<ul id="header_right">
  <img src="http://s2.cdn.gaiaonline.com/images/1x1.gif" width="1" height="23" alt="" />
  <li><a href="/profiles/?u=2311470" class="user_info" name="2311470"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="options" /></a><a href="/profiles/?u=2311470">`Osiris</a></li>
<li>| <a href="/gaia/login.php">Sign In</a></li>
</ul>
</div>


<div style="display:none"><script type="text/javascript" src="http://s2.cdn.gaiaonline.com/src/common/omniture.js?v=9"></script></div>
<div id="columns"><div id="column_1" class="column focus_column"> </div><div id="column_2" class="column focus_column"><div id="id_custom_4643" class="panel custom_panel" >
  <h2 id="custom_4643_title"></h2>
    
           <div id="custom_4643_content"></div>
    
    <div class="clear"></div>
</div>

<div class="panel comments_panel" id="id_comments">
<h2 id="comments_title">Comments</h2>

<!-- Alerts Banner BEGIN -->
<div>
<span id="alert_container"><a href="/profiles/?mode=addcomment&u=2311470">Add Comment</a></span>
<div class="clear"></div>
</div>
<!--- Alerts Banner END -->

<p><a href="/profiles/?mode=comments&u=2311470">View All Comments</a></p>

<dl class="style2">
	<dt>
		<span class="username">
		<a href="/profiles/?u=427704" class="user_info" name="427704"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Brutis"/></a><a href="/profiles/?u=427704">Brutis</a></span>
		<span class="date">07/28/2008 10:53 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=427704"></a>
		<p>Lol, your avi is awesome. xD</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=14711257" class="user_info" name="14711257"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Sweet_PrinceDA"/></a><a href="/profiles/?u=14711257">Sweet_PrinceDA</a></span>
		<span class="date">07/27/2008 11:08 pm</span>
	</dt>

	<dd>
					<a href="/profiles/?u=14711257"></a>
		<p>I must say. I adore your avi. <3</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=5300448" class="user_info" name="5300448"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="xXHellish_ChaosXx"/></a><a href="/profiles/?u=5300448">xXHellish_ChaosXx</a></span>
		<span class="date">07/27/2008 8:56 pm</span>
	</dt>

	<dd>
					<a href="/profiles/?u=5300448"></a>
		<p>Just wanted to say that I've seen your avvie around the SF and find it funny and kinda cute XD</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=6735156" class="user_info" name="6735156"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Yukai-kun"/></a><a href="/profiles/?u=6735156">Yukai-kun</a></span>
		<span class="date">07/26/2008 1:40 pm</span>
	</dt>

	<dd>
					<a href="/profiles/?u=6735156"></a>
		<p>Lol nice avatar</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=453291" class="user_info" name="453291"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Lhumina"/></a><a href="/profiles/?u=453291">Lhumina</a></span>
		<span class="date">07/26/2008 10:37 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=453291"></a>
		<p>Your avatar is the most incredible, amazing, beautiful thing I have ever laid eyes on. <img src="http://s2.cdn.gaiaonline.com/images/common/smilies/icon_gonk.gif"/></p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=2542973" class="user_info" name="2542973"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Kaenai"/></a><a href="/profiles/?u=2542973">Kaenai</a></span>
		<span class="date">07/26/2008 10:21 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=2542973"></a>
		<p>your avatar. it's freakin' great. xD</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=10562584" class="user_info" name="10562584"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="iWhat"/></a><a href="/profiles/?u=10562584">iWhat</a></span>
		<span class="date">07/26/2008 9:43 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=10562584"></a>
		<p>I lol'd at your avi. xDD</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=9302613" class="user_info" name="9302613"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Channoia"/></a><a href="/profiles/?u=9302613">Channoia</a></span>
		<span class="date">07/26/2008 8:54 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=9302613"></a>
		<p>XD I laughed at your avatar. It's awesome~!</p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=11240281" class="user_info" name="11240281"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Maxehwaxeh"/></a><a href="/profiles/?u=11240281">Maxehwaxeh</a></span>
		<span class="date">07/26/2008 8:21 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=11240281"></a>
		<p>still doing your pixel work i see.. keep it up <img src="http://s2.cdn.gaiaonline.com/images/common/smilies/icon_3nodding.gif"/></p>
	</dd>
			<dt>
		<span class="username">
		<a href="/profiles/?u=7405322" class="user_info" name="7405322"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Welcome to Rainbow"/></a><a href="/profiles/?u=7405322">Welcome to Rainbow</a></span>
		<span class="date">07/26/2008 7:51 am</span>
	</dt>

	<dd>
					<a href="/profiles/?u=7405322"></a>
		<p>I lol'd at your avatar.<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
I've never done that with another avatar so feel happy.<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
=D</p>
	</dd>
	</dl>
<div class="clear"></div>
</div>

                                                                                      <div id="id_custom_4647" class="panel custom_panel" >
  <h2 id="custom_4647_title"></h2>
    
           <div id="custom_4647_content"><span style="color:white"><div style="width: 100%; text-align:justify;">Hi there.
<br />
<br />This is my new profile, which is still under construction, however most of the elements have been put in. Just need to put in one of those bars that have PM, Add, Trade and Ignore things on it. And possibly find something more interesting to say in here cause it feels like im just rambling on right now... 
<br />._____.;;
<br />
<br />UPDATEUPDATE:
<br />MAN I started this when I was still in High School....now im in Uni and its still not done...damm....im bad ><
<br />
<br />UPDATE:
<br />WOW, man im SUPER lazy, its been like 3-4 months and I have barely done anything but update the fact that I havent updated anything -_____-
<br />
<br />
<br />`Osiris</span></div></div>
    
    <div class="clear"></div>
</div><div id="id_forum" class="panel forums_panel">
    <h2 id="forum_title">Forums</h2>

        
    <p><strong>Posts per Day:</strong> 18.30</p>
    <p><strong>Total Posts:</strong> 19997</p>
    
            <p><a href="/forum/myposts/2311470/"> Latest Posts</a></p>
    </div>
<div class="panel details_panel" id="id_details" >
<h2 id="details_title">`Osiris</h2>
			<p><img src="http://a2.cdn.gaiaonline.com/gaia/members/ava/2e/45/431e2ca623452e_flip.png?t=1217063867_6.00_00" alt="`Osiris" width="120" height="150" /></p>
	<p><strong>Last Login:</strong> 07/28/2008 8:41 am</p><p><strong>Registered:</strong> 07/31/2005<p><strong>Gender:</strong> Male</p><p><strong>Location:</strong> Australia</p><p><strong>Birthday:</strong> 01/07/1990</p><p><strong>Occupation:</strong> Student - University</p></div>
<div class="panel journal_panel" id="id_journal">
<h2 id="journal_title">Journal</h2>
<p><a href="/journal/?u=2311470">View Journal</a></p>
<h3>.:[O.o]:.</h3>



<p>Why Put A Proper Title When You Can Make a Face</p>
<ul id="entries">
<li><a href="/journal/?mode=view&post_id=12240741"><span class="journal-date">(07/19/2007 07:59 pm)</span> Profile Update</a></li> 
<li><a href="/journal/?mode=view&post_id=11903217"><span class="journal-date">(07/10/2007 11:22 pm)</span> ARTZ, FARTZ, CARTZ, MARTZ, DARTZ, PARTZ, ARTZ</a></li> 
<li><a href="/journal/?mode=view&post_id=8875564"><span class="journal-date">(03/23/2007 08:49 am)</span> Yah-Koh-Boh Prompt</a></li> 
<li><a href="/journal/?mode=view&post_id=6871761"><span class="journal-date">(12/28/2006 06:45 am)</span> Yah-Koh-Boh Prompt I</a></li> 
<li><a href="/journal/?mode=view&post_id=6355783"><span class="journal-date">(12/01/2006 09:16 pm)</span> Angelic Scarf Quest</a></li> 


</ul>
</div>
<div class="panel friends_panel" id="id_friends">
<h2 id="friends_title">Friends</h2>


<!-- Find Friends Banner BEGIN -->
<div>
        <div class="clear"></div>
</div>
<!-- Find Friends Banner END -->

<p><a href="/profiles/?mode=friends&u=2311470">View All Friends</a></p>


<p></p>
<ul class="style2">
<li>
<p><span><a href="/profiles/?u=2311470" class="user_info" name="2311470"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="`Osiris" width="11" height="11" /></a><a href="/profiles/?u=2311470">`Osiris</a></span></p>
<a href="/profiles/?u=2311470"></a>
</li>
<li>
<p><span><a href="/profiles/?u=2419432" class="user_info" name="2419432"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Pompetti" width="11" height="11" /></a><a href="/profiles/?u=2419432">Pompetti</a></span></p>
<a href="/profiles/?u=2419432"></a>
</li>
<li>
<p><span><a href="/profiles/?u=1318242" class="user_info" name="1318242"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Merumiharu" width="11" height="11" /></a><a href="/profiles/?u=1318242">Merumiharu</a></span></p>
<a href="/profiles/?u=1318242"></a>
</li>
<li>
<p><span><a href="/profiles/?u=2854172" class="user_info" name="2854172"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Nymphiedora" width="11" height="11" /></a><a href="/profiles/?u=2854172">Nymphie...</a></span></p>
<a href="/profiles/?u=2854172"></a>
</li>
<li>
<p><span><a href="/profiles/?u=125930" class="user_info" name="125930"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Bolweevil" width="11" height="11" /></a><a href="/profiles/?u=125930">Bolweevil</a></span></p>
<a href="/profiles/?u=125930"></a>
</li>
<li>
<p><span><a href="/profiles/?u=2772320" class="user_info" name="2772320"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="`deja vu" width="11" height="11" /></a><a href="/profiles/?u=2772320">`deja vu</a></span></p>
<a href="/profiles/?u=2772320"></a>
</li>
<li>
<p><span><a href="/profiles/?u=2302955" class="user_info" name="2302955"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Elindranyth" width="11" height="11" /></a><a href="/profiles/?u=2302955">Elindra...</a></span></p>
<a href="/profiles/?u=2302955"></a>
</li>
<li>
<p><span><a href="/profiles/?u=206231" class="user_info" name="206231"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Harley Queen" width="11" height="11" /></a><a href="/profiles/?u=206231">Harley ...</a></span></p>
<a href="/profiles/?u=206231"></a>
</li>
<li>
<p><span><a href="/profiles/?u=5973031" class="user_info" name="5973031"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Baconpeople" width="11" height="11" /></a><a href="/profiles/?u=5973031">Baconpe...</a></span></p>
<a href="/profiles/?u=5973031"></a>
</li>
<li>
<p><span><a href="/profiles/?u=684034" class="user_info" name="684034"><img src="http://s2.cdn.gaiaonline.com/images/profiles/v2/user_icon.gif" alt="Ozmo Azarath" width="11" height="11" /></a><a href="/profiles/?u=684034">Ozmo Az...</a></span></p>
<a href="/profiles/?u=684034"></a>
</li>
</ul>
<div class="clear"></div>
</div>
 </div><div id="column_3" class="column focus_column"> </div></div>
<div id="user_info_popup_panel" class="user_info_popup">
<p><a id="uip_close" href="#">Close</a></p>
<p><a id="uip_username" href="#"></a></p>
<p><a id="uip_profile" href="#"><img id="uip_avatar"/></a></p>
<ul>
<li><a id="uip_fl" href="#">Add to Friends / Ignored</a></li>
<li><a id="uip_sm" href="#">Send Message</a></li>
<li><a id="uip_ti" href="#">Trade Items</a></li>
<li><a id="uip_vp" href="#">View Posts</a></li>
<li><a id="uip_vg" href="#">View Guilds</a></li>
</ul>
</div>

<script>var users = {'427704': {'username':'Brutis', 'avatar':'ava/b8/86/3e2d5521686b8_flip.png?t=1217270479_6.00_00'},'453291': {'username':'Lhumina', 'avatar':'ava/ab/ea/7f943a96eaab_flip.png?t=1217271072_6.00_10'},'927538': {'username':'Imz', 'avatar':'ava/32/27/13d6cce8e2732_flip.png?t=1211753961_6.00_00'},'933249': {'username':'BarbieSlave', 'avatar':'ava/81/3d/72bd852be3d81_flip.png?t=1217022850_6.00_11'},'1251406': {'username':'Capsule Master Pen', 'avatar':'ava/4e/18/43e18fc913184e_flip.png?t=1217283314_6.00_00'},'1318242': {'username':'Merumiharu', 'avatar':'ava/62/1d/32847c07141d62_flip.png?t=1216685667_6.00_00'},'2042917': {'username':'Gale-chan', 'avatar':'ava/25/2c/73b4aa5a1f2c25_flip.png?t=1217281611_6.00_00'},'2542973': {'username':'Kaenai', 'avatar':'ava/7d/cd/663491c726cd7d_flip.png?t=1217115560_6.00_00'},'5143109': {'username':'powermode', 'avatar':'ava/45/7a/1b47405a4e7a45_flip.png?t=1217124872_6.00_00'},'5300448': {'username':'xXHellish_ChaosXx', 'avatar':'ava/e0/e0/696fcd4750e0e0_flip.png?t=1217163971_6.00_01'},'6735156': {'username':'Yukai-kun', 'avatar':'ava/34/c5/37a6318d66c534_flip.png?t=1217271109_6.00_10'},'7405322': {'username':'Welcome to Rainbow', 'avatar':'ava/0a/ff/7bdc223570ff0a_flip.png?t=1217283353_6.00_00'},'8204492': {'username':'Prince Forever True', 'avatar':'ava/cc/30/2caa137a7d30cc_flip.png?t=1217199431_6.00_00'},'9302613': {'username':'Channoia', 'avatar':'ava/55/f2/8fe6c8f8df255_flip.png?t=1207161281_6.00_00'},'10562584': {'username':'iWhat', 'avatar':'ava/18/2c/28ea1254a12c18_flip.png?t=1217173781_6.00_01'},'11240281': {'username':'Maxehwaxeh', 'avatar':'ava/59/83/290238c7ab8359_flip.png?t=1217124411_6.00_11'},'12290174': {'username':'Ikou-Kuhn', 'avatar':'ava/7e/88/485d99babb887e_flip.png?t=1217224694_6.00_01'},'14711257': {'username':'Sweet_PrinceDA', 'avatar':'ava/d9/79/217c5c47e079d9_flip.png?t=1217282547_6.00_00'},'2311470':{'username':'`Osiris', 'avatar':'ava/2e/45/431e2ca623452e.png?t=1217063867_6.00_00'},'2419432':{'username':'Pompetti', 'avatar':'ava/e8/ea/6498623624eae8.png?t=1203475278_6.00_01'},'2854172':{'username':'Nymphiedora', 'avatar':'ava/1c/8d/728ac8012b8d1c.png?t=1217211778_6.00_00'},'125930':{'username':'Bolweevil', 'avatar':'ava/ea/eb/279fa2811ebea.png?t=1216972505_6.00_11'},'2772320':{'username':'`deja vu', 'avatar':'ava/60/4d/5d33dbe72a4d60.png?t=1216764685_6.00_01'},'2302955':{'username':'Elindranyth', 'avatar':'ava/eb/23/2d4e54662323eb.png?t=1217168811_6.00_11'},'206231':{'username':'Harley Queen', 'avatar':'ava/97/25/2439324632597.png?t=1217223161_6.00_10'},'5973031':{'username':'Baconpeople', 'avatar':'ava/27/24/33700d895b2427.png?t=1194109508_6.00_11'},'684034':{'username':'Ozmo Azarath', 'avatar':'ava/02/70/90ab64aa7002.png?t=1217281768_6.00_00'}}; gapv.setUsers(users); gapv.initUsers();</script><div id="item_info_popup_panel" class="item_info_popup">
<p><a id="iip_close" href="#">Close</a></p>
<p id="iip_name"></p>
<p><img id="iip_image" /></p>
<p id="iip_desc"></p>
<p id="iip_gender"></p>
<p id="iip_price"></p>
<p id="iip_store"></p>
<ul>
<li><a id="iip_wl">Add to Wish List</a></li>
<li><a id="iip_mp">Check Marketplace</a></li>
</ul>
</div>

<script>var items = {}; gapv.setItems(items); gapv.initItems();</script><div id="pictures_container">
</div><div id="texts_container">
</div><!-- SiteCatalyst code version: H.14.
Copyright 1997-2008 Omniture, Inc. More info available at http://www.omniture.com -->
<script language="JavaScript"><!--
s.pageName="profile2";s.channel="mygaia";s.prop1="not registered";s.prop2="not registered";s.prop3="not registered";s.prop4="not registered";s.prop5="not registered";

/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<!-- End SiteCatalyst code version: H.14. -->






<div id="footer"></div>

</body>
</html>

 

Just stop after splitting into [372] array elements, and the rest is just lumped into [372]. There are numerous quotation marks within the lump of unsplit source, and I am not sure why. Is there a solution to this? Or at least some logical reason?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.