[Help] Hidden Rank

Kieren

The OGz
Aug 4, 2010
2,957
752
The best thing to do is just do what the first post does and edit it in the staff.php or you could make a rank 8 and set it to system admin in that way you can also edit user permissions so only rank 8 (you) can do specific tasks.

Hope i've helped.
 

Tranquilizer

Active Member
Jan 24, 2012
164
16
Find your query where it is something around: SELECT * FROM users WHERE rank > # and add onto the end
AND id != 'YOURIDHERE'
End query should look something like this
SELECT * FROM users WHERE rank > # AND id != 'YOURIDHERE'
 

NSA

sudo apt-get thefuckout.tar.gz
Dec 9, 2011
715
86
Find your query where it is something around: SELECT * FROM users WHERE rank > # and add onto the end
AND id != 'YOURIDHERE'
End query should look something like this
SELECT * FROM users WHERE rank > # AND id != 'YOURIDHERE'


Seems like hes adding himself to the staff page by doing this...
 

Users who are viewing this thread

Top