Hello Epvp..
I have found an aplication that can offers payment system..! But i have a problem.. this script is at php.. and tell me that i need to refile code in order a user take coins and i take money..! this is the php code for the transfer and at the green writes i need to put code in order to do that the green writes tell's.. this is the code.. can some one helps me? PLZ
if (in_array($_SERVER['REMOTE_ADDR'], $ipsWhitelist) && ($signature == $signatureCalculated)) {
$result = true;
if ($type == CREDIT_TYPE_CHARGEBACK) {
// Deduct credits from user
// This is optional, but we recommend this type of crediting to be implemented as well
// Note that currency amount sent for chargeback is negative, e.g. -5, so be caferul about the sign
// Don’t deduct negative number, otherwise user will get credits instead of losing them
}
else {
// Give credits to user
}
}
before "//" need code to do what green letters tells...





