Ramster- ok here is the thing that I don't understand -
Your htaccess is blocking anyone from hitting the image directly, as in your links above, but they can be sourced into webpage. I copied the html for the hotlinking page to my desktop. It still shows the images when run here locally. So I put in the code for one of my images and it did not appear, but yours still do.
Where are the htaccess gurus when you need them.
This is mine if anyone knows why mine seems to work in this instance, but Ramster's doesn't, I'm all ears.
<Files 403.shtml>
order allow,deny
allow from all
</Files>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
http://youdapimp.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://youdapimp.com$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.youdapimp.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.youdapimp.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]