View Single Post
  #2  
Old 04-07-2004, 08:28 AM
Liscadipesce's Avatar
Liscadipesce
Hill Giant
 
Join Date: Jan 2003
Location: Ontario, Canada
Posts: 110
Default

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
Reply With Quote