Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Bola Server Setup Guide

Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
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
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
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
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:
Un7IU - Bola Server Setup Guide - RaGEZONE Forums


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:
xPDjZ - Bola Server Setup Guide - RaGEZONE Forums


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.
hH7i7 - Bola Server Setup Guide - RaGEZONE Forums


Restoring:
fn6jT - Bola Server Setup Guide - RaGEZONE Forums


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)
xhsga - Bola Server Setup Guide - RaGEZONE Forums



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

gEHNr - Bola Server Setup Guide - RaGEZONE Forums


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.

EjGjC - Bola Server Setup Guide - RaGEZONE Forums



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.
lhgh20 - Bola Server Setup Guide - RaGEZONE Forums

lhgh20 - Bola Server Setup Guide - RaGEZONE Forums

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
if u had this error,please look ur server.ini ODBC & SQL DB.

Step 7: SET Sql DB
lhgh20 - Bola Server Setup Guide - RaGEZONE Forums

changge the 192.168.1.104 for ur ip address。
lhgh20 - Bola Server Setup Guide - RaGEZONE Forums


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 :
Decript Key Mega : aPDi7Ue55TR8ugn95OTnihECexNPSmG6Xcp1rt9ra2I

COLOR]
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Re: Share: how to set the Bola 's new server[2013]

Server run fine, but cannot connect, got this message when login. "Conexao Expirou"
 
Banned
Banned
Joined
Apr 14, 2012
Messages
68
Reaction score
39
Re: Share: how to set the Bola 's new server[2013]

Has several things missing
 
Newbie Spellweaver
Joined
Dec 23, 2013
Messages
29
Reaction score
0
Re: Share: how to set the Bola 's new server[2013]

I get a message when i log in saying "Conexao Expirou" meening connection expired
The server is running just fine please help
 
Last edited:
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

I get a message when i log in saying "Conexao Expirou" meening connection expired
The server is running just fine please help
cintapw said:
Server run fine, but cannot connect, got this message when login. "Conexao Expirou" [/COLOR]

need change the sql DB any IP。
lhgh20 - Bola Server Setup Guide - RaGEZONE Forums

lhgh20 - Bola Server Setup Guide - RaGEZONE Forums
 
Last edited:
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Re: Share: how to set the Bola 's new server[2013]

edited to my wan ip still cannot connect, then try to local ip 127.0.0.1 still cannot connect. i am frustated, try and try still no succes connect

always "pedido de login db falhou" mean " login request failed db"

this on login server log
16:56:32 - LMcURLTask_PWELogin::OnFailed ->error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 16:56:36 - LMcURLTask_PWELogin::OnFailed ->error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 16:56:58 - low frame!, average elapsed time: 623 (count: 1)
16:57:18 - FPS = 20 , Link = 1 , Player = 1 , Recv BPS = 0 , Send BPS = 0
 
Last edited:
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

edited to my wan ip still cannot connect, then try to local ip 127.0.0.1 still cannot connect. i am frustated, try and try still no succes connect

always "pedido de login db falhou" mean " login request failed db"

this on login server log
16:56:32 - LMcURLTask_PWELogin::OnFailed ->error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 16:56:36 - LMcURLTask_PWELogin::OnFailed ->error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 16:56:58 - low frame!, average elapsed time: 623 (count: 1)
16:57:18 - FPS = 20 , Link = 1 , Player = 1 , Recv BPS = 0 , Send BPS = 0

this db:raderz_account u neend restore raider_account.bak , and use account to login,but u need kown the 16hex password.u try to do,i think this is one answer.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Re: Share: how to set the Bola 's new server[2013]

this db:raderz_account u neend restore raider_account.bak , and use account to login,but u need kown the 16hex password.u try to do,i think this is one answer.

how to set auto create new account when login? or how to create a new account manualy?
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

how to set auto create new account when login? or how to create a new account manualy?
sorry,i do not kown the server which one can create a new account manualy. i think it is invalid.
add : link for website raiderzbr.to ( only website, no db )
Link :
Decript Key Mega : aPDi7Ue55TR8ugn95OTnihECexNPSmG6Xcp1rt9ra2I
use this web.setting server,but i had not do that,because i do not have so time,if u do that and succes,please share yr method.thanks.



the password maybe been used md5 . any one look the regxxxx.php(sorry,i can,t remeber the php name....).
 
Last edited:
Newbie Spellweaver
Joined
Dec 23, 2013
Messages
29
Reaction score
0
Re: Share: how to set the Bola 's new server[2013]

I changed all my ip to my local ip and i still cannont connect i get the message connection expired
 
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

Who have working server?
Wamp Server not running.
Mysql is running, but Appache not running(
and When I run server


E:\RAIDERZ\serverbr\serverbr>AppServer\AppServer.exe
[03/18 12:31:12] Server Closed


E:\RAIDERZ\serverbr\serverbr>GameServer\GameServer.exe
[03/18 12:31:42] NO HAVE DB CACHE.
[03/18 12:31:42] START DB RELEASE
[03/18 12:31:42] COMPLETED DB RELEASE
[03/18 12:31:42] ALREADY DB CACHE RELEASED.


E:\RAIDERZ\serverbr\serverbr>LoginServer\LoginServer.exe
[03/18 12:31:54] LConsole > OnDestroy
[03/18 12:31:54] Server Closed


E:\RAIDERZ\serverbr\serverbr>MasterServer\MasterServer.exe
[03/18 12:32:01] ZConsole > OnDestroy
[03/18 12:32:01] Server Closed


help me please.
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

Who have working server?
Wamp Server not running.
Mysql is running, but Appache not running(
and When I run server


E:\RAIDERZ\serverbr\serverbr>AppServer\AppServer.exe
[03/18 12:31:12] Server Closed


E:\RAIDERZ\serverbr\serverbr>GameServer\GameServer.exe
[03/18 12:31:42] NO HAVE DB CACHE.
[03/18 12:31:42] START DB RELEASE
[03/18 12:31:42] COMPLETED DB RELEASE
[03/18 12:31:42] ALREADY DB CACHE RELEASED.


E:\RAIDERZ\serverbr\serverbr>LoginServer\LoginServer.exe
[03/18 12:31:54] LConsole > OnDestroy
[03/18 12:31:54] Server Closed


E:\RAIDERZ\serverbr\serverbr>MasterServer\MasterServer.exe
[03/18 12:32:01] ZConsole > OnDestroy
[03/18 12:32:01] Server Closed


help me please.
read the thread, where is not same excpett ip and sa ,password. db odbc .every form and name .
 
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

all things were created and entered correctly.
What about appach? why it cannot run?
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

change the appach port to 8082 or 808x in http.conf 2,found ur server , odbc the name is same with server.ini 3.all ip change to 127.0.0.1 4.if erro too.delete ur odbc setting,delete ur server db and rebuild again. please look my thread carefully.



all things were created and entered correctly.
What about appach? why it cannot run?

change the appach port to 8082 or 808x in http.conf 2,found ur server , odbc the name is same with server.ini 3.all ip change to 127.0.0.1 4.if erro too.delete ur odbc setting,delete ur server db and rebuild again. please look my thread carefully
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Share: how to set the Bola 's new server[2013]

wonderfully working server files, but i'm rewrite web api in Laravel PHP Framework 4.1, thank's for the server files and client,

REMOVED

i just wondering how do i change or patch language in game to english or other ?
 
Junior Spellweaver
Joined
Mar 4, 2009
Messages
119
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

all things were created and entered correctly.
What about appach? why it cannot run?

port been used.



wonderfully working server files, but i'm rewrite web api in Laravel PHP Framework 4.1, thank's for the server files and client,

REMOVED

i just wondering how do i change or patch language in game to english or other ?
yes,how did u login in game with bola'server and the br client.any change with my thread?
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Share: how to set the Bola 's new server[2013]

it's because, server will send request post to
[PWE]
AUTH_URL = "{your website url for api}"

client send xmldata to website for check account passport game and response as xmldata to login server, then you can connect into game
you need to handle data and response, login and cash itemshop it's all work
 
Back
Top