Ai có lòng share mình cái postback superrewards hay bán rẻ cũng được
Thanks nhiều
Ta có nhưng ko share vì ta ghét cái vụ code free mà mi ko share cho ta :binhsua46:
Code free mà còn phải đi xin mà dám kêu có postback, cao thủ chém gió nhất box offer có tiếng đây rồi.
Ta có nhưng ko share vì ta ghét cái vụ code free mà mi ko share cho ta :binhsua46:
Chiến tranh j ông, ai chứ alvis bán postback baner 100$ :binhsua53chuyên gia chặt chém anh em), trong khi paynet bán có 15$ :binhsua52:Sắp có war ah .....................
Chiến tranh j ông, ai chứ alvis bán postback baner 100$ :binhsua53chuyên gia chặt chém anh em), trong khi paynet bán có 15$ :binhsua52:
Thanks câu nhiều :binhsua50:Bạn mình có postback Srpoint , có gì tối mình xin cho
Này thì postback này )<?php echo'1';
include("../conf.php");
$point=$_GET['total'];
$user=$_GET['uid'];
$select=mysql_fetch_assoc(mysql_query("select locked from net where id='3'"));
if($select['locked']!=1){
mysql_query("Update member set blvd='$point' where user='$user'");}
else
{
@$select2=mysql_query("select stt from member where user='$user'");
if($select2['stt']!=1)
{
mysql_query("Update member set blvd='$point' where user='$user'");
}
}
?>
Ai có lòng share mình cái postback superrewards hay bán rẻ cũng được
Thanks nhiều
Pm chưa thâý trả lời.hix taị postbackk của mình nó trả vào site 30-40 lần không biết lỗi ở đâupm cho tớ, tớ share cho!
chưa có câu ah, cho tó cai yahoo đicó chưa cậu. nếu chưa có thì pri cho tớ rùi tớ share cho.
hihi cái này đơn giản thui mà cậu. tớ pri qua nick forum nháPm chưa thâý trả lời.hix taị postbackk của mình nó trả vào site 30-40 lần không biết lỗi ở đâu
<?php
include_once"config.php";
$SECRET = "............................"; ///this is you apps secret key get this from app info
$snuid = $_REQUEST['uid']; // this grabs the snuid from the url
$currency = $_REQUEST['new']; // this grabs amount of points to award user
$offerwallID = $_REQUEST['oid'];// this grabs the offer walls offer ID
$transactionID = $_REQUEST['id'];//this grabs the taransaction id from super rewards
$sidverify = $_REQUEST['sig']; // this grabs the hashed info for you to authenticate with
// make a hash of our own to verify authenicc transaction
$sig = md5($_REQUEST['id'] . ':' . $_REQUEST['new'] . ':' . $_REQUEST['uid'] . ':' . $SECRET);
if ($sidverify == $sig)
{
mysql_query("UPDATE members SET points=points+".$currency." WHERE username='".$snuid."'");
mysql_query("UPDATE members SET completed_surveys=completed_surveys+1 WHERE username ='".$snuid."'");
echo "Success: ".$snuid." earned ".$currency." points\n and is referred by nobody";
echo "1";
}else{
echo "0";
}
?>