CurrentVisitors
Questions answered by this recipe
How can I know how many visitors are currently surfing on my site?
Description
Copy CurrentVisitors.phpΔ to the cookbook directory and add include_once("cookbook/CurrentVisitors.php");
to config.php.
Notes
In your wiki pages, add the markup (:CurrentVisitors:) to display the number of visitors (strictly speaking "different IP addresses") that came to your site during the last MaximumNumberOfSecondsToConsiderAVisitorAsCurrent.
The counter will update only when action=browse.
Release Notes
Version 1.23
Sep 26th 2007 edited by Angelo Beck
Minor Bugfix.
Version 1.22
June 10th 2007 edited by Angelo Beck
Stores the maximum count of visitors in a file.
Added the following variables:
Older Versions
Original Script by Christophe David Attach:CurrentVisitors_V1.11.phpΔ
See Also
Contributors
Christophe David original script
Angelo Beck version 1.2
Comments
See discussion at CurrentVisitors-Talk
User notes +3: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.