• 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!

Gesior AAC <SHA1> Help

Eazy M

Developer
Joined
Oct 17, 2010
Messages
911
Reaction score
62
Location
.
Hey guys..

I need help with SHA1 pw [GESIOR AAC]
When i create a acc on my page i can login, but when i look at PHPMYADMIN it says a normal pass example "test1", with sha1 it should be like "0020g0eg0eg0eg0e0ge0embe0"

Then i cant login to the game.. but i can login to the site and create characters..
Some special options or?

Here is my config for it:
encryptionType = "sha1"

EDIT: When i make the password to sha1 in database i cant login to site, f***ing sh*t :(

Help please..
 
try to change it to "plain" again and if you still get the same problem then re-install your website "OFCOURSE SAVE YOUR FILES" and then change it to "sha1" BUT give it a try switching to "plain" :)
 
@Up

I dont wanna use plain, becaus sha1 is more security [Says ppl]
But thx..

But the problem is when i create a acc i can login on site and ceate a character but can't login ingame, if i log phpmyadmin and change the password to sha1 code then i can't login to the site but the game.

Wierd but true, help!
 
I had the same problem but I find the solution
1st chek your server config.lua file how is the name of password type usually should be "passwordType=sha1" or "encryptionType" =sha1"
secondly go edit your Geisor ACC config-and-functions.php this line(line 34)
if(strtolower($config['server']['passwordType']) == 'sha1') make sure to be the same as in config.lua file if not the same change the bold text from the one you have in config.lua

let me know if helped
 
Last edited:
yes but your config.lua is named with encryptionType=sha1 change the line in the config-and-functions.php liek this

if(strtolower($config['server']['encryptionType']) == 'sha1')

if(strtolower($config['server']['passwordType']) == 'sha1') << this si wrong because not same with your config.lua
 
Back
Top