Extension:AccountInfo
Appearance
وضعیت انتشار: آزمایشی |
|
|---|---|
| انجام | Special page |
| توضیحات | Allows users to see private information stored about them |
| نویسنده(گان) | Legoktm, Emufarmers |
| آخرین نسخه: | 0.1 (2014-02-18) |
| MediaWiki | 1.22+ |
| PHP | 5.3+ |
| تغییر پایگاه داده | خیر |
| مجوز | GNU General Public License 2.0 or later |
| بارگیری | |
| Translate the AccountInfo extension if it is available at translatewiki.net | |
| Vagrant role | accountinfo |
| Issues | Open tasks · گزارش یک مشکل |
The AccountInfo extension allows users to see private information stored about themselves via "Special:AccountInfo".
اطلاعات نشان داده شده
- $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.
راهاندازی
- Download and move the extracted
AccountInfofolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo
- کد زیر را در انتهای $LocalSettings خودتان اضافه کنید:
wfLoadExtension( 'AccountInfo' );
انجام شد – به Special:Version در ویکی خودتان بروید تا مطئمن شوید که افزونه با موفقیت نصب شده است.
