PHP Classes

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

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 49%Total: 1,071 All time: 3,472 This week: 488Up
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

  Files folder image Files (3)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,071
This week:0
All time:3,472
This week:488Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:75%StarStarStarStar
Documentation:-
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:49%StarStarStar
Rank:2903
 
Excellent
15 years ago (kishore kumar)
70%StarStarStarStar