Forum Moderators: phranque
Thanks
Tom
You might ask your host about a better stats package for your needs. Certainly, you need one that shows where your bytes are going.
You can ban IP addresses from accessing your server, and you can 'sort of' ban requests referred by specific domains (e.g. 'hotlinking'). I say, 'sort of' because this method relies on the HTTP_REFERER header, and its presence in a request is not 100% reliable. But it can reduce your bandwidth, which is the stated goal here.
However, you'll need to know what the exact problems are, so either get a more suitable stats package, or wade through your raw server logs manually. Once you identify the specific problems, the solutions are fairly easy.
Jim