Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>12.01.2012</strong>
Last modified: 11.11.2012

---

Шукати плагіни

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями 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://uk.wordpress.org/plugins/limit-access/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/limit-access/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/limit-access/#installation)
 * [Розробка](https://uk.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;
        }
    ```

## Часті питання

  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 або вище **
 *  Tested up to **3.2.1**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Позначки
 * [accounts](https://uk.wordpress.org/plugins/tags/accounts/)[limit](https://uk.wordpress.org/plugins/tags/limit/)
   [multiple](https://uk.wordpress.org/plugins/tags/multiple/)[sessions](https://uk.wordpress.org/plugins/tags/sessions/)
   [users](https://uk.wordpress.org/plugins/tags/users/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/limit-access/advanced/)

## Оцінки

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/limit-access/reviews/)

## Учасники

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

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/limit-access/)