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

is it possible to run tfs 0.4 without site

3AsFoR

New Member
Joined
Jan 18, 2015
Messages
41
Reaction score
0
Location
Egypt
is it possible to run tfs 0.4 without site or uniformserver
only with sqlite and database that included in source folder!?

i have compiled tfs 0.4 but i get this error when it run

thumb_show.php



i changed config file from

Lua:
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "forgottenserver"
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

to this
Lua:
sqlType = "sqlite"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = ""
sqlFile = "theforgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

but i get same error
 

Similar threads

Back
Top