• 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.

CSro-r WebMall Full Site

Newbie Spellweaver
Joined
Feb 7, 2012
Messages
21
Reaction score
0
afatarx - CSro-r WebMall Full Site - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
75
Reaction score
1
( ! ) Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\_setmydb\config.php on line 9

im use easyphp and wamp same error all the time here is my config file

Code:
<?php
	$server_name = 'KrallyApollo';
	$db_host = 'EVIL\SQLEXPRESS';
	$db_username = 'sakalaka';
	$db_password = 'suu';	
	$db_name = 'SRO_R_Accountdb';
	$dbName2 = 'SRO_ShardDB';
	$dbName3 = 'SRO_LogDB';
	$dbConn = mssql_connect($db_host, $db_username, $db_password) or die ("Couldn't connect to server");
	mssql_select_db($db_name, $dbConn) or die ("Couln't select database");	
?>



Zend Server same error

Fatal error: Call to undefined function mssql_connect() in C:\Program Files (x86)\Zend\Apache2\htdocs\_setmydb\config.php on line 9
 
Newbie Spellweaver
Joined
Sep 1, 2012
Messages
75
Reaction score
1
i setup all fine but when GO Game
Web Item Mall

not open Web item Mall

what do i do now?

media.pk2 type.txt

Code:
Language = "Chinese"Country = "Chinese"
GameType = "Silkroad"
MarkFTPAddr = "192.168.0.100"
MarkFTPPath = "/SRO_CREST"
WebMallAddr = "localhost/webmall/gamemallgate.php"

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums



SroProt.ini
Code:
;SroProt common configuration file;--------------------------------------------------
[server]


;Will appear at console window title
name=Graeen


;Traffic limiter
MaxBytesPerSecondRecv=10000
MaxBytesPerSecondSend=10000
ReportTrafficAbuser=true


;Use __IPLockDown procedure to assign account to ip address
acc_ip_limitation=true


;Maximum connections per one IP Address
PerAddressConnectionLimit=5


;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=IROC-PC\SQLEXPRESS;Database=SRO_R_Accountdb;User Id=sakalaka;Password=boomboom;


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


;Log levels to display
display_notify=true
display_warning=true
display_error=true


;--------------------------------------------------
[server_0]
;All interfaces=192.168.0.100
bind_ip=192.168.0.100
bind_port=15779




;Destination module address
;Gateway Server address
module_ip=192.168.0.100
module_port=5000




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




[server_1]
;All interfaces=192.168.0.100
bind_ip=192.168.0.100
bind_port=15884




;Destination module address
;agent server address
module_ip=192.168.0.100
module_port=5005




type=AgentServer




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




[agent_redir]
count=1




[agent_redir_0]
src_ip=192.168.0.100
src_port=5005
dest_ip=192.168.0.100

dest_port=15884
 
Experienced Elementalist
Joined
Nov 14, 2011
Messages
260
Reaction score
54
guys, in the game client the item mall dose not open
and I got that error in GlobalManger

unhandled msg received CGlobalManagerMainProcess : IP:xxx.xxx.xxx.xxx Req:0x0910 (0x0000) (MsgType:6), 15 - 7

any ideas ?!
 
Newbie Spellweaver
Joined
Jun 4, 2015
Messages
6
Reaction score
0
I did everthing as video but my webmall getting error and doesnt open in game.

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums


what's wrongs ?
 
Newbie Spellweaver
Joined
Jan 21, 2014
Messages
46
Reaction score
4
Working Perfectly Ty. Still didn't try to add items yet :)

afatarx - CSro-r WebMall Full Site - RaGEZONE Forums
 
Back
Top