|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| IT Discussion Forum Having IT issues? Got IT questions? Who doesn't? If you can't get your Apache to work with your MySQL or your php is choking on your ODBC... Let's see if we can help you come up with some ideas. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have over the years had different ips hit my sites an unreasonable amount of times but after awhile they would stop. For over a month now IP 209.249.86.17 has hit several of my sites at all hours of the day and night. I wouldn't complain but it's happening hundreds of times everyday on several different sites.
I have read postings here where they say block the ip, but how do you do that??? I have a Pleask server. Thanks in advance!!! Bill C P.S. Why would someone do this???? |
|
||||
|
Correct if he is on an Apache server.
Related How to block a country from accessing my website? information using a PHP script etc.
__________________
Mini Network:: Financial information at your fingertips Learn object oriented programming where it started I will use a search engine before I ask dumb questions. |
|
|||
|
The UA on that IP asks for robots.txt. One supposes it would obey if you Disallow (once you find the robot name?).
We had 1 request (besides robots.txt) for the home page; that's it. |
|
|||
|
I do it using PHP:
Code:
<?php
if (strstr($_SERVER["REMOTE_ADDR"], "209.249.86.17")) {exit;}
?>
Visitor 209.249.86.17 IP Address 209.249.86.17 Date 06 Nov, Tue, 17:37:17 Net Speed Corporate/T1 Organization Kavam Browser Firefox 2 Continent North America Operating System Linux Country United States Screen Resolution Other State / Region California Screen Color 16 Bit (65K) City Newark Javascript Enabled Might be the KavamRingCrawler. ISP : ABOVENET COMMUNICATIONS Organization : Kavam Location : US, United StatesCity : San Jose, CA 95131 You could also send in a complaint to AboveNet, Kavam's ISP: Quote:
You might be able to knock on their door and tell them to stop. Kavam.com Inc.: Private Company Information You guys can find this information on your own, can't you? (I don't know) Last edited by Arctic Fox; 11-08-2007 at 01:16 PM. |
|
||||
|
These days spammers are getting "wiser" all the time. They look up robots.txt to see if there is any prohibited directory and use this information to enhance their probing.
Dig up your log file to see what requests this IP was making. That should provide a clue. If you block one IP, the spammer or whoever is showing an undue interest in your site can resurface with another IP or block of IPs. You need to find out what he is trying to. I am not saying this is humanly possible for a large site. But I would certainly be interested if someone shows undue interest in one of my inside pages out of some 100,000 pages I have for public consumption. |
|
|||
|
Your server should (better!!) have a firewall. Use it to accomplish the block.
If it is one company, use ARIN to get a handle on their IP block, and block the entire CIDR block. We block many /24's. We've even had to figure out how to block accepting inbound SMTP traffic from dynamic IP's due to the spambot issues on home user machines. Doing it at the server saves resources - both your's and the machine's. If you don't have root access or a control panel for your server, talk to your host - that's what they are there for.
__________________
:not_the_usual1 [you decide] ________________ All in my opinion, which, when combined carefully with a $1 bill, gets you a cup of coffee at the corner store. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to block subdomain | arin2u | Google Discussion Forum | 8 | 05-28-2007 04:45 AM |
| How to block a web site? | ee222 | Web Programming Discussion Forum | 3 | 09-21-2005 09:21 PM |
| How can I block China? | MrLeN | Web Programming Discussion Forum | 22 | 09-09-2005 02:24 PM |
| Save and Block | Artyom | Yahoo! Discussion Forum | 1 | 06-10-2005 05:44 PM |
| New kid on the block | liberty | Submit Your Site For Review | 1 | 11-12-2004 02:57 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2010 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |