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)
-   -   What is the purpose of this IP? (https://gfy.com/showthread.php?t=1000446)

digitaldivas 12-03-2010 11:26 PM

What is the purpose of this IP?
 
http://94.76.204.102

I have a good amount of traffic from this ip? what the hell is this?

comeplay 12-03-2010 11:48 PM

http://94.76.204.102/legionerlinkor/getlinkor.php

digitaldivas 12-04-2010 12:08 AM

Quote:

Originally Posted by comeplay (Post 17748041)

thanks, what is the purpose of this. just to steal these urls bandwidth? ridiculous :mad:

comeplay 12-04-2010 05:20 AM

I think it comment spams according to some of the results if you google the ip

mikees 12-04-2010 05:26 AM

yes I think it is a spam tool

digitaldivas 12-04-2010 05:28 AM

any way to remove it guys?

digitaldivas 12-04-2010 05:30 AM

maybe .htaccess

Chris 12-04-2010 06:16 AM

edit your .htaccess and put this

order allow,deny
deny from 94.76.204.102
allow from all

Chris 12-04-2010 06:18 AM

or if its a single page you can do it with php

Code:

<?
$banned[0]="94.76.204.102";

if (in_array($_SERVER['REMOTE_ADDR'],$banned)) header("HTTP/1.1 403 Forbidden");
?>


digitaldivas 12-04-2010 06:32 AM

thanks Chris!

Emil 12-04-2010 07:39 AM

# iptables -A INPUT -s 94.76.204.102 -j DROP
# service iptables save


Wouldn't this work?


All times are GMT -7. The time now is 01:34 AM.

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