Author Topic: stats tracking?  (Read 12638 times)

0 Members and 1 Guest are viewing this topic.

griever

  • Sr. Member
  • ****
  • Posts: 457
    • View Profile
stats tracking?
« on: July 28, 2005, 04:22:22 pm »
I was wondering what you guys used for stats tracking, if anything at all.  I know that Xepher has provided us with one, but I sometimes forget to grab the monthly stats at the end of the month.  By the time I remember (usually a couple days afterwards), it has been reset.  So I was wondering if you all had some kind of external service you used and that you would recommend. :)
"You can get all A's and still flunk life." (Walker Percy)

Databits

  • Global Moderator
  • *****
  • Posts: 1,607
  • Programming's not just a science, it's an art.
    • View Profile
stats tracking?
« Reply #1 on: July 28, 2005, 11:43:24 pm »
I use a digits counter, but I'd recommend writing your own using PHP and MySQL. After all, your page will load faster if you don't make outside requests.
(\_/)    ~Relakuyae D'Selemae
(o.O)    
(")_(")  [Libre Office] [Chrome]

Xepher

  • Techsmith
  • Administrator
  • *****
  • Posts: 4,334
  • Illegitimis non carborundum!
    • View Profile
    • Xepher.net
stats tracking?
« Reply #2 on: July 29, 2005, 03:55:40 am »
Well, most external "services" are just going to be hit counters. You've already got one of those with the phase 2 newsbox... one that doesn't get reset like the stats do. Also, all the old log files are still around, and should be world readable. You can look into the arcane commands to pass to analog (the thing that generates the stat pages from the log files) to make it analyze whatever time period you want.

griever

  • Sr. Member
  • ****
  • Posts: 457
    • View Profile
stats tracking?
« Reply #3 on: July 29, 2005, 10:41:50 pm »
Oh, wow, I had no idea I could do that.  Thanks, Xepher!  I hope I can figure out how to get something like that working. ^^;
"You can get all A's and still flunk life." (Walker Percy)