Re: How to make sure assistants won't ban the admin?
why 2 sprintfs? why 2 queries?
if($_GET['ID'] == 1) {
$result = sprintf("UPDATE `users` SET `fedjail` = '10', `user_level` = '1' WHERE `userid` = '%u';",$userid);
echo mysql_query($result,$c) ? 'why would you fed the owner? you should not be staff' : 'Lucky!';
$h->endpage(); die();
}
The owners ID is 1, if it finds anyone inputting the ID as one (owner), it will fed and adjust there user level to a member -.-