Extension:AccountInfo/ko
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.
- 검사관 - shows all unique groups of IP address, User-Agent, and XFF header that are currently stored in the table.
Installation
- 파일을 다운로드하고
AccountInfo폴더를extensions/디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AccountInfo
- 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'AccountInfo' );
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
