View Single Post
  #2  
Old 06-30-2012, 04:07 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Your server shows up just fine on the public login server which isn't surprising since that's how you have it configured. If you want it to show up only on your local login server you need to do this:

Code:
		<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account>admin</account>
			<password>password</password>
		</loginserver>
This assumes you have the proper tables/entries in the peqlogindb database and that you used 'admin', 'password' for the account/password combo. If you didn't, make it match what you did use.
Reply With Quote