Thread: SOB Hotlinkers!
View Single Post
Old 06-26-2002, 08:53 AM  
sweandy
Confirmed User
 
Join Date: Jan 2002
Location: Europe
Posts: 422
:mad SOB Hotlinkers!

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]
sweandy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote