-Main wrote:
If it wasn't time-critical, I'd be tempted to write my own and just include() it. Logging IPs and user-agent into a database isn't hard, nor is graphing data. If you have a good PHP reference and IDE, that's the most user-friendly way of all.
I fully agree with you (I would even leave out the IDE). But I thought "why do it myself if other people have already done it, and better than I would".
I tried SlimStat, the faster and more complete version of Shortstat, and I must say it's pretty good. I used Elitestats before. It uses simple text files to store data, instead of SQL (which is an advantage if you have a limited hosting) and it's very fast and light, but a bit buggy and not too pretty.
EDIT:
SlimStat:
http://wettone.com/code/slimstat
EliteStats: ? (still don't find it)