Switching from Mini to Public and don't see my Server in List
I have been using cavedudes EQEmuServerPack-3.52 with minilogin without any problems.
Now I want to quit using mini and make my server public so my friends can see it etc.
I use the following config:
<?xml version="1.0">
<server>
<world>
<shortname>ehood</shortname>
<longname>The EverHood</longname>
<!-- 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" />
<loginserver>
<account></account>
<password></password>
</loginserver>
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>peq</db>
</database>
</server>
and I don't see my server listed among the many 7.0 servers.
What am I missing here? I've created a login server account and registered a server but it tells me when I've completed that process to put the account name and password in my .ini file however 7.0 is using the xml config so I'm at a loss as to where to correct this.
Thanks for any help or links pointing me to the info I need.
|