PDA

View Full Version : fucking image sourcers, =( someone help!!! =(


Carneal
11-14-2001, 02:42 AM
sup guys, someone please shed some light.

i got people leeching my images some very big running my transfer up really high.

i add the htaccess img src block and it forbids my sites from being viewed. what can i do??? =(

primed
11-14-2001, 10:33 AM
check your htaccess...sounds to me like you blocked ALL domains including yours. You have write the file so that your domain can still access the pics.
Give this a shot see what happens. Works perfectly on my server

**********************************
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://w*\.*yourdomain.com
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.yourdomain.com/sendthecheatingfuckerhere.htm
**********************************

djkjpro
11-14-2001, 12:13 PM
hi, how can I block ip address from entering my site? anyone knows the things to be placed in .htaccess ?

oswec
11-14-2001, 12:46 PM
I think I can help you ... what's the url they are img srcing?

Darius
11-15-2001, 11:09 AM
hi

You can use this in your htaccess file to block ips.

<Limit GET>
order deny,allow
deny from 141.48.71.116
allow from *
</Limit>