<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Myspace Access Class - ver 2.4</title>
	<atom:link href="http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/</link>
	<description>geek, sometime ninja</description>
	<pubDate>Tue,  6 Jan 2009 22:51:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sid</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-157</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 29 May 2007 07:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-157</guid>
		<description>Triangle - send me you function in a .php file : poetics5@yahoo.com</description>
		<content:encoded><![CDATA[<p>Triangle - send me you function in a .php file : <a href="mailto:poetics5@yahoo.com">poetics5@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Triangle</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-156</link>
		<dc:creator>Triangle</dc:creator>
		<pubDate>Tue, 29 May 2007 01:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-156</guid>
		<description>it didn't display the echo part.  it is just echo'ing the img src"....."</description>
		<content:encoded><![CDATA[<p>it didn&#8217;t display the echo part.  it is just echo&#8217;ing the img src&#8221;&#8230;..&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Triangle</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-155</link>
		<dc:creator>Triangle</dc:creator>
		<pubDate>Tue, 29 May 2007 01:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-155</guid>
		<description>I'm trying to pull all the images off of my profile page.  The page that displays all my info, pictures, friends, etc.  The code below returns all the images from MYSPACE.COM and also my TOP 8.  It's really wierd.  It's like it goes to myspace.com, gets the images, then get my top eight from somewhere else.  I don't know where.  Can you look at the code and see if you can get it to pull the images just from my profile page?  thanks, good code by the way.

function pullrandompictures(){

$this-&#62;newLocation("http://www.myspace.com/{$this-&#62;myId}");
	preg_match_all('#]*src\s*=\s*[\'"]?([^\'"\s&#62;]+)[\'"]?[\s&#62;]#i',$this-&#62;page, $images);
foreach($images[1] as $image)
{
   echo "";  }}</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to pull all the images off of my profile page.  The page that displays all my info, pictures, friends, etc.  The code below returns all the images from <a href="http://MYSPACE.COM" title="http://MYSPACE.COM" class="autohyperlink" target="_blank">MYSPACE.COM</a> and also my TOP 8.  It&#8217;s really wierd.  It&#8217;s like it goes to <a href="http://myspace.com" title="http://myspace.com" class="autohyperlink" target="_blank">myspace.com</a>, gets the images, then get my top eight from somewhere else.  I don&#8217;t know where.  Can you look at the code and see if you can get it to pull the images just from my profile page?  thanks, good code by the way.</p>
<p>function pullrandompictures(){</p>
<p>$this-&gt;newLocation(&#8221;http://www.myspace.com/{$this-&gt;myId}&#8221;);<br />
	preg_match_all(&#8217;#]*src\s*=\s*[\'"]?([^\'"\s&gt;]+)[\'"]?[\s&gt;]#i&#8217;,$this-&gt;page, $images);<br />
foreach($images[1] as $image)<br />
{<br />
   echo &#8220;&#8221;;  }}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-154</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 28 May 2007 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-154</guid>
		<description>Hi denis, this is a php class, not a plugin, to use it, you'll have to have at least some knowledge of php</description>
		<content:encoded><![CDATA[<p>Hi denis, this is a php class, not a plugin, to use it, you&#8217;ll have to have at least some knowledge of php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denis</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-153</link>
		<dc:creator>denis</dc:creator>
		<pubDate>Mon, 28 May 2007 18:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-153</guid>
		<description>Hi! whow to install it plugin? i load all files on plugin directroy on my WORPRESS but i can seen anything in my control panel (in my plugins activate panel). Whow to swith on this plugin? I have 2.2 version of worpress.</description>
		<content:encoded><![CDATA[<p>Hi! whow to install it plugin? i load all files on plugin directroy on my WORPRESS but i can seen anything in my control panel (in my plugins activate panel). Whow to swith on this plugin? I have 2.2 version of worpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-152</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 22 May 2007 09:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-152</guid>
		<description>I wouldn't worry about it, but i would recommend updating when the next release comes out (lots of new functions)</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t worry about it, but i would recommend updating when the next release comes out (lots of new functions)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sike</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-151</link>
		<dc:creator>Sike</dc:creator>
		<pubDate>Tue, 22 May 2007 05:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-151</guid>
		<description>I couldn't figure out how to stop getting the errors on line 142 and 230 above, so I just deleted those lines.  It's working fine now.  Should I be worried about not having those lines?</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t figure out how to stop getting the errors on line 142 and 230 above, so I just deleted those lines.  It&#8217;s working fine now.  Should I be worried about not having those lines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-150</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Mon, 21 May 2007 23:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-150</guid>
		<description>It sounds like your running php in safe mode. as far as the makerror issue i think i fixed that in the lastest version</description>
		<content:encoded><![CDATA[<p>It sounds like your running php in safe mode. as far as the makerror issue i think i fixed that in the lastest version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sike</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-149</link>
		<dc:creator>Sike</dc:creator>
		<pubDate>Mon, 21 May 2007 22:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-149</guid>
		<description>here are all the errors.

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 142
0 : 99999999

Fatal error: Call to undefined function: makeerror() in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 230</description>
		<content:encoded><![CDATA[<p>here are all the errors.</p>
<p>Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 142<br />
0 : 99999999</p>
<p>Fatal error: Call to undefined function: makeerror() in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 230</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sike</title>
		<link>http://gregsidberry.com/2007/04/27/myspace-access-class-ver-24/comment-page-1/#comment-148</link>
		<dc:creator>Sike</dc:creator>
		<pubDate>Mon, 21 May 2007 22:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://elsid.net/2007/04/27/myspace-access-class-ver-24/#comment-148</guid>
		<description>wierd.  I got this to work once, but then I set it my profile to private to test it and it didn't work.  so I put it back to public, and now itsn' not working.  I'm getting these errors.  Any idea?

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 142
0 : 99999999

Fatal error: Call to undefined</description>
		<content:encoded><![CDATA[<p>wierd.  I got this to work once, but then I set it my profile to private to test it and it didn&#8217;t work.  so I put it back to public, and now itsn&#8217; not working.  I&#8217;m getting these errors.  Any idea?</p>
<p>Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/ahurfnay/public_html/myspace.class.ver.2.php on line 142<br />
0 : 99999999</p>
<p>Fatal error: Call to undefined</p>
]]></content:encoded>
	</item>
</channel>
</rss>
