View Single Post
  #2  
Old 04-30-2010, 02:16 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

Anyone know what could be wrong? I think its the addresses in my config but im not sure what to put.

Code:
<?xml version="1.0"?>
<server>
<world>

<shortname>Test</shortname>
<longname>Test</longname>


<!-- address has to be specified for minilogin to work -->
<address></address>
<localaddress></localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>hi these are random characters</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>

<host>localhost</host>
<port>3306</port>
<username>MySQL name</username>
<password>MySQL pw</password>
<db>everquest</db>
</database>
</server>
Reply With Quote