-
A session is started for each new user visiting the site and its identifier is stored in a MySQL database.PHP Online Users can update the last visit time and remove user records that have not visited the site since a given time limit.Requirements: PHP 4.4 or higher
-
Page visit counts are stored in text files. Each time a user visits a page the class adds or updates an array entry that counts the number of visits to that page. The array is serialized and store in a text file.giCounter reads the text file and unserializes the array to get the count of visited site pages.Requirements: PHP 3 ...
-
A text file is used to store the number of page hits.Simple text-based counter can record recent IPs to prevent "counter-boosts" and the timeout setting is configurable.
-
phpMyCoCo can be used as a hit counter and per-page commenting system.
-
counter.php tracks the number of visits and user agents used. Easy to use, just fit for new phper i think. Are you a new phper?
-
Hits Counter handles the request to serve the file contents with the appropriate HTTP headers. It supports resuming partially downloaded files.The file download counters are stored in files that are read and updated once a file served by the class is fully downloaded.Download links can be generated and the current count for a given file can be presented.
-
An IP address is only counted once per day, without the need of cookies. A plain text file is used to store the data.Monthly snapshots of the counter can also be saved.
-
DigiDisplayer can be used to display a page hit counter. This is similar to the classical Perl counters: the digit graphics are generated by manipulating strip images.
-
Stopwatch emulates a stopwatch that can measure partial and final time elapsed between events named as laps. It takes the time since the start and the time that is taken on each lap.The final results are sorted by lap time. A percentage of total time taken on each lap takes is also shown. A practical example usage of this class ...
-
vinWebStats creates simple statistics regarding Web page hits.
-
The counter row is generated the first time when the page is accessed and unique counts are performed by month.
-
LTimer can start a timer, pause the time count, resume the timer, and retrieve the time the time that elapsed during the periods the timer was running.The elapsed time can be returned in seconds and milliseconds.Requirements: PHP 4.0.4 or higher
-
The text string is being normalized by converting several types of word separators into white spaces. Then it splits the string into groups of characters separated by spaces.Word Counter returns the number of groups of characters that contain at least one letter or digit to skip counting groups of characters made only of punctuation or other types of characters.Requirements:PHP 3.0 ...
-
spiderCount v1.2 is a simple image-based hit counter. This script increments a hit count every time it is called. The hit count is stored in a plain text file. spiderCount then outputs the count as a PNG image. The PNG image is generated using images of the digits 0-9. The user can begin the counter at any number. The user ...
-
Tcounter - a counter with graph and trends is a simple hitcounter based on PHP and MySQL.Features of Tcounter - a counter with graph and trends:- Visibile and invisible - Manages different counters with different names in order to follow trend of different pages - Records data per month over MySQL database - Show trend in graphical way - Download ...

