<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: cURL behind proxy and all the heavy stuff&#8230;</title>
	<atom:link href="http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/</link>
	<description>Vultri - Just a new e-business in the making! :)</description>
	<lastBuildDate>Fri, 02 Jan 2009 14:35:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gf4e</title>
		<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/#comment-96</link>
		<dc:creator>gf4e</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=29#comment-96</guid>
		<description>also there is a way to do that through php sockets as well. if, for example, curl is not available.</description>
		<content:encoded><![CDATA[<p>also there is a way to do that through php sockets as well. if, for example, curl is not available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gf4e</title>
		<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/#comment-95</link>
		<dc:creator>gf4e</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=29#comment-95</guid>
		<description>pretty much there are a couple of options that allow to use proxy with curl.

curl_setopt($ch, CURLOPT_PROXY, &quot;http://000.000.000.000:0000&quot;); 
curl_setopt($ch, CURLOPT_PROXYPORT, 0000); 
curl_setopt ($ch, CURLOPT_PROXYUSERPWD, &quot;xxx:xxx&quot;);

the first one sets your proxy&#039;s ip and port. the second one is just for the port, which is weird. the third one is for authorization with proxy.

for a manual and examples visit: http://ca.php.net/curl</description>
		<content:encoded><![CDATA[<p>pretty much there are a couple of options that allow to use proxy with curl.</p>
<p>curl_setopt($ch, CURLOPT_PROXY, &#8220;http://000.000.000.000:0000&#8243;);<br />
curl_setopt($ch, CURLOPT_PROXYPORT, 0000);<br />
curl_setopt ($ch, CURLOPT_PROXYUSERPWD, &#8220;xxx:xxx&#8221;);</p>
<p>the first one sets your proxy&#8217;s ip and port. the second one is just for the port, which is weird. the third one is for authorization with proxy.</p>
<p>for a manual and examples visit: <a href="http://ca.php.net/curl" rel="nofollow">http://ca.php.net/curl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: article submission</title>
		<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/#comment-93</link>
		<dc:creator>article submission</dc:creator>
		<pubDate>Tue, 30 Dec 2008 11:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=29#comment-93</guid>
		<description>I want to connect to other sites through proxie. Please post example:)</description>
		<content:encoded><![CDATA[<p>I want to connect to other sites through proxie. Please post example:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gf4e</title>
		<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/#comment-91</link>
		<dc:creator>gf4e</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=29#comment-91</guid>
		<description>Hey, is that for the curl sample? I left it on my old computer, but if you still need it and you can&#039;t figure it out on your own, tell me I will type you an example piece of code. ;)</description>
		<content:encoded><![CDATA[<p>Hey, is that for the curl sample? I left it on my old computer, but if you still need it and you can&#8217;t figure it out on your own, tell me I will type you an example piece of code. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://gf4e.wordpress.com/2008/06/25/curl-behind-proxy-and-all-the-heavy-stuff/#comment-90</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://gf4e.wordpress.com/?p=29#comment-90</guid>
		<description>Hi, Do you have the script now?
I&#039;ve been waitin&#039;</description>
		<content:encoded><![CDATA[<p>Hi, Do you have the script now?<br />
I&#8217;ve been waitin&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
