View Single Post
  #3  
Old 05-29-2008, 01:12 AM
Jolrak
Fire Beetle
 
Join Date: Jul 2007
Posts: 7
Default

<?xml version="1.0">
<server>
<world>
<shortname>emusp</shortname>
<longname>Questionable Methods</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></username>
<password></password>
<db>peq</db>
</database>
</server>

an update though, i fixed the error message problem. It was unrelated. Still however only one client at a time can connect, reguardless of whether its through the lan or through the internet.
Reply With Quote