Modify a Anti-Leeching script to allow multiple directories?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Modify a Anti-Leeching script to allow multiple directories?
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
I have been looking but unable to find a solution to this one. Does anyone know how to modify an Anti-Leeching script where I can allow a couple of directories to be leeched, but none of the others. In other words, I would like to block all the images on my site EXCEPT the imates in the folders:

root/misc

root/images/banners

The basic code I use in a .htaccess file is:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://yousite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yousite.com/ [NC]
RewriteRule [^/]+.(gif|jpg)$ - [F]


If anyone has another code, or something else that will work, it would be appreciated. Also, to allow only a single directory would be good too.



_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#2   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.04 posts per day
Posts: 8089
Points: 494,430
   

RewriteCond %{HTTP_REFERER} !^http://yousite.com/directory/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yousite.com/directory/ [NC]




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   re: Modify a Anti-Leeching script to allow multiple director
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
That's it? Geez, do I feel like an idiot! icon_redface.gif

Thanks Telli.




_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#4   re: Modify a Anti-Leeching script to allow multiple director
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
Hmmm.....that didn't work. Do I have to substitute that code, or add it? Here's the htaccess file now, and that blocks the images:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://yoursite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com/misc/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/misc/ [NC]
RewriteCond %{HTTP_REFERER} !^http://yoursite.com/images/banners/ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/images/banners/ [NC]
RewriteRule [^/]+.(gif|jpg)$ - [F]


I can't seem to get this to work.



_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum