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

[8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

ehmmm link your config.lua
upload_2013-9-3_18-32-43-png.22484
 
this is a .txt file since iam not allowed to upload a .lua file.
 

Attachments

@Yamo dont act funny when im helping ***** :3
try this


sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password"
sqlDatabase = "server"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
try this*******
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "your DB name"
sqlPass = "your DB pass"
sqlDatabase = "your DB name again"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
@Yamo dont act funny when im helping ***** :3
try this

Srr, someone told me I shouldn't tell my xampp passwords for security reasons


try this*******
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "your DB name"
sqlPass = "your DB pass"
sqlDatabase = "your DB name again"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

"[/quote]
Still the same problem :S
 
@Yamo what kind of server is it? realmap 8.6? if it is i can send you a working bugg free one!
else you can send me your server and i can fix it, but i think you have done somthing wrong with eather portforwarding or phpmyadmin (database)
 
@Yamo what kind of server is it? realmap 8.6? if it is i can send you a working bugg free one!
else you can send me your server and i can fix it, but i think you have done somthing wrong with eather portforwarding or phpmyadmin (database)
The strange thing is, sometimes it shows that the first two tables from the server has been loaded before it crashes...
 
this server dont have any map. so Yamo do you want another working 8.6 server? that works fine with no bugg and it starts imidetly? ^^ @Yamo
That would be nice if its working. I am working on a custom map but a working server is appreciated.
 
My TFS randomly crashes after roughly 1-2min uptime without any bug report any ideas what the problem could be?
 
My serv boots up perfectly when i use global ip "127.0.0.1" but if I switch to my external ip it crashes. Can someone help me out with this? thanks

@Yamo try using "sha1" for password encryption, and "127.0.0.1" for mysql host. Also make sure that the user's host is set to "localhost" on the left and "127.0.0.1" on the right. Also generate a password with mysql and use that, its safer.
 
Hey guys, I have same problem as Yamo has.
my config.lua is:
Code:
    -- Database
    -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
    -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
    sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "mypassword"
    sqlDatabase = "myots"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 0
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    encryptionType = "plain"

Yamo, is it working for u now, or not?
 
Back
Top