<?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: HTTP Referral Spoofing with PHP and cURL</title>
	<atom:link href="http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/</link>
	<description>Search Engine Optimisation &#38; Pay Per Click</description>
	<lastBuildDate>Thu, 18 Feb 2010 17:27:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Helen Neely</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-9743</link>
		<dc:creator>Helen Neely</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-9743</guid>
		<description>Thanks for sharing this script. Now I see how this piece of tool can be written. 

Thanks again :)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this script. Now I see how this piece of tool can be written. </p>
<p>Thanks again <img src='http://www.anthonyshapley.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clintos</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-9654</link>
		<dc:creator>Clintos</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-9654</guid>
		<description>I&#039;ve got a script running on my home server which looks at the source code of other pages on the internet and re-writes the links on those pages in order to prevent me being redirected to random sites as I surf. I.E. the original links (look like this: http://www.source.com/out.php?id=001&amp;url=http://www.linkdestination.com) with the plain link (which looks like this http://www.linkdestination.com).

The problem I&#039;m running into is that some of the links are around images. These images display fine when you visit the site, but don&#039;t show up when I try and access them from my server. I&#039;m pretty sure that the sites are running .htaccess file to prevent bandwith from being stolen by external sites linking to their images.

Anyway, I&#039;ve been looking into trying to spoof my HTTP_REFERER so that I can see the images on my home server but I cant find a way to do it. The only solution I have found so far is to use a plug-in in my browser (which works). The things is, I figured since I&#039;m already running a .php script to rewrite the link urls it would be good if I could get that script to do the spoofing too.

Anyone got any ideas?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a script running on my home server which looks at the source code of other pages on the internet and re-writes the links on those pages in order to prevent me being redirected to random sites as I surf. I.E. the original links (look like this: <a href="http://www.source.com/out.php?id=001&#038;url=http://www.linkdestination.com)" rel="nofollow">http://www.source.com/out.php?id=001&#038;url=http://www.linkdestination.com)</a> with the plain link (which looks like this <a href="http://www.linkdestination.com)" rel="nofollow">http://www.linkdestination.com)</a>.</p>
<p>The problem I&#8217;m running into is that some of the links are around images. These images display fine when you visit the site, but don&#8217;t show up when I try and access them from my server. I&#8217;m pretty sure that the sites are running .htaccess file to prevent bandwith from being stolen by external sites linking to their images.</p>
<p>Anyway, I&#8217;ve been looking into trying to spoof my HTTP_REFERER so that I can see the images on my home server but I cant find a way to do it. The only solution I have found so far is to use a plug-in in my browser (which works). The things is, I figured since I&#8217;m already running a .php script to rewrite the link urls it would be good if I could get that script to do the spoofing too.</p>
<p>Anyone got any ideas?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Parker</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-9511</link>
		<dc:creator>Jeff Parker</dc:creator>
		<pubDate>Thu, 03 Sep 2009 22:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-9511</guid>
		<description>Hi Anthony,

I&#039;ve taken the liberty of modifying your script a little bit - I couldn&#039;t get yours to work correctly (I&#039;m not very smart, so that&#039;s probably why) and I needed some extra features.

Anyway, here it is, I hope it&#039;s useful to someone...
http://www.smackblast.com/2009/09/php-curl-and-proxies-oh-my/</description>
		<content:encoded><![CDATA[<p>Hi Anthony,</p>
<p>I&#8217;ve taken the liberty of modifying your script a little bit &#8211; I couldn&#8217;t get yours to work correctly (I&#8217;m not very smart, so that&#8217;s probably why) and I needed some extra features.</p>
<p>Anyway, here it is, I hope it&#8217;s useful to someone&#8230;<br />
<a href="http://www.smackblast.com/2009/09/php-curl-and-proxies-oh-my/" rel="nofollow">http://www.smackblast.com/2009/09/php-curl-and-proxies-oh-my/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-7188</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 30 May 2009 23:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-7188</guid>
		<description>Whoa... this site is pretty awesome :) your layout is really well designed, and your blogs are (judging from what i&#039;ve read) very interesting. heehee... consider yourself favorited. :-P</description>
		<content:encoded><![CDATA[<p>Whoa&#8230; this site is pretty awesome <img src='http://www.anthonyshapley.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  your layout is really well designed, and your blogs are (judging from what i&#8217;ve read) very interesting. heehee&#8230; consider yourself favorited. <img src='http://www.anthonyshapley.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-3353</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 21 Jan 2009 08:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-3353</guid>
		<description>hey,i check on web statistic but 
the referrer and proxy ip doesnt show.</description>
		<content:encoded><![CDATA[<p>hey,i check on web statistic but<br />
the referrer and proxy ip doesnt show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-2432</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-2432</guid>
		<description>Malcolm, the line near the bottom that states:

if($amount &gt; $done)

change it to:

if($_REQUEST[&#039;amount&#039;] &gt; $done)

As you&#039;ll see, $amount is not set anywhere globally and is only useable within the do_fake_referrer() function.</description>
		<content:encoded><![CDATA[<p>Malcolm, the line near the bottom that states:</p>
<p>if($amount &gt; $done)</p>
<p>change it to:</p>
<p>if($_REQUEST['amount'] &gt; $done)</p>
<p>As you&#8217;ll see, $amount is not set anywhere globally and is only useable within the do_fake_referrer() function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-2337</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Mon, 13 Oct 2008 20:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-2337</guid>
		<description>I seem to have a problem running this. Basically nothing happens and I suspect its because $done never gets an initial value?

Thanks</description>
		<content:encoded><![CDATA[<p>I seem to have a problem running this. Basically nothing happens and I suspect its because $done never gets an initial value?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-2299</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sun, 05 Oct 2008 06:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-2299</guid>
		<description>Thanks for your feedback, it would be my pleasure: 
http://www.anthonyshapley.co.uk/wp-content/referrer.zip
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Thanks for your feedback, it would be my pleasure:<br />
<a href="http://www.anthonyshapley.co.uk/wp-content/referrer.zip" rel="nofollow">http://www.anthonyshapley.co.uk/wp-content/referrer.zip</a><br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: booty</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-2298</link>
		<dc:creator>booty</dc:creator>
		<pubDate>Sun, 05 Oct 2008 04:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-2298</guid>
		<description>Hey great looking script...however is there anyway you can put this in a downloadable file? Cutting and pasting from here put quite a few odd characters in the code.

Thanks again for the great code!</description>
		<content:encoded><![CDATA[<p>Hey great looking script&#8230;however is there anyway you can put this in a downloadable file? Cutting and pasting from here put quite a few odd characters in the code.</p>
<p>Thanks again for the great code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.anthonyshapley.co.uk/http-referral-spoofing-with-php-and-curl/comment-page-1/#comment-2057</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 27 Aug 2008 20:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonyshapley.co.uk/?p=545#comment-2057</guid>
		<description>Thanks for the tip, I will look at doing that in the future and maybe release a newer version!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I will look at doing that in the future and maybe release a newer version!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
