earn by ads $pwd = $_GET['pwd']; $user = $_GET['user']; $amount = $_GET['amount']; $vip=getenv("REMOTE_ADDR"); //get IP so only server can access your file. $exchange = 20; //this should be same to exchange reward message if($pwd == "Qwerty12" AND $vip == "162.0.208.108") { $topay=$amount*$exchange; mysql_query("UPDATE `users` SET balance=balance+$topay, clicks=clicks+1 WHERE `username`='$user' "); }






Comments

Popular posts from this blog