how about I change from Alz to Cash/eCoin?
Printable View
how about I change from Alz to Cash/eCoin?
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
Replace withCode:$r=query_db("exec ".DB_CCA.".dbo.up_AddMyCashItem '".$v1."','1','".SVR_IDX."','".$itemidx."','".$itemopt."','".$durationidx."'");
Code:$r=query_db("exec ".DB_CCA.".dbo.up_AddMyCashItemByItem '".$v1."','1','".SVR_IDX."','".$itemidx."','".$itemopt."','".$durationidx."'");
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.