It's a PHP3 counter with a particularity: it can send you an email every X hits, easily configurable in the script. It can be a useful script to log your site via email, if you don't need a tracker or a free service with banner ads.
Version: n/a Platform(s): n/a Updated: Fri May 5 2000
This is a very simple counter written in PHP. This counter can give you the count of visitors to your site. As databases are not used, it is very simple to configure and use.
Version: n/a Platform(s): n/a Updated: Tue Dec 14 1999
This is a very simple website counter script written in PHP3. It uses
MySQL to store the count data and can keep a unique count for each page it
is used on, or it can use the same counter for all pages, or a combination
of both.
Version: 1.0 Platform(s): Unix Updated: Sun Oct 10 1999
The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page's hits in itself, you can eliminate the need for another external file, or a database, containing just page hits.
Version: 0.8 Platform(s): n/a Updated: Sat Jul 3 1999