View Single Post
  #12  
Old 02-05-2009, 07:52 PM
seridium
Sarnak
 
Join Date: Jan 2009
Location: canada
Posts: 68
Default

I have no LoginServer.ini file
I do have a blank log.ini file
I also have a eqemu_config.xml file which has the following in it.
Quote:
<?xml version="1.0">
<server>
<world>
<shortname>beta0.1</shortname>
<longname>Serverbeta0.1</longname>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>225458756</key>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>account.no-ip.org</address> -->
<!-- <localaddress>192.168.0.100</localaddress> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="account.no-ip.org" port="9000" telnet="enable"/>

<!-- 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>123456</password>
<db>peq</db>
</database>
</server>

Should there be one?
Is there something I can edit in the peq_db tables?

I checked my host file and I did have it as
127.0.0.1 localhost
192.168.0.100 for account.no-ip.org
Reply With Quote