Graham Mitchell
Graham Mitchell

Reputation: 33

How to capture image statistics

I host images locally on my server for use on eBay and other sites. I would like to track the hourly and daily usage of these images. My server has cPanel installed.

I've tried adjusting AWStats to track images; but the configurations I have trialled only display the usage per month.

Any ideas how I can get tracking like this happening?

Upvotes: 0

Views: 166

Answers (1)

mat
mat

Reputation: 1629

If the other sites allow it, you could use a PHP-file that loads the image. In the file itself you can fetch and store any stat you'd like.

If PHP (or simular language) isn't allowed (it probably isn't) you could use AWstats, because it does what you want. Alternatives are:

  • Analog
  • Webalizer
  • W3Perl
  • Visitors
  • Piwik
  • Obsessive Website Statistics
  • Etc

You'd have to check out yourself it they support what you need.

Upvotes: 1

Related Questions