PDA

View Full Version : Bad Server name...


imbri
03-30-2009, 07:10 PM
Have the config files set up like all the posts and guides, but keep getting the message bad server name. Any ideas? This happens with both the old and new versions on MiniLogin.

devn00b
03-30-2009, 07:31 PM
cant have the word server in your server.

imbri
03-30-2009, 07:43 PM
Don't have Server in the name. Here are the 2 config files.

<?xml version="1.0">
<server>
<world>
<shortname>test</shortname>
<longname>Test</longname>
<address>192.168.1.73</address>
<localaddress>192.168.1.73</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.73</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>xo898odhus77xiwud</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>*****</username>
<password>*****</password>
<db>peq</db>
</database>
</server>

[LoginServer]
loginserver=192.168.1.73
#loginserver2=
loginport=5999
#loginport2=
#worldname=Test *Tried it with and without these 2 lines and tried both shortname and longname
#worldaddress=192.168.1.73
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

MithanielMarr
04-10-2009, 05:10 AM
Not sure about this but, you have the short name and long name as the same...

I would change that to check and see if that was the problem...

for example

<shortname>mytest2009</shortname>
<longname>My Test Server</longname>

Just an idea...