View Single Post
  #3  
Old 02-25-2008, 07:20 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

1st, might want to take your root password out of there

2nd, you don't need the following:

Code:
	<!-- Loginserver information. --> 
		<loginserver> 
			<host>192.168.0.6</host> 
			<port>5999</port> 
			<account></account> 
			<password></password> 
		</loginserver>
Based on the above, I assume you're trying to use MiniLogin, so you'll need to change some settings in your server for it to connect to it. Here (wiki) are the client settings. You can look here (wiki) and here (wiki) for information on how to properly configure your server for MiniLogin.

Then again, if you're not using MiniLogin, just remove the above code. It will default to using host: eqemulator.net, port: 5999, so you could also just change it to those values.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote