Stats on a single file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sixfortyfive
    Junior Member
    • Apr 2004
    • 21

    #1

    Stats on a single file?

    Is there a way to track stats (such as unique visitors or number of visits) on a single file? It would be nice to see how many people are tracking an RSS feed for example.
  • Elite
    Senior Member
    • Apr 2004
    • 168

    #2
    I guess if you the stats from within CPanel aren't giving you what you need you could write a line to log file/database on each page view using PHP?

    Comment

    • AndrewT
      Administrator
      • Mar 2004
      • 3655

      #3
      If the file receives a enough hits it will be listed as one of the most accessed files for the domain in AWStats. Aside from that you would be stuck parsing the log files or modifying the feed script to keep track of this information for you.

      Comment

      Working...