Title: Limit Access WP Plugin
Author: owenconti
Published: <strong>جنوری 12, 2012</strong>
Last modified: نومبر 11, 2012

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/limit-access/#description)
 * [جائزے](https://ur.wordpress.org/plugins/limit-access/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/limit-access/#installation)
 * [ڈیولپمنٹ](https://ur.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!

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/limit-access/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/limit-access/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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

## میٹا

 *  Version **1.0**
 *  Last updated **14 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.2 یا اس سے جدید **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/limit-access/)
 * Tags
 * [accounts](https://ur.wordpress.org/plugins/tags/accounts/)[limit](https://ur.wordpress.org/plugins/tags/limit/)
   [multiple](https://ur.wordpress.org/plugins/tags/multiple/)[sessions](https://ur.wordpress.org/plugins/tags/sessions/)
   [users](https://ur.wordpress.org/plugins/tags/users/)
 *  [اعلی درجے کا منظر](https://ur.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/)