Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Admin Plus Free Login System with PHP, MySQL and Foundation

Admin Plus Free Login System with PHP, MySQL and Foundation

Admin Plus Free Login System is free Login system built using PHP, Mysql and Zurb’s Responsive Framework Foundation. This is very simple login panel where user can login, change his profile picture, update user details …

Credits : Sanjay Prasad (Design and Developed).

This tutorial is also available on my other website openplus.in .

Why Admin Plus :

After so many user requests I decided to create a login system with responsive framework called Adminplus so if someone entering in web development arena it might be helpful. Remember this is for learning or if you want you can use it for small / medium sized projects for big projects my recommendation is to go for MVC pattern.

Features of Adminplus

  • Responsive framework foundation with SAAS files
  • Password is hashed using md5,sha256 and custom word openplus
  • Password change
  • Profile picture upload
  • Profile details management

Upcoming Next version

  • User Registration with username check (inside login panel)
  • Profile Picture upload script will change a little bit
  • Login Details will saved in separate table.
  • Last Login

adminplus login

Adminplus

Installation Adminplus :

  • Download zip file from Githhub , extract folder and save it inside directory htdocs under folder adminplus-master
  • Open phpmyadmin and create a database admin_plus, now inside admin_plus import sql file from folder sql.
  • Now open adminplus , localhost/adminplus-master
  • Use username – sanjay and password openplus.in
  • Username and password can be changed

Design Documentation :

For designing learn foundation  http://foundation.zurb.com/docs/  (version 4), for editing SAAS you will get file inside  scss folder, use compass for editing.

If you  only want to edit css open folder css and edit style.css

Navigation :

Edit navigation.php to add menus and also dashboard.php user switch.

Soon I am going to upload a Video tutorial for beginners.

5 1 vote
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Zenchaeus

i can’t wait for your next update brother. i’ll be looking forward to it. you’re a very big help to beginners like me. thank you!

BUL PI Joubert

Hi Sanjay

When are you releasing the Updated & newer Version of this project?

Thanks

Smiles

how could i change the username. whatever name i’m inserting in the table, it is displaying error! wrong password. Also, let me know where can I find the registration update?