Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all articles
Browse latest Browse all 27645

Cash Problem

$
0
0
Still 0 cash ingame i even use p.addcashincome or the other procedure but still 0 cash Help me!!!

- - - Updated - - -

<?
error_reporting(0);
ini_set('display_errors',0);
$DB_HOST="10.6.11.11,1433";
$DB_USER = "DragonNest";
$DB_PASSWORD="skQmsgozj!*sha"

function MakeResponse($status,$user,$balance)
{



$arr["RESULT-CODE"]=$status;
$arr["RESULT-MESSAGE"]="Success";
$arr["SID"]="DRNEST";
$arr["CN"]="44820790";
$arr["UID"]=$user;
$arr["CASH-BALANCE"] = $balance;
return json_encode($arr);

}
$id = $_POST['UID'];
echo MakeResponse("S000",$id,$balance);

?>

Viewing all articles
Browse latest Browse all 27645

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>