Extension:WhatIsMyIP
From MediaWiki.org
|
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] |
||
| 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
- Download the files from SVN and place them in $IP/extensions/WhatIsMyIP/
- Add
into your wiki's LocalSettings.phprequire_once("$IP/extensions/WhatIsMyIP/WhatIsMyIP.php");
- Installation can now be verified through your wiki's Special:Version.