Extension:AccountInfo
![]() وضعیت انتشار: آزمایشی |
|
---|---|
انجام | 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 |
بارگیری | |
Quarterly downloads | 26 (Ranked 134th) |
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 place the file(s) in a directory called
AccountInfo
in yourextensions/
folder. - کد زیر را در انتهای $LocalSettings خودتان اضافه کنید:
wfLoadExtension( 'AccountInfo' );
انجام شد – به Special:Version در ویکی خودتان بروید تا مطئمن شوید که افزونه با موفقیت نصب شده است.
برای کاربرانی که مدیاویکی 1.24 یا جدیدتر را اجر میکنند:
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";