Sorry about being off topic but here goes.
Put your stuff in...
RewriteEngine On
RewriteCond %{HTTP_REFERER} !
http://00.00.000.000 [NC]
RewriteCond %{HTTP_REFERER} !
http://yourdomain.com [NC]
RewriteCond %{HTTP_REFERER} !
http://www.yourdomain.com [NC]
RewriteRule /*
http://www.yourdomain.com/your-hotlinker-hell.html [R,L]
Put it in your images (ONLY) directory. Blocks everyone from that directory but you.
-B