View Single Post
  #1  
Old 10-19-2008, 07:36 AM
ChUzZ84
Fire Beetle
 
Join Date: Oct 2008
Location: Sydney Australia
Posts: 28
Default Extenal Login's denied

Hey,

I have uninstalled my old server which was a minilogin and done a fresh install and database only I can log on because I am on the same network but anyone outside can not even though it is shown on the eqmulater.net login server, any ideas?

I was using Hamachi before for all my mates to join but now I wish to make it public to get more people and it seems it just won't let anyone connect but me.

<?xml version="1.0">
<server>
<world>
<shortname>eq.roarforums.com</shortname>
<longname>EQ.RoarFourms.com AU Server</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>eqemulator.net</host>
<port>5998</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>
Reply With Quote