this is not hard at all just use p a y m e n t w a l l . c o m like
[Only registered and activated users can see links. Click Here To Register...]
then do pingback script for the specify transaction id to allow the appliction you did in the pyw to add the w/e you want to the customer.
something like
Quote:
if($type == CREDIT_TYPE_CHARGEBACK)
{
include('../../...');
$query = $sql->Query("UPDATE UsersData SET VALUE = VALUE + $credits WHERE CustomerID = '$userId'");
$today = date("F j , Y , g:i a");
$username = $sql->fetcharray($sql->Query("SELECT email FROM Accounts WHERE CustomerID ='$userId'"));
$username = $username[0];
$query1 = $sql->Query("INSERT INTO _points_history VALUES('$username','$credits','$today')");
}
|
#Edit dont forget to do check if the transaction id is already received by the member or not or they will exploit it.