Skip to content

lolali054/hashgaymers.lol

Repository files navigation

⚡ 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
  • 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

Credits

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published