PHP Classes

Little Counter: Keep track of user accesses to site pages in MySQL

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 49%Total: 1,071 This week: 1All time: 3,472 This week: 560Up
Version License Categories
littlecounter 1.0.0FreewareDatabases, User Management
Description 

Author

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

Picture of Markus Fensterer
Name: Markus Fensterer <contact>
Classes: 1 package by
Country: Germany Germany
Age: 35
All time rank: 2277141 in Germany Germany
Week rank: 416 Up16 in Germany Germany Up

  Files folder image Files  
File Role Description
Accessible without login Plain text file database.inc.php Conf. database configuration file
Accessible without login Plain text file example.php Example example script
Plain text file littleCounter.php Class littleCounter class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,071
This week:1
All time:3,472
This week:560Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:75%StarStarStarStar
Documentation:-
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:49%StarStarStar
Rank:2837
 
Excellent
14 years ago (kishore kumar)
70%StarStarStarStar