|
New Member!
Join Date: September 2009
Posts: 2
|
Nope, if it was a DOS attack your site would already crash regularly, a DOS attack
is usually an unrelenting series of service requests.
Although at times it may be intent on sucking up bandwidth, the standard DOS attack
comes more in the form of multiple data requests in very short succession.
By multiple I'm talking as many as possible, thousands a second and more, most
servers won't stand up to one for more than say, 20-30 seconds at a time.
If such is the case, one can temporarily ban the offending IP via .htaccess, then start
doing some research into effective scripting that helps prevent it (because banning IP's
becomes unfruitful quick).
More, or just as likely the source of your problem is image harvesting software, I forget
the proper term but it's basically this program people use to gather only images from
however many Web sites, it works a bit like a search engine except the user never has
to visit any of the Web sites.
These bots will consume your bandwidth.
There exist htaccess scripts designed to help prevent this nonsense somewhat as well.
Basically you will want to deny access to any and all non-friendly bots, via the htaccess file.
Last edited by 8307c4; September 5 '09 at 09:29 PM.
|