|
Cookbook /
CurrentVisitorsSummary: Display the number of current visitors
Version: 1.23
Prerequisites: PmWiki version: 2.0.; last tested on PmWiki version: 2.1.26.
Status:
Maintainer:
Discussion: CurrentVisitors-Talk
Categories: Layout
Questions answered by this recipeHow can I know how many visitors are currently surfing on my site? DescriptionCopy CurrentVisitors.phpΔ to the cookbook directory and add NotesIn 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 NotesVersion 1.23 Version 1.22 Added the following variables: (:MaxCurrentVisitors:) displays the maximum number of visitors online at the same time.
(:MaxCurrentVisitorsTime:) displays the time when the maximum of visitors was reached.
Older VersionsOriginal Script by Christophe David Attach:CurrentVisitors_V1.11.phpΔ See AlsoContributorsChristophe David original script CommentsSee discussion at CurrentVisitors-Talk User notes +2: 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. |