
Originally Posted by
karemsame
can you share the source ?
PHP Code:
;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