View Single Post
  #5  
Old 11-29-2008, 07:16 PM
Furinex
Hill Giant
 
Join Date: Apr 2002
Location: Rochester, NY
Posts: 179
Default

Post your logs, Should be in the eqemu/logs folder, Delete all the ones there, start the server and new ones should show up, that'll give me a better indication. Also, here are my config Files just to show you a compairison.

Loginserver.ini

Code:
[LoginServer]
loginserver=192.168.2.2
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldshortname=Furinex
worldname=DDG-67 USS COLE
worldaddress=192.168.2.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=Furinex
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
eqemu_config.xml

Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>Furinex</shortname>
	    <longname>Furinex - PEQ Based DB, live-like</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>192.168.2.2</address>
	    <localaddress></localaddress>
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>192.168.2.2</host>
	        <port>5999</port>
	        <account></account>
	        <password></password>
	    </loginserver>

	    <!-- Sets the shared key used by zone/launcher to connect to world -->
	    <key>some long random string</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>peq</db>
	</database>
</server>
</xml>
And remember, minilogin_ip in the accounts table must be filled out right. Also the Variables table must have Minilogin in it instead of public for server type.


eqhost.txt file should be like this

Code:
[LoginServer]
Host=192.168.2.2:5999
Use those files as a template for yours with all of your info in it, like password, IP address. Change only the items that are specific to your machine and it will work. Works for me.
__________________
U.S. Navy - Retired
17 Year EQ Veteran
Reply With Quote