User:Feydey/sandbox
How do I, as an owner of a wiki, get the ability to use CheckUser on a wiki?
- Get the CheckUser extension files from from SVN (http://svn.wikimedia.org/)
- Copy the php files (below) from SVN to your extensions directory, e.g. /extensions
- CheckUser.i18n.php
- CheckUser.php
- CheckUser_body.php
- Add the following to LocalSettings.php: require_once ( "extensions/CheckUser.php" );
- Creating a log file isn't strictly necessary, but you should probably make one and add this line to LocalSettings.php: $wgCheckUserLog = "logs/CheckUser.log"; where "logs" can be any folder you want
- Go to your wiki page Special:Userrights as an Admin and give yourself (at least) permission to use CheckUser or do this through a SQL database edit (similar to giving admin privileges).