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

Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

้hi guys, because i have busy in work.

this error may be you need to check ODBC, have you create System DNS
View attachment 144747

Thanks!
But new Error :(
jwZhj9C - Bola Server Setup Guide - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

read the thread, where is not same excpett ip and sa ,password. db odbc .every form and name .

all working! but i have erroe wint client :(
lhgh20 - Bola Server Setup Guide - RaGEZONE Forums
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

We need to found how to use the api login.
Zend framework can be used for that but i dont know how its work correctly
neosxak



Whats errors???


lXJEbrH - Bola Server Setup Guide - RaGEZONE Forums

The url of Auth is wrong in server.ini (loginserver/masterserver)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

We need to found how to use the api login.
Zend framework can be used for that but i dont know how its work correctly
@neosxak





The url of Auth is wrong in server.ini (loginserver/masterserver)
; 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 = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"


[DB]
SERVER = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"


[LOGDB]
SERVER = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"


[PATH]
SYSTEM = "system"
FIELD = "field"


[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1


[BILLING]
AUTH_URL =
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "3rdP@rty"
GAME_NUMBER = "1002"
SERVER_NUMBER = 1

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


; 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 = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_ACCOUNTDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[DB]
SERVER = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_GAMEDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOGDB]
SERVER = "X-FREE\RAIDERZSQL"
DATABASE = "RZ_LOGDB"
USERNAME = "sa"
PASSWORD = "1234567890"
[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1


[PWE]
AUTH_URL = "http://192.168.1.2:8082"
;GAME_NAME = "RaiderZ"
GAME_NAME = "1002"
PUBLIC_IP = "192.168.1.2"
CRT_PATH = "data/PWE/web-c.crt"
KEY_PATH = "data/PWE/web-c.key"
KEY_PWD = "3rdP@rty"

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


I don't know whats wrong here :(
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

For me, u need to set your true ssl port ex:

But we all got this error after:

"_res_" is invalid. (LMcURLTask_PWELogin::parseResponse() ==> .\LMcURLTask_PWELogin.cpp:139)

This is why we need to solve.
 
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

For me, u need to set your true ssl port ex:

But we all got this error after:



This is why we need to solve.

still not work LMcURLTask_PWELogin::Onfailed -> couldn't connect to host
How you craete ssl server? and what can i do with Raiderz_login.bak base ???
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

Yes, i use ssl with xampp for exampl but u need use php2.x.x or lower if u use raiderz website
The higher version of php do not support the dll for sql server 2008, only sql server 2012
 
Newbie Spellweaver
Joined
Jan 2, 2013
Messages
38
Reaction score
3
Re: Share: how to set the Bola 's new server[2013]

Yes, i use ssl with xampp for exampl but u need use php2.x.x or lower if u use raiderz website
The higher version of php do not support the dll for sql server 2008, only sql server 2012

Can you make a tutorial on how to install the server on xampp?
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

Just search and download WampServer2-PHP526 and use the Dll found in the wamp folder download in the post Bola's Api

But.. maybe im wrong, i just search and try to solve the problem of "Login DB falhou"
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Share: how to set the Bola 's new server[2013]

Why do you need SSL it's doesn't matter, my api url is http and it's fine.
 
Newbie Spellweaver
Joined
Aug 16, 2008
Messages
44
Reaction score
5
Re: Share: how to set the Bola 's new server[2013]

jenose
Hm ok, so where is your Api? can we download it?
Ive edited all my config for get an http server in the port 8082, but the server dont work much after that.
got only this error: (Loginserver/Plog) -> (!ParseResponse(bSuccess, nReasonCode))
and in mlog: "_res_" is invalid. (LMcURLTask_PWELogin::parseResponse() ==> .\LMcURLTask_PWELogin.cpp:139) with the raiderz website/zen/framework api
 
Last edited:
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Share: how to set the Bola 's new server[2013]

alright, so i don't want to share my script to my local country., and leecher too. i don't want spend time for teach they how to setup Laravel PHP Framework
so if you think you can set it up, pm me after you set Laravel up. then i will give you ApiController.php and sql for mysql.

and not for some thai people, they stole my many open source and sell without shame.
 
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
Re: Share: how to set the Bola 's new server[2013]

every ppl here have the same problem "Pedido de login db falhou"
and no body know how to fix it
too bad...:(
 
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Share: how to set the Bola 's new server[2013]

it's error from login send api to web that define in config
[PWE]
AUTH_URL = "http://127.0.0.1"

because of website script error or something
 
Back
Top