View Single Post
  #3  
Old 09-30-2007, 06:03 PM
Subzeroevil
Fire Beetle
 
Join Date: Oct 2006
Posts: 9
Default

lol your right i will not put my ip address up ok tryed what you put but samething. i will give my config file

Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>subzero</shortname>
	    <longname>whatever</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <!--<address>Subzeroserver.game-host.org</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>r**********</username>
	    <password>*********<Password>
	    <db>*******</db>
	</database>
</server>
if you can see any thing let me know

thanks
Subzero
Reply With Quote