View Single Post
Old 2005-01-16, 05:53 PM   #13
ClickBuster
I'm normally not a praying man, but if you're up there, please save me Superman!
 
ClickBuster's Avatar
 
Join Date: Dec 2004
Location: Bulgaria
Posts: 476
Send a message via ICQ to ClickBuster
Hey man,

I use this .htaccess to protect from hotlinking:

## <HOTLINKING PREVENTION>
SetEnvIf Referer ^http://free-pussysite.com let_me_in
SetEnvIf Referer ^http://www.free-pussysite.com let_me_in

Order Deny,Allow
Deny from all
Allow from env=let_me_in
## </HOTLINKING PREVENTION>

I put this in my images dir. For instance try to open this:

http://www.free-pussysite.com/glamgi...age_tgp003.jpg

It should redirect you to my 404.html, but if you open it thru here it works:

http://www.free-pussysite.com/glamgi.../gallery1.html

I hope that's useful
__________________
The tendency is to push it as far as you can
-- Fear and Loathing In Las Vegas
ClickBuster is offline   Reply With Quote