Saw this when i checked my logs, one of my galleries pics was hotlinked on this fucking board.
hotlinkers
they post many pics per day from galleries damn hotlinkers..
the other thing is i need .htaccess to stop the linkers but can't get it to work right.
i use this code in the root dir and it just blocks everything.
Please give me some tips.
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]