Sorry, I hope this is the right place to ask this!
I'm trying to get my server public to a few of my friends, I've done quite a bit and I've been working for hours but can't seem to get it to work. After following some tutorials, my world server says "Unterminated Block" and refuses to start now. This problem didn't occur until I changed something at the top of World that someone said to in one of those random guides I spoke of.
Here are my files:
WORLD:
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "arcemu" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "logon" Port = "3306" Type = "1">
<Listen Host = "127.0.0.1"
WorldServerPort = "8129">
REALMS:
Code:
<LogonServer Address = "5.159.93.144"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "Test Realm"
Address = "5.159.93.144:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
Top of Logon:
Code:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
<Listen Host = "5.159.93.144"
ISHost = "5.159.93.144"
RealmListPort = "3724"
ServerPort = "8093">
Bottom of Log on:
Code:
<LogonServer RemotePassword = "CENSORED"
AllowedIPs = "5.159.93.144/24"
AllowedModIPs = "5.159.93.144/24">
All help is greatly appreciated!...