Looks like it can't find the field revoked in the accounts table, or it has been made incorrectly. Add the field 'revoked' to the end, after gmspeed, if your missing it. If that doesnt work, delete the revoked field and run that SQL through.
ALTER TABLE `account` ADD `revoked` TINYINT(3) UNSIGNED DEFAULT "0" NOT NULL;
__________________
(Liscadipesce) then how do you expect to run a bot?
(Liscadipesce) It has to be run off of your computer...
(Tajk) ftp? =D
|