16.04.2015, 09:35
Hello, How i can set all accounts AdminRank and Helper to 0? i want purge all staff
im using mysql
im using mysql
UPDATE `accounts` SET `AdminRank`=0,`Helper`=0 WHERE 1
UPDATE `accountfile` SET `adminrank`=0, `Helperlevel`=0 WHERE 1