View Single Post
  #7  
Old 09-03-2009, 03:10 PM
eqemuross
Hill Giant
 
Join Date: Sep 2008
Location: South Florida
Posts: 100
Default

here is how my config file is set up

Code:
<?xml version="1.0"?>
<server>
  <world>
    <shortname>crucify</shortname>
    <longname>Crucify PvP</longname>

  
    
    <loginserver>
      <host>new.eqemulator.net</host>
      <port>5998</port>
      <account></account>
      <password></password>
    </loginserver>
    
    <key>make up some random string of characters here</key>
    
    <http port="9080" enable="true" mimefile="mime.types"/>
  </world>

  <database>
    <host>localhost</host>
    <port>3306</port>
    <username>********</username>
    <password>********</password>
    <db>peq</db>
  </database>
</server>
where could i edit the ports to be open? ive tried going around my router and straight into my cable modem and still no luck as well.

i mean if the world loaded for myself that means everything should be installed properly -- yes?
Reply With Quote