A PHP counter. It's neat because it doesn't use a separate database, it makes an ad hoc DB out of text files. The text files are named after the IP of the visitor, so only unique hits show up (as ...
A PHP counter. It's neat because it doesn't use a separate database, it makes an ad hoc DB out of text files. The text files are named after the IP of the visitor, so only unique hits show up (as the old text file will be overwritten if the same IP shows up again). Collects standard data -- IP, referer, browser, and time.
Version 1.0 Platform Windows ,FreeBSD ,Mac OSX ,Linux