Here is a small web panel. Basicly i made it so that admins can see everything that they need in database without a possibility to change anything.
It is ugly but it does the job and it is in Serbian language (cuz im too lazy to change it in english) so you will have to translate it yourself.
Setup is quite simple, just put panel folder into xampp->htdocs and make database named pannel where you will store all users.
change database name in every php table because it will not work if database name is not yours
There is a username created so you can login and take a look - Test/Test
If you like it say thanks
It is ugly but it does the job and it is in Serbian language (cuz im too lazy to change it in english) so you will have to translate it yourself.
Setup is quite simple, just put panel folder into xampp->htdocs and make database named pannel where you will store all users.
change database name in every php table because it will not work if database name is not yours
$servername = "localhost";
$username = "root";
$password = "";
$dbname = "qbcoreframework_b2175c"; - change this
There is a username created so you can login and take a look - Test/Test
If you like it say thanks