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

Invalid password?

Majeski20

New Member
Joined
Apr 21, 2008
Messages
602
Reaction score
4
Location
Sweden
Hello guys, need some help from you. :$

I've made a new ot. I made an account on my website, and then when i tries to login on tibia is sais "Invalid password".
I can login on the website but not ingame, whats wrong? :blink:
 
In config.lua there should be a line where it says: "database name~: blabla" what does it say?

Code:
	sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "xxxx"
	sqlDatabase = "test"
	sqlFile = ""
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

thats it
 
Code:
	sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "xxxx"
	[B]sqlDatabase = "[B]Name of the database[/B]"[/B]
	[B]sqlFile[/B] = "[B]Fill in the name of the database here (not sure if it's needed if you're using phpMyAdmin, remember to add the .sql after)[/B]"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
 
Code:
	sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "xxxx"
	[B]sqlDatabase = "[B]Name of the database[/B]"[/B]
	[B]sqlFile[/B] = "[B]Fill in the name of the database here (not sure if it's needed if you're using phpMyAdmin, remember to add the .sql after)[/B]"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I know that i will fill the name of the database, and its called test, the sql file doesnt matter.
 
Are you sure that gesior is creating accounts with sha1 encryption?

Could you post your config-and-functions.php is you are using gesior? x)
 
Back
Top