Web Admin: Change Database Values with Permissions Using Essentialmode.
Zua's Web Panel / Web Admin is a resource that allows users and admins to easily changes specific persons' database values.
Watch the Youtube Video for Step-by-Step Setup https://www.youtube.com/watch?v=q--ATB9La2Y
- Download Here.
- Deploy the files in your webserver or put them in your
htdocs
folder if you are using apache - Add a new column in your database called
'password' (varchar 50, default: 'password')
I didn't make an SQL script for it because I didn't want to learn how to, (use https://www.heidisql.com)
inc/config.php
<?php
/* Change the Database Values to your Database */
////////// CONFIG ////////////
$title = "Webpanel";
//DB CONFIG//
$dbServername= "localhost";
$dbUsername = "root";
$dbPassowrd = "";
$dbName = "essentialmode";
////////////
$ServerLogo = "img/logo.png";
// This is the permission level in the db where admins have to have a greater value to access admin.
$perm_levelForAdmin = 3;
- Anyone that has a permission level less than 3 can only see their own stats (user).
- Anyone that has a permission level greater than 3 can edit db values easily (admin).
- Toggleable
Users
Table (admin). - Materialized Design (modern).
If you need any help/support, join my discord and ask in #support