Thread: Hotlinker
View Single Post
Old 2003-04-04, 05:49 PM   #6
DangerDave
Bonged
 
DangerDave's Avatar
 
Join Date: Mar 2003
Location: BrisVegas, AUSTRALIA
Posts: 4,882
Personally, I have never understood why peeps only block certain files types?

Is it OK for the hotlinker to link to some things , but not others. :confused:

Toss them all!!! :bfg:

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*fukyou.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*spammer.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*hotlinker.com(:80)* [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*eatme.com(:80)* [NC]
RewriteRule /* http://www.tossthemsomwhere.com/  [R,L]
This is NOT a general htaccess file, it is purpose built to stop specific hotlinkers..

Picplace,

Code:
RewriteRule .*\.(bmp|gif|GIF|jpg|JPG|exe|zip|mpeg|avi|mpg|wmv)$
This line will NOT stop them linking directly to WMV files. No referer is sent by WMP.

DD
__________________
Old Dollars >>>> Now with over 90 Hosted Free Sites <<<<
DangerDave.com.au - Adult Links to Free Porn
DangerDave is offline   Reply With Quote