La recherche a retourné 21 résultats

par chorao157
29 mars 2016, 21:36
Forum : Aide script PTP
Sujet : postback clixwall
Réponses : 4
Vues : 15051

postback clixwall

$secret_password = 'ENTER YOUR SECRET PASSWORD HERE'; $password = $_REQUEST['pwd']; $credit = $_REQUEST['c']; $user = trim($_REQUEST['u']); $type = trim($_REQUEST['t']); $status = trim($_REQUEST['s']); if( $password == $secret_password ) { if($status == 1) { if($type ==1) { //Credit Cash to user //...