Is that the only point of failure? Looked fine to me.
Do I need Apache running, special configs, etc?
Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>RallonZek</shortname>
<longname>Rallon Zek PvP (Alpha)</longname>
<!-- address has to be specified for minilogin to work -->
<address>74.216.88.139</address>
<localaddress>192.168.1.201</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>********</account>
<password>**********</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>**********</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<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>********</db>
</database>
</server>