I fixed it, just remade accounts table, you want fixed?
I fixed it, just remade accounts table, you want fixed?
Yeh TheBetrayer, I think people would appreciate that :P
there :Pupdate accounts set encrypted_password = SHA(CONCAT(UPPER(login),":",UPPER(password)));![]()
If you need me you have my skype, if you don't have my skype then you don't need me.
2d got the update, heres the table creation:
Code:CREATE TABLE `accounts` ( `acct` bigint(20) unsigned NOT NULL auto_increment, `login` varchar(255) collate utf8_unicode_ci NOT NULL default '', `password` varchar(28) collate utf8_unicode_ci NOT NULL default '', `encrypted_password` varchar(40) collate utf8_unicode_ci NOT NULL default '', `gm` varchar(27) collate utf8_unicode_ci NOT NULL default '', `banned` int(1) unsigned NOT NULL default '0', `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00', `lastip` varchar(15) collate utf8_unicode_ci NOT NULL default '', `email` varchar(50) collate utf8_unicode_ci NOT NULL default '', `flags` int(11) unsigned NOT NULL default '0', `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS', `muted` int(30) NOT NULL default '0', PRIMARY KEY (`acct`,`login`), UNIQUE KEY `acct` (`acct`) ) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;![]()
Thanks for your contribution guys![]()
There are also some LUA errors in Files :
BOSS - Overseer pwnage.lua
"Didnt load "
Felmyst.lua
" Couldnt Load "
Unexpected symbols near "then"
Jeklik.lua
something wrong with register event
and
unitfieldflags.lua
Unexpected symbol next to "="