Extension:AccountInfo/ru
Appearance
Статус релиза: бета |
|
|---|---|
| Реализация | Служебная страница |
| Описание | Allows users to see private information stored about them |
| Автор(ы) | Legoktm, Emufarmers |
| Последняя версия | 0.1 (2014-02-18) |
| MediaWiki | 1.22+ |
| PHP | 5.3+ |
| Изменения в БД | Нет |
| Licence | GNU General Public License 2.0 or later |
| Скачать | |
| Переведите расширение AccountInfo, если оно доступно на translatewiki.net | |
| Роль Vagrant | accountinfo |
| Проблемы | Открытые задачи · Сообщить об ошибке |
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.
- CheckUser - shows all unique groups of IP address, User-Agent, and XFF header that are currently stored in the table.
Установка
- Скачайте и распакуйте файл(ы) в папку с названием
AccountInfoв вашей папкеextensions/.
Вместо этого разработчикам и соавторам кода следует установить расширение из Git, используя:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo
- Добавьте следующий код в конце вашего файла LocalSettings.php:
wfLoadExtension( 'AccountInfo' );
Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.
