Rozszerzenie:AccountInfo
Jump to navigation
Jump to search
![]() | To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
AccountInfo Status wydania: niewspierane |
|
---|---|
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 | GNU General Public License 2.0 lub późniejsza |
Pobieranie | |
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.
- Rozszerzenie: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 swoim kataloguextensions/
. - Dodaj poniższy kod na dole swojego pliku LocalSettings.php:
wfLoadExtension( 'AccountInfo' );
Zrobione – Przejdź do Special:Version na swojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Do użytkowników mających wersję MediaWiki 1.24 lub wcześniejszą:
Powyższe instrukcje opisują nowy sposób instalowania tego rozszerzenia, poprzez wfLoadExtension()
.
Jeżeli chcesz zainstalować to rozszerzenie we wcześniejszych wersjach (MediaWiki 1.24 i wcześniejsze), zamiast wfLoadExtension( 'AccountInfo' );
użyj:
require_once "$IP/extensions/AccountInfo/AccountInfo.php";