View Single Post
Old 2006-10-29, 02:51 PM   #5
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} fusker [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?xanga [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?distime [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?devilfinder [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?filez [NC]
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpeg|jpg|zip)$ - [NC,F,L]

RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*fuckpage\.com(:[0-9]+)?(/.*)?$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*fannyfuck\.com(:[0-9]+)?(/.*)?$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*@)?([a-z0-9-]+\.)*best-wet-pussy\.com(:[0-9]+)?(/.*)?$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(.*@)?1\.2\.3\.4(:[0-9]+)?(/.*)?$
RewriteRule .*\.(asf|mpg|mpeg|wmv|avi|rm|gif|jpeg|jpg|zip)$ - [NC,F,L]

AddHandler server-parsed .htm .html

<Limit GET>
order allow,deny
deny from 62.212.84.16
allow from all
</Limit>
two brief notes...

1), Fusker rarely hotlinks from www.fusker.com or fusker.com, usually it is fusker.somedomain.com
2) the 1\.2\.3\.4 should be your IP web site's IP address

Other than that, I rearranged things a bit, cleaned up some of the duplicate rules. I believe what is posted above should do everything you intended to do.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote