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

Modern AAC - Help me please

Zippow

Member
Joined
Aug 27, 2011
Messages
454
Reaction score
21
Location
Sweden
Hello. I'm creating a account & character on my website, it's doesn't work to login with it on my OT server, any ideas?
it's also changing the password to a random password when i'm looking at the database.

Thank's
 
It's something strange, maybe the layout. It happened to me too, try to reinstall it all.
Or try gesior.
In my opinion, you sould delete the database and create a new one, then install it again, What are you using for host your web page?
 
All ports forwarded? I had a problem once that ppl could get into their accounts, but not characters, so it might be a port problem...
And the "random pass" You get in database is obviously a sha1 encrypted version of the pass you chose.
If it is a sha1 encrypted code, it should be 40 symbols.
 
-- Database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "din kod på phpadmin"
sqlDatabase = "Din data base namn här"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "Sha1"


De här funkar väl för mig nu . förut gick det inte men nu /Innercircle.zapto.org
 
Back
Top