Admin List
#1

Hey Guys i am not good at mysql in php

anwyways i need to know how to make this admin List ( ik how to make their level , IG and last login etc..)...

i just need to know.. how to just make admins in this web instead of all registered players...


+rep in advance


Note : this isn't a adv
Reply
#2

I don't understand you, what do you exactly need, be specific!!.
Reply
#3

You need to change query in .php file. Currently it will be something like "SELECT * FROM `tableName`". You need to do something like :
Код:
SELECT * FROM `tableName` WHERE adminLevel > 0
Reply
#4

Quote:
Originally Posted by BroZeus
Посмотреть сообщение
You need to change query in .php file. Currently it will be something like "SELECT * FROM `tableName`". You need to do something like :
Код:
SELECT * FROM `tableName` WHERE adminLevel > 0
Код:
('SELECT playerName,playerAdminLevel,playerStatus, playerLastLogin FROM playeraccounts WHERE playerAdminLevel > 0 ORDER BY playerAdminLevel DESC');
this?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)