<?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: Tech: How to prevent image leeching (hot linking) in IIS 6.0</title>
	<atom:link href="http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/</link>
	<description>Busy Dad, Software Developer &#38; Business Owner</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Some Guy</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-1554</link>
		<dc:creator>Some Guy</dc:creator>
		<pubDate>Thu, 06 Oct 2011 12:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-1554</guid>
		<description>Or you can just replace image with something disgusting or damaging stealer&#039;s reputation. He will learn his lesson.</description>
		<content:encoded><![CDATA[<p>Or you can just replace image with something disgusting or damaging stealer&#8217;s reputation. He will learn his lesson.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-321</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Sat, 02 May 2009 20:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-321</guid>
		<description>One thing I didn&#039;t succeed in doing is add another website (as I run two websites who use the same image folder). I tried to duplicate the following line:
RewriteCond %{HTTP_REFERER}         ^(?!http?://(?:www\.)website1\.com/)   [I]
RewriteCond %{HTTP_REFERER}         ^(?!http?://(?:www\.)website2\.com/)   [I]


But it didn&#039;t work. Any idea?</description>
		<content:encoded><![CDATA[<p>One thing I didn&#8217;t succeed in doing is add another website (as I run two websites who use the same image folder). I tried to duplicate the following line:<br />
RewriteCond %{HTTP_REFERER}         ^(?!http?://(?:www\.)website1\.com/)   [I]<br />
RewriteCond %{HTTP_REFERER}         ^(?!http?://(?:www\.)website2\.com/)   [I]</p>
<p>But it didn&#8217;t work. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-320</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Sat, 02 May 2009 19:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-320</guid>
		<description>Worked great for me.

One thing I would add: Another way to find who is leeching on you, is to put the following search string in Google Images:
site:www.yoursite.com

This will pick up the images on your website, whether linked from your website or from leeches.

All the best!
Gil</description>
		<content:encoded><![CDATA[<p>Worked great for me.</p>
<p>One thing I would add: Another way to find who is leeching on you, is to put the following search string in Google Images:<br />
site:www.yoursite.com</p>
<p>This will pick up the images on your website, whether linked from your website or from leeches.</p>
<p>All the best!<br />
Gil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-319</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-319</guid>
		<description>Hi Dennis,

Yes, replace &quot;yoursite&quot; with your domain.

Best,

Mike</description>
		<content:encoded><![CDATA[<p>Hi Dennis,</p>
<p>Yes, replace &#8220;yoursite&#8221; with your domain.</p>
<p>Best,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Nyhagen</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-318</link>
		<dc:creator>Dennis Nyhagen</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-318</guid>
		<description>I&#039;m assuming where it says yoursite in the code that we insert our domain name?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I&#8217;m assuming where it says yoursite in the code that we insert our domain name?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-317</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-317</guid>
		<description>Hello Guy,

That&#039;s very interesting. I&#039;ve had quite a few links to this article from across the internet from people who reckon it does work. You say it works intermittently, which might indicate some sort of IIS failure sequence (fail/restart), but without a log file I cannot say.

Best of luck with getting your ISAPI rewrite working.

Best,

Mike</description>
		<content:encoded><![CDATA[<p>Hello Guy,</p>
<p>That&#8217;s very interesting. I&#8217;ve had quite a few links to this article from across the internet from people who reckon it does work. You say it works intermittently, which might indicate some sort of IIS failure sequence (fail/restart), but without a log file I cannot say.</p>
<p>Best of luck with getting your ISAPI rewrite working.</p>
<p>Best,</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.mikewilson.cc/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/comment-page-1/#comment-316</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evolvedsoftwarestudios.com/2008/11/09/tech-how-to-prevent-image-leeching-hot-linking-in-iis-60/#comment-316</guid>
		<description>I spent a day trying to get this to work without success.
Worked intermittently but ultimately couldnt get it to stop hotlinking</description>
		<content:encoded><![CDATA[<p>I spent a day trying to get this to work without success.<br />
Worked intermittently but ultimately couldnt get it to stop hotlinking</p>
]]></content:encoded>
	</item>
</channel>
</rss>

