leehughes
06-18-2009, 12:23 PM
Hi,
Can anyone suggest something to keep the statistics of my website on record?
am looking for something that is invisable to the user and only visible to me, oh and pref free ;)
thanks
tracknut
06-18-2009, 12:32 PM
http://www.google.com/analytics/
svidgen
06-18-2009, 12:38 PM
I suggest using Google Analytics (http://analytics.google.com/). The only real drawbacks are that it only records users with JavaScript enabled, and the code must be placed on every page you want to log. It can be used to log file downloads and so forth, but it's somewhat complicated to do so.
However, even considering the negatives above, I definitely prefer Analytics to other stats packages. It provides elegant, beautiful, and flexible analysis of traffic. You can even create custom reports of various sorts, slicing and dicing your data in any number of ways on any number of fields ... very cool.
Alternatively, if you're looking for something server-side that just analyzes apache's log files, check out AWStats (http://sourceforge.net/projects/awstats/).
There you have it: two popular free options.