Forum Moderators: phranque
ShahZ
[img467.imageshack.us...]
Thank you..
Across the last few weeks, and currently, Google has been going mad [webmasterworld.com] downloading every file on every server.
If your website consists of static files only, then the above will not be an issue for you after the 50MB host-limit has been aquired. If your site is dynamic (the screen-print does not show PHP or perl, although the Server Load looks a touch high) then that bot activity will be a big issue, since the bots would keep requesting the same files. You could fix that (PHP only) by integrating this Content-Negotiation class [webmasterworld.com] into your website.
The final item is people using site-scrapers to get your whole site in a couple of minutes. You can fix that (once again, PHP-only) with this PHP code [webmasterworld.com].
Good luck.
Step 1. You need to see your server stats. That's not "status", it's "stats". The image you posted was status. Stats tell you what pages were downloaded when and by who. I don't know if/how this works in cpanel but it should be there. Common stat programs include awstats, urchin, webalizer, etc. Just look around in cpanel for your stats.
Step 2. There is no step two. You just need to see your stats. They will tell you where all your bandwidth is going.
If it's web related, make sure you don't have cgi scripts creating dynamic pages that may create an endless number of unique urls to spider. It's unlikely, but if it's the case then spam harvester bots may be circling around endlessly on your server requesting pages.
In any event don't panic. Maybe your traffic just ramped up. A 2gb transfer allotment is pretty small, and 7gb is still not a helluvalot of transfer.
Sean
ShahZ