AuthKey is a security system designed for your website needs, AuthKey is created using PHP!
- Easy AuthKey application.
- An open source programming project
- User data is properly encrypted, passwords cannot be seen by admin
- AuthKey does not retrieve data other than the data requested in the form and the user has agreed
- Download/Clone this repository Download Here!
- Place AuthKey Folder in Directory
C:\xampp\htdocs\AuthKey - Start Apache & MySQL on XAMPP
- Open phpMyAdmin
http://127.0.0.1/phpmyadmin - Create new database; give name authsystem
- Go to SQL Menu, then create new Table with this query:
CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `displayname` varchar(50) NOT NULL, `username` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `password` varchar(50) NOT NULL, `create_datetime` datetime NOT NULL, PRIMARY KEY (`id`) );
- Open Browser then browse
http://127.0.0.1/AuthKey
Bugs | Problem | Suggestion Coming Soon!
- Trakteer
- QRIS
Coming Soon!


