Quote:
Originally posted by 7hom4s
How do I do this? I want to have the tgps send me traffic & I would never have a chance of guessing which ip's their surfers have?
My basic htaccess file seems to be working fine, except for fuskers site. How do you get this creep off your back??
7hom4s
|
## <HOTLINKING PREVENTION>
SetEnvIf Referer ^
http://sensual-ladies.com let_me_in
SetEnvIf Referer ^
http://www.sensual-ladies.com let_me_in
SetEnvIf Referer ^
http://www.www.catyxxx.com let_me_in
SetEnvIf Referer ^
http://catyxxx.com let_me_in
SetEnvIf Referer ^
http://www.www.yourdomain.com let_me_in
SetEnvIf Referer ^
http://yourdomain.com let_me_in
Order Deny,Allow
Deny from all
Allow from env=let_me_in
## </HOTLINKING PREVENTION>
Youīll have to add all urlīs that shall be able to access your directory. So you neednīt know the IP adresses of your surfers. But it should work with IP adresses, too.