View Single Post
  #3  
Old 06-30-2012, 04:27 PM
blackz71
Fire Beetle
 
Join Date: Jun 2011
Posts: 12
Default

FINALLY!!!! Thank you so much Lerxst2112

That worked but now it won't login after I select it. It just times out and kicks me back to the login.

I am almost there.. I can feel it.



Quote:
Originally Posted by lerxst2112 View Post
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