Tuesday, September 3, 2013

PHP - Login/Register script with internal messaging system

        Today I will show you my Login/Register script made with PHP. This script is made to be easily usable by any type of site. It consists out of login page, registration page and admin page.

        Admins can send or receive messages from users, activate or deactivate users, change theme and change admin password. In next steps I will explain some of the parts of this script.



        This is login screen with dark theme. Users must enter their username and password. If username or password are incorrect red label will appear right of 'register' label. Users can also check 'Remember me' option so they don't have to login everytime they visit your site. If user doesn't have his account then he needs to register.





        This is standard register screen where user must input their basic credentials in order to register to your site. Every input is checked so users must enter valid data otherwise they can't register. After user is registered he is inactive so they will receive confirmation email where they need to validate their account. Also admins can activate user account if they wish.


        This is how admin panel looks like. On right side you can see options for activating and deactivating users. On bottom side you can find options for messaging service. Everything is made AJAX so you don't have to reload your page after every click.

        To change theme simply click on Settings -> theme button and theme will be changed. Admins can change their account password for security. And this is advisable because default password is 'admin'. These are the gray and light themes:











This was brief intro to my Login/Register script. To see it in action, please visit this link.

And if you are interested in buying this script go to this site.

I hope you'll like it. Regards


No comments:

Post a Comment