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

Windows Strange error

pepe1

1337 Member
Joined
Feb 11, 2009
Messages
56
Reaction score
0
Location
South America
Ok when i try to open my server it keeps giving me this error:

error.jpg


The website works perfectly and creates characters to database but the server looks like isnt working with the database or something....

Help please REP+++!
 
Go to config-and-functions.php, there's function password_ency~, which doesn't work as it should, replace it with:
Code:
function password_ency($password) {
	return sha1($password);
}

The website isnt loading anymore if i change to this code ;(
EDIT:
Also i saw that now i can log into my account in the server but i cant log into my account in the webpage, looks like my web isnt working with sha1 encryption, just plain and the server is working with sha1 not plain...
 
Back
Top