Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
david68
Joined: May 16, 2005
# Posts: 144
|
Posted: 2006-Mar-25 23:11
I am having trouble blocking a bad bot. I set a bad_bot routine using BroswerMatch for a different bad bot, that works, but this bot pretends to be a regular user, but it's a bot - the User-Agent looks like a regular browser. I tried blocking via IP, but my host routes traffic through a proxy, so the IP is their IP and not the bot's. X_FORWARDED_FOR is the bot's IP. Any way to block this bot? Thanks.
Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
IP: 66.148.68.15
(HopOne Internet Corporation (66.148.64.0 - 66.148.127.255)
I know this is a bad bot by the way it hit my site and how it keeps accessing one RSS feed over and over again - hard to explain. Google searching says other people have the same problem with this range.
|
 |
Prowler
Staff
Joined: Aug 14, 2000
# Posts: 1788
|
Posted: 2006-Mar-26 07:53
You might have to write a Perl handler which will be invoked by apache to handle requests from a banned IP list.
The other simple ruse is to use PHP to deliver the RSS feed and add a routine which looks at the $_SERVER['X_FORWARDED_FOR'] IP and compares it with a banned list before delivering the page.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|