I forgot to put .htaccess on one of my sites, and it got "fuskered". Well, I was so pissed off so I rewrote .htaccess file so they are now hotliking themselves. Here's the script
----
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?johnnysporn.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$
http://fusker-static.lewww.com/logo.gif [NC,R,L]
----
So, instead of hotlinking my pics, they are now hotlinking their logo.
I suggest everyone check their .htaccess because these fuckers can burn a lot of your bw for nothing.