/php-panel-v2

:wrench: User management panel written in php

Primary LanguagePHP

⚡ User Management Panel

Contribution is greatly appriciated.
Default login: admin:admin
Join our discord community: https://discord.io/codingbay


Overview

TECHNOLOGIES
  • OOP PHP
  • HTML5
  • Bootstrap
RDBMS
  • PDO
  • Prepared Statements
SECURITY
  • SQL injection proof
  • XSS proof
  • User does not interact with DB directly. All requests are handled by Controllers before sending data to Models.

Installation

  • 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


Features

AUTH
  • Login
  • Register (Invite only)
USER
  • Change password
  • Activate subscription with code (32 days)
  • Download loader (Needs a sub)
ADMIN PANEL
  • 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
API
Note: User pass and hwid has to be sent in base64 format.
  • Sends user data in JSON format on call
    • Usage: api.php?user={username}&pass={password}&hwid={hwid}&key={key}
    • Example: api.php?user=admin&pass=YWRtaW4=&hwid=aHdpZA==&key=yes

Credits