| Script Name |
Browzin'! lists active users of your site over a specified period of time. Everything can be configured to your taste. It currently uses a MySQL database on backend but a text-only version will be released in the near future.
|
OnlineCounter is a one-file script written in PHP that counts the number of users online. What sets OnlineCounter apart from the rest of counter-scripts is its special ability to track the max number of users online today/ever.
|
SHMCounter is a user online counter using SHM (Shared-Memory) segments. It doesn't need a database and runs fully in memory, which makes it really fast. Please test it out and give back all optimisations or bugfixes. Requires PHP4.x with compiled in sysvshm-functions. v0.2 contains examples for the needed shm-size.
|
This script will allow you to display the users that are currently on your website. It will report guests and members, with member names. It must be used with the author's authorization script, or modified to work with your user table and such. The authorization script can be found at http://codewalkers.com/seecode.php id=74.
|
Users Online is a PHP class that displays the number of users that are currently on your site.
|
UserOnline is a script, which shows you how many users are active within a number of minutes (you can change this number). UserOnline doesn't require a mySQL database.
|
If you want to know the number of visitors actually present on your web site and to know when they were the most, this is a script for you. It is a simple PHP script that uses a text file for handling user data.
|
"20 users online" style user tracking is a favourite of ASP websites. This class allows you to do the same thing easily with PHP. The OnlineUsers class uses a leightweight MySQL table to track the users, logging them to a table. Details of who is online and how many users is then easily retrieved.
|
Who's Connected is a set of two small PHP scripts that use MySQL to display the number of users who have viewed a page within the last minute (can be modified). First script will add the connection to a table in MySQL. The second script will display the number of users.
|
zerofil onlinestats is a php script which allows you to easily include a total visits counter and a "X user-online" features to websites. It uses three flat text files to store data:
log.txt which logs date, IP, name of page; total.txt which counts the number of total visits and online.txt that stores info about online users. You can easily add features, place the counter anywhere you want to. Comes with an english instruction.
|