View Single Post
  #4  
Old 03-02-2009, 05:28 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by megaddar View Post
this is the contents of my xml file.
in the folder under the file type it says XML file
i did have problems using copy and paste from the server setup guide so i typed it all by hand in wordpad and saved it under all files type, as eqemu_config.xml


<?xml version="1.0">
<server>
<world>
<shortname>Zakktest</shortname>
<longname>Zakks Test</longname>

<address>192.168.0.10</address>
<localaddress>127.0.0.1</localaddress>

<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<key>some long random string</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<database>
<host>localhost</host>
<post>3306</port>
<username>root</username>
<password></password>
<db>peq</db>
</database>
</server>
You have a typo. <post> should be <port>
Reply With Quote