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!

Chumpy's simple regpage and cash shop v1.5 beta

Newbie Spellweaver
Joined
Jan 31, 2007
Messages
19
Reaction score
10
There is a bug in the original files .. it wouldnt send the items bought to the character ... to fix this open buy.php..

search for
Code:
$r=query_db("exec ".DB_CCA.".dbo.up_AddMyCashItem '".$v1."','1','".SVR_IDX."','".$itemidx."','".$itemopt."','".$durationidx."'");

Replace with
Code:
$r=query_db("exec ".DB_CCA.".dbo.up_AddMyCashItemByItem '".$v1."','1','".SVR_IDX."','".$itemidx."','".$itemopt."','".$durationidx."'");
 
Newbie Spellweaver
Joined
Jul 10, 2013
Messages
24
Reaction score
3
Please note that anyone who intent to use this webshop and stuff, you will need to update all php language to support the new php version. Otherwise it will not work.
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
Please note that anyone who intent to use this webshop and stuff, you will need to update all php language to support the new php version. Otherwise it will not work.

so, your saying that this is already like phased out? no wonder I'm having hard time with this...
 
Back
Top