Rozszerzenie:AccountInfo

From mediawiki.org
This page is a translated version of the page Extension:AccountInfo and the translation is 38% complete.
Podręcznik rozszerzeń MediaWiki
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 GNU General Public License 2.0 lub późniejsza
Pobieranie
Quarterly downloads 21 (Ranked 129th)
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 folderze extensions/.
    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' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Zobacz też