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

Help-me !!! MD5 PASSWORDS! GRRR :@

TibiaGameHost

Hello!
Joined
Feb 25, 2009
Messages
255
Reaction score
0
Location
Canadá
Hello, I have a server tibia 1 year and a half without resetting, and I can not reset it, and I put another executable to see what it was like, etc ... are caught less And this new executable, formed all passwords in MD5, not now or log in to the game or the site, account or password.
I turn on the server, because nimguem enters the password invalid,
I was wondering, how do I fix this, to enter or not the site or in the game, and I can not reset my accounts.
 
MD5? why not use sha1?

for change passwords to sha1 need exacute this query..

LUA:
UPDATE accounts SET password=SHA1(password);
 
Back
Top