<?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: Easy &#8220;PHP Proxy Checker&#8221; Writing Tutorial</title>
	<atom:link href="http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/</link>
	<description>How to Market Online using the affiliate Channel.</description>
	<lastBuildDate>Thu, 20 Oct 2011 20:17:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ShavedApe</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-154275</link>
		<dc:creator>ShavedApe</dc:creator>
		<pubDate>Sun, 13 Feb 2011 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-154275</guid>
		<description>Works great thank you was exactly what I needed now I just have to find a place I can get my script to auto update the txt file from.

Justin the topic never said it did check anonymity.</description>
		<content:encoded><![CDATA[<p>Works great thank you was exactly what I needed now I just have to find a place I can get my script to auto update the txt file from.</p>
<p>Justin the topic never said it did check anonymity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xan Axbars</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-150258</link>
		<dc:creator>Xan Axbars</dc:creator>
		<pubDate>Wed, 26 Jan 2011 21:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-150258</guid>
		<description>Great post , looks 90% like something i wrote a year ago , and klevis is right - you should add the CURLOPT_RETURNTRANSFER flag.

@justin - 
if you want to check for anonymity you can store a php file on a remote server that shows you your IP  , or you can just load a page like http://checkip.dyndns.com/ that does the same for you (there are many like this one , just google check ip )</description>
		<content:encoded><![CDATA[<p>Great post , looks 90% like something i wrote a year ago , and klevis is right &#8211; you should add the CURLOPT_RETURNTRANSFER flag.</p>
<p>@justin &#8211;<br />
if you want to check for anonymity you can store a php file on a remote server that shows you your IP  , or you can just load a page like <a href="http://checkip.dyndns.com/" rel="nofollow">http://checkip.dyndns.com/</a> that does the same for you (there are many like this one , just google check ip )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-113954</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-113954</guid>
		<description>This does nothing to check the anonymity of the proxies though.</description>
		<content:encoded><![CDATA[<p>This does nothing to check the anonymity of the proxies though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klevis miho</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-112836</link>
		<dc:creator>klevis miho</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-112836</guid>
		<description>You should add this line of code:

curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

to assign the output into the $page variable:

$page = curl_exec($ch);</description>
		<content:encoded><![CDATA[<p>You should add this line of code:</p>
<p>curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);</p>
<p>to assign the output into the $page variable:</p>
<p>$page = curl_exec($ch);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Val</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-102657</link>
		<dc:creator>Simon Val</dc:creator>
		<pubDate>Sun, 10 May 2009 16:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-102657</guid>
		<description>I made a proxy site myself, I believe the right to privacy on the internet is important, new ruling about the police in britain being able to hack into people compmuters without warrant is crazy. Anyone remeber george orwells 1984?</description>
		<content:encoded><![CDATA[<p>I made a proxy site myself, I believe the right to privacy on the internet is important, new ruling about the police in britain being able to hack into people compmuters without warrant is crazy. Anyone remeber george orwells 1984?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Layla Rowan</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-102649</link>
		<dc:creator>Layla Rowan</dc:creator>
		<pubDate>Sun, 10 May 2009 15:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-102649</guid>
		<description>Most of the web proxies I know have been banned by my works filters but I found this one that seems to work http:/www.heavymist.com</description>
		<content:encoded><![CDATA[<p>Most of the web proxies I know have been banned by my works filters but I found this one that seems to work http:/www.heavymist.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Bass</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-102645</link>
		<dc:creator>James Bass</dc:creator>
		<pubDate>Sun, 10 May 2009 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-102645</guid>
		<description>proxy sites wouldnt be needed if we were not spied on at every turn. Some people don&#039;t believe in a right to privacy</description>
		<content:encoded><![CDATA[<p>proxy sites wouldnt be needed if we were not spied on at every turn. Some people don&#8217;t believe in a right to privacy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bluuuejammm</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-67001</link>
		<dc:creator>Bluuuejammm</dc:creator>
		<pubDate>Fri, 03 Oct 2008 15:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-67001</guid>
		<description>Good stuff, just what I have been looking for, thx man.</description>
		<content:encoded><![CDATA[<p>Good stuff, just what I have been looking for, thx man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemn=ma</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-9704</link>
		<dc:creator>gemn=ma</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-9704</guid>
		<description>hya have u got eny proxie tht work cause i have had lots of thm and they keep getting blocked 
i tryed
www.niceproxy.com
www.forceproxy.com

and lots more</description>
		<content:encoded><![CDATA[<p>hya have u got eny proxie tht work cause i have had lots of thm and they keep getting blocked<br />
i tryed<br />
<a href="http://www.niceproxy.com" rel="nofollow">http://www.niceproxy.com</a><br />
<a href="http://www.forceproxy.com" rel="nofollow">http://www.forceproxy.com</a></p>
<p>and lots more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neon</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/comment-page-1/#comment-8928</link>
		<dc:creator>neon</dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/easy-php-proxy-checker-writing-tutorial/#comment-8928</guid>
		<description>You need also this line before the curl_exec:

curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

So it will not echo the output, but return as $page variable.</description>
		<content:encoded><![CDATA[<p>You need also this line before the curl_exec:</p>
<p>curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);</p>
<p>So it will not echo the output, but return as $page variable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

