Shield – Login / Register & User Management (PHP Scripts)

Shield is an all-in-one solution for user authentication & management.

It is user-friendly, light, secure and in constant development.

Feautures

  • Fully Responsive
  • Bootstrap 3
  • Web Installer
  • MySQLi
  • Light and Fast
  • Email Activation
  • Password Recovery
  • Add/Edit/Delete Users
  • Change Settings directly from Admin Panel
  • Very easy to integrate
  • Ongoing support
  • Secure Against XSS attacks and MySQL injection
  • Documented
  • and many more…

Integration

Page protection in just 3 lines of code!
Example:

  
include("core/integrate.php"); // Including the integration system
lock("core/config.php"); // locking the current page, <em> core/config.php </em> is the path to the configuration file.
set_logout('logout'); // setting the logout parameter
 

In order to logout you can place the following link:

Example:

 
<a href="?logout"> Logout </a>

?logout is the parameter that you set via the set_logout() function.

You can log out without a link, just by appending the logout parameter (in our case – ?logout )

Example:

  
www.yoursite.com/page.php?logout
 

Admin Account Details (Demo)

Username: Demo
Password: Demo

http://testz0ne.site11.com/admin/

Download Shield – Login / Register & User Management (PHP Scripts)

Leave a Reply

Your email address will not be published. Required fields are marked *