counting downloads
Posted by: hitsu_g
Posted on: 2007-06-10 00:20:00
How do I keep track of the number of times a file on my site has been downloaded? Do I need to add some special html to my site or is this done automatically?
Thanks.
Posted by: hitsu_g
Posted on: 2007-06-10 00:20:00
How do I keep track of the number of times a file on my site has been downloaded? Do I need to add some special html to my site or is this done automatically?
Thanks.
Posted by: khatfield
Posted on: 2007-06-10 00:36:00
Just do a search on google for 'download counter script'.
Simplest thing..
Posted by: Raz2133
Posted on: 2007-06-10 02:11:00
In reply to:Do I need to add some special html to my site or is this done automatically?
You could do as khatfield suggested and install a download script, or you could examine the raw Apache logs, which can be found in your home directory at /logs/yourdomain.com/http/
Another option would be to simply use the Analog stats package that is enabled by default on all domains. You can access this by browsing to http://yourdomain.com/stats/ or via the panel at Status -> Site Statistics, then clicking on the link for the relevant domain.
Mark
Posted by: hitsu_g
Posted on: 2007-06-10 03:09:00
Great. That was what I was looking for - thanks!