• 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 Getting my server online!

Seyko

New Member
Joined
May 1, 2009
Messages
6
Reaction score
0
The geek in me has failed...



I cannot get my OT to go online.

I used:

The Forgotten Server
Version: 0.3.4 (Crying Damson) Patch Level 2

Installed XAMPP -> Apache (Running), MySql (Running)

Imported Database (schema.mysql)

Set up my config.lua ->

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "xxxxxx"
sqlDatabase = "sold"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 60
mysqlReadTimeout = 10
mysqlWriteTImeout = 10
passwordType = "plain"

Opened ports # 80, 3306, 7171, 7172, and 8000. (both Windows Firewall and Router)

Then I turn on my server, try to connect using Tibia 8.42 + IpChanger (ip from whatsmyip.org) and get a connection timeout.

Using Windows XP... any help would be awesome (pretty please :()
 
Back
Top