I'm currently using a small php script backed by Mysql that logs access to my site. I had to code it myself because I couln't find one that pleased me. I'm using the <img> tag to call a php script, which logs the visit information. I can have as many sites monitored simple by passing this php script another site id (image.php?siteid=2, for example).
I like it the way it is but I wonder if theer is something better out there. I would like to know if you guys know of a script that does this? Mine is _very_ basic and I would like something more robust/with more features.
Thanks!