What is the purpose of this IP?
Collapse
X
-
Tags: None
-
-
thanks, what is the purpose of this. just to steal these urls bandwidth? ridiculous
...Comment
-
I think it comment spams according to some of the results if you google the ipTop virtual hosts for under 10$? www.hostmylife.com | icq 50663030Comment
-
-
-
-
edit your .htaccess and put this
order allow,deny
deny from 94.76.204.102
allow from allComment
-
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"); ?>Comment
-
-
# iptables -A INPUT -s 94.76.204.102 -j DROP
# service iptables save
Wouldn't this work?Free BTC! (Yes, really. Free ₿itcoins.)
Signup with ONLY your Nickname, Email and Password. You can also refer people and get even more.Comment

Comment