• 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 my server doesn't sync

Peebles

New Member
Joined
Dec 25, 2007
Messages
11
Reaction score
0
i use TFS 0.2.8 and xampp mysql phpmyadmin and i got the webpage working and all it show its online but when i create account on the website i cant login on the server i need to make a gamemaster. thx for help
 
Last edited:
in your conifg.lua change:

Code:
    -- SQL
    sqlType = "sqlite"
    useMD5Passwords = "no"

to:

Code:
    -- SQL
    sqlType = "mysql"
    useMD5Passwords = "no"
 
Back
Top