Extension:Wiretap

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki extensions manual
Wiretap
Release status: unmaintained
Implementation Special page
Description Tracks user page hits from Special:Wiretap
Author(s) James Montalvo (Jamesmontalvo3talk)
Latest version 0.1 (2017-04-25)
MediaWiki 1.25+
PHP 5.3+
Database changes Yes
License GPL
Download
  • $wgDisableCounters
  • $wgWiretapAddToPeriodCounter
  • $wgWiretapCounterPeriod
  • $wgWiretapAddToAlltimeCounter
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').

The Wiretap extension allows users to track the usage of the wiki from Special:Wiretap. It will display the pages hits by users in reverse chronological order. It is heavily based on Extension:UserPageViewTracker, but records each individual hit instead of counting number of hits. Additionally, it tracks the referring page for each hit, so you can see how each user got to the page. Also, it tracks hits to the Special:Wiretap page itself, so all snooping is being tracked.

Installation

  • <translate> <tvar name=1>Download</tvar> and place the file(s) in a directory called <tvar name=name>Wiretap</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'Wiretap' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>

See also