
Buy the User Login Register and User Management script now sold on the world’s largest theme and template site Codecanyon. This theme listed on Codecanyon is very new yet. You may be one of the first to try.
Script & app name: User Login Register and User Management
Script & app name price: 15$
Script & app category: php-scripts/project-management-tools
Script & app published: 2014-11-28T20:50:43+11:00
Script & app update: 2019-01-16T01:05:10+11:00
Script & app sales amount: 507 (New)
Script & app rating: 4.89 (New)
Script & app tags: admin,admin panel,bootstrap,dashboard,forget password,latitude,login,management,panel,pdo,profile,register,responsive,security,user
Script & App Description
Table of Contents
Page Protect
Simply add the below lines to the php pages that you want to protect. Only logged in users can see the page.
// SESSION CHECK SET OR NOT if (!isset($_SESSION['name'])) { header('location: index.php'); }
Installation
- Make database connection setting in config.php file
- Create database using phpmyadmin or whatever way you like
- Now open http://localhost/user/index.php to the browser
DEMO LOGIN
User Management: Click Here
username:admin password:admin
Update History
Version 2.3
--Security issue:GET method Changed to POST AJAX Load Users in admin panel ---admin/view_users.php - Edited ---admin/code/ajaxUserView.php - New File
Version 2.1 18th…