View Single Post
  #13  
Old 05-22-2010, 08:26 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you are trying to run a public server, you shouldn't uncomment these lines like you did:

Code:
<address>localhost</address>
<localaddress>localhost</localaddress>
Comment them back out and it should start working, or at least be 1 step closer to working. They should be like this:

Code:
<!-- <address>localhost</address> -->
<!-- <localaddress>localhost</localaddress> -->
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote