It's still the same as what everyone else has saidI'm using uber, the 'users' name isn't on staff.php
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'