View Single Post
  #3  
Old 06-18-2008, 09:41 PM
cohaagen
Fire Beetle
 
Join Date: Aug 2005
Posts: 15
Default I'll keep trying...

Ok, I tried using my IP (which is 192.168.0.4) for my MiniLogin and the other files, but the same problem occurs. Here are the contents of my files; hopefully you might spot a problem. Also, to make sure I am in the right spot for editing accounts in my database, here is what I did. Loaded up MySQL. Entered my password to get in. Typed "\u peq" to access the PEQ DB. Then I did the "INSERT INTO account" stuff. Am I making a mistake here when trying to add an account to my DB?

eqemu_config:
<?xml version="1.0">
<server>
<world>
<shortname>Name</shortname>
<longname>LongName</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machines IP</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.4</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>

eqhost.txt:
[LoginServer]
Host=192.168.0.4:5999


MiniLogin's LoginServer:
[LoginServer]
loginserver=192.168.0.4
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=Worldname
worldaddress=192.168.0.4
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999
Reply With Quote