Title: Limit Login Countries
Author: Dirk Weise
Published: <strong>2013년 10월 20일</strong>
Last modified: 2014년 9월 16일

---

플러그인 검색

![](https://ps.w.org/limit-login-countries/assets/banner-772x250.jpg?rev=790722)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/limit-login-countries/assets/icon-256x256.jpg?rev=990276)

# Limit Login Countries

 작성자: [Dirk Weise](https://profiles.wordpress.org/wedi/)

[다운로드](https://downloads.wordpress.org/plugin/limit-login-countries.0.6.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/limit-login-countries/#description)
 * [평가](https://ko.wordpress.org/plugins/limit-login-countries/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/limit-login-countries/#installation)
 * [개발](https://ko.wordpress.org/plugins/limit-login-countries/#developers)

 [지원](https://wordpress.org/support/plugin/limit-login-countries/)

## 설명

This plugin gives you the ability to limit WordPress admin logins based on the country
the visitor’s IP address is located in. It uses Maxmind’s GeoIP database which comes
in a free lite version.

You can choose between a white- and blacklist mode. In whitelist mode only visitors
with IP addresses from the configured countries are allowed. In blacklist mode visitors
with IPs from the configured countries are not allowed to login.

#### Translation

So far this plugin is available in English and German. If you are interested to 
translate the plugin to your language, use the included POT file with a programm
like [PoEdit](http://www.poedit.net/index.php) and get in touch.

### Development

This plugin is developed by [Dirk Weise](http://www.dirk-weise.de) as a pet project
on [GitHub](https://github.com/wedi/limit-login-countries). You are welcome to [file an issue](https://github.com/wedi/limit-login-countries/issues)
or send a pull request.

### Credits

 * Kudos go out to the guys over at [_Maxmind_](https://www.maxmind.com/) for providing
   a lite version of their GeoIP database for free.
 * Same to [_Konstantin Kovshenin_](http://kovshenin.com/) who has written a [great tutorial on the WordPress Settings API](http://kovshenin.com/2012/the-wordpress-settings-api/)
   which helped me a lot while cleaning up the plugin for the public.
 * Give big hands to [sudar](http://sudarmuthu.com) for his [toolset for deploying WordPress plugins from GitHub](https://github.com/sudar/wp-plugin-in-github).
   A must have, when developing WordPress plugins on GitHub.
 * Last but not least I send a thank you note to [_Gabriel Oliveira_](http://think0.deviantart.com/)
   on whose work this plugin’s banner image is based.

## 스크린샷

 * [[
 * Whoo! The plugin’s options page.

## 설치

This section describes how to install the plugin and get it working.

 1. Upload the plugin to your WordPress plugin directory, which is probably `/wp-content/
    plugins/`.
 2. [Download Maxmind’s current GeoLite database](http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz)
    and extract it, e.g. to your WordPress uploads directory, which is probably `/wp-
    content/uploads/`.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Go to settings and configure the plugin

#### System Requirements

This plugin requires at least PHP 5.3. The minimum _tested_ WordPress version is
3.5.0. Please report if it works in even older versions.

## FAQ

  HELP! I locked myself out! How do I get in again?

No worries! Just add `define('LIMIT_LOGIN_COUNTRIES_OVERRIDE', TRUE);` to your `
wp-config.php` and you can login again in whichever country you are.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Limit Login Countries”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Dirk Weise ](https://profiles.wordpress.org/wedi/)

[자국어로 “Limit Login Countries”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/limit-login-countries)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/limit-login-countries/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/limit-login-countries/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/limit-login-countries/)을 [RSS](https://plugins.trac.wordpress.org/log/limit-login-countries/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### Version 0.6.4

 * Hotfix for settings link showing up for all plugins in the Plugins list table.

#### Version 0.6.3

 * Raise tested WordPress version to 4.0.
 * Enforcing PHP 5.3 requirement now.
 * Updated bundled geoip-api-php.
 * Added settings link in the Plugins list table.
 * Refactored code to match WordPress coding style (thank you PhpStorm).

#### Version 0.6.2

 * Add missing changelog for 0.6.1

#### Version 0.6.1

 * Raise tested WordPress version.

#### Version 0.6

 * Public release in WordPress plugin directory.
 * Even more cleanup.

#### Version 0.5

 * readme.txt added.
 * and more cleanup before making the plugin public.

#### Version 0.4

 * Fancy JavaScript additions to options page.
 * Search for GeoIP database file added.
 * Refactoring of GeoIP access code to prepare for future changes.

#### Version 0.3

 * Options page added. No more hardcoded values.
 * Translation added.

#### Version 0.2

 * Much better design, but still a lot of hardcoded stuff.
 * Updated GeoIP API trunk.

#### Version 0.1

 * Initial version. ~2011. Works as intended, but it’s not very beautiful.

## 기초

 *  버전 **0.6.4**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 3.5.0 또는 그 이상 **
 *  다음까지 시험됨: **4.0.38**
 *  언어
 * [English (US)](https://wordpress.org/plugins/limit-login-countries/)
 * 태그:
 * [login](https://ko.wordpress.org/plugins/tags/login/)[security](https://ko.wordpress.org/plugins/tags/security/)
 *  [고급 보기](https://ko.wordpress.org/plugins/limit-login-countries/advanced/)

## 평점

 별 5점 만점에 3.8점.

 *  [  2/5-별점 후기     ](https://wordpress.org/support/plugin/limit-login-countries/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/limit-login-countries/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/limit-login-countries/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/limit-login-countries/reviews/?filter=2)
 *  [  1/1-별점 후기     ](https://wordpress.org/support/plugin/limit-login-countries/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/limit-login-countries/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/limit-login-countries/reviews/)

## 기여자

 *   [ Dirk Weise ](https://profiles.wordpress.org/wedi/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/limit-login-countries/)