Thread: image hotlinker
View Single Post
Old 2004-01-20, 01:48 PM   #12
urb
All the way from Room 101
 
urb's Avatar
 
Join Date: Aug 2003
Posts: 3,557
Send a message via ICQ to urb
Can the TGP's in question identify that you are using htaccess like this?

AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*domain.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://00.00.00.00/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://00.00.00.00.*$ [NC]
RewriteRule .*[Jj][Pp][Ee]*[Gg]$|.*[Gg][Ii][Ff]$ /index.html [R,L]

Or is there a chance of them banning you for protecting your own bandwidth?
__________________
urb is offline   Reply With Quote