<?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: PHP cURL proxy checker</title>
	<atom:link href="http://www.fromzerotoseo.com/php-curl-proxy-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/</link>
	<description>Achieving High Rankings Through Coding</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Adi</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-2529</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Fri, 05 Aug 2011 23:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-2529</guid>
		<description>Good work! simple but clean and useful.

Sites like http://proxyipchecker.com/ surely should use your script to improve their proxy check services.

The last comment that is interesting too, I&#039;m looking at that thread now.

thanks</description>
		<content:encoded><![CDATA[<p>Good work! simple but clean and useful.</p>
<p>Sites like <a href="http://proxyipchecker.com/" rel="nofollow">http://proxyipchecker.com/</a> surely should use your script to improve their proxy check services.</p>
<p>The last comment that is interesting too, I&#8217;m looking at that thread now.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-1562</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Fri, 23 Apr 2010 06:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-1562</guid>
		<description>Matt, have you checked this thread http://www.wickedfire.com/design-development-programming/88726-php-proxy-checker-using-curl_multi.html ? Perhaps there is something for you. Not sure...</description>
		<content:encoded><![CDATA[<p>Matt, have you checked this thread <a href="http://www.wickedfire.com/design-development-programming/88726-php-proxy-checker-using-curl_multi.html" rel="nofollow">http://www.wickedfire.com/design-development-programming/88726-php-proxy-checker-using-curl_multi.html</a> ? Perhaps there is something for you. Not sure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-1561</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 22 Apr 2010 22:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-1561</guid>
		<description>hey, really cool blog you have.

any tips you have on a way i can make this multithreaded?
it works but it i have a huge list</description>
		<content:encoded><![CDATA[<p>hey, really cool blog you have.</p>
<p>any tips you have on a way i can make this multithreaded?<br />
it works but it i have a huge list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-1549</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Sat, 17 Apr 2010 16:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-1549</guid>
		<description>@frank, yes, sure.</description>
		<content:encoded><![CDATA[<p>@frank, yes, sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-1548</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-1548</guid>
		<description>didn&#039;t print the script in my last comment, this is it:

print $_SERVER[&#039;REMOTE_ADDR&#039;];

in php tags of course</description>
		<content:encoded><![CDATA[<p>didn&#8217;t print the script in my last comment, this is it:</p>
<p>print $_SERVER['REMOTE_ADDR'];</p>
<p>in php tags of course</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-1547</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-1547</guid>
		<description>you don&#039;t need a whatismyip function just upload this script to a server other than the one with the proxychecker.php script





your own ip checker web page :)

that&#039; means you don&#039;t have to extract anything, just get your ip like this:

$myIpAddress = get_file_contents( $ipurl );</description>
		<content:encoded><![CDATA[<p>you don&#8217;t need a whatismyip function just upload this script to a server other than the one with the proxychecker.php script</p>
<p>your own ip checker web page <img src='http://www.fromzerotoseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>that&#8217; means you don&#8217;t have to extract anything, just get your ip like this:</p>
<p>$myIpAddress = get_file_contents( $ipurl );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Styles</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-916</link>
		<dc:creator>Ben Styles</dc:creator>
		<pubDate>Fri, 09 Oct 2009 21:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-916</guid>
		<description>Okay dude, I am seriously impressed. Jealous in fact of your prolific programming prowess. You are a god amongst ants.

Now, do you want to really, really, really impress me? I know you do. So here&#039;s how in two simple, easy peasy weasy wittle step:

1. Modify todo 4:

    /*
     * TODO 4
     * Load proxies from a file or database.
     * Return array of [IP]:[port] proxies or NULL. 
     */

    To this:

    /*
     * TODO 4
     * Load proxies by scraping various listings from the Net via google search like so: http://www.google.com/search?hl=en&amp;safe=off&amp;client=safari&amp;rls=en&amp;q=proxy+list+free+port+high+anonymity+new+zealand+%2B%22united+states%22+china&amp;aq=f&amp;oq=&amp;aqi=
     * Process all the proxies to see what&#039;s good.
     * Store those in a db to be tested at interval
     * Return array of [IP]:[port] proxies or NULL. 
     * Rinse and repeat
     */

2. Share code with seozero admirers, or alternatively create an API that admirers can query against for the spiffiest, freshyist proxies ever!

...Or, recommend some other way to automate grabbing good proxies (even paid).

Me wants!

:))</description>
		<content:encoded><![CDATA[<p>Okay dude, I am seriously impressed. Jealous in fact of your prolific programming prowess. You are a god amongst ants.</p>
<p>Now, do you want to really, really, really impress me? I know you do. So here&#8217;s how in two simple, easy peasy weasy wittle step:</p>
<p>1. Modify todo 4:</p>
<p>    /*<br />
     * TODO 4<br />
     * Load proxies from a file or database.<br />
     * Return array of [IP]:[port] proxies or NULL.<br />
     */</p>
<p>    To this:</p>
<p>    /*<br />
     * TODO 4<br />
     * Load proxies by scraping various listings from the Net via google search like so: <a href="http://www.google.com/search?hl=en&#038;safe=off&#038;client=safari&#038;rls=en&#038;q=proxy+list+free+port+high+anonymity+new+zealand+%2B%22united+states%22+china&#038;aq=f&#038;oq=&#038;aqi" rel="nofollow">http://www.google.com/search?hl=en&#038;safe=off&#038;client=safari&#038;rls=en&#038;q=proxy+list+free+port+high+anonymity+new+zealand+%2B%22united+states%22+china&#038;aq=f&#038;oq=&#038;aqi</a>=<br />
     * Process all the proxies to see what&#8217;s good.<br />
     * Store those in a db to be tested at interval<br />
     * Return array of [IP]:[port] proxies or NULL.<br />
     * Rinse and repeat<br />
     */</p>
<p>2. Share code with seozero admirers, or alternatively create an API that admirers can query against for the spiffiest, freshyist proxies ever!</p>
<p>&#8230;Or, recommend some other way to automate grabbing good proxies (even paid).</p>
<p>Me wants!</p>
<p> <img src='http://www.fromzerotoseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anopia</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-616</link>
		<dc:creator>anopia</dc:creator>
		<pubDate>Thu, 11 Jun 2009 18:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-616</guid>
		<description>Just wanted to extend my thanks for this, you just saved me a couple of hours work laying out the framework to check proxys from a DB</description>
		<content:encoded><![CDATA[<p>Just wanted to extend my thanks for this, you just saved me a couple of hours work laying out the framework to check proxys from a DB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-566</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Fri, 22 May 2009 18:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-566</guid>
		<description>Try one of these 
http://ipid.shat.net/iponly/
http://www.whatismyip.com/automation/n09230945.asp</description>
		<content:encoded><![CDATA[<p>Try one of these<br />
<a href="http://ipid.shat.net/iponly/" rel="nofollow">http://ipid.shat.net/iponly/</a><br />
<a href="http://www.whatismyip.com/automation/n09230945.asp" rel="nofollow">http://www.whatismyip.com/automation/n09230945.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.fromzerotoseo.com/php-curl-proxy-checker/comment-page-1/#comment-565</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 22 May 2009 16:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=560#comment-565</guid>
		<description>I&#039;ve started the code, and added &quot;http://www.google.com&quot; in the what is myip function, but i get the error, can&#039;t obtain ip address - i&#039;ve tried to put in my own websites, but i get the same result.

Any ideas what i&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve started the code, and added &#8220;http://www.google.com&#8221; in the what is myip function, but i get the error, can&#8217;t obtain ip address &#8211; i&#8217;ve tried to put in my own websites, but i get the same result.</p>
<p>Any ideas what i&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

