Coder Social home page Coder Social logo

cheatpanel's Introduction

Web Panel W.I.P

Web Panel for your CS:GO cheat.

Contribution is greatly appriciated.
Default login: admin:admin
Wanna talk? Join: https://discord.gg/9Ef5t2fMkk


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.

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

Functions

List of functions and methods which you should know, to modify
  • SessionController
    • isLogged - Returns true if user is logged, else false.
    • isAdmin - Returns true if user is admin, else false.
    • isBanned - Returns true if user is banned, else false.
  • UtilController
    • navbar - Calls include/navbar.inc.php in the page.
    • footer - Calls include/footer.inc.php in the page.
    • head - Calls include/head.inc.php in the page. Pass page title into this. Requires 1 parameter.
    • redirect - Redirects to paramter provided. Requires 1 parameter.
    • display - Sanitzes the parameter with htmlspecialchars. Requires 1 parameter.

Installation

  • Change DB info in core/Database.php
  • Import DB.sql file
  • Change Site info in core/Config.php

Credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.