EQEmulator Forums

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

Randymarsh9 11-08-2009 09:09 AM

eqemu_config
 
I have been away from emulator for awhile now because my computer has been broken and I am pretty sure they changed some of the stuff about servers, so can anyone tell me if this server config should still work or what I need to change?
Code:

<?xml version="1.0"?>
 <server>
  <world>
        <shortname>Pelican</shortname>
        <longname>Pelican's Solo Server (3x exp/AA, Custom)</longname>
 
        <!-- address has to be specified for minilogin to work -->
        <!-- <address>pelican.no-ip.biz</address> -->
        <!-- <localaddress>192.168.2.*</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>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>
 
<mailserver>
        <host>192.168.2.*</host>
        <port>10235</port>
</mailserver>

  <!-- Database configuration, replaces db.ini -->
  <database>
        <host>localhost</host>
        <port>3306</port>
        <username>root</username>
        <password>**</password>
        <db>server</db>
  </database>
</server>


Secrets 11-08-2009 09:30 AM

Quote:

Originally Posted by Randymarsh9 (Post 180925)
I have been away from emulator for awhile now because my computer has been broken and I am pretty sure they changed some of the stuff about servers, so can anyone tell me if this server config should still work or what I need to change?
Code:

<?xml version="1.0"?>
 <server>
  <world>
        <shortname>Pelican</shortname>
        <longname>Pelican's Solo Server (3x exp/AA, Custom)</longname>
 
        <!-- address has to be specified for minilogin to work -->
        <!-- <address>pelican.no-ip.biz</address> -->
        <!-- <localaddress>192.168.2.*</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>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>
 
<mailserver>
        <host>192.168.2.*</host>
        <port>10235</port>
</mailserver>

  <!-- Database configuration, replaces db.ini -->
  <database>
        <host>localhost</host>
        <port>3306</port>
        <username>root</username>
        <password>**</password>
        <db>server</db>
  </database>
</server>


That should work; if you are completely paranoid, I suggest looking at http://www.eqemulator.net/wiki/wikka...rConfiguration and getting the full eqemu_config.xml.


All times are GMT -4. The time now is 08:14 AM.

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