phpRegister – PHP Login And User Management Script

Overview

Start quickly your next project. No needs of knowledge in Object Oriented coding or knowledge of any framework.

Easy to install, easy to understand, easy to work with to fit your needs with a PHP procedural script.

Works on Apache or Nginx server, with MySQL (5.1.0+) or MariaDB (10.0.5+) database server.

Commented and noticed code: https://phpregister.com/notice/
The code has been developed to be easy to understand, and comes with a notice to help to start quickly with it.

Features

  • Procedural script
  • aJax php calls to update DOM dynamically
  • Bootstrap 3.3.7 / jQuery 2.2.4, Responsive code
  • User registration
  • Email Activate accounts
  • Login with email / Password
  • Secure password encryption (sha1) in database
  • Password reset with email
  • Social media registration:
    1. Facebook
    2. Google /Gmail
    3. Windows Live / Hotmail
  • User account part with multi addresses management
  • Helpdesk for users:
    1. Open new ticket
    2. Sending email to admin to prevent new ticket has arrived
    3. Reply to Support replies
  • Pre-written pages for your website: 
    1. Home page
    2. Contact page
    3. Footer and Navbar 

Administration section:

  • Define Charts Period of Users registrations
  • User management
  • Display user detailed information
  • Manage permissions
  • Assign special permissions to an user
  • Delete user
  • Send email to an user
  • Manage helpdesk tickets opened by users

Requirements

  • Apache 2.4 / Nginx 1.0
  • php 5.3+ / php 7.0+
  • MySQL 5.1+ / MariaDB: 10.0.5

Instructions

All the important instructions have been given in the documentation file and more info about the code at https://phpregister.com/notice/

files-php-structure.jpg

Related