Jump to content

Extension:AccountInfo/ko

From mediawiki.org
This page is a translated version of the page Extension:AccountInfo and the translation is 12% complete.
미디어위키 확장 기능 설명서
AccountInfo
출시 상태: 베타
구현 특수 문서
설명 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' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.

같이 보기