I finally got time to test it all and I got it working, the server is there, I am not receiving any issues at all until I go to log into my server select... Here is what it is showing me. (I have looked at the other forum related to this that says that I need to check my .ini files, but I did that, and still get the same issue)
http://i215.photobucket.com/albums/c...ginIssue-1.png
Here is my MiniLogin Info:
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.
### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.
# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
loginserver2=newlogin1.eqemulator.net
loginport2=5999
worldname=Kings_Test_World
worldaddress=localhost
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=King
chataddress=
chatport=
[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
And here is my EQEmuLogin info:
Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>HSFDP</shortname>
<longname>Hidden Secrects From Dark Pasts</longname>
<!-- address has to be specified for minilogin to work -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>*******</password>
<db>privateserver</db>
</database>
</server>
Any and all help is GREATLY appreciated.
Thanks.