Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 12-24-2009, 05:30 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You are missing a < symbol where i have indicated in red below:

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>oick</shortname>
                <longname>oicks eq beta</longname>

                <!-- Only specify these two if you really think you need to. -->
                <!--<address>192.168.2.3</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>192.168.2.3</host>
                <port>3306</port>
                <username>root</username>
                <password>***</password>
                <db>peq</db>
        </database>
</server>
PS: Your password has been replaced with asterisks in my revised version. You will need to re-add it between <password>***</password> in the <database> section, in place of the asterisks.

Last edited by Derision; 12-24-2009 at 05:50 PM.. Reason: Got my < and > reversed.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:14 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3