GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to protect from www.nciv.nl (https://gfy.com/showthread.php?t=619127)

kobay 06-08-2006 02:58 AM

How to protect from www.nciv.nl
 
their ip is banned
i have antihotlinking script

and still they eat my bw
any suggestions?

ssp 06-08-2006 02:59 AM

What does your .htaccess say?

Why 06-08-2006 04:52 AM

use htaccess and mod_rewrite

ne0 06-08-2006 05:11 AM

if it's linux:
iptables -A INPUT -p tcp --dport 80 -s 87.233.8.100 -d 0/0 -j DROP

Pryda 06-08-2006 05:12 AM

Quote:

Originally Posted by kobay
their ip is banned

Did you ban the ip of www.nciv.nl or the ip's of all users?

ne0 06-08-2006 05:38 AM

btw, are they eating your bw, or they're linking your stuff?
if they're linking mod_rewrite would fit just perfect for that.
just put this in .htaccess:
Quote:

RewriteEngine on

# ban referers

RewriteCond %{HTTP_REFERER} ^http://(www\.)?BAD_SITE.*$

RewriteRule .* - [F,L]
dont forget to change BAD_SITE for the agressor domain, in this case nciv.nl

to ban multiple sites use like this:
Quote:

RewriteCond %{HTTP_REFERER} ^http://(www\.)?BAD_SITE.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?BAD_SITE_2.*$ [OR]
RewriteCond %{HTTP_REFERER} ^http://(www\.)?BAD_SITE_3.*$
hope it helps :)


All times are GMT -7. The time now is 04:30 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123