View Single Post
  #21  
Old 05-18-2008, 05:20 PM
njh2004
Fire Beetle
 
Join Date: May 2008
Location: US
Posts: 6
Default Probably something simple...

<?xml version="1.0">
<server>
<world>
<shortname>centauri</shorname>
<longname>centauri Semi-Legit</longname>

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password>xxxxxxxxxxxx</password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>Random long 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>peq</db>
</database>
</server>

If its not overly obvious I am completely new at this stuff. Thank you for the help.

Last edited by njh2004; 05-19-2008 at 01:21 AM.. Reason: Extra non necessary info.
Reply With Quote