Step 1:
u must down the server link(首先你必须下载服务端,下载地址):http://forum.ragezone.com/f698/2013-raiderz-server-files-databases-945427
client link(客户端下载地址):
Decript key Mega(登录密码) : FbbM0VySetTzCRrI-ZdKpi6lMyArdAP38XY7pdZJpmA
RaiderZ Brasil2.rar password file(客户端文件解压密码) : d41d8cd98f00b204e9800998ecf8427e
Step 2 set the server file:
AppServer ------> server.ini
MasterServer --------》server.ini
AUTH_URL = "http://127.0.0.1" <------------------------here u must create ur Web,u can use wamp&this is ur web address.
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
Step 3:set API
the API download urlhttp://forum.ragezone.com/f698/bolas-api-1029717/
1.download xampp.7z
2.extract xampp to c:\
3.run apache_start.bat
4.set SERVER,USERNAME,PASSWORD in "api.raiderzbr.to\config\db.conf"
5.set server.ini like this
MasterServer
[BILLING]
AUTH_URL = "http://127.0.0.1"
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
LoginServer
[PWE]
AUTH_URL = "http://127.0.0.1"
;GAME_NAME = "RaiderZ"
GAME_NAME = "1002"
PUBLIC_IP = "192.168.2.3" (Your Public IP,or 127.0.0.1 for localhost)
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
LoginServer server.ini
Gameserer
3.set the Sql
Step 4:
Install Microsoft SQL 2008 R2
Click next all the way till Database Engine Configuration
Security Mode — select Mixed Mode Authentication
Username - sa
Password - whatever you want
Server Name - RAIDERZSQL
Step 5:
Extract Database and the server files.
Open up Microsoft SQL 2008 R2
You will be presented with this:
Follow the screenshot, password would be the one you input @ step 4.
Once your done, we can move on to creating the database.
Right click Database:
Select New database, database name would be: RZ_ACCOUNTDB
Do the same for RZ_GAMEDB and RZ_LOGDB
Now you got the databases setup, but you still need to restore them.
Restoring:
To database -> RZ_ACCOUNTDB
Select 'From device:' and select the RZ_ACCOUNTDB.BAK from where you had extracted it in the starting of step 5.
Tick RESTORE
After that, go the OPTIONS in the top left hand corner.
Tick: 'Overwrite the existing database'
Do this for RZ_GAMEDB and RZ_LOGDB also.
Now right click RZ_ACCOUNTDB and click Properties.
When the window pops up, click on options and match my settings
(you will need this so that web registration works)
Now we are done for the database.
Step 6:
Setting up ODBCAD
Go to start>run type odbcad32.exe
Click System DSN tab.
Click Add
Click SQL Server Native client 10.0 and click finish
Name: whatever you want
Description: whatever you want
Server: YOURCOMPUTERNAME\RAIDERZSQL (remember this you will need it later)
NOTE: You can find your computer name by right clicking computer in the start menu and clicking on properties.
Click next, tick SQL Server authentication
Login ID: sa
Password: whatever you input in step 4
Click next
Tick Change the default database to:
and select RZ_ACCOUNTDB and click your done.
WARING: if anyone had old server and the ODBC,SQL DB. you must rebuild the ODBC &SQL DB.
look the one ,this is one qustions, someone must remerber.
this is why someone allways had this error:
if u had this error,please look ur server.ini ODBC & SQL DB.
Step 7: SET Sql DB
changge the 192.168.1.104 for ur ip address。
now start !RunServers.bat
Step 7: SET Client
launcher.bat
add : link for website raiderzbr.to ( only website, no db )
Link :
Decript Key Mega : aPDi7Ue55TR8ugn95OTnihECexNPSmG6Xcp1rt9ra2I
COLOR]
u must down the server link(首先你必须下载服务端,下载地址):http://forum.ragezone.com/f698/2013-raiderz-server-files-databases-945427
client link(客户端下载地址):
To view the content, you need to sign in or register
Decript key Mega(登录密码) : FbbM0VySetTzCRrI-ZdKpi6lMyArdAP38XY7pdZJpmA
RaiderZ Brasil2.rar password file(客户端文件解压密码) : d41d8cd98f00b204e9800998ecf8427e
Step 2 set the server file:
AppServer ------> server.ini
Code:
; AppServer server.ini
[SERVER_INFO]
NAME = "AppServer"
SERVER_ID = 102
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0" ; need set like this. 需要这样设置。
SOCKET_POOL_SIZE = 100
[LOCALE]
LOCALE = "PWE"
[CONFIG]
PORT = 7502
[MASTER_SERVER]
IP = "127.0.0.1"
PORT = 7500
[ACCOUNTDB]
SERVER = "127.0.0.1" ; this is ur ip address or ur wan ip。这里是你的本机IP或者是外网IP。
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[DB]
SERVER = "127.0.0.1"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOGDB]
SERVER = "127.0.0.1"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[PATH]
SYSTEM = "system"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
MasterServer --------》server.ini
Code:
; MasterServer server.ini
[SERVER_INFO]
NAME = "MasterServer"
SERVER_ID = 100
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 100
SERVER_MODE = 0
PWE_BILLING_ENABLE = 1
CURL_BILLING_ENABLE = 1
[LOCALE]
LOCALE = "PWE"
[CONFIG]
PORT = 7500
[ACCOUNTDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[DB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOGDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[PATH]
SYSTEM = "system"
FIELD = "field"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
[BILLING]
AUTH_URL = [URL]http://127.0.0.1[/URL]
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
Step 3:set API
the API download urlhttp://forum.ragezone.com/f698/bolas-api-1029717/
1.download xampp.7z
2.extract xampp to c:\
3.run apache_start.bat
4.set SERVER,USERNAME,PASSWORD in "api.raiderzbr.to\config\db.conf"
5.set server.ini like this
MasterServer
[BILLING]
AUTH_URL = "http://127.0.0.1"
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1
LoginServer
[PWE]
AUTH_URL = "http://127.0.0.1"
;GAME_NAME = "RaiderZ"
GAME_NAME = "1002"
PUBLIC_IP = "192.168.2.3" (Your Public IP,or 127.0.0.1 for localhost)
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "1234"
LoginServer server.ini
Code:
; LoginServer server.ini
[SERVER_INFO]
NAME = "LoginServer"
SERVER_ID = 101
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 5000
PWE_SERVICE = 1
[LOCALE]
LOCALE = "PWE"
[CONFIG]
PORT = 7501
[MASTER_SERVER]
IP = "127.0.0.1"
PORT = 7500
[ACCOUNTDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[DB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOGDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
[PWE]
AUTH_URL = "[URL]http://127.0.0.1[/URL]"
;GAME_NAME = "RaiderZ"
GAME_NAME = "1002"
PUBLIC_IP = "192.168.1.104" <----ur wan ip ,the same with SQL RZ_AccountDB.RZ_GT_WORLD
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "[EMAIL="1234"]1234[/EMAIL]"
Gameserer
Code:
; GameServer server.ini
[SERVER_INFO]
NAME = "GameServer1"
SERVER_ID = 1
WORLD_ID = 1
ODBC = "SQL Server Native Client 10.0"
SOCKET_POOL_SIZE = 1000
[LOCALE]
LOCALE = "PWE"
[CONFIG]
PUBLIC_IP = "192.168.1.104"
PORT = 7201
[NET]
MASTER_SERVER_IP = "127.0.0.1"
MASTER_SERVER_PORT = 7500
[ACCOUNTDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[DB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOGDB]
SERVER = "lenovo-c440-PC"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
LOG_TAG = "1"
[DEBUG]
DUMP_ENABLE = 1
FULL_DUMP = 1
3.set the Sql
Step 4:
Install Microsoft SQL 2008 R2
Click next all the way till Database Engine Configuration
Security Mode — select Mixed Mode Authentication
Username - sa
Password - whatever you want
Server Name - RAIDERZSQL
Step 5:
Extract Database and the server files.
Open up Microsoft SQL 2008 R2
You will be presented with this:
Follow the screenshot, password would be the one you input @ step 4.
Once your done, we can move on to creating the database.
Right click Database:
Select New database, database name would be: RZ_ACCOUNTDB
Do the same for RZ_GAMEDB and RZ_LOGDB
Now you got the databases setup, but you still need to restore them.
Restoring:
To database -> RZ_ACCOUNTDB
Select 'From device:' and select the RZ_ACCOUNTDB.BAK from where you had extracted it in the starting of step 5.
Tick RESTORE
After that, go the OPTIONS in the top left hand corner.
Tick: 'Overwrite the existing database'
Do this for RZ_GAMEDB and RZ_LOGDB also.
Now right click RZ_ACCOUNTDB and click Properties.
When the window pops up, click on options and match my settings
(you will need this so that web registration works)
Now we are done for the database.
Step 6:
Setting up ODBCAD
Go to start>run type odbcad32.exe
Click System DSN tab.
Click Add
Click SQL Server Native client 10.0 and click finish
Name: whatever you want
Description: whatever you want
Server: YOURCOMPUTERNAME\RAIDERZSQL (remember this you will need it later)
NOTE: You can find your computer name by right clicking computer in the start menu and clicking on properties.
Click next, tick SQL Server authentication
Login ID: sa
Password: whatever you input in step 4
Click next
Tick Change the default database to:
and select RZ_ACCOUNTDB and click your done.
WARING: if anyone had old server and the ODBC,SQL DB. you must rebuild the ODBC &SQL DB.
look the one ,this is one qustions, someone must remerber.
this is why someone allways had this error:
Code:
------------------------------------------------------------------------------
-- Logging Start (03/15/14 17:11:59)
------------------------------------------------------------------------------
[i] 17:11:59 - "E:\RaiderZ Server Files\AppServer\AppServer.exe"[i] 17:11:59 - Start application without service mode
[i] 17:11:59 - application_commandline : "E:\RaiderZ Server Files\AppServer\AppServer.exe"
[i] 17:11:59 - Server Socket Opened. (Port = 7502)
[e] 17:11:59 - Init AccnDB fail.
[i] 17:11:59 - Can't Connect To DBMS
[e] 17:11:59 - Failed! InitDB
[e] 17:11:59 - Server Init Failed: 1: DB? ??? ? ??
[i] 17:11:59 - Server Closed
Step 7: SET Sql DB
changge the 192.168.1.104 for ur ip address。
now start !RunServers.bat
Step 7: SET Client
launcher.bat
Code:
echo off
raiderz -ingamelogin -server 192.168.1.104 -country USA
exit
add : link for website raiderzbr.to ( only website, no db )
Link :
To view the content, you need to sign in or register
Decript Key Mega : aPDi7Ue55TR8ugn95OTnihECexNPSmG6Xcp1rt9ra2I
COLOR]
Last edited: