View Single Post
  #5  
Old 04-23-2006, 03:07 PM
bloodfiendserver
Sarnak
 
Join Date: Apr 2006
Posts: 33
Default

this is the first file :
<?xml version="1.0">
<server>
<world>
<shortname>emusp</shortname>
<longname>Blood Fiend</longname>

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


and the second (im not sure which u need) :

<?xml version="1.0">
<server>
<world>
<shortname>setme</shortname>
<longname>Blood Fiend</longname>
</world>
</server>
Reply With Quote