View Single Post
Old 2005-03-19, 04:00 PM   #21
DirtyD
WHO IS FONZY!?! Don't they teach you anything at school?
 
DirtyD's Avatar
 
Join Date: Dec 2004
Location: Tampa
Posts: 45
Send a message via ICQ to DirtyD
FUCK Fusker

Sponsors with Hosted Galleries and all Gallery/Free Site Submitters beware!

Here is an .htaccess snippet that you guys can use.
Just put this in an .htaccess file in your gallery directories...

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.yourdomain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://yourdomain.com/.*$ [NC]
RewriteRule .*[Gg][Ii][Ff]$|.*[Jj][Pp][Gg]$|.*[Jj][Pp][Ee][Gg]$|.*swf$|.*wmv$|.*mpg$ http://www.yourdomain.com/images/hotlink.gif [R,NC]


Feel free to download this /hotlink.gif file to serve from your own box


http://www.thestall.com/images/hotlink.gif
DirtyD is offline   Reply With Quote