View Single Post
  #1  
Old 09-02-2007, 12:25 PM
Halamafx
Fire Beetle
 
Join Date: Jul 2007
Posts: 13
Default tinkering with this thing for a couple hours.. Searched forums.. Here's my code

I get cant continue without database connection.. How do i fix it?
<?xml version="1.0">
<server>
<world>
<shortname>halamafx</shortname>
<longname>Halamafx's private</longname>

<!-- only specify ithese two if you really think you need to. -->
<address>LocalHost</address>
<localaddress>192.161.1.107</localaddress>

<!-- loging server info. -->
<loginserver>
<host>eqemulator.net</host>
<port>5990</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>
<host>localhost</host>
<port>5999</port>
<username>root</username>
<password>berserk</password>
<db>ax_classic</db>
</database>
</server>

just trying to set up a server for my own personal play and it just wont cooperate any suggestions?
Reply With Quote