<?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: Scraping websites with PHP cURL under proxy</title>
	<atom:link href="http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/</link>
	<description>Achieving High Rankings Through Coding</description>
	<lastBuildDate>Fri, 12 Mar 2010 01:09:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gonzalo</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-1520</link>
		<dc:creator>gonzalo</dc:creator>
		<pubDate>Fri, 12 Mar 2010 01:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-1520</guid>
		<description>couldn&#039;t connect to host

$result = getPage(
    &#039;li56-17.members.linode.com:3128&#039;, // use valid proxy
    &#039;http://www.google.com/search?q=twitter&#039;,
    &#039;http://www.google.com/&#039;,
    &#039;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8&#039;,
    1,
    5);

Thanks :)</description>
		<content:encoded><![CDATA[<p>couldn&#8217;t connect to host</p>
<p>$result = getPage(<br />
    &#8216;li56-17.members.linode.com:3128&#8242;, // use valid proxy<br />
    &#8216;http://www.google.com/search?q=twitter&#8217;,<br />
    &#8216;http://www.google.com/&#8217;,<br />
    &#8216;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8&#8242;,<br />
    1,<br />
    5);</p>
<p>Thanks <img src='http://www.fromzerotoseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Rohrer</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-1136</link>
		<dc:creator>JJ Rohrer</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-1136</guid>
		<description>There are some links about the legality of scraping that i&#039;ve been putting together here: http://www.legalcasual.com/questions/1/automated-site-scraping</description>
		<content:encoded><![CDATA[<p>There are some links about the legality of scraping that i&#8217;ve been putting together here: <a href="http://www.legalcasual.com/questions/1/automated-site-scraping" rel="nofollow">http://www.legalcasual.com/questions/1/automated-site-scraping</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ar</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-1125</link>
		<dc:creator>Ar</dc:creator>
		<pubDate>Tue, 24 Nov 2009 07:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-1125</guid>
		<description>Hi there.. thx for useful info.. I&#039;m a noob actually and this helped me alot.. but i have one problem.. I need to round-robin my proxies how can I implement that?
any help is very appreciated.. :)</description>
		<content:encoded><![CDATA[<p>Hi there.. thx for useful info.. I&#8217;m a noob actually and this helped me alot.. but i have one problem.. I need to round-robin my proxies how can I implement that?<br />
any help is very appreciated.. <img src='http://www.fromzerotoseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-963</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-963</guid>
		<description>@Berto, are you picking connect/forward proxies? Or HTTP?</description>
		<content:encoded><![CDATA[<p>@Berto, are you picking connect/forward proxies? Or HTTP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berto</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-959</link>
		<dc:creator>Berto</dc:creator>
		<pubDate>Tue, 27 Oct 2009 05:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-959</guid>
		<description>I am trying this and keep getting Proxy CONNECT aborted.  I believe it&#039;s error 56.  Do you know what that means?  Googling around for it has been useless, and I know the proxy is good as I just used a proxy checker and am randomly choosing many proxies.

Thanks!</description>
		<content:encoded><![CDATA[<p>I am trying this and keep getting Proxy CONNECT aborted.  I believe it&#8217;s error 56.  Do you know what that means?  Googling around for it has been useless, and I know the proxy is good as I just used a proxy checker and am randomly choosing many proxies.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seozero</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-934</link>
		<dc:creator>seozero</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-934</guid>
		<description>@Tony, try to find some alive proxies. Double check all params. BTW, what are you scraping? Is it server or client side scraper?</description>
		<content:encoded><![CDATA[<p>@Tony, try to find some alive proxies. Double check all params. BTW, what are you scraping? Is it server or client side scraper?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-932</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 15 Oct 2009 07:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-932</guid>
		<description>Thanks, this has been very helpful...
except for some reason I can&#039;t get *any* proxy to work.
Every time I just get curl error: couldn&#039;t connect to host. No further info is provided and it&#039;s frustrating,
so I thought I&#039;d vent here. ARRGGHH!!!!! Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks, this has been very helpful&#8230;<br />
except for some reason I can&#8217;t get *any* proxy to work.<br />
Every time I just get curl error: couldn&#8217;t connect to host. No further info is provided and it&#8217;s frustrating,<br />
so I thought I&#8217;d vent here. ARRGGHH!!!!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seoproxies.com</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-753</link>
		<dc:creator>seoproxies.com</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-753</guid>
		<description>I&#039;ve signed up for a free trial on seo-proxies.com.
Can you give me an example how to use the API now ?

I want it to automatic change my IP and scrape google for a keyword in specific languages.

thanks !</description>
		<content:encoded><![CDATA[<p>I&#8217;ve signed up for a free trial on seo-proxies.com.<br />
Can you give me an example how to use the API now ?</p>
<p>I want it to automatic change my IP and scrape google for a keyword in specific languages.</p>
<p>thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: US ips</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-734</link>
		<dc:creator>US ips</dc:creator>
		<pubDate>Thu, 13 Aug 2009 08:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-734</guid>
		<description>Hi,
I&#039;m using the proxies at seo-proxies.com for web scraping.
The great things: they have a php API and php source code examples !

So you don&#039;t have to think about proxy user authentication (usernames passwords) or how to change and manage your proxies ..
All you do is take their free php source code, add your userid and password into it, and then add a few lines to specify what to do.
The proxy is working from begin on, changing the proxy IP is just a single php line.

It&#039;s really great how easy programming web tools can be!

greets,
Henk</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m using the proxies at seo-proxies.com for web scraping.<br />
The great things: they have a php API and php source code examples !</p>
<p>So you don&#8217;t have to think about proxy user authentication (usernames passwords) or how to change and manage your proxies ..<br />
All you do is take their free php source code, add your userid and password into it, and then add a few lines to specify what to do.<br />
The proxy is working from begin on, changing the proxy IP is just a single php line.</p>
<p>It&#8217;s really great how easy programming web tools can be!</p>
<p>greets,<br />
Henk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://www.fromzerotoseo.com/scraping-websites-php-curl-proxy/comment-page-1/#comment-653</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Tue, 23 Jun 2009 03:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.fromzerotoseo.com/?p=512#comment-653</guid>
		<description>What if I have proxies w/ login?</description>
		<content:encoded><![CDATA[<p>What if I have proxies w/ login?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
