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

I need a nice config for wepsite

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
950
Solutions
9
Reaction score
570
Location
Darashia
i had a config but it didnt work for my wepsite i need a nice config :(
 
-- Database
sqlType = "mysql"
sqlHost = "localhost" --If not working use 127.0.0.1
sqlPort = 3306
sqlUser = "root" --Ur phpmyadmin username
sqlPass = "" -- Ur phpmyadmin password
sqlDatabase = "" -- Phpmyadmin Database
sqlFile = ""
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"


If you dont understand this try learning some by using Znotes tutorial: http://otland.net/f479/video-tutorial-nothing-fully-working-ot-server-website-shop-system-166818/
 
Back
Top