View Single Post
  #4  
Old 04-07-2008, 11:43 PM
iggi
Sarnak
 
Join Date: Feb 2006
Posts: 62
Default

I am not doing a minilogin, I copied my config from my old server (not really old it was still 0.70) into my new server and setup the databases and sourced the latest files from PEQ.

here is my config:

<?xml version="1.0">
<server>
<world>
<shortname>poh</shortname>
<longname>Portal of Hate</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>
<locked/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>********</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>eq</username>
<password>*******</password>
<db>eq</db>
</database>
</server>
Reply With Quote