Lord Fenindar
03-07-2008, 04:42 PM
So I have another issue im currently tackling, my server is not connecting correctly. Here is what i get when i run world:
C:\Documents and Settings\Jonathan>cd c:\eqemu
C:\EqEmu>world
[Debug] Starting Log: logs/eqemu_debug_world_1064.log
[Debug] [WORLD__INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Error reading end tag.
[Debug] [WORLD__INIT_ERR] Loading server configuration failed.
I took out the eqemu_config.xml.full file but i still get the same thing.
here is my eqemu_config.xml file:
<?xml version="1.0">
<server>
<world>
<shortname>Bitfe</shortname>
<longname>Back In Time Forever (Under Construction) PEQ Custom Legit</longname>
address>192.168.1.101</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>root</username>
<password>*******</password>
<db>peq</db>
</database>
</server>
also i would like to know the code to be able to lock my server. any help with these 2 issues would be great.
-Lord Fenindar.
C:\Documents and Settings\Jonathan>cd c:\eqemu
C:\EqEmu>world
[Debug] Starting Log: logs/eqemu_debug_world_1064.log
[Debug] [WORLD__INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Error reading end tag.
[Debug] [WORLD__INIT_ERR] Loading server configuration failed.
I took out the eqemu_config.xml.full file but i still get the same thing.
here is my eqemu_config.xml file:
<?xml version="1.0">
<server>
<world>
<shortname>Bitfe</shortname>
<longname>Back In Time Forever (Under Construction) PEQ Custom Legit</longname>
address>192.168.1.101</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>root</username>
<password>*******</password>
<db>peq</db>
</database>
</server>
also i would like to know the code to be able to lock my server. any help with these 2 issues would be great.
-Lord Fenindar.