Re: So i cant see my server
Post your server.ini here. You've messed up with all the quotes in it.
Re: So i cant see my server
Quote:
Originally Posted by
Phoenix
Post your server.ini here. You've messed up with all the quotes in it.
i posted mine server.ini or is that the wrong one o-o
Re: So i cant see my server
I asked you to post it so that I could edit it. Images are useless.
Re: So i cant see my server
ok sorry i post it now i hope u can help my out my really wany gunz server :).
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="root"
[SERVER]
MAXUSER=50
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="""
KEEPERIP="127.0.0.1""
MONITORIP="127.0.0.1""
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Re: So i cant see my server
Use this:
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="root"
[SERVER]
MAXUSER="50"
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP=""
KEEPERIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Re: So i cant see my server
Ok but what extactly changed ;p?