<?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: Rapidshare Link Checker API &#8211; Easy PHP Code to Check RapidShare Files</title>
	<atom:link href="http://blog.gr80.net/post/rapidshare-link-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gr80.net/post/rapidshare-link-checker/</link>
	<description>wandering php developer with some books about reality ..</description>
	<lastBuildDate>Wed, 04 May 2011 20:39:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: shadyvb</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-463</link>
		<dc:creator>shadyvb</dc:creator>
		<pubDate>Wed, 05 May 2010 12:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-463</guid>
		<description>I&#039;m glad it worked for you :D</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad it worked for you <img src='http://blog.gr80.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p-avel</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-462</link>
		<dc:creator>p-avel</dc:creator>
		<pubDate>Tue, 04 May 2010 23:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-462</guid>
		<description>yes, it works perfectly
Thank you very much shadyvb :)</description>
		<content:encoded><![CDATA[<p>yes, it works perfectly</p>
<p>Thank you very much shadyvb <img src='http://blog.gr80.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadyvb</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-461</link>
		<dc:creator>shadyvb</dc:creator>
		<pubDate>Mon, 03 May 2010 19:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-461</guid>
		<description>you can easily trim the url passed to the function, for example :
rs_check( trim($url) );</description>
		<content:encoded><![CDATA[<p>you can easily trim the url passed to the function, for example :</p>
<p>rs_check( trim($url) );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p-avel</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-460</link>
		<dc:creator>p-avel</dc:creator>
		<pubDate>Mon, 03 May 2010 19:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-460</guid>
		<description>Hi,
in the regexp is something wrong because when it checks good link but with space at the end, it return me a bad $fStatus.
Can you check this?
Greetings from Poland :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>in the regexp is something wrong because when it checks good link but with space at the end, it return me a bad $fStatus.</p>
<p>Can you check this?<br />
Greetings from Poland <img src='http://blog.gr80.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadyvb</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-396</link>
		<dc:creator>shadyvb</dc:creator>
		<pubDate>Sun, 20 Dec 2009 11:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-396</guid>
		<description>thanks for the tip, i shall add a way to use curl instead , this really should be better in production env.</description>
		<content:encoded><![CDATA[<p>thanks for the tip, i shall add a way to use curl instead , this really should be better in production env.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gadelkareem</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-394</link>
		<dc:creator>gadelkareem</dc:creator>
		<pubDate>Sun, 20 Dec 2009 06:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-394</guid>
		<description>you know file_get_contents() uses fopen() which is slow...try curl instead ;)
great post dude!</description>
		<content:encoded><![CDATA[<p>you know file_get_contents() uses fopen() which is slow&#8230;try curl instead <img src='http://blog.gr80.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
great post dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadyvb</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-100</link>
		<dc:creator>shadyvb</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-100</guid>
		<description>I&#039;m glad it works for you!
I just love automating stuff, I&#039;ve tons of scripts to do daily or repeatitve tasks i usually spend time at my server ..</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad it works for you!</p>
<p>I just love automating stuff, I&#8217;ve tons of scripts to do daily or repeatitve tasks i usually spend time at my server ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavo</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-99</link>
		<dc:creator>Gavo</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-99</guid>
		<description>Thanks :)
This has speeded up link checking 500% for my site.</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://blog.gr80.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This has speeded up link checking 500% for my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shadyvb</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-98</link>
		<dc:creator>shadyvb</dc:creator>
		<pubDate>Sat, 24 Oct 2009 14:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-98</guid>
		<description>sure, please feel free to do so as long as u mention the source ..</description>
		<content:encoded><![CDATA[<p>sure, please feel free to do so as long as u mention the source ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polprav</title>
		<link>http://blog.gr80.net/post/rapidshare-link-checker/comment-page-1/#comment-96</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Fri, 16 Oct 2009 21:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gr80.net/?p=94#comment-96</guid>
		<description>Hello from Russia!
Can I quote a post in your blog with the link to you?</description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
