Horje
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. Wordpress Tutorial

Noted That:

  • To install correctly this limit-access.zip .
  • Fisrt Download the limit-access.zip to your computer
  • Extract/Open limit-access.zip to Your Computer.
  • Then, Find readme.txt file inside limit-access.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download " limit-access.zip " Plugin to your Local Computer. (Click Download)

2. Then, Login to your " yourdomain.com/wp-admin " Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " limit-access.zip "  Downloaded plugin from your computer, Where you downloaded limit-access.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " Limit Access WP Plugin " folder is added on left sidemenu. Now, Click on " Limit Access WP Plugin " folder.

   Noted that: If you do not see " Limit Access WP Plugin " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Limit Access WP Plugin Configurtions and Settings or How to work " Limit Access WP Plugin " in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Limit Access WP Plugin " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Limit Access WP Plugin
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Install the plugin via automatic method or manual upload method
    1. Create a new page with a slug name: “limited-access”;
    2. Edit this “limited-access” page to have a message for the user for when they get logged out.
    3. Activate the plugin.
    4. 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; }

limit , access , simple , limits , number , accessing , account , same , time , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference