View Single Post
  #4  
Old 03-19-2010, 11:36 AM
wwazman
Sarnak
 
Join Date: Oct 2007
Location: Oregon
Posts: 37
Default

ok, so everything is SUPPOSED to be set to PEQ, not the axclassic.. one uses 5999 and one uses 5998 and I'm forever forgetting which one is which! :P

I know Ax's, while fantasticly awesome, does have a few glitches,.. one of them being when you click the PEQ database button and hit save, it automatically sets everything back to AXCLASSIC. >:( ... so I have to manually edit the xml back to what it was. That said, I have a copy saved,.. I checked it and it's supposed to be set to

<?xml version="1.0">
<server>
<world>
<shortname>WWAZmania</shortname>
<longname>! - WWAZmania SoF My Customizations</longname>

<!-- Only specify these two if you really think you need to. -->
<address>71.193.251.28</address>
<localaddress>192.168.1.5</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>64.120.211.247</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make_your_key!</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>


Does this look right?
also, as far as the databases (debating to move this to another computer, resetting everything up and updating the zone infos and everything, stop using axclassic gui) .. how much problem am I going to have if I try to move everything off the current database axclassic setup, to the 'normal' setup?

Last edited by trevius; 03-19-2010 at 02:58 PM..
Reply With Quote