Thread: Error 10060
View Single Post
  #8  
Old 08-08-2008, 10:57 AM
Ikeren
Hill Giant
 
Join Date: Aug 2008
Location: Canada
Posts: 131
Default

I tried both of what you guys suggested, and get the exact same errors still:

EQHost
Code:
[LoginServer]
Host=216.167.240.16:5999
LoginServer
Code:
[LoginServer]
loginserver=216.167.240.16
loginserver2=
loginport=5999
loginport2=
worldname=
worldaddress=
locked=
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
Eqemu_config
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>I</shortname>
	    <longname>Ikeren</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>216.167.240.16</address>
	    <localaddress>216.167.240.16</localaddress>
	  
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>216.167.240.16</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>
I see this: <key>some long random string</key>

Which you changed in your version to something. Mind explaining that to me if you have a moment please?

Thanks again for the help.
Reply With Quote