View Single Post
  #5  
Old 11-02-2010, 11:34 AM
MisifuWiki
Sarnak
 
Join Date: Sep 2007
Posts: 33
Default

here my eqemu_config

<?xml version="1.0"?>
<server>
<world>
<shortname>EEO</shortname>
<longname>El Elfo Oscuro</longname>

<!-- address has to be specified for minilogin to work -->

<localaddress>192.168.1.4</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.4</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>naquera</password>
<db>peq</db>
</database>
</server>
Reply With Quote