Extension:WhatIsMyIP

From MediaWiki.org

Jump to: navigation, search

             

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
WhatIsMyIP

Release status: stable

Implementation  Special page
Description Shows current user's IP address on Special:WhatIsMyIP
Author(s)  Ɓukasz Galezewski
Last Version  1.2 (February 22, 2009)
MediaWiki  1.11+
License GNU General Public License 2.0 or later
Download Download snapshot

Subversion [Help]
Browse source code

Example  Central Wikia

check usage (experimental)

WhatIsMyIP extension adds a special page, Special:WhatIsMyIP, where users with the 'whatismyip' right (everyone by default) can view their own IP address.

[edit] Installation

  1. Download the files from SVN and place them in $IP/extensions/WhatIsMyIP/
  2. Add
    require_once("$IP/extensions/WhatIsMyIP/WhatIsMyIP.php");
    into your wiki's LocalSettings.php
  3. Installation can now be verified through your wiki's Special:Version.