View Single Post
  #12  
Old 06-26-2010, 05:22 PM
eski2
Hill Giant
 
Join Date: May 2008
Location: sydney
Posts: 177
Default

Nope, try again!
Some more success this time. I'm not certain what i changed because i've fiddled with so much but i think it was specifying an ip address like 192. etc instead of using localhost (i have 1 computer)

[Debug] [06.27.10 - 07:13:55] Logging System Init.
[Debug] [06.27.10 - 07:13:55] Config System Init.
[Debug] [06.27.10 - 07:13:55] MySQL Database Init.
[Debug] [06.27.10 - 07:13:55] Encryption Initialize.
[Debug] [06.27.10 - 07:13:55] Encryption Loaded Successfully.
[Debug] [06.27.10 - 07:13:55] Server Manager Initialize.
[Network] [06.27.10 - 07:13:55] ServerManager listening on port 5998
[Debug] [06.27.10 - 07:13:55] Client Manager Initialize.
[Network] [06.27.10 - 07:13:55] ClientManager listening on Titanium stream.
[Network] [06.27.10 - 07:13:55] ClientManager listening on SoD stream.
[Debug] [06.27.10 - 07:13:55] Server Started.
[Network] [06.27.10 - 07:14:00] New world server connection from 127.0.0.1:2467
[World] [06.27.10 - 07:14:00] Server The Promised Land(promised) did not attempt
to log in but unregistered servers are allowed.

I don't understand that last part.
tblworldserverregistration has
"ServerID";"ServerLongName";"ServerTagDescription" ;"ServerShortName";"ServerListTypeID";"ServerLastL oginDate";"ServerLastIPAddr";"ServerAdminID";"Serv erTrusted";"Note"
"1";"The Promised Land";"Come and have fun!";"promised";"2";NULL;NULL;"1";"0";NULL

When i try running either my SoF client, it comes up with an empty list of servers, the SoD just claims i have a bad username/password. Maybe that's to do with the different opcodes they use, i dunno.

eqhost.txt for SoD is
192.168.89.128:5999
i've tried using an ip of 127.0.0.1 and localhost
Reply With Quote