View Single Post
  #5  
Old 05-26-2006, 07:34 PM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

heres mine that works perfect.. hope his help heh
Code:
<server>
	<world>
		<shortname>NugBlazers</shortname>
		<longname>Nug Blazers[CUSTOM-LEGIT](BETA*DEV*)</longname>



<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<address>cripp.servebeer.com</address>
		<localaddress>192.168.1.101</localaddress>

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<locked/>
		<!-- <unlocked/> -->

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="localhost" port="9000" telnet="enable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>some random key</key>
		
		<!-- Enable and set the port for the HTTP service.  Defaults are shown -->
		<http port="9080" enabled="true" mimefile="mime.types" />
	</world>
	<zones>
		<defaultstatus>0</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>

	<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>localhost</host>
		<port>3306</port>
		<username>*</username>
		<password>*</password>
		<db>*</db>
	</database>
</server>
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com

Last edited by Cripp; 05-27-2006 at 03:38 AM..
Reply With Quote