Re: Hotlinking Photos
One way of doing it is by using .htaccess files to limit it. If a website that isn't yours is trying to pull that picture give them a 'this website is hotlinking' picture. It's not rude, and it will make them change their ways really fast.
But really.. how hard is it to right click save as, and upload and link. You're still stealing the pictures, but they wouldn't get caught then! (I in NO way condone that.. but at least be smart about it.. sheesh).
One way to do this as a black list format, would look like this:
I borrowed this code from another website, that was instructing people how they themselves did this.
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^(.+\.)?xanga.com/ [OR]
RewriteCond %{REQUEST_URI} !^/stop\.gif$
RewriteRule \.(gif|jpg|png)$ /stop.gif [NC,L]
The method I stated before, would create more of a white list, i.e. only allowing sites you state to use it.
http://greyduck.net/images/Hotlinking.gif
Personally, that picture is awesome too. I even gave the whole link, as to hotlink it <3
If you're not remembered, you never existed.