Laajennus:AccountInfo

From mediawiki.org
This page is a translated version of the page Extension:AccountInfo and the translation is 50% complete.
MediaWikin laajennukset-ohje
AccountInfo
Julkaisustatus: beeta
Toteutus Toimintosivu
Kuvaus Allows users to see private information stored about them
Tekijä(t) Legoktm, Emufarmers
Viimeisin versio 0.1 (2014-02-18)
MediaWiki 1.22+
PHP 5.3+
Tietokantamuutokset Ei
Lisenssi GNU General Public License 2.0 tai myöhempi
Lataa
Quarterly downloads 24 (Ranked 140th)
Voit kääntää AccountInfo-laajennuksen mikäli se on saatavilla translatewiki.netissä
Vagrant-rooli accountinfo
Ongelmat Avoimet tehtävät · Raportoi ongelmasta

The AccountInfo extension allows users to see private information stored about themselves via "Special:AccountInfo".

Näytetyt tiedot

  • $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.

Asentaminen

  • Download and place the file(s) in a directory called AccountInfo in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'AccountInfo' );
    
  • Yes TehtyNavigate to Special:Version on your wiki to verify that the extension is successfully installed.

To users running MediaWiki 1.24 or earlier:

The instructions above describe the new way of installing this extension using wfLoadExtension(). If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of wfLoadExtension( 'AccountInfo' );, you need to use:

require_once "$IP/extensions/AccountInfo/AccountInfo.php";

Katso myös