Nulled PHP User Manager free download

PHP User Manager-[Clean-Nulled].zip

The User Manager PHP Application

The application performs users and roles management and helps to support Single Sign On (SSO) concept for your PHP applications without the need to create user management application again and again for each new web site. Also, you can use the same application and database with different domains using different configuration which can be linked to specific domain

Forums
Documents
FAQ

PHP User Manager - 1

Demo Web Sites

The package contains three web applications: User Roles Manager and two example web sites which demonstarte how to use it. Just drop content of User Roles Manager folder to your Apache web site, run it in broswer and use installation wizard to set up all parameters.

  • User Roles Manager Demo
  • Simple Site Demo
  • Advanced Site Demo

    user: [email protected]
    pass: admin

Client Web Site

You have a possibility to use the user manage application like a single sign on solution with different client website frameworks. The following client websites are supported:

  • Standalone PHP pages (an example is included)
  • Codeigniter 3.1 framework pages (an example is included)
  • Laravel 5.3 framework pages (an example is included)

Cross domain authentication

1. Add domain on domains management page
2. Add user which will be used for server to server API call
3. Create API token for that user
3. Include security.php file to your project from UserRolesManager.Example.Client.Simple
5. Copy and paste user email and token (which you created) to security.php

define('APP_API_AUTHENTICATION', true); // <- true
define('APP_API_ENDPOINT', 'http://userappdomain/api');
define('APP_API_USER', 'your api user');
define('APP_API_TOKEN', 'you user API token');

and do not forget to set your user management app URL:

define('APP_USER_MANAGEMENT_URL', URL_PROTOCOL.'userappdomain');

6. Add the following code at the begining of you page

<?php
    require 'security.php';
    sign_in_required();
?>

After that if user is not authenticated he or she will be redirect to user manager login page. After authentication process the user will be redirected back to your site page.

The steps above you can use for all of your sites without development of authentication application each time you need, so you will have users and roles central repository.

The security.php file contains function to get user roles, so you can restrict content visibility by those roles.

Changelog

v1.0.1 - September 09, 2016 (Update)
 - Laravel client example application has been added;
        1. Change .env file  
            SESSION_DOMAIN=.localhost.com (or .yourdomain.com if you have a domain)
        2. You need to create a user.
        3. Click on Edit User ->API tab click on Generate API Token & Secret Key
        4. Open /appSSO/Libraries/security.php file
        5. Copy and paste user email and token:
            define('APP_API_AUTHENTICATION', true); // <- true
            define('APP_API_ENDPOINT', 'http://userappdomain/api');
            define('APP_API_USER', 'user email');
            define('APP_API_TOKEN', 'token');

v1.0.1 - August 28, 2016 (update)
- Codeigniter client example application has been added;

    User Roles Manager App:
        1. You need to create a user.
        2. Click on Edit User ->API tab click on Generate API Token & Secret Key
        3. Open application/libraries/security.php file
        4. Copy and paste user email and token: 
           (Do not forget to set correct API Endpoint URL)
            define('APP_API_AUTHENTICATION', true); // <- true
            define('APP_API_ENDPOINT', 'http://userappdomain/api');
            define('APP_API_USER', 'user email');
            define('APP_API_TOKEN', 'token');

v1.0.1 - August 15, 2016
 - Twitter bootstrap & schemes update to 3.3.7
 - Sub directory installation (Multiple installation in a subdirectory)
 - Cross domain authentication simple implementation

      User Roles Manager App:
        1. You need to create a user.
        2. Click on Edit User ->API tab click on Generate API Token & Secret Key

    Advance Example:
        1. Open applicationmodulesConfigurationConfig.php 
        2. Copy and paste user email and token:
            define('APP_API_AUTHENTICATION', true); // <- true:
            define('APP_API_ENDPOINT', 'http://userappdomain/api');
            define('APP_API_USER', 'user email');
            define('APP_API_TOKEN', 'token');

    Simple Example:
        1. Open security.php file
        2. Copy and paste user email and token:
            define('APP_API_AUTHENTICATION', true); // <- true
            define('APP_API_ENDPOINT', 'http://http://userappdomain/api');
            define('APP_API_USER', 'user email');
            define('APP_API_TOKEN', 'token');

v1.0.0 - August 4, 2016
 - Initial release

Installation Wizard

PHP User Manager - 2
PHP User Manager - 3

Protect Existing PHP pages

Just the copy/paste 5 lines of code, and it will protect any PHP page.

Sub directory installation support

You can install the application to root directory and multiple subdirectories as well.

Bootstrap-powered

Designed with multi-purpose Bootstrap-powered HTML templates, will look the same in all modern popular browsers. Free bootswatch themes are included.

Fat-free

The application is based on extremely lightweight micro-framework without using heavy components. Standard modules and functions have been used only.

Multisite’s support

Multisite’s and multi-configuration’s support. Use the same website instance to manage different web sites and their users and roles.

Author’s support

You are welcome to the author technical support forums to ask any question and leave your requests and ideas and wishes.

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy PHP User Manager from the The Developer ( makemakecode ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.