Contribution is greatly appriciated.
Default login:admin
:admin
Join our discord community: https://discord.io/codingbay
- OOP PHP
- HTML5
- Bootstrap
- PDO
- Prepared Statements
- SQL injection proof
- XSS proof
- User does not interact with DB directly. All requests are handled by Controllers before sending data to Models.
- Recommended PHP 8.0!
- Change DB info in core/Database.php
- Import DB.sql file
- Change Site info in core/Config.php
Installation Guide: https://www.youtube.com/watch?v=DwzP4ZSHwHw
- Login
- Register (Invite only)
- Change password
- Activate subscription with code (32 days)
- Download loader (Needs a sub)
- Generate invite code
- Generate subscription code
- Ban/unban user
- Make user admin/non-admin
- Reset HWID
- Set cheat detected/undetected
- Set maintenance/non-maintenance
- Set cheat version
- Sends user data in JSON format on call
POST /api.php
Parameter | Type | Description |
---|---|---|
user |
string |
Required. Username |
pass |
string |
Required. Password |
hwid |
string |
Required. Hwid |
key |
string |
Required. Key |
- Awesome OOP tutorials: https://www.youtube.com/playlist?list=PL0eyrZgxdwhypQiZnYXM7z7-OTkcMgGPh
- Reference MVC model: https://github.com/Darynazar/login-register-script-mvc