<?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"
	>
<channel>
	<title>Comments on: How to deter thieves from stealing your images and server bandwidth</title>
	<atom:link href="http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/</link>
	<description>Graphic and logo designer based in Edinburgh, UK, with a passion for logo design.</description>
	<pubDate>Fri, 25 Jul 2008 10:40:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Vaughan</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-97638</link>
		<dc:creator>Vaughan</dc:creator>
		<pubDate>Wed, 09 Jul 2008 06:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-97638</guid>
		<description>Speaking of myspace users.  There is one solution I came across that really amused me.  Instead of redirecting to some tacky image, which as the poster mentioned most MySpace profiles would probably look "good" with (in their own eyes anyway), he redirected them to the MySpace logout page.  as such, anyone visiting the offending profile would be logged out automatically.  I'm not sure of the original, but there is an example here that does the same thing:

(http://www.bithose.com/jakari/blog/)  
 RewriteEngine On
 RewriteCond %{HTTP_REFERER} ^http://([a-z0-9]+\.)?myspace\.com/ [NC]
 RewriteRule \.jpg$ http://collect.myspace.com/index.cfm?fuseaction=signout [R]


Good luck confusing the image stealers :)</description>
		<content:encoded><![CDATA[<p>Speaking of myspace users.  There is one solution I came across that really amused me.  Instead of redirecting to some tacky image, which as the poster mentioned most MySpace profiles would probably look &#8220;good&#8221; with (in their own eyes anyway), he redirected them to the MySpace logout page.  as such, anyone visiting the offending profile would be logged out automatically.  I&#8217;m not sure of the original, but there is an example here that does the same thing:</p>
<p>(http://www.bithose.com/jakari/blog/)<br />
 RewriteEngine On<br />
 RewriteCond %{HTTP_REFERER} ^http://([a-z0-9]+\.)?myspace\.com/ [NC]<br />
 RewriteRule \.jpg$ <a href="http://collect.myspace.com/index.cfm?fuseaction=signout" rel="nofollow">http://collect.myspace.com/index.cfm?fuseaction=signout</a> [R]</p>
<p>Good luck confusing the image stealers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96616</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96616</guid>
		<description>I found a russian website using images directly from my server. Then I found out how to redirect - and redirected them to a particularly graphic image of two men kissing.

So yeah if someone tries to steal my images they magically find softcore gay porn on their site.</description>
		<content:encoded><![CDATA[<p>I found a russian website using images directly from my server. Then I found out how to redirect - and redirected them to a particularly graphic image of two men kissing.</p>
<p>So yeah if someone tries to steal my images they magically find softcore gay porn on their site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Airey</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96312</link>
		<dc:creator>David Airey</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96312</guid>
		<description>Hi Ken,

I'm not sure what to look out for, in order to help you, but I do recommend this blog post guide to all things htaccess:

&lt;a href="http://www.crucialwebhost.com/blog/htaccess-apache-rewrites-oh-my/" rel="nofollow"&gt;Useful htaccess guide from Crucial Web Hosting&lt;/a&gt;

Good luck with it.</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>I&#8217;m not sure what to look out for, in order to help you, but I do recommend this blog post guide to all things htaccess:</p>
<p><a href="http://www.crucialwebhost.com/blog/htaccess-apache-rewrites-oh-my/" rel="nofollow">Useful htaccess guide from Crucial Web Hosting</a></p>
<p>Good luck with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96310</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Tue, 24 Jun 2008 11:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96310</guid>
		<description>Hi, David. I tried to use some of your htaccess code but it seems still blocking google images to index my blog images. And the my blog cache in google is disappear too. I wonder if I have done something wrong?

My HTACCESS codes is as follow:

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^hardwaresphere.com
RewriteRule (.*) http://www.hardwaresphere.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ http://www.hardwaresphere.com/ [R=301,L]

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(www.)?hardwaresphere.com($&#124;/) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www.)?feedburner.com($&#124;/) [NC]
RewriteCond %{HTTP_REFERER} !^https?://(www.)?feeds.feedburner.com($&#124;/) [NC]
RewriteCond %{HTTP_REFERER} !google. [NC]
RewriteCond %{HTTP_REFERER} !search?q=cache [NC]
RewriteCond %{HTTP_REFERER} !msn. [NC]
RewriteCond %{HTTP_REFERER} !yahoo. [NC]
RewriteRule .(gif&#124;jpg&#124;jpeg&#124;png&#124;mp3&#124;mpg&#124;avi&#124;mov)$ - [F,NC]

Please help me if you spot something wrong there. Thanks in advance.

&lt;em&gt;Ken's last blog post...&lt;a href="http://www.hardwaresphere.com/2008/06/23/budfits-comfortable-iphone-earbuds-accessories/" rel="nofollow"&gt;BudFits – Comfortable iPhone Earbuds Accessories&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Hi, David. I tried to use some of your htaccess code but it seems still blocking google images to index my blog images. And the my blog cache in google is disappear too. I wonder if I have done something wrong?</p>
<p>My HTACCESS codes is as follow:</p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^hardwaresphere.com<br />
RewriteRule (.*) <a href="http://www.hardwaresphere.com/1" rel="nofollow">http://www.hardwaresphere.com/1</a> [R=301,L]<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/<br />
RewriteRule ^index.php$ <a href="http://www.hardwaresphere.com/" rel="nofollow">http://www.hardwaresphere.com/</a> [R=301,L]</p>
<p>RewriteEngine on<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteCond %{HTTP_REFERER} !^https?://(www.)?hardwaresphere.com($|/) [NC]<br />
RewriteCond %{HTTP_REFERER} !^https?://(www.)?feedburner.com($|/) [NC]<br />
RewriteCond %{HTTP_REFERER} !^https?://(www.)?feeds.feedburner.com($|/) [NC]<br />
RewriteCond %{HTTP_REFERER} !google. [NC]<br />
RewriteCond %{HTTP_REFERER} !search?q=cache [NC]<br />
RewriteCond %{HTTP_REFERER} !msn. [NC]<br />
RewriteCond %{HTTP_REFERER} !yahoo. [NC]<br />
RewriteRule .(gif|jpg|jpeg|png|mp3|mpg|avi|mov)$ - [F,NC]</p>
<p>Please help me if you spot something wrong there. Thanks in advance.</p>
<p><em>Ken&#8217;s last blog post&#8230;<a href="http://www.hardwaresphere.com/2008/06/23/budfits-comfortable-iphone-earbuds-accessories/" rel="nofollow">BudFits – Comfortable iPhone Earbuds Accessories</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Airey</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96091</link>
		<dc:creator>David Airey</dc:creator>
		<pubDate>Fri, 20 Jun 2008 07:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96091</guid>
		<description>CyberCelt,

The reason for using .jpe is so the image isn't blocked along with all the .jpg files. I also had never seen this method before giving the hotlinking block a try.

Best of luck with Blogspot. Hope it works out for you.</description>
		<content:encoded><![CDATA[<p>CyberCelt,</p>
<p>The reason for using .jpe is so the image isn&#8217;t blocked along with all the .jpg files. I also had never seen this method before giving the hotlinking block a try.</p>
<p>Best of luck with Blogspot. Hope it works out for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CyberCelt</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96079</link>
		<dc:creator>CyberCelt</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-96079</guid>
		<description>David,

I just rec'd your latest subscription post and it was just full of information I need. 

As far as the hot linking issue, I think your final solution was the best.  I did see one person who had put 2 men having sex and something like "I am f*cking with [blog name]'s bandwidth."  Tasteless, but funny.

I see you used .jpe for your file type on the image. Is this just another way to put .jpg or .jpeg?  I have never seen this.

Thanks so much for the images in comments code. I had never thought about doing this. I am going to try it on Blogspot and see what happens.

All the best.

&lt;em&gt;CyberCelt's last blog post...&lt;a href="http://feeds.feedburner.com/~r/CoolAdzine/~3/312849051/help-serena-live.html" rel="nofollow"&gt;Help Serena Live&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>I just rec&#8217;d your latest subscription post and it was just full of information I need. </p>
<p>As far as the hot linking issue, I think your final solution was the best.  I did see one person who had put 2 men having sex and something like &#8220;I am f*cking with [blog name]&#8217;s bandwidth.&#8221;  Tasteless, but funny.</p>
<p>I see you used .jpe for your file type on the image. Is this just another way to put .jpg or .jpeg?  I have never seen this.</p>
<p>Thanks so much for the images in comments code. I had never thought about doing this. I am going to try it on Blogspot and see what happens.</p>
<p>All the best.</p>
<p><em>CyberCelt&#8217;s last blog post&#8230;<a href="http://feeds.feedburner.com/~r/CoolAdzine/~3/312849051/help-serena-live.html" rel="nofollow">Help Serena Live</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95822</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Fri, 13 Jun 2008 14:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95822</guid>
		<description>Thank you

Nancy</description>
		<content:encoded><![CDATA[<p>Thank you</p>
<p>Nancy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Airey</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95805</link>
		<dc:creator>David Airey</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95805</guid>
		<description>Jonathan,

Thanks very much for answering Nancy. I appreciate your time.</description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>Thanks very much for answering Nancy. I appreciate your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95804</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 12 Jun 2008 19:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95804</guid>
		<description>You can use a method similar to that above to stop people linking to your music from their site. The concern is people using your content on their site, but forcing you to incur the bandwidth costs. 

The issue of streaming/downloading is quite different. In short, no, there isn't a way to stop people downloading the music. You can use some sort of method to obfuscate the stream URL - lots of sites use Flash-based players to do this. That will stop most people. But a determined person will always be able to save your content, ultimately by taking the output from the soundcard and re-saving it.

&lt;em&gt;Jonathan's last blog post...&lt;a href="http://jonathan.rawle.org/2008/05/26/wikipedia-whos-copying-whom/" rel="nofollow"&gt;Wikipedia: who&#8217;s copying whom?&lt;/a&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>You can use a method similar to that above to stop people linking to your music from their site. The concern is people using your content on their site, but forcing you to incur the bandwidth costs. </p>
<p>The issue of streaming/downloading is quite different. In short, no, there isn&#8217;t a way to stop people downloading the music. You can use some sort of method to obfuscate the stream URL - lots of sites use Flash-based players to do this. That will stop most people. But a determined person will always be able to save your content, ultimately by taking the output from the soundcard and re-saving it.</p>
<p><em>Jonathan&#8217;s last blog post&#8230;<a href="http://jonathan.rawle.org/2008/05/26/wikipedia-whos-copying-whom/" rel="nofollow">Wikipedia: who&#8217;s copying whom?</a></em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95802</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Thu, 12 Jun 2008 17:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidairey.com/stop-image-theft-hotlinking-htaccess/#comment-95802</guid>
		<description>I see you have gone over images but is there anyway
to stop people from downloading music from my website?
I want people to hear it but not steal it.

Any ideas?

Thankyou
Nancy</description>
		<content:encoded><![CDATA[<p>I see you have gone over images but is there anyway<br />
to stop people from downloading music from my website?<br />
I want people to hear it but not steal it.</p>
<p>Any ideas?</p>
<p>Thankyou<br />
Nancy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.356 seconds -->
