Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>12 Ocak 2012</strong>
Last modified: 11 Kasım 2012

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Limit Access WP Plugin

 [owenconti](https://profiles.wordpress.org/owenconti/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/limit-access/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/limit-access/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/limit-access/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/limit-access/#developers)

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

## Açıklama

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!

## Yükleme

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

## SSS

  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!

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Limit Access WP Plugin” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“Limit Access WP Plugin” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/limit-access)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/limit-access/), [SVN deposuna](https://plugins.svn.wordpress.org/limit-access/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/limit-access/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/limit-access/)
abone olun.

## Değişiklik Kaydı

#### 1.0

 * Initial build

#### 1.1

 * Updated the README

## Meta

 *  Sürüm **1.0**
 *  Son güncelleme **14 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 3.2 veya üstü **
 *  Test edilen sürüm **3.2.1**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Etiketler
 * [accounts](https://tr.wordpress.org/plugins/tags/accounts/)[limit](https://tr.wordpress.org/plugins/tags/limit/)
   [multiple](https://tr.wordpress.org/plugins/tags/multiple/)[sessions](https://tr.wordpress.org/plugins/tags/sessions/)
   [users](https://tr.wordpress.org/plugins/tags/users/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/limit-access/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  1 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/limit-access/reviews/?filter=1)

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

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/limit-access/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/limit-access/)