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

Rep ++ connect problem

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
Well guys am using Gesior 3.8 Version for 0.4 Rev + war system
when someone create account, he cant login in the game cuz (account or password not correct)
i've checked the database for example account 123456 password 123456 and when i try to login also acc or pass not correct.

im using 1.6.6a xampp for Gesior.

here is my sql in config
-- Database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "****"
sqlDatabase = "test2"
sqlFile = "theglobalserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 
Last edited:
Back
Top