View Single Post
Old 11-16-2005, 08:39 PM  
sfera
Confirmed User
 
Join Date: Aug 2005
Location: ICQ: 248877409
Posts: 8,597
Quote:
Originally Posted by nitroxjeff
Try this setup, it works 4 me.
As an example:
/root/
tgp/
separate alpha numeric folder for each gallery page submitted under ../tgp/
call the pics for each page from /root/tgp/pics/
call the recips for each page from /root/tgp/recips/
load one set of pics here /root/tgp/pics/

place this .htaccess file in /root/tgp/pics/

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://mofosex.com.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mofosex.com.com/.*$ [NC]
RewriteCond %{REQUEST_URI} !kimber.jpg
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$|.*[Jj][Pp][Ee][Gg]$|.*[Bb][Mm][Pp]$|.*[Pp][Nn][Gg]$ http://italy.indymedia.org/uploads/2005/03/kimber.jpg [R,L]

that way didnt work it also changed all my images on my galleires to the naked nana, i have to specify what site im blocking, hence fusker is in my htaccess. here is what i used:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mofosex.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://italy.indymedia.org/uploads/2005/03/kimber.jpg [NC,R,L]
sfera is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote