Skip to content

Permission Based Web Admin to Change/View Database Values

Notifications You must be signed in to change notification settings

avery1227/webpanel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

alt-text

Installation

Watch the Youtube Video for Step-by-Step Setup https://www.youtube.com/watch?v=q--ATB9La2Y

  1. Download Here.
  2. Deploy the files in your webserver or put them in your htdocs folder if you are using apache
  3. Add a new column in your database called 'password' (varchar 50, default: 'password') alt-text I didn't make an SQL script for it because I didn't want to learn how to, (use https://www.heidisql.com)

Configuration

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;

Features

  • 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).

Support

If you need any help/support, join my discord and ask in #support

Screenshots

alt-text alt-text !alt-text alt-text


About

Permission Based Web Admin to Change/View Database Values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 83.5%
  • CSS 13.1%
  • JavaScript 3.4%