Posts: 2,536
Location: Western Maryland
|
Java Dude,
I'm not sure how I can explain why someone is doing this. As you said, the internet is full of people whose behavior is beyond explanation.
Are you being hosted by a provider? If so, you could contact them and tell them the problem you're having and see if they have any ideas to help you.
If not, if you manage this server yourself, you could write a script which pulls out the IP of the request from the server variables. You'll have to write some code to see if you get more than n requests from the same IP within a fixed timeframe -- but that will not bother normal visitors. For example, if this guy is making 5-10 requests a second or even one a second, that is soemthing you could use against him. It will take some heavy lifting on your part, but that's the only thing that comes to mind.
Hopefully some other posters will have some different ideas...
__________________
—Kyrnt
|