View Single Post
  #3  
Old 05-26-2008, 11:25 PM
bazz701
Fire Beetle
 
Join Date: May 2008
Location: The Earth
Posts: 16
Default

Here is the config file:

<?xml version="1.0">
<server>
<world>
<shortname>King's Bastion</shortname>
<longname>King's Bastion</longname>

<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.102</address>
<localaddress>127.0.0.1</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>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>root</username>
<password>********</password>
<db>ax_classic</db>
</database>
</server>

and im currently checking port forewarding for 7000-7100 and 9k.

thanks.
Reply With Quote