View Single Post
  #3  
Old 11-28-2008, 09:50 AM
paladin79
Fire Beetle
 
Join Date: Nov 2008
Location: US
Posts: 3
Default eqemu_config

Here is the eqemu_config

<?xml version="1.0">
<server>
<world>
<shortname>eep</shortname>
<longname>emulated eq playing</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address></address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password>eqplaying</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>peq</db>
</database>
</server>

Thanks for the help

Last edited by trevius; 11-29-2008 at 01:37 AM.. Reason: removed password!
Reply With Quote