EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Help with Config (https://www.eqemulator.org/forums/showthread.php?t=26182)

Bones 09-14-2008 10:09 PM

Help with Config
 
Can you tell me what is wrong with my config?
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></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

Xenezie 09-16-2008 01:59 PM

Should look something like this. Of course you will need to insert your database information and what not.


Code:

<?xml version="1.0">
<server>
        <world>
            <shortname></shortname>
            <longname></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>

            <!-- 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></username>
            <password></password>
            <db></db>
        </database>
</server>



All times are GMT -4. The time now is 07:48 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.