View Single Post
  #1  
Old 08-21-2009, 07:20 PM
foc
Fire Beetle
 
Join Date: Aug 2009
Location: florida
Posts: 1
Default new server public login server

Hey Guys,

I'm trying to bring up a new server on the public login server and I'm getting the following error:

Code:
[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[Debug] [WORLD__LS_ERR] Login server responded with FatalError.
[Debug] [WORLD__LS_ERR]      Account/Password invalid
I'm using my login server account information to try to register the server with, here my config:

Code:
<?xml version="1.0">
<server>
  <world>
  <shortname>new server</shortname>
<longname>newserver1</longname>

<!-- Only specify these two if you really think you need to. -->
<address>eqserver.eqserver.com</address>
<localaddress>192.168.1.230</localaddress>

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

<!-- Sets the shared key used by zone/launcher to connect to world -->
      <key>neednew1</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>root</username>
      <password>*</password>
      <db>test</db>
  </database>

</server>
any ideas?
Reply With Quote