⚡
User Management Panel
| Preview | Setup | Features | Issues |
- Original Panel: https://github.com/znixbtw/php-panel-v2
- Panel Edit: https://github.com/Phantom-1337/gamesensethemeforznixpanel
- Old Panel: https://github.com/anditv21/znixv2-panel-edit-edit
Default login:
admin
:admin
Overview
Features
AUTH
Click to see Auth Features
- Login (Remember Login) (Screenshot: https://bit.ly/3QlQDaW)
- Register (Invite only / can be deactivated) (Screenshot: https://bit.ly/3RziB40)
- Banned Page (Screenshot: https://bit.ly/3erfTj1)
USER
Click to see User Features
-
Screenshot: https://bit.ly/3fx1Vg2 / https://bit.ly/3D1cXE6
- Change password
- Activate multiple subscription´s with code (30/90 days)
- Activate Trail subscription´s with code (3 days)
- Download loader (Needs a sub)
- Set a Profile Picture
- Get Profile Picture from Discord (currently only static)
- Shoutbox
- View user profiles
Support/Admin-Panel
Click to see Supporter/Admin-Panel Features
- Screenshot: https://bit.ly/3QhZ7Qv / https://bit.ly/3REAwXf
- Disable Invite System (Admin only)
- Freeze all subscriptions (experimental) (Admin only)
- Gift user subscription (Admin only) (Screenshot: https://bit.ly/3enQmqP)
- Input options:
-
LT for Lifetime
-
T for a trail subscription (3 days)
-
- to remove a users subscription
-
Intager for custom amount in days
- User-Ranges with buttons in User Table (Screenshot: https://bit.ly/3THQuSe)
- Input options:
1-10 10-20 20-30 30-40 40-50
custom
ALL
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=dmyeXILqwHb4X5r1x7O2wUgsrP9yF1
Authors
panel edit
original panel
gamesense theme
- Github: @Phantom-1337
Setup
- Upload all files to your PHP host of choice
- Copy and paste db.sql into SQL import tab on phpmyadmin
- Change https://github.com/anditv21/panel/blob/main/app/core/Database#L5#L8 to your database credentials
- Rename https://github.com/anditv21/panel/blob/main/app/core/Database to Database.php
- Put your Loader in the main directory of the panel. (x.exe)
- Login with the default credentials
- Change the default password to a secure one
- Set https://github.com/anditv21/panel/blob/main/app/core/Config.php#L8 to your Website name
- Set a website description in https://github.com/anditv21/panel/blob/main/app/core/Config.php#L11
- Change https://github.com/anditv21/panel/blob/main/app/core/Config.php#L30 to a secure API key
- Rename https://github.com/anditv21/panel/blob/main/app/core/DiscordConfig to DiscordConfig.php
- Open https://discord.com/developers/applications and create a new Discord application
- Go to the Profile page and copy its URL. E.g: https://anditv.it/panel/profile.php
- Go to the General Oauth2 Settings of your Discord application and click on "Add Redirect"
- Paste your Profile page url and hit "Save Changes"
- Fill in your discord log webhook url in DiscordConfig.php