Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>2012年1月12日</strong>
Last modified: 2012年11月11日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/limit-access.svg)

# Limit Access WP Plugin

 作者: [owenconti](https://profiles.wordpress.org/owenconti/)

[ダウンロード](https://downloads.wordpress.org/plugin/limit-access.zip)

 * [詳細](https://ja.wordpress.org/plugins/limit-access/#description)
 * [レビュー](https://ja.wordpress.org/plugins/limit-access/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/limit-access/#installation)
 * [開発](https://ja.wordpress.org/plugins/limit-access/#developers)

 [サポート](https://wordpress.org/support/plugin/limit-access/)

## 説明

The Limit Access WP Plugin is a simple plugin that limits the number of IPs that
can be accessing an account at the same time.

Eg. If $allowedIPs is set to 3, the account “JohnDoe” can be logged into from three
separate IPs. When the the account is accessed the fourth time, the user will be
logged out and redirected to a custom page made by you.

If you have any questions or problems with the plugin, please let me know!

## インストール

 1. Install the plugin via automatic method or manual upload method
 2.  a. Create a new page with a slug name: “limited-access”;
     b. Edit this “limited-access” page to have a message for the user for when they get
        logged out.
     c. Activate the plugin.
     d. Congrats you’re done!

Example:

    ```
    Settings:  $allowedIPs = 3;

    The account, "test_user" can be logged in from 3 different IPs, but when the fourth instance is accessed, the user will be logged out and redirected to a page explaining what happened. 
    ```

You have the ability to change the number of allowed IPs, the time each record is
stored in the database, and if there are special circumstances for certain users.

Lines for settings:

    ```
    To change the allowed number of IPs:        line 9;
    To change the time each record is stored:       line 21;
    To alter special circumstances, per user:       line 44 - 50;

    You can add multiple special users by using the OR operator. Eg:

        if ( $user_login == 'admin' || $user_login == 'joe' ) {
            exit;
        }
    ```

## FAQ

  Why use this plugin?

If you have ever had the need to limit only X-amount of sessions per user, per IP
on a WP site, this plugin will do it for you!

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

Limit Access WP Plugin はオープンソースソフトウェアです。以下の人々がこのプラグイン
に貢献しています。

貢献者

 *   [ owenconti ](https://profiles.wordpress.org/owenconti/)

[“Limit Access WP Plugin” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/limit-access)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/limit-access/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/limit-access/)をチェックするか、
[開発ログ](https://plugins.trac.wordpress.org/log/limit-access/)を [RSS](https://plugins.trac.wordpress.org/log/limit-access/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.0

 * Initial build

#### 1.1

 * Updated the README

## メタ

 *  バージョン **1.0**
 *  最終更新日 **14年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.2またはそれ以降 **
 *  検証済み最新バージョン: **3.2.1**
 *  言語
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * タグ
 * [accounts](https://ja.wordpress.org/plugins/tags/accounts/)[limit](https://ja.wordpress.org/plugins/tags/limit/)
   [multiple](https://ja.wordpress.org/plugins/tags/multiple/)[sessions](https://ja.wordpress.org/plugins/tags/sessions/)
   [users](https://ja.wordpress.org/plugins/tags/users/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/limit-access/advanced/)

## 評価

 5つ星中5つ星

 *  [  1 5-星レビュー     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 1-星レビュー     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

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

[すべてのレビューを見る](https://wordpress.org/support/plugin/limit-access/reviews/)

## 貢献者

 *   [ owenconti ](https://profiles.wordpress.org/owenconti/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/limit-access/)