• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

FIX Csro-r Item Mall

Newbie Spellweaver
Joined
Oct 15, 2014
Messages
27
Reaction score
0
Works like a charm , Thank you
KTXncZv - FIX Csro-r Item Mall - RaGEZONE Forums

how work ?
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 15, 2014
Messages
27
Reaction score
0
can you share the source ?


PHP:
;SroProt common configuration file
;--------------------------------------------------
[server]
name=MultiServerTest


;Ingame feature fixes
item_mall_buy_fix=true
silk_display_fix=true
web_item_mall_token_fix=true




;SQL Connection string (required)
sql_str=Server=myservername;Database=SRO_R_Accountdb;User Id=TestEnis;Password=123456;


;server count, Section names - server_0, server_1 and so on]
count=2


;--------------------------------------------------
[server_0]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5000


;Destination module address
;Gateway Server address
module_ip=My server ip
module_port=15779


type=GatewayServer
;Security flags for each server user context
blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[server_1]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5005


;Destination module address
;agent server address
module_ip=My server ip
module_port=15884


type=AgentServer


blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[agent_redir]
count=1


[agent_redir_0]
src_ip=My server ip
src_port=15884
dest_ip=My server ip
dest_port=5005
 
Newbie Spellweaver
Joined
Oct 4, 2011
Messages
92
Reaction score
38
you need to have another PC for client or edit flag Security flags for one network
 
Experienced Elementalist
Joined
Feb 13, 2012
Messages
220
Reaction score
31
PHP:
;SroProt common configuration file
;--------------------------------------------------
[server]
name=MultiServerTest


;Ingame feature fixes
item_mall_buy_fix=true
silk_display_fix=true
web_item_mall_token_fix=true




;SQL Connection string (required)
sql_str=Server=myservername;Database=SRO_R_Accountdb;User Id=TestEnis;Password=123456;


;server count, Section names - server_0, server_1 and so on]
count=2


;--------------------------------------------------
[server_0]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5000


;Destination module address
;Gateway Server address
module_ip=My server ip
module_port=15779


type=GatewayServer
;Security flags for each server user context
blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[server_1]
;All interfaces=127.0.0.1
bind_ip=My server ip
bind_port=5005


;Destination module address
;agent server address
module_ip=My server ip
module_port=15884


type=AgentServer


blowfish=true
sec_bytes=true
handshake=false
;--------------------------------------------------


[agent_redir]
count=1


[agent_redir_0]
src_ip=My server ip
src_port=15884
dest_ip=My server ip
dest_port=5005

look you must change your Certification Agent/Getaway ports / Ex: Change Ports in srNodeData , first change 15884 to 5005 then change 15779 to 5000
 
Back
Top