Stop Hot Linking and Thieves That Steal Your Images!

hotlinkDue to an increasing problem with hot linkers I have been forced to block them out. Hot linking is when a person directly links an image from a site to their own. This lets them show tons of images on their own site without actually using any bandwidth. This considered stealing on the online world!

To deal with this problem any hot linker that has used an image from my website will now see the black box. Feel free to use the image for your own use (JUST MAKE SURE YOU DOWNLOAD IT!)

So how do you stop hot linkers from stealing your bandwidth and images from your website? It’s actually really easy all you have to do is edit or create a .htaccess file in your site directory. Use the following code and adjust where needed:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(.+.)?yoursite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*.(jpe?g|gif|bmp|png)$ /hotlink.gif [L]

Make sure the image you want to show on the theft’s website is hosted somewhere NOT in your site directory. Or else you will have a redirect error that will continuously loop over and over again. Also make sure to put a gross image to make the theft’s jump a little. Anyhow this should work for most sites etc have fun =).

4 comments

  1. Halie B says:

    hi this helped a lot on my photoblog thank you very much!

  2. Nicolas says:

    Greatings, Super post, Need to mark it on Digg
    Thank you

  3. Worker says:

    Ugh, I liked! So clear and positively.
    Have a nice day

  4. Great article, i

    hope can know much information About it!

Leave a Reply

Your email address will not be published. Required fields are marked *

*