Thanks Arex for your reply.
Actually I had 127.0.0.1 in both address fields but tried changing the second one to localhost (the same thing, right?) and it just did the same thing as before. I'll copy my entire config file below:
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>
<!-- Only specify these two if you really think
you need to. -->
<address>127.0.0.1</address>
<localaddress>localhost</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>******</account>
<password>******</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher
to connect to world -->
<key>some long random string</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>emusp3</db>
</database>
</server>
i know there has to be a simple solution to this. Others are getting it to work, so I must be overlooking something...
Thanks again for any ideas folks : )
__________________
"Always move twice"
-Bruce Juchnik Hanshi
Last edited by Koshoji; 04-16-2006 at 08:19 PM..
|