I'm being destroyed by robots and malicious users trying to take down my site.
I tried making a bandwidth limiter by mod_rewriting all requests for mp3 files to a php script which would track each ip and limit how much each can download per hour. This worked fine but it created alot of problems for some users that the links were not direct links to the mp3 files.
I tried all sorts of force download headers but what worked for some users would not work for others.
Now, the question is, is it possible to keep direct links to mp3 files and whenever someone clicks on an mp3 file to simultaneously run a tracking php script which would allow or deny the request?
thanks!
(server does not have mod_bandwidth or any other useful mod)