I see that you have a bunch more stuff filled in than I. This is what I have setup for myself. Remember to put in your info in the account table in the peq database.
Code:
[LoginServer]
loginserver=192.168.1.103
loginserver2=
loginport=5999
loginport2=
worldname=
worldaddress=
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Code:
<?xml version="1.0">
<server>
<world>
<shortname>myeverquest</shortname>
<longname>My EQ Very Long Name</longname>
<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.103</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.103</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<unlocked></unlocked>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key></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>root</username>
<password>*******/password>
<db>peq1008</db>
</data
Code:
LoginServer]
Host=192.168.1.103:5999