Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>12 janeiro, 2012</strong>
Last modified: 11 novembro, 2012

---

Pesquisar plugins

Este plugin **não foi testado com os 3 lançamentos principais mais recentes do WordPress**.
Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade
quando usado com versões mais recentes do WordPress.

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

# Limit Access WP Plugin

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

[Baixar](https://downloads.wordpress.org/plugin/limit-access.zip)

 * [Detalhes](https://br.wordpress.org/plugins/limit-access/#description)
 * [Avaliações](https://br.wordpress.org/plugins/limit-access/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/limit-access/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/limit-access/#developers)

 [Suporte](https://wordpress.org/support/plugin/limit-access/)

## Descrição

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!

## Instalação

 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;
        }
    ```

## Perguntas frequentes

  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!

## Avaliações

Não há avaliações para este plugin.

## Colaboradores e desenvolvedores

“Limit Access WP Plugin” é um programa de código aberto. As seguintes pessoas contribuíram
para este plugin.

Colaboradores

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

[Traduzir o “Limit Access WP Plugin” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/limit-access)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/limit-access/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/limit-access/) ou
assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/limit-access/)
por [RSS](https://plugins.trac.wordpress.org/log/limit-access/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 1.0

 * Initial build

#### 1.1

 * Updated the README

## Meta

 *  Versão **1.0**
 *  Última atualização **14 anos atrás**
 *  Instalações ativas **10+**
 *  Versão do WordPress ** 3.2 ou superior **
 *  Testado até **3.2.1**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Tags
 * [accounts](https://br.wordpress.org/plugins/tags/accounts/)[limit](https://br.wordpress.org/plugins/tags/limit/)
   [multiple](https://br.wordpress.org/plugins/tags/multiple/)[sessions](https://br.wordpress.org/plugins/tags/sessions/)
   [users](https://br.wordpress.org/plugins/tags/users/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/limit-access/advanced/)

## Classificações

 5 de 5 estrelas.

 *  [  1 avaliação com 5 estrela     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 avaliação com 4 estrela     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 avaliação com 1 estrela     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

[Sua avaliação](https://wordpress.org/support/plugin/limit-access/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/limit-access/reviews/)

## Colaboradores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/limit-access/)