I have setup a server using this guide >> http://forum.ragezone.com/f497/tut-s...-by-dn-443463/ i have followed the whole guide and when done i have checked it again for mistakes.
But somehow i cant see any servers inside the login screen. Also the registerweb dont register any accounts i get some errors below it. i use windowsNT as sql login not sa.
And yes i have portforward the ports.
If somone could edit my files right plz do.
You would notice that i filldin as password "password50" thats bequze i needed to fillin a password as the guide said. But my computer doesnt have a password.
server.ini
AgentConfig.xmlQuote:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="password50"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="MatchServer1"
FREELOGINIP="24.132.248.209"
KEEPERIP="24.132.248.209"
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"
Locator.iniQuote:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>MatchAgent1</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="24.132.248.209" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>
Config.phpQuote:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="password50"
[NETWORK]
IP="24.132.248.209"
PORT="8900"
[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no"
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SERVER="0"
And inside the system file i have replaced the 2 ip's to mine wan ip.Quote:
<?php
$config['host'] = 'EBBERS\SQLEXPRESS'; // IP Address
$config['user'] = 'DEME'; // Database Username
$config['pass'] = ''; // Database Password
$config['base'] = 'GunzDB'; // Database Name
$config['ip'] = '24.132.248.209'; // Your IP
$config['port'] = '6000'; // GunZ Online Port
?>
the odbc works fine i have press "test" on the end of the setup and it says succesful.
I wasn't able to hexedit the launcher.
I have tried buth when opening the launcher i only get an error.
So if i also need a launcher with my own wan inside it, could somone make it for me?
