Rozszerzenie:AccountInfo
AccountInfo Status wydania: beta |
|
---|---|
Realizacja | Strona specjalna |
Opis | Allows users to see private information stored about them |
Autor(zy) | Legoktm, Emufarmers |
Ostatnia wersja | 0.1 (2014-02-18) |
MediaWiki | 1.22+ |
PHP | 5.3+ |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub późniejsza |
Pobieranie | |
Quarterly downloads | 26 (Ranked 106th) |
Przetłumacz rozszerzenie AccountInfo jeżeli jest dostępne na translatewiki.net | |
Rola Vagrant | accountinfo |
Problemy | Otwarte zadania · Zgłoś błąd |
The AccountInfo extension allows users to see private information stored about themselves via "Special:AccountInfo".
Information shown
- $wgPutIPinRC - shows all unique IPs for actions made by the logged-in user that are currently stored in the table.
- CheckUser - shows all unique groups of IP address, User-Agent, and XFF header that are currently stored in the table.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
AccountInfo
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'AccountInfo' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.