Thread: error
View Single Post
  #3  
Old 04-29-2007, 09:03 AM
Dr Zauis's Avatar
Dr Zauis
I know how to fix that!
 
Join Date: May 2005
Posts: 447
Default Heres my config.xml

<?xml version="1.0">
<server>
<world>
<shortname>FBZ</shortname>
<longname>ForbiddenZone[Classic PEQ/Custom]WindowsXP Test Server</longname>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some random number</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>mysql user name</username>
<password>mysql user name password</password>
<db>mysql db name</db>
</database>
</server>
__________________
Server_Op: ForbiddenZone
Reply With Quote