Extension:Wiretap

Category:Unmaintained extensions#Wiretap Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Extensions with unknown license
MediaWiki extensions manual
Wiretap
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Special page Category:Special page extensions
Description Tracks user page hits from Special:Wiretap
Author(s) James Montalvo (Jamesmontalvo3talk)
Latest version 0.1 (2017-04-25)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes Yes
License GPL
Download Category:Extensions in GitHub version control
  • $wgDisableCounters
  • $wgWiretapAddToPeriodCounter
  • $wgWiretapCounterPeriod
  • $wgWiretapAddToAlltimeCounter
Category:All extensions

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

  • Download and place the file(s) in a directory called Wiretap in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Wiretap' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:AfterFinalPageOutput extensions Category:All extensions Category:BeforeInitialize extensions Category:Extensions in GitHub version control Category:Extensions with manual MediaWiki version Category:Extensions with unknown license Category:Extensions without a compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:LocalisationCacheRecache extensions Category:SkinTemplateOutputPageBeforeExec extensions Category:Special page extensions Category:Unmaintained extensions