Extension:WhosOnline
From MediaWiki.org
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | User activity, Special page | ||
| Description | Creates list of logged-in & anons currently online | ||
| Author(s) | Maciej Brencz | ||
| Last Version | 1.2 (2009-07-26) | ||
| MediaWiki | 1.11+ | ||
| License | GNU General Public License 2.0 or later | ||
| Download | SVN (browse) | ||
| Example | Wikia sites | ||
|
|||
|
check usage (experimental) |
|||
WhosOnline extension adds a special page - Special:WhosOnline - for viewing the list of users currently online.
[edit] Installation
- Download the files from SVN, put them under $IP/extensions/WhosOnline
- Create the table online with SQL query supplied in whosonline.sql,
or run the command:which creates the table as well.php5 maintenance/update.php - Add the following line to LocalSettings.php to activate the extension:
require_once($IP.'/extensions/WhosOnline/WhosOnline.php');
- If you want anymous users IP addresses shown, add:
to LocalSettings.php after the above statement. Default is not to show them, both for privacy and security reasons.$wgWhosOnlineShowAnons = TRUE;
- Installation can now be verified through Special:Version
[edit] See also
- Extension:Whos online - the original extension, on which this one is based
- Extension:AjaxWhosOnline - an Ajax version with history, location, and chat options