Little Counter 1.0
Developed by Markus Fensterer, listed in Counter
Little Counter is a simple class that keeps track of the accesses of users to the pages of a site using a MySQL table to record the user access hits.
Little Counter connects to the MySQL database and records in the counter table the IP address of the user accessing the site and the current time. The class assumes that each IP address corresponds to one user.
Little Counter is also able to query the counter table and retrieve:
- The total number hits
- The total number of visits
- The number of users, which are online. A user is considered to be online if he has accessed to the site within a period of time defined by the class variable online time.
- The number of hits of one user during the last 24 hours
License type: Freeware
Date added: 6 years, 7 months 19 days ago | Last updated: 6 years, 7 months 19 days ago
More popular Counter
- Counter Class with graphics 1.0 (6 years, 7 months 20 days ago)
- Online Visitors Count 1.0 (1 year, 4 months 26 days ago)
- Little Counter 1.0 (6 years, 7 months 19 days ago)
- Flat File Hit Counter 2.0 (5 years, 7 months 29 days ago)
- giCounter 1.0 (3 years, 6 months 26 days ago)
Listing Files

littleCounter.php- 2.1 KB
- 10/08/2005 03:22:04

example.php- 682 Bytes
- 10/08/2005 03:22:04

database.inc.php- 232 Bytes
- 10/08/2005 03:22:04
