| 
 my eqemu_config.xml (7.0)
 "<?xml version="1.0">
 <server>
 <world>
 <shortname>emuIHS</shortname>
 <longname>Icy Hot Stuntaz (Legit)</longname>
 
 <!-- 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>hxxxxxx</username>
 <password>XXXX</password>
 <db>eq</db>
 </database>
 </server>
 "
 
 Is it the http port 9090?
 |