hy all.
I would like edited the cabaltoolz webshop.
my idea is not buying any player with alz!
I would like edited the cabaltoolz check in anyone player have seven coins in the warehouse...
I search this:
in webshop.php
I do not know how to edit ,not check alz the cabaltoolz,check a set any item id...Code:foreach ($rs as $r1 => $r) {
IF ($r['TimeLimit'] == 31) $limit = $_config['timelimit'][$r['TimeLimit']];
else $limit = $_config['timelimit'][$r['TimeLimit']][0] . ' Day/s ' . $_config['timelimit'][$r['TimeLimit']][1] . ' Hour/s';
$price = ($r['Alz'] == 0) ? number_format($r['Cash']).' Cabal Cash' : number_format($r['Alz']) .' Alz';
echo '{"Name":"'.$r['Name'].'", "ID":"'.$r['ID'].'", "DESC":"'.$r['Description'].'","Price":"'.$price.'","Time":"'.$limit.'", "Avail":"'.$r['Available'].'", "IMG":"'.$r['Image'].'"},';
Example :Gold Coin item id is : 1042
how to carry it and where can I edit these settings?
sorry my bad english i use translation

