Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>12 de Xaneiro, 2012</strong>
Last modified: 11 de Novembro, 2012

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Limit Access WP Plugin

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

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

 * [Detalles](https://gl.wordpress.org/plugins/limit-access/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/limit-access/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/limit-access/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/limit-access/#developers)

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

## Descrición

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!

## Instalación

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

## Preguntas frecuentes

  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!

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Limit Access WP Plugin” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

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

[Traduce “Limit Access WP Plugin” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/limit-access)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/limit-access/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/limit-access/),
ou subscríbete ao [log de desenvolvemento](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).

## Rexistro de cambios

#### 1.0

 * Initial build

#### 1.1

 * Updated the README

## Meta

 *  Versión **1.0**
 *  Última actualización **Fai 14 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 3.2 ou superior **
 *  Probado ata **3.2.1**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Etiquetas
 * [accounts](https://gl.wordpress.org/plugins/tags/accounts/)[limit](https://gl.wordpress.org/plugins/tags/limit/)
   [multiple](https://gl.wordpress.org/plugins/tags/multiple/)[sessions](https://gl.wordpress.org/plugins/tags/sessions/)
   [users](https://gl.wordpress.org/plugins/tags/users/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/limit-access/advanced/)

## Valoracións

 5 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

[A túa valoración](https://wordpress.org/support/plugin/limit-access/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/limit-access/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/limit-access/)