GCount is an attempt to make a fast Web-based counter completely in PHP. It uses SQLite as its backend to store counter information, and the GD library to manipulate the images.
| Tags | Internet Web |
|---|---|
| Licenses | GPL |
Recent releases


Changes: This release uses the new db_query class to make DB access for many databases easier. It correctly detects Windows Vista.


Changes: PDO support was added, which includes SQLite and MySQL. Technically, any PDO driver should work, but SQLite and MySQL are the only ones that have been tested. Debugging was improved. A duplicate counter was removed.


Changes: This release fixes a bug that would cause all hits, regardless of host, to have the same session limit, updates the HTML on the admin screen so the buttons display more cleanly, fixes a bug that caused the wrong hits to be deleted/reset, makes the admin page show counters with 0 hits, adds a logout option, fixes a bug that made the password box show clear text as you typed, and fixes an HTML bug that made the admin panel not work as advertised.


Changes: install.php was missing from the last release.


Changes: Reporting and new browser detection code have been added.