• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Znote AAC issue. Help please? [SOLVED]

Naxtie

mapper, designer
Joined
Oct 15, 2011
Messages
1,565
Solutions
1
Reaction score
250
Location
Sweden
Hello there, I encountered a pretty big issue when I installed Znote AAC yesterday..
The thing is, that when you create an account on the website, you won't be able to login to the game. It just says "Invalid Account Name" or "Invalid Password" :s
Anyone knows whats wrong here?

Thanks in advance,
Naxtie
 
Last edited:
I think the problem is that your using sha1 password in config.lua, and that fine, but the account manager (under the table players in your database) isn't using sha1
Replace the password (only the password) of the account manager from 1 to
Code:
 356a192b7913b04c54574d18c28d46e6395428ab
and it should work again.

- - - Updated - - -

Tell me if it worked after you tried it.
 
I dont have any account manager in my database o.O

- - - Updated - - -

Can you make line like, INSERT INTO `accounts` or something? xD
 
If you make a account on your website, how does the password look like? Like this "otland" or like this "6628862567199937671heu82629"

I mean in your database ofc. Does it encrypt it or not.
 
If you entered for example the password "otland" on your website and it stores it on the database as allot of numbers, then your database is using sha1 (i believe it does) then make sure that your password type is set at sha1 in your config.lua (in your server map)

Now make a New account and try to login again.
I hope its clear enough, I'm posting on my phone now, so the screen is to little to read everything back.
 
Yeah, I know what sha1 is.. and my config and everything is set to sha1 encryption.. But it's still not working.. I think it is cuz my Console only loads znote_accounts, shouldnt it load the regular accounts table to?
 
Hmmm then I have to think a little... Strange that you don't have a account manager, did you also look under the table accounts? There is a account that isn't using sha1, that why you get the error...

I can help with teamviewer when I'm at home, but my break is over now at work, so I hope someone else can help in the meanwhile... But check your table accounts again... There must be a password that isn't encrypted.
 
I noticed on my own acc that ÅÄÖ doesn't work in the password and that could be your issue.
Have you set TFSVersion in website config.php?
Does your server support salt? qouting
Some noob 0.3.6 servers don't support salt.
 
Last edited:
I noticed on my own acc that ÅÄÖ doesn't work in the password and that could be your issue.
Have you set TFSVersion in website config.php?
Does your server support salt? qouting

Yeah I have set my TFS version in the config.php file, and I think my tfs support "salt" since it was in my old database.. I don't know what the problem is honestly..
 
Back
Top