View Single Post
  #4  
Old 12-23-2008, 12:27 PM
thrice_451
Fire Beetle
 
Join Date: Jun 2004
Posts: 2
Default

I've removed almost everything from my config file. Here it is (you'll see that I removed almost everything. Try changing your http port enabled="true" instead of false. Also try putting a string for your <key></key> just in case.

Lastly, what does your root directory look like. I noticed in this build it has eqemu\default. Make sure you copy the files contained in eqemu\default\* to eqemu\*.
____________________________

<?xml version="1.0">
<server>
<world>
<shortname>serverwideda</shortname>
<longname>serverwide.da</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machines IP</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>12315415315</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>imahomo</password>
<db>peq</db>
</database>
</server>
Reply With Quote