This 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.
The class 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.
The class is also able to query the counter table and retrieve:
1) The total number hits
2) The total number of visits
3) 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.
4) The number of hits of one user during the last 24 hours
|
|
| Name: |
Little Counter |
| Base name: |
littlecounter |
| Description: |
Keep track of user accesses to site pages in MySQL |
| Version: |
- |
| PHP version: |
- |
| License: |
Freeware |
| All time users: |
963 users |
| All time rank: |
3281 |
| Week users: |
0 users |
| Week rank: |
2151  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (75.0%) |
- |
Good (83.3%) |
- |
- |
Not sure (49.2%) |
1606 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|