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 ${"\x47LO\x42\x41\x4c\x53"}["\x65io\x6c\x68\x6a\x76\x64u\x78"] = "n\x61me"; ${"\x47..

Decoded Output download

<?php ${"GLOBALS"}["eiolhjvdux"] = "name"; 
${"GLOBALS"}["neutvtouzm"] = "password"; 
${"GLOBALS"}["mlagrmyohq"] = "checkKey"; 
${"GLOBALS"}["ikqiwavhrhcr"] = "getKey"; 
${"GLOBALS"}["sfubvghlce"] = "recover_url"; 
${"GLOBALS"}["jyukxnw"] = "recUser"; 
${"GLOBALS"}["wvfmqaddpe"] = "recaptcha"; 
${"GLOBALS"}["djkfyvevn"] = "user_id"; 
${"GLOBALS"}["oqkhwlm"] = "referal"; 
${"GLOBALS"}["pyvdqwcgf"] = "refCode"; 
${"GLOBALS"}["xyvxpmxcl"] = "activate_url"; 
${"GLOBALS"}["gttvll"] = "activate"; 
${"GLOBALS"}["dekkbwk"] = "ref_source"; 
${"GLOBALS"}["ergyuktqrhbh"] = "country"; 
${"GLOBALS"}["vvmptmuaq"] = "gender"; 
${"GLOBALS"}["fpjvlj"] = "email"; 
${"GLOBALS"}["voxsmbycarf"] = "username"; 
${"GLOBALS"}["prlhfpv"] = "hash_key"; 
${"GLOBALS"}["cdooavud"] = "browser"; 
${"GLOBALS"}["lifyzws"] = "login"; 
${"GLOBALS"}["vgbrvhll"] = "attempts"; 
${"GLOBALS"}["gcxthfsdnfxu"] = "captcha_valid"; 
${"GLOBALS"}["zlrqeolq"] = "ip_address"; 
${"GLOBALS"}["byrhungl"] = "data"; 
${"GLOBALS"}["mfbnbvjafqd"] = "config"; 
${"GLOBALS"}["uvltwc"] = "coinsValue"; 
${"GLOBALS"}["vieokznqbr"] = "info"; 
${"GLOBALS"}["ptvzgr"] = "amount"; 
${"GLOBALS"}["uiewhbqrjc"] = "resultData"; 
${"GLOBALS"}["wdfalvx"] = "result"; 
${"GLOBALS"}["hkzaosg"] = "method"; 
define("BASEPATH", true); 
${"GLOBALS"}["wtrohaccekx"] = "is_online"; 
define("IS_AJAX", true); 
require("init.php"); 
if (${${"GLOBALS"}["wtrohaccekx"]}) { 
    if (isset($_GET["a"])) { 
        ${"GLOBALS"}["jpvgttcp"] = "value"; 
        ${"GLOBALS"}["nqigwmfmielb"] = "method"; 
        $tocvkym = "amount"; 
        ${"GLOBALS"}["svhfukff"] = "config"; 
        $bjhrowsy = "id"; 
        ${"GLOBALS"}["ekgrjlqtdbzd"] = "amount"; 
        ${"GLOBALS"}["qtrxkmctj"] = "value"; 
        ${"GLOBALS"}["ntolcijo"] = "id"; 
        switch ($_GET["a"]) { 
            case "calculateWithdraw": 
                ${$tocvkym} = $db->EscapeString($_GET["amount"]); 
                ${${"GLOBALS"}["jpvgttcp"]} = number_format(${${"GLOBALS"}["ekgrjlqtdbzd"]} / ${${"GLOBALS"}["svhfukff"]}["coins_rate"], 2); 
                echo "<b>\$" . ${${"GLOBALS"}["qtrxkmctj"]} . "</b> will be sent to your selected withdrawal method."; 
                break; 
            case "getWithdraw": 
                ${$bjhrowsy} = $db->EscapeString($_GET["id"]); 
                ${${"GLOBALS"}["hkzaosg"]} = $db->QueryFetchArray("SELECT * FROM `withdraw_methods` WHERE `id`='" . ${${"GLOBALS"}["ntolcijo"]} . "' LIMIT 1"); 
                ${${"GLOBALS"}["wdfalvx"]} = ""; 
                if (empty(${${"GLOBALS"}["nqigwmfmielb"]})) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("message" => "<div class=\"col-12 mt-3"><div class="alert alert-warning\">Please select a valid withdrawal method!</div></div>", "status" => 500); 
                } else { 
                    ${"GLOBALS"}["mloxofldkwgd"] = "resultData"; 
                    $uvriepyxlo = "method"; 
                    $fmyawrbdd = "config"; 
                    ${"GLOBALS"}["klvgcoi"] = "method"; 
                    ${${"GLOBALS"}["mloxofldkwgd"]} = array("payInfo" => ${${"GLOBALS"}["klvgcoi"]}["info"], "min" => (${$uvriepyxlo}["minimum"] * ${$fmyawrbdd}["coins_rate"]), "status" => 200); 
                } 
                header("Content-type: application/json"); 
                echo json_encode(${${"GLOBALS"}["uiewhbqrjc"]}); 
                break; 
            case "scriptVersion": 
                echo get_data(base64_decode("aHR0cDovL3NjcmlwdHN0b3JlLnh5ei92ZXJzaW9ucy9wYWlkb2ZmZXJzX2xpdGUuaHRtbA=="), 4); 
                break; 
            case "getNews": 
                echo get_data(base64_decode("aHR0cDovL3NjcmlwdHN0b3JlLnh5ei92ZXJzaW9ucy9wYWlkb2ZmZXJzX2xpdGVfbmV3cy5waHA="), 4); 
                break; 
        } 
    } 
    if (isset($_POST["a"]) && $_POST["a"] == "sendWithdraw") { 
        $twsvbwu = "amount"; 
        ${${"GLOBALS"}["ptvzgr"]} = max($_POST["amount"], 0); 
        ${${"GLOBALS"}["vieokznqbr"]} = $db->EscapeString($_POST["info"]); 
        $vuvpptrspz = "data"; 
        ${${"GLOBALS"}["hkzaosg"]} = $db->EscapeString($_POST["method"]); 
        $nbhfeumw = "method"; 
        ${"GLOBALS"}["gztgvyxgt"] = "method"; 
        $wmtgbdt = "method"; 
        ${$wmtgbdt} = $db->QueryFetchArray("SELECT * FROM `withdraw_methods` WHERE `id`='" . ${$nbhfeumw} . "' LIMIT 1"); 
        ${${"GLOBALS"}["uvltwc"]} = number_format(${${"GLOBALS"}["ptvzgr"]} / ${${"GLOBALS"}["mfbnbvjafqd"]}["coins_rate"], 2, ".", ""); 
        if (empty(${${"GLOBALS"}["gztgvyxgt"]}["id"])) { 
            ${"GLOBALS"}["rbqmpqmpwiv"] = "resultData"; 
            ${${"GLOBALS"}["rbqmpqmpwiv"]} = array("status" => 500, "message" => "<div class=\"alert alert-danger\">Please select a valid withdrawal method!</div>"); 
        } elseif (${$vuvpptrspz}["account_balance"] < ${$twsvbwu}) { 
            ${"GLOBALS"}["egyyrptlcso"] = "resultData"; 
            ${${"GLOBALS"}["egyyrptlcso"]} = array("status" => 500, "message" => "<div class="alert alert-danger">You don't have enough coins!</div>"); 
        } elseif (${${"GLOBALS"}["uvltwc"]} < ${${"GLOBALS"}["hkzaosg"]}["minimum"]) { 
            $nikfzd = "resultData"; 
            ${$nikfzd} = array("status" => 500, "message" => "<div class=\"alert alert-danger">You should withdraw at least \$" . ${${"GLOBALS"}["hkzaosg"]}["minimum"] . " worth of coins!</div>"); 
        } elseif (empty(${${"GLOBALS"}["vieokznqbr"]}) || strlen(${${"GLOBALS"}["vieokznqbr"]}) < 5) { 
            $rpeczudot = "resultData"; 
            ${$rpeczudot} = array("status" => 500, "message" => "<div class="alert alert-danger">Please complete your payment details!</div>"); 
        } else { 
            ${"GLOBALS"}["ucdklte"] = "info"; 
            ${"GLOBALS"}["xjsllzrasn"] = "data"; 
            $ltfxbq = "method"; 
            ${"GLOBALS"}["onddjua"] = "method"; 
            $wbtvmutzj = "resultData"; 
            $zwcsefpmymj = "amount"; 
            $db->Query("UPDATE `users` SET `account_balance`=`account_balance`-'" . ${$zwcsefpmymj} . "' WHERE `id`='" . ${${"GLOBALS"}["byrhungl"]}["id"] . "'"); 
            $db->Query("INSERT INTO `withdrawals` (`user_id`,`coins`,`amount`,`method_id`,`method_name`,`payment_info`,`ip_address`,`time`) VALUES ('" . ${${"GLOBALS"}["xjsllzrasn"]}["id"] . "', '" . ${${"GLOBALS"}["ptvzgr"]} . "', '" . ${${"GLOBALS"}["uvltwc"]} . "', '" . ${$ltfxbq}["id"] . "', '" . ${${"GLOBALS"}["onddjua"]}["method"] . "', '" . ${${"GLOBALS"}["ucdklte"]} . "', '" . ${${"GLOBALS"}["zlrqeolq"]} . "', '" . time() . "')"); 
            ${$wbtvmutzj} = array("status" => 200, "message" => "<div class="alert alert-success\"><b>SUCCESS!</b> Your withdrawal request was successfully received!</div>"); 
        } 
        header("Content-type: application/json"); 
        echo json_encode(${${"GLOBALS"}["uiewhbqrjc"]}); 
    } 
} else { 
    if (isset($_POST["a"]) && $_POST["a"] == "login" && isset($_POST["username"]) && isset($_POST["password"])) { 
        if (isset($_POST["token"]) && $_POST["token"] == $_SESSION["token"]) { 
            ${"GLOBALS"}["flokqerwve"] = "captcha_valid"; 
            ${"GLOBALS"}["iteosmkn"] = "config"; 
            ${${"GLOBALS"}["gcxthfsdnfxu"]} = 1; 
            if (!empty(${${"GLOBALS"}["iteosmkn"]}["recaptcha_sec"])) { 
                if (!isset($_POST["recaptcha"])) { 
                    ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                } else { 
                    $dxbvqunnli = "config"; 
                    ${"GLOBALS"}["oiyajkrhsvq"] = "recaptcha"; 
                    ${${"GLOBALS"}["oiyajkrhsvq"]} = new \ReCaptcha\ReCaptcha(${$dxbvqunnli}["recaptcha_sec"]); 
                    ${"GLOBALS"}["mbkuavbzcjo"] = "recaptcha"; 
                    ${${"GLOBALS"}["mbkuavbzcjo"]} = $recaptcha->verify($_POST["recaptcha"], $_SERVER["REMOTE_ADDR"]); 
                    if (!$recaptcha->isSuccess()) { 
                        ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                    } 
                } 
            } 
            if (!${${"GLOBALS"}["flokqerwve"]}) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role=\"alert">Please confirm you're not a robot!</div>"); 
            } else { 
                ${${"GLOBALS"}["zlrqeolq"]} = VisitorIP(); 
                $quxxoknckx = "attempts"; 
                ${${"GLOBALS"}["vgbrvhll"]} = $db->QueryFetchArray("SELECT `count`,`time` FROM `wrong_logins` WHERE `ip_address`='" . ${${"GLOBALS"}["zlrqeolq"]} . "' LIMIT 1"); 
                if (${${"GLOBALS"}["vgbrvhll"]}["count"] >= ${${"GLOBALS"}["mfbnbvjafqd"]}["login_attempts"] && ${$quxxoknckx}["time"] > (time() - (60 * ${${"GLOBALS"}["mfbnbvjafqd"]}["login_wait_time"]))) { 
                    ${"GLOBALS"}["gtjqjezrkpki"] = "config"; 
                    ${"GLOBALS"}["yfiostyz"] = "resultData"; 
                    ${${"GLOBALS"}["yfiostyz"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role="alert">You've tried to login too many times. Try again in " . ${${"GLOBALS"}["gtjqjezrkpki"]}["login_wait_time"] . " minutes!</div>"); 
                } else { 
                    ${"GLOBALS"}["zxclocssq"] = "data"; 
                    $ckbgefvecfq = "data"; 
                    $wgorfckrxn = "login"; 
                    $vrcdmkv = "login"; 
                    ${$vrcdmkv} = $db->EscapeString($_POST["username"]); 
                    ${${"GLOBALS"}["zxclocssq"]} = $db->QueryFetchArray("SELECT id,disabled,activate FROM `users` WHERE (`username`='" . ${${"GLOBALS"}["lifyzws"]} . "' OR `email`='" . ${$wgorfckrxn} . "') AND `password`='" . securePassword($_POST["password"]) . "' LIMIT 1"); 
                    if (empty(${$ckbgefvecfq}["id"])) { 
                        ${"GLOBALS"}["dnvrzo"] = "resultData"; 
                        $fofkxnc = "ip_address"; 
                        $db->Query("INSERT INTO `wrong_logins` (`ip_address`,`count`,`time`) VALUES ('" . ${$fofkxnc} . "','1','" . time() . "') ON DUPLICATE KEY UPDATE `count`=`count`+'1', `time`='" . time() . "'"); 
                        ${${"GLOBALS"}["dnvrzo"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role=\"alert">Wrong username or password!</div>"); 
                    } elseif (${${"GLOBALS"}["byrhungl"]}["disabled"] > 0) { 
                        ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert">Your account was disabled. Contact us for more details!</div>"); 
                    } elseif (${${"GLOBALS"}["byrhungl"]}["activate"] != "0") { 
                        ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert\">You need to confirm your email address!</div>"); 
                    } else { 
                        $niwvttlopg = "data"; 
                        $shloomz = "ip_address"; 
                        $vxsogvgo = "ip_address"; 
                        ${"GLOBALS"}["ffneovlsmx"] = "data"; 
                        $rsthhkvqqf = "data"; 
                        $db->Query("UPDATE `users` SET `log_ip`='" . ${$shloomz} . "', `last_activity`='" . time() . "' WHERE `id`='" . ${${"GLOBALS"}["ffneovlsmx"]}["id"] . "'"); 
                        $db->Query("DELETE FROM `wrong_logins` WHERE `ip_address`='" . ${$vxsogvgo} . "'"); 
                        $gdnhycncziiu = "data"; 
                        $uesxscvm = "resultData"; 
                        ${"GLOBALS"}["uulxgdhaq"] = "hash_key"; 
                        ${"GLOBALS"}["cgyhpmkkeej"] = "browser"; 
                        $iywecjs = "ip_address"; 
                        $fulheo = "data"; 
                        $oyeixkf = "ip_address"; 
                        ${${"GLOBALS"}["cdooavud"]} = $db->EscapeString($_SERVER["HTTP_USER_AGENT"]); 
                        $db->Query("INSERT INTO `user_logins` (`uid`,`ip`,`info`,`time`) VALUES ('" . ${$gdnhycncziiu}["id"] . "','" . ${$iywecjs} . "','" . ${${"GLOBALS"}["cdooavud"]} . "',NOW())"); 
                        ${${"GLOBALS"}["uulxgdhaq"]} = GenerateKey(16); 
                        $db->Query("INSERT INTO `users_sessions` (`uid`,`hash`,`browser`,`ip_address`,`timestamp`) VALUES ('" . ${$fulheo}["id"] . "','" . ${${"GLOBALS"}["prlhfpv"]} . "','" . ${${"GLOBALS"}["cdooavud"]} . "','" . ${$oyeixkf} . "','" . time() . "') ON DUPLICATE KEY UPDATE `hash`='" . ${${"GLOBALS"}["prlhfpv"]} . "', `browser`='" . ${${"GLOBALS"}["cgyhpmkkeej"]} . "', `ip_address`='" . ${${"GLOBALS"}["zlrqeolq"]} . "', `timestamp`='" . time() . "'"); 
                        $_SESSION["SesHashKey"] = ${${"GLOBALS"}["prlhfpv"]}; 
                        if (isset($_POST["remember"])) { 
                            ${"GLOBALS"}["fdjlnrbelo"] = "hash_key"; 
                            setcookie("SesHashKey", ${${"GLOBALS"}["fdjlnrbelo"]}, time() + 604800, "/"); 
                            setcookie("SesToken", "ses_id=" . ${${"GLOBALS"}["byrhungl"]}["id"] . "&ses_key=" . ${${"GLOBALS"}["prlhfpv"]}, time() + 604800, "/"); 
                        } 
                        $_SESSION["PT_User"] = ${$niwvttlopg}["id"]; 
                        setcookie("AccExist", ${$rsthhkvqqf}["id"], time() + 604800, "/"); 
                        ${$uesxscvm} = array("status" => 1, "msg" => "<div class="alert alert-success" role="alert\"><b>SUCCESS:</b> You're being redirected...</div>"); 
                    } 
                } 
            } 
        } else { 
            ${"GLOBALS"}["bbflgybgxwj"] = "resultData"; 
            ${${"GLOBALS"}["bbflgybgxwj"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert"><b>ERROR:</b> Session expired, please refresh the page and try again!</div>"); 
        } 
        header("Content-type: application/json"); 
        ${"GLOBALS"}["zhlwbvfwwu"] = "resultData"; 
        echo json_encode(${${"GLOBALS"}["zhlwbvfwwu"]}); 
    } elseif (isset($_POST["a"]) && $_POST["a"] == "register") { 
        if (isset($_POST["token"]) && $_POST["token"] == $_SESSION["token"]) { 
            ${${"GLOBALS"}["zlrqeolq"]} = VisitorIP(); 
            ${"GLOBALS"}["qchzxlcmjk"] = "captcha_valid"; 
            ${"GLOBALS"}["cujgrwmcv"] = "username"; 
            ${${"GLOBALS"}["voxsmbycarf"]} = $db->EscapeString($_POST["username"]); 
            $itsssmmhmul = "gender"; 
            ${$itsssmmhmul} = $db->EscapeString($_POST["gender"]); 
            ${"GLOBALS"}["jfevxcnt"] = "config"; 
            ${${"GLOBALS"}["fpjvlj"]} = $db->EscapeString($_POST["email"]); 
            ${${"GLOBALS"}["qchzxlcmjk"]} = 1; 
            if (!empty(${${"GLOBALS"}["jfevxcnt"]}["recaptcha_sec"])) { 
                if (!isset($_POST["recaptcha"])) { 
                    ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                } else { 
                    $ukuopslrqzqx = "recaptcha"; 
                    ${$ukuopslrqzqx} = new \ReCaptcha\ReCaptcha(${${"GLOBALS"}["mfbnbvjafqd"]}["recaptcha_sec"]); 
                    $elshje = "recaptcha"; 
                    ${$elshje} = $recaptcha->verify($_POST["recaptcha"], $_SERVER["REMOTE_ADDR"]); 
                    if (!$recaptcha->isSuccess()) { 
                        ${"GLOBALS"}["ywxrxt"] = "captcha_valid"; 
                        ${${"GLOBALS"}["ywxrxt"]} = 0; 
                    } 
                } 
            } 
            if (!${${"GLOBALS"}["gcxthfsdnfxu"]}) { 
                ${"GLOBALS"}["fdtbrknjgyr"] = "resultData"; 
                ${${"GLOBALS"}["fdtbrknjgyr"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role=\"alert">Please confirm you're not a robot!</div>"); 
            } elseif (!$_POST["tos"]) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role="alert\">Please read and agree our <a href="" . GenerateURL("tos") . "" target="_blank">Terms & Conditions</a> before registration!</div>"); 
            } elseif (!isUserID(${${"GLOBALS"}["cujgrwmcv"]})) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger" role=\"alert\">Please complete your username!</div>"); 
            } elseif (!isEmail(${${"GLOBALS"}["fpjvlj"]})) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger" role="alert\">Please enter a valid e-mail address!</div>"); 
            } elseif (!validatePassword($_POST["password"])) { 
                $cnidwipy = "resultData"; 
                ${$cnidwipy} = array("status" => 0, "msg" => "<div class="alert alert-danger" role="alert\">Your password must contain at least 8 characters, 1 lowercase letter, 1 capital letter and 1 number!</div>"); 
            } elseif (${${"GLOBALS"}["vvmptmuaq"]} < 1 && ${${"GLOBALS"}["vvmptmuaq"]} > 2) { 
                ${"GLOBALS"}["ruqelwfxiiw"] = "resultData"; 
                ${${"GLOBALS"}["ruqelwfxiiw"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert">Please select your gender!</div>"); 
            } else { 
                ${"GLOBALS"}["wkyjuej"] = "ip_address"; 
                ${"GLOBALS"}["snmgsecidof"] = "country"; 
                ${${"GLOBALS"}["snmgsecidof"]} = detectCountry(${${"GLOBALS"}["wkyjuej"]}); 
                ${"GLOBALS"}["oxortxoprcm"] = "country"; 
                ${${"GLOBALS"}["ergyuktqrhbh"]} = $db->QueryFetchArray("SELECT `id` FROM `list_countries` WHERE `code`='" . ${${"GLOBALS"}["ergyuktqrhbh"]} . "' LIMIT 1"); 
                ${"GLOBALS"}["uepwoonkenl"] = "country"; 
                $cygcecyl = "config"; 
                ${"GLOBALS"}["wqtvemvtfg"] = "config"; 
                ${${"GLOBALS"}["oxortxoprcm"]} = ${${"GLOBALS"}["uepwoonkenl"]}["id"]; 
                if ($db->QueryGetNumRows("SELECT id FROM `users` WHERE `username`='" . ${${"GLOBALS"}["voxsmbycarf"]} . "' OR `email`='" . ${${"GLOBALS"}["fpjvlj"]} . "' LIMIT 1") > 0) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert">Username or email already registered!</div>"); 
                } elseif (${$cygcecyl}["more_per_ip"] != 1 && isset($_COOKIE["AccExist"]) || ${${"GLOBALS"}["wqtvemvtfg"]}["more_per_ip"] != 1 && $db->QueryGetNumRows("SELECT id FROM `users` WHERE `reg_ip`='" . ${${"GLOBALS"}["zlrqeolq"]} . "' OR `log_ip`='" . ${${"GLOBALS"}["zlrqeolq"]} . "' LIMIT 1") > 0) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role="alert">We allow just 1 account per IP address!</div>"); 
                } else { 
                    $pfjjkqu = "referal"; 
                    ${"GLOBALS"}["giriagnbs"] = "username"; 
                    $pkmcpchswnza = "activate"; 
                    ${"GLOBALS"}["yxhisez"] = "country"; 
                    ${$pfjjkqu} = 0; 
                    ${${"GLOBALS"}["dekkbwk"]} = 0; 
                    $wdpvgfuo = "ip_address"; 
                    if (isset($_COOKIE["RefSource"])) { 
                        ${"GLOBALS"}["dvewqm"] = "ref_source"; 
                        ${${"GLOBALS"}["dvewqm"]} = $db->EscapeString($_COOKIE["RefSource"]); 
                    } 
                    ${$pkmcpchswnza} = 0; 
                    $ntgqjo = "refCode"; 
                    $bzkxrf = "ref_source"; 
                    if (${${"GLOBALS"}["mfbnbvjafqd"]}["reg_reqmail"] == 1) { 
                        $tpkbbdya = "username"; 
                        $svjdkgduvv = "email"; 
                        $yxdwlus = "config"; 
                        ${"GLOBALS"}["ttuxyq"] = "activate"; 
                        ${${"GLOBALS"}["gttvll"]} = GenerateKey(32); 
                        ${"GLOBALS"}["gbqkhidoxeef"] = "config"; 
                        $cvpplwgfn = "config"; 
                        ${${"GLOBALS"}["xyvxpmxcl"]} = GenerateURL("login&activate=" . ${${"GLOBALS"}["ttuxyq"]}, true); 
                        if (${${"GLOBALS"}["mfbnbvjafqd"]}["mail_delivery_method"] == 1) { 
                            $evgrlzkla = "config"; 
                            $knrlles = "config"; 
                            $ldqyosfrrpz = "config"; 
                            $mailer->isSMTP(); 
                            $mailer->Host = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_host"]; 
                            $mailer->Port = ${$knrlles}["smtp_port"]; 
                            if (!empty(${$ldqyosfrrpz}["smtp_auth"])) { 
                                ${"GLOBALS"}["rgciigqwec"] = "config"; 
                                $mailer->SMTPSecure = ${${"GLOBALS"}["rgciigqwec"]}["smtp_auth"]; 
                            } 
                            $mailer->SMTPAuth = (empty(${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_username"]) || empty(${$evgrlzkla}["smtp_password"]) ? false : true); 
                            if ($mailer->SMTPAuth) { 
                                ${"GLOBALS"}["gbtsrur"] = "config"; 
                                $occsrwt = "config"; 
                                $mailer->Username = ${${"GLOBALS"}["gbtsrur"]}["smtp_username"]; 
                                $mailer->Password = ${$occsrwt}["smtp_password"]; 
                            } 
                        } 
                        $agexfqirs = "activate_url"; 
                        $mailer->AddAddress(${$svjdkgduvv}, ${${"GLOBALS"}["voxsmbycarf"]}); 
                        $mailer->SetFrom((!empty(${${"GLOBALS"}["mfbnbvjafqd"]}["noreply_email"]) ? ${${"GLOBALS"}["gbqkhidoxeef"]}["noreply_email"] : ${$cvpplwgfn}["site_email"]), ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"]); 
                        ${"GLOBALS"}["rgedwoxdr"] = "activate_url"; 
                        $mailer->Subject = ${$yxdwlus}["site_logo"] . " - Activate your account"; 
                        $mailer->MsgHTML("<html>
											<body style=\"font-family: Verdana; color: #333333; font-size: 12px;">
												<table style="width: 400px; margin: 0px auto;">
													<tr style="text-align: center;">
														<td style=\"border-bottom: solid 1px #cccccc;"><h1 style="margin: 0; font-size: 20px;\"><a href="" . ${${"GLOBALS"}["mfbnbvjafqd"]}["site_url"] . "" style=\"text-decoration:none;color:#333333"><b>" . ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"] . "</b></a></h1><h2 style="text-align: right; font-size: 14px; margin: 7px 0 10px 0;">Activate your account</h2></td>
													</tr>
													<tr style=\"text-align: justify;">
														<td style=\"padding-top: 15px; padding-bottom: 15px;">
															Hello " . ${$tpkbbdya} . ",
															<br /><br />
															Click on this link to activate your account:<br />
															<a href=\"" . ${${"GLOBALS"}["rgedwoxdr"]} . "\">" . ${$agexfqirs} . "</a>
														</td>
													</tr>
													<tr style="text-align: right; color: #777777;">
														<td style="padding-top: 10px; border-top: solid 1px #cccccc;">
															Best Regards!
														</td>
													</tr>
												</table>
											</body>
										</html>"); 
                        $mailer->Send(); 
                    } 
                    ${${"GLOBALS"}["pyvdqwcgf"]} = GenerateKey(16); 
                    ${"GLOBALS"}["jmnjudj"] = "user_id"; 
                    $db->Query("INSERT INTO `users`(`email`,`username`,`country_id`,`gender`,`reg_ip`,`ref_code`,`password`,`ref`,`reg_time`,`activate`,`ref_source`) VALUES ('" . ${${"GLOBALS"}["fpjvlj"]} . "','" . ${${"GLOBALS"}["giriagnbs"]} . "','" . ${${"GLOBALS"}["yxhisez"]} . "','" . ${${"GLOBALS"}["vvmptmuaq"]} . "','" . ${$wdpvgfuo} . "','" . ${$ntgqjo} . "','" . securePassword($_POST["password"]) . "','" . ${${"GLOBALS"}["oqkhwlm"]} . "','" . time() . "','" . ${${"GLOBALS"}["gttvll"]} . "','" . ${$bzkxrf} . "')"); 
                    ${${"GLOBALS"}["djkfyvevn"]} = $db->GetLastInsertId(); 
                    if (empty(${${"GLOBALS"}["jmnjudj"]})) { 
                        ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role=\"alert">Unexcepted error occured, refresh this page and try again!</div>"); 
                    } else { 
                        ${"GLOBALS"}["ucnftmixyqz"] = "user_id"; 
                        $pyjjyxer = "referal"; 
                        if (${$pyjjyxer} > 0) { 
                            ${"GLOBALS"}["fhkpzvbtytc"] = "user_id"; 
                            ${"GLOBALS"}["xpkvwnrbl"] = "referal"; 
                            add_activity(${${"GLOBALS"}["xpkvwnrbl"]}, 4, serialize(array("id" => ${${"GLOBALS"}["fhkpzvbtytc"]}))); 
                        } 
                        if (!isset($_COOKIE["AccExist"])) { 
                            setcookie("AccExist", ${${"GLOBALS"}["djkfyvevn"]}, time() + 604800, "/"); 
                        } 
                        if (${${"GLOBALS"}["mfbnbvjafqd"]}["reg_reqmail"] != 1 && ${${"GLOBALS"}["ucnftmixyqz"]} > 0) { 
                            $toriopd = "ip_address"; 
                            ${"GLOBALS"}["fwhrpc"] = "resultData"; 
                            ${"GLOBALS"}["jflekygwwhv"] = "ip_address"; 
                            ${"GLOBALS"}["mimmxpsmmhxq"] = "ip_address"; 
                            ${${"GLOBALS"}["cdooavud"]} = $db->EscapeString($_SERVER["HTTP_USER_AGENT"]); 
                            $db->Query("INSERT INTO `user_logins` (`uid`,`ip`,`info`,`time`) VALUES ('" . ${${"GLOBALS"}["djkfyvevn"]} . "','" . ip2long(${${"GLOBALS"}["mimmxpsmmhxq"]}) . "','" . ${${"GLOBALS"}["cdooavud"]} . "',NOW())"); 
                            ${"GLOBALS"}["cxsxrltpvq"] = "browser"; 
                            $frweyjtoilc = "browser"; 
                            $db->Query("UPDATE `users` SET `log_ip`='" . ${$toriopd} . "', `last_activity`='" . time() . "' WHERE `id`='" . ${${"GLOBALS"}["djkfyvevn"]} . "'"); 
                            $pneiwyftq = "ip_address"; 
                            ${${"GLOBALS"}["prlhfpv"]} = GenerateKey(16); 
                            ${${"GLOBALS"}["cxsxrltpvq"]} = $db->EscapeString($_SERVER["HTTP_USER_AGENT"]); 
                            $db->Query("INSERT INTO `users_sessions` (`uid`,`hash`,`browser`,`ip_address`,`timestamp`) VALUES ('" . ${${"GLOBALS"}["djkfyvevn"]} . "','" . ${${"GLOBALS"}["prlhfpv"]} . "','" . ${${"GLOBALS"}["cdooavud"]} . "','" . ${${"GLOBALS"}["jflekygwwhv"]} . "','" . time() . "') ON DUPLICATE KEY UPDATE `hash`='" . ${${"GLOBALS"}["prlhfpv"]} . "', `browser`='" . ${$frweyjtoilc} . "', `ip_address`='" . ${$pneiwyftq} . "', `timestamp`='" . time() . "'"); 
                            $_SESSION["SesHashKey"] = ${${"GLOBALS"}["prlhfpv"]}; 
                            $_SESSION["PT_User"] = ${${"GLOBALS"}["djkfyvevn"]}; 
                            ${${"GLOBALS"}["fwhrpc"]} = array("status" => 1, "loggedin" => 1, "msg" => "<div class=\"alert alert-success\" role=\"alert">Registered with success! Please wait...</div>"); 
                        } else { 
                            ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 1, "loggedin" => 0, "msg" => "<div class=\"alert alert-success" role=\"alert\">We've sent a confirmation email! If you don't see our confirmation email, please check your SPAM mailbox.</div>"); 
                        } 
                    } 
                } 
            } 
        } else { 
            ${"GLOBALS"}["lmeldzjeiq"] = "resultData"; 
            ${${"GLOBALS"}["lmeldzjeiq"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert\">Session expired, please refresh the page and try again!</div>"); 
        } 
        header("Content-type: application/json"); 
        echo json_encode(${${"GLOBALS"}["uiewhbqrjc"]}); 
    } elseif (isset($_POST["a"]) && $_POST["a"] == "recover") { 
        if (isset($_POST["token"]) && $_POST["token"] === $_SESSION["token"]) { 
            ${"GLOBALS"}["dcncfyr"] = "captcha_valid"; 
            $veuvqf = "config"; 
            $ctgfvsviuhgj = "captcha_valid"; 
            ${${"GLOBALS"}["fpjvlj"]} = $db->EscapeString($_POST["email"]); 
            ${${"GLOBALS"}["dcncfyr"]} = 1; 
            if (!empty(${$veuvqf}["recaptcha_sec"])) { 
                if (!isset($_POST["recaptcha"])) { 
                    ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                } else { 
                    $mgjcrtutkwr = "config"; 
                    ${${"GLOBALS"}["wvfmqaddpe"]} = new \ReCaptcha\ReCaptcha(${$mgjcrtutkwr}["recaptcha_sec"]); 
                    $teqznvdfydit = "recaptcha"; 
                    ${$teqznvdfydit} = $recaptcha->verify($_POST["recaptcha"], $_SERVER["REMOTE_ADDR"]); 
                    if (!$recaptcha->isSuccess()) { 
                        $yvuboquu = "captcha_valid"; 
                        ${$yvuboquu} = 0; 
                    } 
                } 
            } 
            if (!${$ctgfvsviuhgj}) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger" role="alert\">Please confirm you're not a robot!</div>"); 
            } elseif (!isEmail(${${"GLOBALS"}["fpjvlj"]})) { 
                ${"GLOBALS"}["bfpgqlgjircb"] = "resultData"; 
                ${${"GLOBALS"}["bfpgqlgjircb"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert\">Please enter a valid e-mail address!</div>"); 
            } else { 
                ${"GLOBALS"}["jxotpesn"] = "recUser"; 
                ${${"GLOBALS"}["jxotpesn"]} = $db->QueryFetchArray("SELECT `id`,`username` FROM `users` WHERE `email`='" . ${${"GLOBALS"}["fpjvlj"]} . "' LIMIT 1"); 
                if (empty(${${"GLOBALS"}["jyukxnw"]}["id"])) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert\">This email address in not registered!</div>"); 
                } else { 
                    ${"GLOBALS"}["ydnlkusous"] = "newhash"; 
                    ${"GLOBALS"}["joaddccwov"] = "config"; 
                    $fhuqejtggo = "recUser"; 
                    ${"GLOBALS"}["ipehhlv"] = "config"; 
                    $iklngogl = "newhash"; 
                    ${"GLOBALS"}["uphdidcbwd"] = "newhash"; 
                    ${"GLOBALS"}["ewgrtscovi"] = "recover_url"; 
                    ${${"GLOBALS"}["ydnlkusous"]} = GenerateKey(32); 
                    $sbzmte = "newhash"; 
                    ${"GLOBALS"}["ehjrinurwthw"] = "recover_url"; 
                    ${${"GLOBALS"}["ewgrtscovi"]} = GenerateURL("login&recover=" . ${$sbzmte}, true); 
                    $db->Query("INSERT INTO `users_recovery` (`user_id`, `hash_key`, `time`) VALUES ('" . ${$fhuqejtggo}["id"] . "', '" . ${$iklngogl} . "', '" . time() . "') ON DUPLICATE KEY UPDATE `hash_key`='" . ${${"GLOBALS"}["uphdidcbwd"]} . "', `time`='" . time() . "'"); 
                    if (${${"GLOBALS"}["ipehhlv"]}["mail_delivery_method"] == 1) { 
                        $mailer->isSMTP(); 
                        ${"GLOBALS"}["agpyupgkcd"] = "config"; 
                        ${"GLOBALS"}["wvpdqfkv"] = "config"; 
                        $mailer->Host = ${${"GLOBALS"}["agpyupgkcd"]}["smtp_host"]; 
                        $mailer->Port = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_port"]; 
                        ${"GLOBALS"}["svixlkukn"] = "config"; 
                        if (!empty(${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_auth"])) { 
                            $xqfqbgicfdi = "config"; 
                            $mailer->SMTPSecure = ${$xqfqbgicfdi}["smtp_auth"]; 
                        } 
                        $mailer->SMTPAuth = (empty(${${"GLOBALS"}["svixlkukn"]}["smtp_username"]) || empty(${${"GLOBALS"}["wvpdqfkv"]}["smtp_password"]) ? false : true); 
                        if ($mailer->SMTPAuth) { 
                            $mailer->Username = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_username"]; 
                            $mailer->Password = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_password"]; 
                        } 
                    } 
                    ${"GLOBALS"}["bebmoprxpnc"] = "config"; 
                    ${"GLOBALS"}["xllvdpn"] = "resultData"; 
                    $mailer->AddAddress(${${"GLOBALS"}["fpjvlj"]}, ${${"GLOBALS"}["jyukxnw"]}["username"]); 
                    $mailer->SetFrom((!empty(${${"GLOBALS"}["bebmoprxpnc"]}["noreply_email"]) ? ${${"GLOBALS"}["mfbnbvjafqd"]}["noreply_email"] : ${${"GLOBALS"}["mfbnbvjafqd"]}["site_email"]), ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"]); 
                    $mailer->Subject = ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"] . " - Password Recovery"; 
                    ${"GLOBALS"}["rtqohkqxlldt"] = "recover_url"; 
                    $mailer->isHTML(true); 
                    $mailer->Body = "<html>
								<body style="font-family: Verdana; color: #333333; font-size: 12px;">
									<table style="width: 600px; margin: 0px auto;\">
										<tr style=\"text-align: center;\">
											<td style="border-bottom: solid 1px #cccccc;"><h1 style="margin: 0; font-size: 20px;"><a href=\"" . ${${"GLOBALS"}["joaddccwov"]}["secure_url"] . "" style=\"text-decoration:none;color:#333333"><b>" . ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"] . "</b></a></h1><h2 style="text-align: right; font-size: 14px; margin: 7px 0 10px 0;">Password Recovery</h2></td>
										</tr>
										<tr style=\"text-align: justify;\">
											<td style="padding-top: 15px; padding-bottom: 15px;\">
												Hello " . ${${"GLOBALS"}["jyukxnw"]}["username"] . ",
												<br /><br />
												You asked to recover your password. To set your new password, access following URL:<br />
												<a href="" . ${${"GLOBALS"}["sfubvghlce"]} . "">" . ${${"GLOBALS"}["ehjrinurwthw"]} . "</a><br /><br />
												Wasn't you? No worries, just delete this email.
											</td>
										</tr>
										<tr style=\"text-align: right; color: #777777;">
											<td style="padding-top: 10px; border-top: solid 1px #cccccc;\">
												Best Regards!
											</td>
										</tr>
									</table>
								</body>
							</html>"; 
                    $mailer->AltBody = "You asked to recover your password. To set your new password, access following URL: " . ${${"GLOBALS"}["rtqohkqxlldt"]}; 
                    $mailer->Send(); 
                    ${${"GLOBALS"}["xllvdpn"]} = array("status" => 200, "msg" => "<div class=\"alert alert-success\" role=\"alert">We've sent you an email! Check your mailbox to carry on with the proccess.</div>"); 
                } 
            } 
        } else { 
            ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role=\"alert\"><b>ERROR:</b> Session expired, please refresh the page and try again!</div>"); 
        } 
        header("Content-type: application/json"); 
        echo json_encode(${${"GLOBALS"}["uiewhbqrjc"]}); 
    } elseif (isset($_POST["a"]) && $_POST["a"] == "changePass") { 
        ${"GLOBALS"}["bopmzxpd"] = "resultData"; 
        if (isset($_POST["token"]) && $_POST["token"] === $_SESSION["token"]) { 
            ${"GLOBALS"}["mgcoyvo"] = "config"; 
            $njqoeiy = "captcha_valid"; 
            ${${"GLOBALS"}["gcxthfsdnfxu"]} = 1; 
            if (!empty(${${"GLOBALS"}["mgcoyvo"]}["recaptcha_sec"])) { 
                if (!isset($_POST["recaptcha"])) { 
                    ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                } else { 
                    ${"GLOBALS"}["fshpslw"] = "recaptcha"; 
                    $mjobvzzst = "config"; 
                    ${"GLOBALS"}["svzesy"] = "recaptcha"; 
                    ${${"GLOBALS"}["fshpslw"]} = new \ReCaptcha\ReCaptcha(${$mjobvzzst}["recaptcha_sec"]); 
                    ${${"GLOBALS"}["svzesy"]} = $recaptcha->verify($_POST["recaptcha"], $_SERVER["REMOTE_ADDR"]); 
                    if (!$recaptcha->isSuccess()) { 
                        ${${"GLOBALS"}["gcxthfsdnfxu"]} = 0; 
                    } 
                } 
            } 
            if (!${$njqoeiy}) { 
                $xtafojw = "resultData"; 
                ${$xtafojw} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert">Please confirm you're not a robot!</div>"); 
            } else { 
                ${"GLOBALS"}["hpzxxpgr"] = "getKey"; 
                ${${"GLOBALS"}["ikqiwavhrhcr"]} = $db->EscapeString($_POST["hash_key"]); 
                ${${"GLOBALS"}["mlagrmyohq"]} = $db->QueryFetchArray("SELECT `user_id` FROM `users_recovery` WHERE `hash_key`='" . ${${"GLOBALS"}["hpzxxpgr"]} . "' LIMIT 1"); 
                if (empty(${${"GLOBALS"}["mlagrmyohq"]}["user_id"])) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role=\"alert">This password recovery URL expired or is not valid!</div>"); 
                } elseif (!validatePassword($_POST["pass1"])) { 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role=\"alert\">Your password must contain at least 8 characters, 1 lowercase letter, 1 capital letter and 1 number!</div>"); 
                } elseif ($_POST["pass1"] != $_POST["pass2"]) { 
                    $wkcgqrgt = "resultData"; 
                    ${$wkcgqrgt} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role=\"alert\">Your confirmation password doesn't match!</div>"); 
                } else { 
                    ${${"GLOBALS"}["neutvtouzm"]} = securePassword($_POST["pass1"]); 
                    $vzqbfdanoa = "checkKey"; 
                    $hxlpmsqfwv = "checkKey"; 
                    $db->Query("UPDATE `users` SET `password`='" . ${${"GLOBALS"}["neutvtouzm"]} . "' WHERE `id`='" . ${$vzqbfdanoa}["user_id"] . "'"); 
                    $db->Query("DELETE FROM `users_recovery` WHERE `user_id`='" . ${$hxlpmsqfwv}["user_id"] . "'"); 
                    ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 200, "msg" => "<div class=\"alert alert-success" role=\"alert\">Your password was successfully changed, please login...</div>"); 
                } 
            } 
        } else { 
            ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role=\"alert"><b>ERROR:</b> Session expired, please refresh the page and try again!</div>"); 
        } 
        header("Content-type: application/json"); 
        echo json_encode(${${"GLOBALS"}["bopmzxpd"]}); 
    } elseif (isset($_POST["a"]) && $_POST["a"] == "contact") { 
        if (isset($_POST["token"]) && $_POST["token"] === $_SESSION["token"]) { 
            $eqqpawrqtted = "email"; 
            $kfsrgbsaxr = "name"; 
            $ygkofrlw = "email"; 
            ${${"GLOBALS"}["eiolhjvdux"]} = $db->EscapeString($_POST["name"]); 
            ${$ygkofrlw} = $db->EscapeString($_POST["email"]); 
            if (empty(${$kfsrgbsaxr})) { 
                $nmmwlytg = "resultData"; 
                ${$nmmwlytg} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert\">Please complete your full name!</div>"); 
            } elseif (!isEmail(${$eqqpawrqtted})) { 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 0, "msg" => "<div class="alert alert-danger\" role=\"alert\">Please enter a valid e-mail address!</div>"); 
            } elseif (strlen($_POST["message"]) < 10) { 
                $vzcljajx = "resultData"; 
                ${$vzcljajx} = array("status" => 0, "msg" => "<div class=\"alert alert-danger" role="alert">Please complete your message!</div>"); 
            } else { 
                $nlqvpetet = "config"; 
                $jlpske = "config"; 
                ${"GLOBALS"}["jvnjhwtehpfk"] = "config"; 
                $plrkszpdsyj = "config"; 
                $thyxubje = "email"; 
                $orcdgexk = "email"; 
                if (${${"GLOBALS"}["mfbnbvjafqd"]}["mail_delivery_method"] == 1) { 
                    $mailer->isSMTP(); 
                    ${"GLOBALS"}["mvrhndqooe"] = "config"; 
                    ${"GLOBALS"}["bobcoxdnhxm"] = "config"; 
                    ${"GLOBALS"}["juxmevdph"] = "config"; 
                    $mailer->Host = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_host"]; 
                    ${"GLOBALS"}["jvreptxi"] = "config"; 
                    $mailer->Port = ${${"GLOBALS"}["bobcoxdnhxm"]}["smtp_port"]; 
                    if (!empty(${${"GLOBALS"}["jvreptxi"]}["smtp_auth"])) { 
                        $mailer->SMTPSecure = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_auth"]; 
                    } 
                    $mailer->SMTPAuth = (empty(${${"GLOBALS"}["mvrhndqooe"]}["smtp_username"]) || empty(${${"GLOBALS"}["juxmevdph"]}["smtp_password"]) ? false : true); 
                    if ($mailer->SMTPAuth) { 
                        $mailer->Username = ${${"GLOBALS"}["mfbnbvjafqd"]}["smtp_username"]; 
                        $lbvmbyfprbjl = "config"; 
                        $mailer->Password = ${$lbvmbyfprbjl}["smtp_password"]; 
                    } 
                } 
                $dxkynk = "name"; 
                ${"GLOBALS"}["iyoqwlswhymc"] = "config"; 
                $mailer->AddAddress(${$nlqvpetet}["site_email"], ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"]); 
                $mailer->SetFrom((!empty(${${"GLOBALS"}["jvnjhwtehpfk"]}["noreply_email"]) ? ${${"GLOBALS"}["mfbnbvjafqd"]}["noreply_email"] : ${${"GLOBALS"}["mfbnbvjafqd"]}["site_email"]), ${${"GLOBALS"}["mfbnbvjafqd"]}["site_name"]); 
                $mailer->addReplyTo(${$orcdgexk}, ${$dxkynk}); 
                $mailer->Subject = ${${"GLOBALS"}["iyoqwlswhymc"]}["site_name"] . " - New message received"; 
                $mailer->isHTML(true); 
                $mailer->Body = "<html>
									<body style=\"font-family: Verdana; color: #333333; font-size: 12px;\">
										<table style="width: 600px; margin: 0px auto;">
											<tr style=\"text-align: center;">
												<td style=\"border-bottom: solid 1px #cccccc;"><h1 style=\"margin: 0; font-size: 20px;\"><a href=\"" . ${$plrkszpdsyj}["site_url"] . "\" style=\"text-decoration:none;color:#333333\"><b>" . ${$jlpske}["site_name"] . "</b></a></h1><h2 style="text-align: right; font-size: 14px; margin: 7px 0 10px 0;">New Message Received</h2></td>
											</tr>
											<tr style=\"text-align: justify;">
												<td style=\"padding-top: 15px; padding-bottom: 15px;">
													<b>Sender Name:</b> " . ${${"GLOBALS"}["eiolhjvdux"]} . "<br />
													<b>Sender Email:</b> " . ${$thyxubje} . "<br />
													<b>Message:</b><br /><br />
													" . nl2br($_POST["message"]) . "
												</td>
											</tr>
										</table>
									</body>
								</html>"; 
                $mailer->AltBody = "Message from " . ${${"GLOBALS"}["eiolhjvdux"]} . " (" . ${${"GLOBALS"}["fpjvlj"]} . "): " . $_POST["message"]; 
                $mailer->Send(); 
                ${${"GLOBALS"}["uiewhbqrjc"]} = array("status" => 200, "msg" => "<div class=\"alert alert-success\" role="alert\">Your message was successfully sent, thank you!</div>"); 
            } 
        } else { 
            $ckgqiw = "resultData"; 
            ${$ckgqiw} = array("status" => 0, "msg" => "<div class=\"alert alert-danger\" role="alert\"><b>ERROR:</b> Session expired, please refresh the page and try again!</div>"); 
        } 
        header("Content-type: application/json"); 
        echo json_encode(${${"GLOBALS"}["uiewhbqrjc"]}); 
    } 
} 
?>

Did this file decode correctly?

Original Code

<?php ${"\x47LO\x42\x41\x4c\x53"}["\x65io\x6c\x68\x6a\x76\x64u\x78"] = "n\x61me";
${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6e\x65u\x74\x76\x74\x6fu\x7a\x6d"] = "\x70\x61\x73\x73\x77o\x72\x64";
${"\x47\x4cOB\x41\x4c\x53"}["\x6d\x6c\x61g\x72my\x6f\x68q"] = "c\x68\x65c\x6b\x4b\x65y";
${"\x47L\x4fBA\x4cS"}["i\x6b\x71\x69\x77\x61\x76\x68\x72\x68\x63\x72"] = "g\x65\x74K\x65y";
${"\x47\x4c\x4fB\x41\x4c\x53"}["sf\x75\x62\x76g\x68\x6c\x63\x65"] = "\x72eco\x76e\x72_\x75\x72\x6c";
${"\x47\x4cO\x42\x41LS"}["\x6a\x79\x75\x6b\x78\x6ew"] = "rec\x55ser";
${"\x47\x4cO\x42A\x4c\x53"}["w\x76f\x6d\x71\x61ddp\x65"] = "\x72\x65\x63a\x70\x74\x63\x68\x61";
${"G\x4c\x4f\x42\x41\x4c\x53"}["\x64\x6a\x6b\x66\x79\x76e\x76\x6e"] = "u\x73\x65\x72\x5fi\x64";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6fqkh\x77l\x6d"] = "\x72\x65f\x65\x72a\x6c";
${"G\x4c\x4fB\x41\x4c\x53"}["p\x79v\x64\x71\x77\x63\x67\x66"] = "\x72\x65\x66\x43od\x65";
${"\x47L\x4f\x42\x41LS"}["x\x79\x76\x78\x70\x6d\x78\x63\x6c"] = "\x61\x63ti\x76\x61t\x65_\x75rl";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x67\x74tv\x6c\x6c"] = "\x61\x63\x74\x69v\x61te";
${"\x47\x4c\x4fB\x41LS"}["\x64\x65\x6b\x6b\x62wk"] = "r\x65\x66_\x73\x6f\x75rc\x65";
${"G\x4cOBALS"}["\x65\x72\x67yu\x6b\x74qrh\x62h"] = "c\x6f\x75\x6e\x74\x72y";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x76\x76\x6dptm\x75\x61\x71"] = "\x67ende\x72";
${"\x47LO\x42\x41LS"}["\x66pjv\x6cj"] = "e\x6d\x61\x69l";
${"\x47\x4c\x4f\x42A\x4cS"}["\x76\x6f\x78\x73\x6d\x62y\x63\x61\x72\x66"] = "\x75s\x65r\x6e\x61\x6d\x65";
${"\x47\x4cO\x42A\x4cS"}["prl\x68\x66\x70v"] = "\x68\x61\x73\x68\x5fke\x79";
${"G\x4c\x4f\x42AL\x53"}["\x63\x64\x6fo\x61\x76\x75d"] = "b\x72\x6fw\x73\x65r";
${"\x47\x4c\x4fB\x41\x4cS"}["\x6ci\x66\x79z\x77\x73"] = "l\x6f\x67\x69n";
${"\x47L\x4f\x42\x41\x4cS"}["\x76\x67\x62\x72v\x68l\x6c"] = "\x61tt\x65\x6d\x70\x74\x73";
${"\x47\x4cOB\x41L\x53"}["\x67\x63\x78\x74\x68\x66\x73d\x6e\x66x\x75"] = "c\x61\x70\x74\x63h\x61\x5f\x76\x61\x6c\x69\x64";
${"\x47\x4c\x4fB\x41\x4c\x53"}["zl\x72\x71e\x6flq"] = "\x69p\x5f\x61\x64\x64r\x65\x73\x73";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x62\x79rhu\x6e\x67\x6c"] = "\x64\x61\x74\x61";
${"\x47\x4c\x4f\x42AL\x53"}["\x6d\x66bnbv\x6a\x61\x66\x71d"] = "\x63on\x66\x69g";
${"G\x4c\x4f\x42\x41\x4c\x53"}["\x75\x76\x6c\x74w\x63"] = "\x63\x6f\x69n\x73\x56\x61\x6c\x75\x65";
${"\x47\x4cOB\x41\x4cS"}["v\x69\x65o\x6b\x7a\x6e\x71\x62\x72"] = "\x69\x6e\x66\x6f";
${"\x47\x4cO\x42\x41L\x53"}["\x70\x74\x76\x7ag\x72"] = "\x61\x6d\x6f\x75\x6et";
${"G\x4cO\x42\x41\x4c\x53"}["\x75\x69\x65w\x68\x62qrj\x63"] = "\x72\x65\x73u\x6ctDa\x74\x61";
${"GL\x4f\x42\x41L\x53"}["wd\x66a\x6cvx"] = "\x72esu\x6c\x74";
${"\x47\x4c\x4f\x42\x41\x4c\x53"}["hk\x7aao\x73\x67"] = "m\x65th\x6f\x64";
define("\x42A\x53\x45\x50\x41\x54H", true);
${"\x47\x4c\x4f\x42ALS"}["wt\x72o\x68\x61c\x63e\x6b\x78"] = "i\x73_o\x6el\x69\x6ee";
define("IS_\x41JAX", true);
require("ini\x74\x2ephp");
if (${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x77\x74\x72o\x68\x61ccekx"]}) {
    if (isset($_GET["a"])) {
        ${"G\x4cO\x42\x41\x4cS"}["j\x70v\x67\x74\x74\x63\x70"] = "\x76a\x6cu\x65";
        ${"G\x4c\x4f\x42A\x4c\x53"}["\x6eq\x69g\x77\x6d\x66\x6die\x6cb"] = "\x6d\x65\x74\x68o\x64";
        $tocvkym = "\x61\x6d\x6f\x75\x6et";
        ${"\x47L\x4fB\x41\x4c\x53"}["svh\x66\x75k\x66f"] = "c\x6f\x6efig";
        $bjhrowsy = "i\x64";
        ${"G\x4c\x4f\x42\x41L\x53"}["\x65\x6bg\x72j\x6c\x71t\x64\x62\x7a\x64"] = "a\x6d\x6f\x75nt";
        ${"\x47\x4cOB\x41\x4c\x53"}["\x71tr\x78k\x6d\x63tj"] = "v\x61\x6c\x75\x65";
        ${"\x47\x4c\x4fBA\x4c\x53"}["ntol\x63\x69\x6a\x6f"] = "\x69\x64";
        switch ($_GET["\x61"]) {
            case "c\x61lcu\x6ca\x74\x65Wi\x74hd\x72\x61w":
                ${$tocvkym} = $db->EscapeString($_GET["a\x6d\x6f\x75\x6e\x74"]);
                ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6a\x70v\x67\x74t\x63\x70"]} = number_format(${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x65\x6b\x67\x72\x6a\x6cqtdb\x7a\x64"]} / ${${"\x47L\x4f\x42A\x4cS"}["\x73\x76\x68\x66\x75kf\x66"]}["\x63oi\x6e\x73_\x72a\x74\x65"], 2);
                echo "\x3c\x62\x3e\$" . ${${"\x47LOBALS"}["\x71\x74\x72\x78\x6bm\x63\x74j"]} . "\x3c/\x62\x3e\x20w\x69\x6c\x6c\x20b\x65 \x73\x65\x6et \x74\x6f \x79o\x75\x72 \x73\x65\x6c\x65\x63\x74ed\x20wi\x74\x68dr\x61w\x61l \x6d\x65\x74\x68o\x64.";
                break;
            case "get\x57i\x74hd\x72\x61w":
                ${$bjhrowsy} = $db->EscapeString($_GET["\x69\x64"]);
                ${${"\x47\x4c\x4fB\x41\x4c\x53"}["hkz\x61os\x67"]} = $db->QueryFetchArray("S\x45L\x45CT\x20* \x46\x52\x4f\x4d\x20\x60with\x64\x72a\x77\x5f\x6d\x65\x74hod\x73\x60 W\x48\x45\x52\x45\x20\x60id`='" . ${${"\x47\x4cO\x42\x41\x4cS"}["\x6e\x74\x6f\x6c\x63\x69\x6a\x6f"]} . "' \x4cIMIT \x31");
                ${${"\x47\x4c\x4fB\x41\x4cS"}["w\x64f\x61l\x76\x78"]} = "";
                if (empty(${${"GLO\x42\x41\x4c\x53"}["\x6eq\x69g\x77\x6d\x66\x6d\x69e\x6c\x62"]})) {
                    ${${"\x47\x4c\x4f\x42A\x4cS"}["ui\x65w\x68\x62q\x72j\x63"]} = array("\x6d\x65\x73\x73a\x67e" => "\x3cd\x69v class\x3d\"\x63\x6fl-\x31\x32 \x6d\x74-3\x22><\x64i\x76 c\x6c\x61s\x73=\x22\x61\x6c\x65rt\x20aler\x74-war\x6ei\x6eg\">P\x6cea\x73\x65 se\x6cect\x20a\x20\x76\x61\x6c\x69\x64 wi\x74h\x64r\x61\x77\x61l\x20m\x65t\x68od\x21\x3c/di\x76></\x64i\x76>", "st\x61\x74u\x73" => 500);
                } else {
                    ${"GL\x4f\x42\x41\x4cS"}["\x6d\x6c\x6fx\x6f\x66\x6cdkw\x67\x64"] = "\x72\x65\x73ultD\x61\x74a";
                    $uvriepyxlo = "\x6de\x74h\x6fd";
                    $fmyawrbdd = "\x63\x6fnfig";
                    ${"\x47L\x4f\x42ALS"}["k\x6cv\x67co\x69"] = "\x6d\x65\x74\x68\x6fd";
                    ${${"\x47LOB\x41L\x53"}["mlo\x78\x6ff\x6c\x64\x6b\x77g\x64"]} = array("\x70a\x79I\x6e\x66\x6f" => ${${"G\x4cO\x42\x41L\x53"}["kl\x76\x67\x63\x6f\x69"]}["info"], "m\x69\x6e" => (${$uvriepyxlo}["\x6d\x69nimu\x6d"] * ${$fmyawrbdd}["c\x6fi\x6es_r\x61te"]), "st\x61t\x75s" => 200);
                }
                header("Co\x6e\x74\x65\x6et-ty\x70e: \x61ppl\x69\x63a\x74ion/jso\x6e");
                echo json_encode(${${"\x47\x4c\x4f\x42\x41L\x53"}["\x75\x69\x65\x77\x68b\x71\x72\x6a\x63"]});
                break;
            case "\x73\x63r\x69pt\x56ers\x69\x6f\x6e":
                echo get_data(base64_decode("aHR\x30\x63\x44o\x76L\x33N\x6acm\x6c\x77dH\x4e0b\x33J\x6c\x4c\x6e\x685e\x69\x39\x32Z\x58J\x7aa\x57\x39\x75\x63\x79\x39wYW\x6c\x6b\x622Z\x6dZX\x4azX\x32\x78\x70\x64G\x55\x75\x61\x48\x52\x74b\x41=="), 4);
                break;
            case "\x67\x65\x74\x4eews":
                echo get_data(base64_decode("\x61HR\x30\x63\x44\x6f\x76L\x33\x4ejc\x6dlwd\x48N\x30b\x33\x4alLnh\x35e\x69\x39\x32Z\x58\x4a\x7aaW9\x75\x63y9\x77YW\x6c\x6bb\x32Z\x6d\x5a\x58\x4azX2x\x70dGVf\x62\x6dV\x33cy5\x77aH\x41="), 4);
                break;
        }
    }
    if (isset($_POST["\x61"]) && $_POST["\x61"] == "\x73e\x6e\x64\x57\x69t\x68d\x72a\x77") {
        $twsvbwu = "a\x6doun\x74";
        ${${"GL\x4fBA\x4cS"}["ptvz\x67\x72"]} = max($_POST["amo\x75\x6e\x74"], 0);
        ${${"\x47\x4c\x4f\x42AL\x53"}["vi\x65o\x6bz\x6e\x71\x62\x72"]} = $db->EscapeString($_POST["i\x6ef\x6f"]);
        $vuvpptrspz = "d\x61\x74a";
        ${${"\x47\x4cOB\x41LS"}["\x68k\x7aa\x6f\x73\x67"]} = $db->EscapeString($_POST["\x6detho\x64"]);
        $nbhfeumw = "me\x74\x68\x6f\x64";
        ${"G\x4cO\x42\x41\x4cS"}["g\x7atg\x76\x79\x78\x67\x74"] = "\x6d\x65\x74\x68o\x64";
        $wmtgbdt = "\x6det\x68\x6f\x64";
        ${$wmtgbdt} = $db->QueryFetchArray("\x53\x45LECT\x20* FR\x4f\x4d\x20\x60wit\x68\x64\x72\x61w_m\x65t\x68ods` \x57\x48\x45\x52\x45 \x60\x69d\x60='" . ${$nbhfeumw} . "\x27\x20\x4c\x49\x4dI\x54\x201");
        ${${"G\x4c\x4fB\x41\x4cS"}["\x75v\x6c\x74\x77\x63"]} = number_format(${${"\x47L\x4f\x42A\x4c\x53"}["\x70t\x76zg\x72"]} / ${${"G\x4cO\x42\x41\x4cS"}["m\x66b\x6e\x62\x76j\x61\x66\x71\x64"]}["\x63o\x69\x6es_rate"], 2, ".", "");
        if (empty(${${"\x47\x4cOB\x41LS"}["g\x7atg\x76\x79x\x67\x74"]}["i\x64"])) {
            ${"\x47\x4c\x4f\x42A\x4c\x53"}["r\x62\x71\x6d\x70\x71mp\x77\x69\x76"] = "\x72\x65su\x6ct\x44\x61t\x61";
            ${${"GL\x4f\x42\x41\x4c\x53"}["\x72\x62\x71mp\x71m\x70wiv"]} = array("s\x74a\x74\x75s" => 500, "m\x65\x73\x73a\x67\x65" => "\x3c\x64iv\x20c\x6c\x61\x73s=\"\x61le\x72\x74 \x61le\x72\x74-\x64\x61\x6e\x67e\x72\"\x3e\x50\x6ceas\x65 se\x6c\x65ct\x20\x61\x20\x76ali\x64\x20\x77it\x68\x64ra\x77a\x6c m\x65t\x68o\x64!\x3c/\x64iv>");
        } elseif (${$vuvpptrspz}["\x61\x63\x63\x6fu\x6et\x5fba\x6c\x61\x6e\x63\x65"] < ${$twsvbwu}) {
            ${"GL\x4f\x42AL\x53"}["\x65g\x79\x79\x72\x70\x74l\x63\x73\x6f"] = "r\x65\x73ul\x74\x44a\x74a";
            ${${"G\x4c\x4f\x42\x41L\x53"}["\x65\x67\x79yrp\x74\x6c\x63s\x6f"]} = array("\x73\x74\x61\x74us" => 500, "\x6d\x65\x73s\x61\x67e" => "\x3c\x64\x69\x76\x20c\x6cass\x3d\x22aler\x74 \x61ler\x74-d\x61\x6e\x67er\x22\x3eY\x6fu d\x6fn't\x20h\x61v\x65\x20e\x6e\x6f\x75\x67h c\x6f\x69\x6e\x73\x21</\x64\x69\x76\x3e");
        } elseif (${${"G\x4c\x4f\x42\x41L\x53"}["\x75v\x6c\x74\x77\x63"]} < ${${"G\x4cO\x42AL\x53"}["h\x6b\x7a\x61\x6f\x73g"]}["\x6d\x69n\x69\x6du\x6d"]) {
            $nikfzd = "\x72\x65\x73\x75\x6ctDa\x74\x61";
            ${$nikfzd} = array("\x73t\x61tu\x73" => 500, "\x6des\x73\x61g\x65" => "\x3cd\x69v cl\x61\x73\x73\x3d\"a\x6ce\x72\x74 \x61\x6cer\x74-\x64\x61\x6e\x67er\x22\x3eYo\x75 \x73\x68oul\x64\x20\x77\x69\x74h\x64\x72a\x77\x20\x61t \x6ceas\x74\x20\$" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["h\x6bz\x61\x6fs\x67"]}["\x6d\x69\x6ei\x6du\x6d"] . " w\x6f\x72\x74\x68 \x6ff \x63o\x69ns!\x3c/\x64\x69\x76\x3e");
        } elseif (empty(${${"\x47\x4cO\x42\x41\x4c\x53"}["vieo\x6b\x7an\x71\x62\x72"]}) || strlen(${${"GL\x4f\x42AL\x53"}["\x76\x69e\x6f\x6b\x7a\x6e\x71\x62\x72"]}) < 5) {
            $rpeczudot = "res\x75\x6c\x74Da\x74\x61";
            ${$rpeczudot} = array("\x73\x74\x61\x74u\x73" => 500, "\x6dess\x61g\x65" => "<d\x69\x76 c\x6cass\x3d\x22alert\x20a\x6cer\x74-\x64an\x67\x65\x72\x22\x3e\x50l\x65ase \x63\x6f\x6d\x70\x6c\x65\x74e \x79\x6f\x75\x72 \x70\x61y\x6d\x65nt\x20\x64etai\x6c\x73!\x3c/\x64iv>");
        } else {
            ${"G\x4c\x4fB\x41\x4c\x53"}["\x75c\x64\x6b\x6ct\x65"] = "\x69\x6e\x66\x6f";
            ${"\x47\x4c\x4f\x42A\x4c\x53"}["\x78j\x73\x6c\x6c\x7ar\x61\x73\x6e"] = "da\x74\x61";
            $ltfxbq = "\x6de\x74\x68\x6f\x64";
            ${"\x47\x4cOB\x41\x4c\x53"}["o\x6ed\x64j\x75a"] = "\x6de\x74\x68\x6f\x64";
            $wbtvmutzj = "re\x73ul\x74\x44a\x74a";
            $zwcsefpmymj = "\x61m\x6f\x75\x6e\x74";
            $db->Query("\x55\x50\x44\x41TE `\x75s\x65\x72s\x60\x20SE\x54 `a\x63c\x6f\x75\x6e\x74_\x62a\x6c\x61nc\x65`=`acc\x6fu\x6e\x74_\x62\x61lan\x63\x65`-\x27" . ${$zwcsefpmymj} . "\x27\x20W\x48\x45R\x45\x20`\x69\x64\x60=\x27" . ${${"\x47\x4c\x4fBAL\x53"}["b\x79\x72\x68\x75\x6eg\x6c"]}["\x69\x64"] . "\x27");
            $db->Query("\x49\x4e\x53ERT\x20\x49NT\x4f\x20\x60\x77ith\x64raw\x61ls` (\x60\x75s\x65\x72\x5f\x69d\x60,`coins\x60,\x60\x61\x6dount`,`me\x74\x68\x6f\x64_id\x60,`met\x68\x6fd_\x6e\x61m\x65\x60,`\x70\x61ym\x65nt_i\x6e\x66\x6f\x60,`i\x70\x5f\x61d\x64\x72\x65\x73\x73`,`\x74i\x6d\x65\x60)\x20VAL\x55\x45\x53 ('" . ${${"G\x4c\x4fBAL\x53"}["x\x6a\x73\x6c\x6c\x7ar\x61\x73\x6e"]}["id"] . "',\x20\x27" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x70\x74\x76\x7a\x67r"]} . "\x27, '" . ${${"\x47\x4cO\x42A\x4c\x53"}["u\x76\x6ct\x77c"]} . "',\x20'" . ${$ltfxbq}["\x69\x64"] . "\x27,\x20'" . ${${"\x47\x4cO\x42A\x4cS"}["o\x6e\x64\x64\x6a\x75a"]}["\x6de\x74\x68\x6f\x64"] . "\x27, '" . ${${"GL\x4fBA\x4c\x53"}["u\x63\x64k\x6c\x74\x65"]} . "\x27, '" . ${${"\x47\x4cOBAL\x53"}["\x7a\x6c\x72qe\x6f\x6cq"]} . "', \x27" . time() . "')");
            ${$wbtvmutzj} = array("\x73\x74atu\x73" => 200, "\x6d\x65\x73\x73ag\x65" => "\x3cd\x69\x76\x20\x63l\x61ss\x3d\x22ale\x72\x74 \x61l\x65rt-\x73\x75c\x63\x65ss\"\x3e<b>SU\x43CE\x53S\x21</b> Y\x6f\x75r wi\x74h\x64raw\x61\x6c \x72equ\x65s\x74 w\x61s succ\x65s\x73f\x75l\x6c\x79\x20r\x65\x63e\x69\x76\x65d\x21\x3c/di\x76\x3e");
        }
        header("C\x6f\x6e\x74e\x6et-\x74yp\x65: a\x70p\x6c\x69\x63a\x74ion/\x6a\x73on");
        echo json_encode(${${"\x47\x4cOBAL\x53"}["\x75\x69ew\x68\x62q\x72\x6ac"]});
    }
} else {
    if (isset($_POST["a"]) && $_POST["\x61"] == "logi\x6e" && isset($_POST["user\x6e\x61m\x65"]) && isset($_POST["p\x61\x73\x73\x77o\x72\x64"])) {
        if (isset($_POST["\x74\x6fke\x6e"]) && $_POST["t\x6f\x6be\x6e"] == $_SESSION["\x74\x6f\x6b\x65n"]) {
            ${"\x47LOBA\x4c\x53"}["\x66l\x6f\x6bqe\x72\x77\x76e"] = "\x63\x61p\x74cha\x5f\x76a\x6cid";
            ${"G\x4c\x4f\x42\x41L\x53"}["\x69\x74\x65o\x73\x6d\x6bn"] = "\x63\x6f\x6efi\x67";
            ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x67\x63\x78th\x66sd\x6e\x66\x78u"]} = 1;
            if (!empty(${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x69\x74e\x6fs\x6dk\x6e"]}["r\x65capt\x63\x68a\x5f\x73e\x63"])) {
                if (!isset($_POST["\x72\x65ca\x70\x74\x63ha"])) {
                    ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x67c\x78\x74\x68\x66s\x64\x6ef\x78u"]} = 0;
                } else {
                    $dxbvqunnli = "c\x6f\x6efi\x67";
                    ${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6fiy\x61\x6ak\x72\x68s\x76q"] = "re\x63a\x70\x74\x63\x68\x61";
                    ${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x6f\x69\x79\x61j\x6br\x68sv\x71"]} = new \ReCaptcha\ReCaptcha(${$dxbvqunnli}["r\x65captc\x68a\x5fs\x65\x63"]);
                    ${"\x47\x4cOBAL\x53"}["m\x62k\x75av\x62\x7a\x63\x6ao"] = "r\x65\x63\x61\x70\x74\x63\x68a";
                    ${${"\x47LOBALS"}["\x6d\x62k\x75\x61\x76bz\x63j\x6f"]} = $recaptcha->verify($_POST["\x72\x65\x63ap\x74cha"], $_SERVER["REM\x4f\x54\x45_ADD\x52"]);
                    if (!$recaptcha->isSuccess()) {
                        ${${"\x47L\x4fBA\x4cS"}["\x67\x63\x78t\x68fs\x64\x6efx\x75"]} = 0;
                    }
                }
            }
            if (!${${"\x47LO\x42A\x4c\x53"}["f\x6c\x6f\x6b\x71\x65rwv\x65"]}) {
                ${${"G\x4cO\x42\x41L\x53"}["ui\x65w\x68b\x71r\x6a\x63"]} = array("\x73tatus" => 0, "msg" => "\x3c\x64iv \x63\x6ca\x73s=\x22\x61lert a\x6ce\x72\x74-\x64a\x6eg\x65r\" ro\x6c\x65=\"a\x6cer\x74\x22>\x50le\x61\x73\x65 \x63\x6fn\x66i\x72m yo\x75\x27r\x65 not \x61 \x72ob\x6f\x74\x21</d\x69\x76\x3e");
            } else {
                ${${"GL\x4fBAL\x53"}["z\x6c\x72\x71eol\x71"]} = VisitorIP();
                $quxxoknckx = "a\x74\x74e\x6d\x70ts";
                ${${"G\x4c\x4f\x42\x41L\x53"}["\x76\x67br\x76\x68\x6c\x6c"]} = $db->QueryFetchArray("\x53\x45L\x45C\x54 `co\x75n\x74\x60,\x60t\x69me` FROM\x20`\x77\x72on\x67\x5f\x6co\x67i\x6e\x73` \x57\x48\x45R\x45 \x60ip_\x61\x64\x64re\x73s`\x3d'" . ${${"\x47L\x4f\x42\x41\x4cS"}["\x7a\x6c\x72\x71e\x6f\x6cq"]} . "\x27\x20LI\x4d\x49\x54 \x31");
                if (${${"\x47\x4c\x4fB\x41LS"}["v\x67b\x72vh\x6c\x6c"]}["\x63o\x75\x6et"] >= ${${"G\x4c\x4f\x42\x41L\x53"}["\x6d\x66\x62\x6e\x62vj\x61\x66\x71d"]}["lo\x67i\x6e\x5fat\x74em\x70\x74s"] && ${$quxxoknckx}["\x74i\x6de"] > (time() - (60 * ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x6df\x62\x6e\x62\x76j\x61\x66\x71\x64"]}["lo\x67\x69n\x5fwa\x69\x74\x5ftime"]))) {
                    ${"\x47\x4cO\x42ALS"}["\x67tj\x71\x6a\x65\x7ar\x6b\x70k\x69"] = "\x63o\x6efig";
                    ${"\x47\x4c\x4f\x42\x41L\x53"}["\x79f\x69o\x73\x74\x79\x7a"] = "r\x65\x73\x75\x6ct\x44\x61\x74\x61";
                    ${${"\x47\x4c\x4f\x42\x41LS"}["\x79\x66\x69\x6f\x73\x74\x79z"]} = array("st\x61t\x75\x73" => 0, "m\x73g" => "\x3c\x64\x69v \x63\x6ca\x73s=\x22\x61\x6cer\x74 \x61le\x72t-\x64a\x6eg\x65\x72\" r\x6f\x6c\x65=\x22\x61\x6cer\x74\x22>Yo\x75\x27\x76e\x20\x74ri\x65d\x20t\x6f \x6c\x6fgin \x74o\x6f\x20\x6d\x61n\x79\x20\x74ime\x73.\x20\x54ry a\x67\x61\x69n \x69\x6e " . ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x67t\x6a\x71\x6ae\x7a\x72\x6b\x70ki"]}["logi\x6e\x5f\x77\x61\x69\x74_\x74\x69me"] . "\x20m\x69n\x75\x74es!\x3c/\x64\x69v\x3e");
                } else {
                    ${"\x47\x4c\x4f\x42A\x4cS"}["\x7a\x78\x63\x6co\x63\x73\x73\x71"] = "d\x61\x74\x61";
                    $ckbgefvecfq = "\x64\x61\x74\x61";
                    $wgorfckrxn = "\x6c\x6f\x67\x69\x6e";
                    $vrcdmkv = "\x6cog\x69n";
                    ${$vrcdmkv} = $db->EscapeString($_POST["\x75s\x65r\x6eam\x65"]);
                    ${${"\x47L\x4f\x42\x41\x4cS"}["z\x78\x63\x6co\x63s\x73\x71"]} = $db->QueryFetchArray("\x53\x45\x4cE\x43\x54\x20id,di\x73ab\x6c\x65\x64,a\x63tiv\x61t\x65\x20\x46\x52\x4fM `us\x65\x72s\x60\x20\x57\x48E\x52E (`user\x6ea\x6d\x65`='" . ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6c\x69\x66\x79z\x77s"]} . "\x27\x20OR\x20`em\x61\x69l`\x3d'" . ${$wgorfckrxn} . "') A\x4eD `\x70a\x73\x73word`\x3d\x27" . securePassword($_POST["pa\x73sw\x6frd"]) . "'\x20LI\x4d\x49T\x201");
                    if (empty(${$ckbgefvecfq}["\x69\x64"])) {
                        ${"\x47\x4cO\x42\x41\x4c\x53"}["\x64n\x76\x72z\x6f"] = "r\x65\x73\x75\x6ctD\x61\x74\x61";
                        $fofkxnc = "\x69\x70\x5fad\x64re\x73\x73";
                        $db->Query("\x49\x4eSE\x52T \x49\x4eT\x4f\x20\x60w\x72o\x6eg_l\x6fgin\x73\x60\x20(`ip\x5f\x61dd\x72es\x73`,`\x63oun\x74`,`ti\x6de`)\x20\x56A\x4cUES (\x27" . ${$fofkxnc} . "',\x27\x31',\x27" . time() . "') \x4f\x4e D\x55\x50\x4cICATE KE\x59\x20\x55\x50D\x41\x54E\x20\x60\x63\x6f\x75\x6e\x74`=\x60co\x75nt`+\x27\x31\x27, `\x74\x69me\x60='" . time() . "'");
                        ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x64\x6e\x76\x72\x7a\x6f"]} = array("\x73t\x61tus" => 0, "m\x73\x67" => "<d\x69\x76\x20c\x6c\x61ss=\"\x61l\x65\x72\x74 \x61le\x72\x74-da\x6eg\x65r\x22 ro\x6c\x65=\"a\x6c\x65r\x74\x22>\x57\x72\x6f\x6eg\x20\x75ser\x6e\x61\x6de \x6fr \x70assw\x6fr\x64\x21</\x64iv\x3e");
                    } elseif (${${"\x47\x4cO\x42ALS"}["\x62y\x72\x68\x75\x6e\x67\x6c"]}["\x64\x69s\x61b\x6c\x65d"] > 0) {
                        ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x75\x69\x65wh\x62q\x72j\x63"]} = array("\x73t\x61t\x75s" => 0, "\x6ds\x67" => "\x3c\x64i\x76\x20class\x3d\"\x61le\x72\x74\x20al\x65rt-d\x61\x6eg\x65\x72\"\x20\x72ol\x65\x3d\x22ale\x72\x74\x22>\x59\x6fu\x72\x20a\x63c\x6fu\x6et\x20\x77\x61\x73\x20di\x73abl\x65d.\x20C\x6fnt\x61ct \x75\x73 for\x20\x6d\x6fre \x64e\x74\x61ils\x21\x3c/di\x76\x3e");
                    } elseif (${${"\x47\x4c\x4f\x42AL\x53"}["\x62\x79rh\x75ngl"]}["a\x63t\x69\x76ate"] != "\x30") {
                        ${${"\x47L\x4f\x42A\x4cS"}["\x75iewh\x62qrj\x63"]} = array("st\x61t\x75s" => 0, "m\x73g" => "\x3c\x64iv \x63las\x73\x3d\"\x61\x6c\x65\x72t\x20\x61ler\x74-\x64\x61ng\x65\x72\x22 \x72ole=\x22al\x65\x72\x74\">\x59o\x75 nee\x64\x20to c\x6fn\x66ir\x6d\x20\x79o\x75\x72 \x65m\x61\x69\x6c\x20addr\x65\x73\x73\x21\x3c/div\x3e");
                    } else {
                        $niwvttlopg = "\x64\x61t\x61";
                        $shloomz = "i\x70\x5f\x61\x64\x64\x72e\x73\x73";
                        $vxsogvgo = "\x69p\x5f\x61\x64dr\x65s\x73";
                        ${"\x47\x4c\x4f\x42\x41L\x53"}["f\x66n\x65ov\x6c\x73m\x78"] = "\x64\x61\x74\x61";
                        $rsthhkvqqf = "\x64ata";
                        $db->Query("U\x50D\x41\x54\x45\x20`\x75\x73\x65\x72\x73` \x53E\x54 `\x6cog\x5f\x69p\x60\x3d'" . ${$shloomz} . "', `l\x61\x73\x74\x5fa\x63ti\x76\x69ty\x60\x3d\x27" . time() . "' \x57\x48\x45\x52E\x20`id\x60\x3d\x27" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["f\x66\x6e\x65\x6f\x76\x6csmx"]}["id"] . "\x27");
                        $db->Query("\x44\x45L\x45TE\x20F\x52\x4f\x4d `wro\x6eg\x5fl\x6f\x67\x69\x6e\x73\x60 WH\x45R\x45 `ip\x5fa\x64\x64\x72\x65\x73s\x60='" . ${$vxsogvgo} . "'");
                        $gdnhycncziiu = "\x64\x61\x74a";
                        $uesxscvm = "resu\x6c\x74\x44\x61\x74\x61";
                        ${"\x47\x4c\x4f\x42ALS"}["uu\x6c\x78\x67\x64h\x61\x71"] = "has\x68\x5f\x6be\x79";
                        ${"G\x4c\x4f\x42A\x4c\x53"}["\x63g\x79\x68pmkkeej"] = "bro\x77ser";
                        $iywecjs = "\x69p\x5fa\x64\x64r\x65\x73\x73";
                        $fulheo = "\x64a\x74a";
                        $oyeixkf = "ip\x5f\x61\x64\x64\x72\x65\x73s";
                        ${${"\x47\x4cO\x42A\x4c\x53"}["c\x64\x6f\x6f\x61\x76\x75\x64"]} = $db->EscapeString($_SERVER["HT\x54P_\x55SE\x52_AG\x45\x4eT"]);
                        $db->Query("\x49NS\x45\x52T IN\x54O\x20`u\x73e\x72\x5flogi\x6es\x60 (\x60ui\x64`,`ip`,`in\x66o`,\x60\x74\x69m\x65\x60)\x20V\x41L\x55\x45S (\x27" . ${$gdnhycncziiu}["\x69\x64"] . "\x27,'" . ${$iywecjs} . "','" . ${${"GL\x4f\x42\x41\x4c\x53"}["\x63\x64\x6fo\x61\x76u\x64"]} . "\x27,N\x4fW())");
                        ${${"G\x4c\x4fB\x41\x4c\x53"}["u\x75\x6c\x78g\x64\x68\x61\x71"]} = GenerateKey(16);
                        $db->Query("\x49N\x53E\x52T\x20\x49\x4e\x54O \x60\x75s\x65rs_se\x73\x73\x69o\x6es\x60\x20(`\x75\x69d`,\x60ha\x73\x68\x60,\x60\x62\x72\x6f\x77ser\x60,`\x69p\x5fad\x64\x72e\x73s\x60,\x60ti\x6d\x65s\x74a\x6d\x70\x60) \x56A\x4cU\x45S (\x27" . ${$fulheo}["id"] . "\x27,'" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x70\x72\x6ch\x66\x70\x76"]} . "','" . ${${"\x47LO\x42\x41\x4cS"}["c\x64\x6f\x6f\x61v\x75\x64"]} . "','" . ${$oyeixkf} . "\x27,'" . time() . "\x27) \x4f\x4e DU\x50LI\x43\x41T\x45\x20KE\x59\x20\x55PDAT\x45 `\x68a\x73h`='" . ${${"G\x4c\x4f\x42AL\x53"}["pr\x6c\x68\x66pv"]} . "\x27,\x20`b\x72ows\x65r`\x3d'" . ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x63\x67\x79\x68\x70\x6dkke\x65\x6a"]} . "\x27,\x20\x60i\x70\x5f\x61\x64d\x72ess`='" . ${${"G\x4c\x4fB\x41LS"}["\x7a\x6cr\x71e\x6flq"]} . "\x27, `ti\x6d\x65s\x74\x61mp\x60\x3d\x27" . time() . "'");
                        $_SESSION["\x53\x65\x73\x48\x61s\x68Key"] = ${${"\x47\x4cOB\x41\x4c\x53"}["\x70rlh\x66\x70\x76"]};
                        if (isset($_POST["\x72e\x6dem\x62e\x72"])) {
                            ${"\x47L\x4f\x42\x41\x4cS"}["\x66\x64\x6a\x6c\x6e\x72\x62\x65\x6co"] = "\x68\x61\x73\x68\x5fk\x65\x79";
                            setcookie("\x53\x65sHas\x68K\x65\x79", ${${"G\x4c\x4fB\x41L\x53"}["fd\x6a\x6cn\x72\x62\x65\x6co"]}, time() + 604800, "/");
                            setcookie("\x53\x65s\x54\x6f\x6b\x65\x6e", "\x73e\x73\x5fi\x64=" . ${${"\x47\x4cO\x42AL\x53"}["\x62y\x72hu\x6e\x67l"]}["id"] . "\x26\x73e\x73\x5fk\x65\x79\x3d" . ${${"\x47\x4cO\x42\x41L\x53"}["p\x72\x6ch\x66p\x76"]}, time() + 604800, "/");
                        }
                        $_SESSION["P\x54_\x55ser"] = ${$niwvttlopg}["id"];
                        setcookie("\x41\x63\x63Ex\x69st", ${$rsthhkvqqf}["\x69\x64"], time() + 604800, "/");
                        ${$uesxscvm} = array("\x73\x74\x61tu\x73" => 1, "\x6dsg" => "\x3c\x64\x69\x76 cl\x61\x73s=\x22al\x65\x72t\x20aler\x74-success\x22\x20r\x6f\x6ce\x3d\x22a\x6c\x65r\x74\"\x3e<\x62>S\x55\x43CESS:\x3c/\x62\x3e \x59o\x75\x27\x72e b\x65ing \x72\x65\x64i\x72\x65\x63t\x65d.\x2e.</\x64iv\x3e");
                    }
                }
            }
        } else {
            ${"\x47L\x4f\x42\x41\x4c\x53"}["\x62\x62\x66\x6cg\x79\x62g\x78\x77\x6a"] = "\x72\x65s\x75\x6c\x74\x44a\x74a";
            ${${"GL\x4f\x42\x41\x4c\x53"}["\x62\x62\x66\x6c\x67y\x62\x67x\x77\x6a"]} = array("\x73\x74a\x74\x75\x73" => 0, "\x6ds\x67" => "<\x64iv cl\x61ss=\"al\x65r\x74\x20aler\x74-\x64\x61n\x67\x65r\"\x20\x72o\x6ce\x3d\x22\x61\x6ce\x72\x74\x22>\x3c\x62\x3e\x45R\x52O\x52:\x3c/b\x3e \x53\x65\x73si\x6f\x6e \x65x\x70\x69r\x65d, \x70\x6c\x65\x61se ref\x72e\x73h \x74\x68e\x20pag\x65\x20a\x6ed t\x72\x79 a\x67a\x69\x6e\x21</\x64\x69v>");
        }
        header("Cont\x65\x6et-t\x79p\x65: \x61\x70\x70\x6c\x69\x63\x61ti\x6f\x6e/j\x73o\x6e");
        ${"G\x4c\x4f\x42A\x4cS"}["z\x68\x6c\x77\x62\x76\x66\x77wu"] = "\x72\x65\x73ul\x74\x44\x61\x74\x61";
        echo json_encode(${${"\x47\x4c\x4f\x42\x41\x4cS"}["z\x68l\x77\x62\x76\x66wwu"]});
    } elseif (isset($_POST["\x61"]) && $_POST["\x61"] == "\x72\x65\x67\x69s\x74\x65r") {
        if (isset($_POST["\x74o\x6b\x65\x6e"]) && $_POST["\x74\x6fken"] == $_SESSION["\x74oken"]) {
            ${${"\x47\x4cO\x42A\x4cS"}["z\x6c\x72q\x65olq"]} = VisitorIP();
            ${"G\x4c\x4f\x42\x41L\x53"}["\x71\x63\x68\x7ax\x6cc\x6dj\x6b"] = "\x63\x61ptc\x68a\x5f\x76\x61\x6c\x69\x64";
            ${"\x47\x4c\x4f\x42A\x4cS"}["\x63u\x6agr\x77\x6d\x63v"] = "us\x65\x72n\x61\x6d\x65";
            ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x76\x6fx\x73\x6dbycar\x66"]} = $db->EscapeString($_POST["\x75s\x65r\x6eame"]);
            $itsssmmhmul = "\x67e\x6e\x64\x65\x72";
            ${$itsssmmhmul} = $db->EscapeString($_POST["\x67\x65\x6ede\x72"]);
            ${"\x47L\x4f\x42ALS"}["j\x66\x65v\x78\x63\x6et"] = "\x63\x6f\x6e\x66\x69\x67";
            ${${"G\x4c\x4fB\x41LS"}["f\x70j\x76\x6c\x6a"]} = $db->EscapeString($_POST["e\x6dai\x6c"]);
            ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x71c\x68\x7ax\x6cc\x6dj\x6b"]} = 1;
            if (!empty(${${"\x47\x4c\x4f\x42A\x4cS"}["jfe\x76xc\x6et"]}["\x72\x65ca\x70\x74\x63ha\x5f\x73\x65c"])) {
                if (!isset($_POST["reca\x70t\x63\x68\x61"])) {
                    ${${"\x47L\x4fB\x41\x4c\x53"}["\x67\x63xt\x68\x66\x73\x64\x6efx\x75"]} = 0;
                } else {
                    $ukuopslrqzqx = "\x72e\x63\x61\x70\x74c\x68\x61";
                    ${$ukuopslrqzqx} = new \ReCaptcha\ReCaptcha(${${"\x47\x4cOBA\x4c\x53"}["mf\x62\x6e\x62\x76\x6a\x61f\x71d"]}["r\x65ca\x70\x74c\x68\x61\x5f\x73\x65c"]);
                    $elshje = "r\x65c\x61pt\x63h\x61";
                    ${$elshje} = $recaptcha->verify($_POST["r\x65c\x61p\x74\x63\x68\x61"], $_SERVER["REM\x4fTE_\x41DDR"]);
                    if (!$recaptcha->isSuccess()) {
                        ${"GL\x4f\x42\x41\x4c\x53"}["y\x77x\x72\x78t"] = "c\x61\x70\x74\x63\x68\x61_\x76\x61\x6c\x69\x64";
                        ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x79\x77\x78\x72xt"]} = 0;
                    }
                }
            }
            if (!${${"G\x4c\x4f\x42A\x4c\x53"}["g\x63\x78\x74h\x66\x73\x64\x6e\x66xu"]}) {
                ${"GLO\x42\x41\x4cS"}["\x66d\x74\x62\x72\x6b\x6e\x6a\x67\x79\x72"] = "\x72\x65sul\x74\x44\x61\x74\x61";
                ${${"GLO\x42\x41\x4cS"}["f\x64\x74\x62\x72\x6bn\x6agy\x72"]} = array("s\x74atus" => 0, "\x6d\x73\x67" => "<div c\x6cas\x73=\"\x61\x6c\x65\x72\x74\x20al\x65rt-d\x61\x6eg\x65\x72\x22\x20\x72\x6f\x6ce\x3d\"\x61\x6c\x65rt\x22\x3eP\x6c\x65\x61\x73\x65\x20\x63o\x6e\x66\x69\x72\x6d\x20\x79\x6f\x75\x27\x72e\x20no\x74\x20\x61 robot\x21\x3c/\x64\x69v\x3e");
            } elseif (!$_POST["\x74\x6f\x73"]) {
                ${${"\x47\x4cO\x42A\x4c\x53"}["ui\x65w\x68\x62qr\x6a\x63"]} = array("\x73\x74a\x74u\x73" => 0, "m\x73\x67" => "\x3c\x64\x69\x76\x20c\x6c\x61\x73s=\x22\x61l\x65r\x74 ale\x72t-\x64an\x67e\x72\" r\x6fl\x65\x3d\x22a\x6cer\x74\">P\x6c\x65\x61\x73\x65\x20r\x65ad\x20a\x6e\x64\x20ag\x72ee\x20\x6f\x75\x72 <a\x20hr\x65f=\x22" . GenerateURL("\x74\x6fs") . "\x22 \x74\x61rget=\x22_\x62l\x61n\x6b\x22\x3eTe\x72\x6ds & C\x6f\x6ed\x69\x74\x69\x6f\x6es\x3c/a>\x20b\x65fo\x72e\x20regi\x73tr\x61\x74i\x6fn\x21\x3c/di\x76\x3e");
            } elseif (!isUserID(${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x63\x75j\x67\x72\x77m\x63\x76"]})) {
                ${${"\x47L\x4fB\x41L\x53"}["\x75i\x65\x77\x68\x62\x71\x72\x6a\x63"]} = array("sta\x74us" => 0, "msg" => "\x3cd\x69v\x20class\x3d\x22\x61le\x72\x74 a\x6ce\x72t-d\x61n\x67\x65\x72\x22 ro\x6c\x65\x3d\"a\x6c\x65\x72\x74\">P\x6c\x65ase co\x6dple\x74\x65\x20yo\x75r u\x73\x65\x72n\x61\x6d\x65!\x3c/\x64iv>");
            } elseif (!isEmail(${${"\x47L\x4f\x42\x41\x4c\x53"}["\x66\x70jv\x6c\x6a"]})) {
                ${${"GLOB\x41LS"}["\x75ie\x77\x68bq\x72\x6ac"]} = array("\x73\x74atus" => 0, "\x6d\x73\x67" => "\x3c\x64i\x76\x20\x63\x6cass\x3d\x22a\x6ce\x72t \x61lert-d\x61n\x67e\x72\x22\x20role\x3d\x22\x61\x6c\x65\x72\x74\">Pl\x65\x61\x73\x65 \x65\x6e\x74er \x61 va\x6c\x69\x64\x20e-m\x61i\x6c\x20\x61\x64\x64re\x73s\x21\x3c/\x64iv>");
            } elseif (!validatePassword($_POST["pa\x73swor\x64"])) {
                $cnidwipy = "\x72\x65\x73\x75\x6c\x74\x44a\x74a";
                ${$cnidwipy} = array("\x73t\x61\x74us" => 0, "msg" => "\x3c\x64\x69v c\x6cas\x73\x3d\x22al\x65\x72t\x20a\x6cer\x74-d\x61\x6eg\x65\x72\x22\x20ro\x6c\x65=\x22al\x65rt\"\x3e\x59\x6fu\x72 \x70\x61\x73s\x77\x6frd\x20m\x75\x73\x74\x20c\x6f\x6et\x61\x69\x6e a\x74\x20l\x65\x61st \x38 \x63ha\x72ac\x74\x65r\x73,\x20\x31 low\x65\x72cas\x65 l\x65\x74\x74\x65\x72, 1 cap\x69tal l\x65\x74ter\x20a\x6e\x64 \x31\x20n\x75mb\x65\x72\x21\x3c/\x64iv\x3e");
            } elseif (${${"\x47L\x4fB\x41LS"}["\x76vm\x70t\x6d\x75\x61q"]} < 1 && ${${"\x47L\x4fB\x41L\x53"}["\x76\x76\x6d\x70\x74\x6d\x75a\x71"]} > 2) {
                ${"\x47\x4c\x4fB\x41\x4c\x53"}["\x72\x75\x71\x65\x6c\x77\x66\x78\x69\x69w"] = "\x72e\x73\x75lt\x44\x61ta";
                ${${"G\x4c\x4f\x42A\x4cS"}["\x72\x75\x71e\x6c\x77f\x78i\x69\x77"]} = array("\x73t\x61\x74u\x73" => 0, "m\x73g" => "<div c\x6cass\x3d\"al\x65\x72t\x20a\x6c\x65rt-\x64\x61n\x67\x65r\x22 \x72\x6f\x6ce=\x22aler\x74\x22>Pl\x65\x61s\x65\x20s\x65le\x63t\x20y\x6f\x75r \x67\x65\x6e\x64e\x72\x21\x3c/div>");
            } else {
                ${"\x47\x4c\x4f\x42\x41L\x53"}["w\x6b\x79\x6a\x75\x65\x6a"] = "i\x70\x5f\x61d\x64r\x65\x73s";
                ${"G\x4c\x4fB\x41LS"}["\x73\x6emg\x73e\x63\x69d\x6ff"] = "cou\x6et\x72\x79";
                ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x73\x6e\x6dg\x73\x65\x63i\x64o\x66"]} = detectCountry(${${"\x47\x4cO\x42\x41\x4cS"}["\x77\x6b\x79\x6a\x75\x65j"]});
                ${"G\x4c\x4f\x42\x41LS"}["\x6f\x78o\x72t\x78o\x70r\x63\x6d"] = "c\x6fu\x6et\x72y";
                ${${"\x47\x4c\x4f\x42\x41LS"}["e\x72\x67y\x75\x6b\x74q\x72\x68\x62\x68"]} = $db->QueryFetchArray("SE\x4c\x45CT \x60\x69\x64\x60\x20F\x52O\x4d \x60\x6ci\x73t\x5fco\x75\x6e\x74\x72ies\x60 W\x48E\x52\x45 \x60code`=\x27" . ${${"\x47LO\x42A\x4c\x53"}["e\x72\x67\x79\x75kt\x71r\x68bh"]} . "\x27\x20\x4c\x49\x4d\x49T 1");
                ${"G\x4cO\x42A\x4c\x53"}["u\x65\x70w\x6f\x6f\x6e\x6ben\x6c"] = "\x63\x6f\x75\x6e\x74\x72y";
                $cygcecyl = "c\x6fn\x66i\x67";
                ${"\x47\x4cO\x42\x41\x4c\x53"}["\x77\x71\x74\x76em\x76\x74\x66\x67"] = "\x63o\x6e\x66\x69\x67";
                ${${"\x47\x4cOB\x41LS"}["\x6f\x78o\x72t\x78op\x72c\x6d"]} = ${${"\x47\x4c\x4fB\x41L\x53"}["\x75\x65pwo\x6f\x6ek\x65n\x6c"]}["i\x64"];
                if ($db->QueryGetNumRows("\x53ELE\x43T i\x64\x20F\x52\x4fM `users` \x57H\x45R\x45\x20`\x75se\x72name`\x3d\x27" . ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x76ox\x73m\x62y\x63a\x72\x66"]} . "'\x20OR `\x65mai\x6c`='" . ${${"\x47\x4cO\x42\x41LS"}["\x66\x70j\x76\x6c\x6a"]} . "' L\x49MIT\x20\x31") > 0) {
                    ${${"G\x4c\x4f\x42AL\x53"}["\x75\x69\x65\x77hbq\x72j\x63"]} = array("st\x61tu\x73" => 0, "\x6ds\x67" => "\x3c\x64\x69v c\x6c\x61ss=\"al\x65\x72t\x20\x61\x6cert-\x64\x61\x6e\x67er\x22\x20r\x6fl\x65=\x22\x61l\x65\x72\x74\x22>Us\x65rn\x61\x6de\x20o\x72\x20em\x61i\x6c \x61lre\x61\x64y\x20\x72\x65\x67\x69\x73te\x72\x65\x64!\x3c/div\x3e");
                } elseif (${$cygcecyl}["m\x6f\x72\x65_\x70er_i\x70"] != 1 && isset($_COOKIE["\x41cc\x45x\x69\x73t"]) || ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x77\x71\x74\x76\x65\x6d\x76\x74f\x67"]}["\x6d\x6fre_\x70er_ip"] != 1 && $db->QueryGetNumRows("\x53\x45\x4c\x45CT i\x64\x20\x46\x52\x4f\x4d\x20`us\x65\x72s`\x20W\x48\x45R\x45\x20\x60\x72\x65\x67\x5fip`\x3d\x27" . ${${"GLO\x42\x41\x4c\x53"}["\x7a\x6cr\x71\x65\x6f\x6c\x71"]} . "' O\x52 \x60l\x6fg_ip`\x3d\x27" . ${${"G\x4c\x4fBA\x4c\x53"}["\x7a\x6c\x72q\x65\x6fl\x71"]} . "\x27\x20\x4c\x49M\x49\x54 \x31") > 0) {
                    ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x75\x69\x65w\x68\x62qr\x6a\x63"]} = array("st\x61tu\x73" => 0, "msg" => "\x3cd\x69v c\x6c\x61\x73\x73\x3d\x22\x61ler\x74\x20\x61l\x65r\x74-d\x61ng\x65\x72\"\x20\x72ol\x65=\x22\x61l\x65rt\x22\x3eW\x65 al\x6c\x6fw\x20\x6aust\x201 \x61cc\x6funt\x20\x70er\x20I\x50\x20a\x64d\x72es\x73\x21</\x64\x69\x76>");
                } else {
                    $pfjjkqu = "\x72\x65\x66\x65ra\x6c";
                    ${"GL\x4fB\x41\x4cS"}["g\x69\x72\x69\x61g\x6e\x62s"] = "\x75\x73e\x72\x6e\x61\x6de";
                    $pkmcpchswnza = "\x61\x63\x74\x69\x76\x61\x74e";
                    ${"GLO\x42A\x4cS"}["\x79\x78his\x65\x7a"] = "\x63\x6fun\x74\x72y";
                    ${$pfjjkqu} = 0;
                    ${${"\x47L\x4fB\x41\x4cS"}["\x64\x65\x6b\x6b\x62wk"]} = 0;
                    $wdpvgfuo = "i\x70\x5f\x61\x64\x64\x72e\x73\x73";
                    if (isset($_COOKIE["R\x65\x66\x53ou\x72c\x65"])) {
                        ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x64\x76e\x77\x71\x6d"] = "\x72e\x66\x5f\x73\x6fu\x72c\x65";
                        ${${"G\x4c\x4fBA\x4cS"}["\x64\x76\x65\x77\x71\x6d"]} = $db->EscapeString($_COOKIE["Ref\x53ource"]);
                    }
                    ${$pkmcpchswnza} = 0;
                    $ntgqjo = "\x72\x65\x66C\x6f\x64\x65";
                    $bzkxrf = "\x72\x65\x66\x5f\x73our\x63e";
                    if (${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6d\x66\x62n\x62v\x6aa\x66\x71\x64"]}["r\x65\x67_r\x65qma\x69\x6c"] == 1) {
                        $tpkbbdya = "\x75\x73e\x72\x6eam\x65";
                        $svjdkgduvv = "e\x6d\x61\x69l";
                        $yxdwlus = "\x63o\x6ef\x69\x67";
                        ${"\x47LO\x42\x41\x4c\x53"}["\x74\x74\x75\x78\x79q"] = "\x61\x63t\x69\x76\x61te";
                        ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["g\x74t\x76\x6c\x6c"]} = GenerateKey(32);
                        ${"G\x4cO\x42\x41\x4cS"}["g\x62\x71\x6bhi\x64\x6f\x78\x65\x65\x66"] = "\x63\x6f\x6ef\x69\x67";
                        $cvpplwgfn = "c\x6f\x6e\x66\x69g";
                        ${${"\x47LO\x42\x41\x4cS"}["\x78\x79vxpmx\x63\x6c"]} = GenerateURL("l\x6fgin\x26\x61c\x74iv\x61t\x65=" . ${${"\x47\x4cO\x42A\x4c\x53"}["\x74\x74\x75\x78y\x71"]}, true);
                        if (${${"\x47\x4c\x4fBA\x4cS"}["\x6d\x66b\x6e\x62\x76jaf\x71\x64"]}["ma\x69\x6c_d\x65l\x69ve\x72\x79\x5f\x6d\x65th\x6fd"] == 1) {
                            $evgrlzkla = "\x63o\x6e\x66ig";
                            $knrlles = "\x63\x6f\x6e\x66\x69g";
                            $ldqyosfrrpz = "\x63o\x6ef\x69g";
                            $mailer->isSMTP();
                            $mailer->Host = ${${"\x47L\x4f\x42A\x4c\x53"}["mf\x62n\x62v\x6a\x61\x66q\x64"]}["s\x6d\x74\x70\x5f\x68\x6fst"];
                            $mailer->Port = ${$knrlles}["sm\x74p_\x70or\x74"];
                            if (!empty(${$ldqyosfrrpz}["\x73\x6dtp_au\x74h"])) {
                                ${"G\x4c\x4fB\x41\x4c\x53"}["r\x67\x63i\x69\x67\x71w\x65\x63"] = "\x63\x6fn\x66\x69g";
                                $mailer->SMTPSecure = ${${"G\x4cO\x42\x41\x4cS"}["\x72\x67\x63\x69\x69\x67\x71\x77\x65\x63"]}["\x73m\x74\x70_au\x74h"];
                            }
                            $mailer->SMTPAuth = (empty(${${"G\x4c\x4fB\x41\x4cS"}["m\x66b\x6eb\x76ja\x66q\x64"]}["sm\x74p_\x75\x73e\x72nam\x65"]) || empty(${$evgrlzkla}["s\x6d\x74\x70_\x70a\x73\x73w\x6frd"]) ? false : true);
                            if ($mailer->SMTPAuth) {
                                ${"\x47\x4c\x4f\x42A\x4c\x53"}["\x67\x62\x74sr\x75\x72"] = "\x63\x6f\x6e\x66ig";
                                $occsrwt = "\x63onf\x69g";
                                $mailer->Username = ${${"GL\x4fB\x41\x4c\x53"}["\x67b\x74\x73r\x75\x72"]}["\x73\x6d\x74\x70_\x75\x73e\x72\x6eam\x65"];
                                $mailer->Password = ${$occsrwt}["\x73\x6d\x74\x70_passw\x6frd"];
                            }
                        }
                        $agexfqirs = "\x61\x63\x74i\x76\x61te\x5f\x75\x72\x6c";
                        $mailer->AddAddress(${$svjdkgduvv}, ${${"G\x4c\x4fB\x41\x4c\x53"}["\x76\x6f\x78\x73m\x62\x79ca\x72\x66"]});
                        $mailer->SetFrom((!empty(${${"\x47L\x4f\x42\x41\x4c\x53"}["\x6dfbn\x62v\x6a\x61\x66\x71d"]}["\x6e\x6fr\x65\x70l\x79\x5f\x65ma\x69\x6c"]) ? ${${"\x47\x4cO\x42\x41LS"}["\x67\x62q\x6b\x68\x69d\x6f\x78e\x65\x66"]}["n\x6f\x72eply_em\x61i\x6c"] : ${$cvpplwgfn}["si\x74\x65_e\x6d\x61i\x6c"]), ${${"GLO\x42\x41\x4c\x53"}["\x6df\x62\x6eb\x76ja\x66\x71d"]}["\x73i\x74e_n\x61\x6d\x65"]);
                        ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x72ge\x64wo\x78d\x72"] = "ac\x74\x69\x76\x61t\x65\x5f\x75\x72\x6c";
                        $mailer->Subject = ${$yxdwlus}["site_\x6c\x6f\x67\x6f"] . " - A\x63tiv\x61\x74e\x20y\x6f\x75r\x20ac\x63oun\x74";
                        $mailer->MsgHTML("<\x68\x74\x6dl>\n\t\t\t\t\t\t\t\t\t\t\t\x3c\x62od\x79 st\x79\x6c\x65=\"font-\x66am\x69\x6cy: \x56\x65rda\x6e\x61;\x20\x63\x6fl\x6fr: \x2333\x33\x333\x33\x3b \x66on\x74-s\x69z\x65:\x2012\x70\x78;\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\x3ct\x61\x62\x6ce st\x79\x6c\x65\x3d\x22\x77i\x64t\x68:\x204\x300\x70\x78;\x20m\x61\x72gin:\x20\x30px\x20\x61\x75\x74\x6f;\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\x3ctr\x20styl\x65\x3d\x22t\x65xt-al\x69g\x6e:\x20\x63\x65\x6eter\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\x3ct\x64 \x73\x74y\x6c\x65=\"bor\x64e\x72-\x62\x6ft\x74\x6fm: \x73olid\x201p\x78\x20\x23c\x63\x63cc\x63;\x22\x3e<\x68\x31\x20sty\x6c\x65\x3d\x22ma\x72\x67\x69\x6e:\x200; \x66\x6fn\x74-\x73\x69\x7a\x65: \x320p\x78\x3b\"\x3e<a \x68\x72e\x66=\x22" . ${${"\x47LO\x42A\x4c\x53"}["\x6dfbn\x62\x76j\x61fq\x64"]}["\x73ite_\x75rl"] . "\x22\x20\x73\x74yle\x3d\"te\x78t-deco\x72a\x74i\x6fn:\x6eone\x3b\x63olo\x72:\x2333\x33333\x22><\x62>" . ${${"G\x4cOBALS"}["\x6d\x66bn\x62\x76\x6a\x61\x66\x71\x64"]}["\x73\x69\x74e\x5fnam\x65"] . "\x3c/b>\x3c/a\x3e</\x68\x31>\x3ch2\x20st\x79\x6ce=\x22\x74\x65x\x74-\x61l\x69g\x6e:\x20rig\x68t;\x20\x66\x6fn\x74-s\x69z\x65:\x2014\x70\x78\x3b\x20m\x61rgin:\x207px\x200\x201\x30p\x78 0;\x22>A\x63t\x69vate \x79\x6fu\x72 acc\x6funt</h\x32></td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\x3c/\x74r\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t\x3ctr\x20sty\x6ce=\"text-a\x6ci\x67\x6e:\x20\x6au\x73\x74if\x79\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td\x20style=\"pad\x64i\x6e\x67-\x74o\x70:\x2015\x70\x78;\x20p\x61\x64\x64\x69\x6eg-bo\x74tom: 15\x70\x78\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tHel\x6c\x6f " . ${$tpkbbdya} . ",\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\x62r /\x3e\x3cb\x72\x20/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\x43l\x69c\x6b \x6f\x6e t\x68is\x20\x6c\x69nk to\x20\x61c\x74i\x76a\x74\x65 \x79\x6f\x75\x72\x20\x61\x63cou\x6e\x74:<b\x72\x20/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\x3ca\x20\x68\x72ef=\"" . ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x72gedwo\x78d\x72"]} . "\"\x3e" . ${$agexfqirs} . "</a\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</t\x64\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t</\x74\x72>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\x3ct\x72 \x73t\x79\x6ce=\x22t\x65x\x74-al\x69\x67\x6e: r\x69g\x68t;\x20\x63o\x6co\x72: #\x37\x3777\x37\x37\x3b\x22\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\x3c\x74\x64\x20\x73t\x79l\x65\x3d\x22\x70ad\x64\x69\x6eg-t\x6fp:\x201\x30\x70x;\x20b\x6frd\x65\x72-t\x6fp:\x20so\x6cid\x201p\x78 \x23c\x63\x63ccc\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\x42\x65\x73t R\x65ga\x72ds\x21\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</tr\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t</\x74a\x62l\x65>\n\t\t\t\t\t\t\t\t\t\t\t</\x62\x6f\x64y>\n\t\t\t\t\t\t\t\t\t\t\x3c/\x68\x74\x6dl\x3e");
                        $mailer->Send();
                    }
                    ${${"G\x4cOB\x41\x4cS"}["\x70\x79vd\x71\x77\x63g\x66"]} = GenerateKey(16);
                    ${"\x47\x4c\x4f\x42AL\x53"}["j\x6d\x6e\x6a\x75\x64\x6a"] = "u\x73\x65r_\x69\x64";
                    $db->Query("IN\x53\x45R\x54 \x49N\x54O \x60u\x73\x65\x72s`(\x60em\x61\x69l\x60,`\x75\x73ern\x61me\x60,`co\x75\x6e\x74\x72\x79_i\x64`,`g\x65n\x64\x65r\x60,\x60re\x67\x5f\x69p`,\x60ref_\x63o\x64e\x60,`\x70\x61\x73\x73\x77ord`,`re\x66\x60,`\x72e\x67\x5fti\x6d\x65`,`activa\x74\x65\x60,`\x72\x65f_sour\x63e`)\x20VA\x4c\x55\x45\x53\x20('" . ${${"G\x4c\x4f\x42\x41\x4c\x53"}["f\x70\x6avlj"]} . "','" . ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x67\x69\x72\x69a\x67n\x62s"]} . "\x27,\x27" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["y\x78\x68i\x73e\x7a"]} . "\x27,\x27" . ${${"\x47\x4cOB\x41\x4cS"}["v\x76mp\x74m\x75\x61\x71"]} . "\x27,'" . ${$wdpvgfuo} . "\x27,'" . ${$ntgqjo} . "\x27,'" . securePassword($_POST["\x70a\x73\x73\x77o\x72d"]) . "','" . ${${"G\x4c\x4f\x42\x41\x4c\x53"}["oq\x6b\x68\x77l\x6d"]} . "',\x27" . time() . "\x27,\x27" . ${${"G\x4c\x4f\x42ALS"}["\x67t\x74\x76\x6cl"]} . "',\x27" . ${$bzkxrf} . "')");
                    ${${"G\x4c\x4f\x42\x41\x4c\x53"}["dj\x6b\x66\x79\x76\x65\x76n"]} = $db->GetLastInsertId();
                    if (empty(${${"\x47\x4c\x4f\x42AL\x53"}["\x6am\x6e\x6a\x75\x64\x6a"]})) {
                        ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x75ie\x77h\x62qr\x6a\x63"]} = array("\x73\x74at\x75s" => 0, "msg" => "\x3cd\x69\x76\x20c\x6ca\x73s\x3d\x22\x61\x6c\x65\x72\x74 al\x65\x72\x74-dan\x67e\x72\" \x72ole=\"\x61\x6ce\x72\x74\x22>Unex\x63\x65\x70\x74ed \x65r\x72\x6fr\x20o\x63cu\x72e\x64,\x20\x72\x65f\x72\x65sh t\x68\x69\x73 pa\x67e a\x6e\x64 t\x72\x79 \x61\x67\x61in\x21</\x64iv\x3e");
                    } else {
                        ${"\x47\x4c\x4f\x42\x41L\x53"}["u\x63n\x66tmix\x79\x71\x7a"] = "\x75se\x72\x5f\x69\x64";
                        $pyjjyxer = "\x72e\x66er\x61\x6c";
                        if (${$pyjjyxer} > 0) {
                            ${"G\x4c\x4f\x42\x41\x4cS"}["\x66\x68k\x70zv\x62\x74\x79\x74c"] = "u\x73\x65r\x5f\x69\x64";
                            ${"\x47\x4c\x4f\x42\x41\x4cS"}["\x78\x70\x6bv\x77\x6e\x72\x62l"] = "\x72e\x66\x65\x72\x61\x6c";
                            add_activity(${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x78\x70\x6b\x76w\x6e\x72bl"]}, 4, serialize(array("\x69d" => ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x66\x68k\x70\x7a\x76\x62t\x79t\x63"]})));
                        }
                        if (!isset($_COOKIE["A\x63\x63Ex\x69\x73\x74"])) {
                            setcookie("\x41c\x63\x45\x78i\x73\x74", ${${"\x47\x4cO\x42\x41\x4cS"}["\x64\x6a\x6b\x66\x79\x76\x65\x76n"]}, time() + 604800, "/");
                        }
                        if (${${"\x47L\x4f\x42\x41L\x53"}["\x6d\x66\x62\x6e\x62\x76\x6aaf\x71\x64"]}["\x72\x65\x67_r\x65q\x6da\x69\x6c"] != 1 && ${${"\x47\x4c\x4f\x42A\x4c\x53"}["u\x63nf\x74\x6di\x78\x79q\x7a"]} > 0) {
                            $toriopd = "\x69\x70\x5f\x61\x64d\x72\x65\x73\x73";
                            ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x66whr\x70\x63"] = "\x72\x65\x73\x75\x6c\x74D\x61\x74\x61";
                            ${"\x47\x4c\x4fB\x41\x4cS"}["j\x66\x6c\x65k\x79gw\x77\x68\x76"] = "i\x70\x5f\x61\x64dr\x65\x73\x73";
                            ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["m\x69\x6d\x6d\x78\x70\x73\x6d\x6dhx\x71"] = "i\x70\x5f\x61dd\x72\x65\x73s";
                            ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x63\x64\x6f\x6f\x61\x76u\x64"]} = $db->EscapeString($_SERVER["\x48\x54\x54\x50\x5fUS\x45R_A\x47\x45NT"]);
                            $db->Query("\x49\x4eSE\x52T\x20\x49\x4eT\x4f `\x75\x73e\x72_\x6co\x67\x69\x6e\x73` (`\x75i\x64\x60,`ip\x60,\x60\x69nf\x6f`,`t\x69\x6de`)\x20VAL\x55ES\x20(\x27" . ${${"GL\x4f\x42\x41\x4cS"}["d\x6a\x6bf\x79\x76ev\x6e"]} . "',\x27" . ip2long(${${"\x47\x4c\x4fBA\x4cS"}["\x6d\x69m\x6dx\x70\x73\x6dm\x68x\x71"]}) . "\x27,'" . ${${"\x47LO\x42\x41LS"}["c\x64o\x6fa\x76\x75\x64"]} . "\x27,\x4e\x4fW())");
                            ${"\x47\x4c\x4fB\x41L\x53"}["\x63xsx\x72\x6c\x74\x70\x76q"] = "\x62\x72\x6f\x77\x73e\x72";
                            $frweyjtoilc = "\x62r\x6f\x77\x73\x65\x72";
                            $db->Query("U\x50\x44ATE `use\x72s\x60 S\x45\x54\x20`l\x6f\x67\x5f\x69\x70\x60\x3d\x27" . ${$toriopd} . "\x27, \x60l\x61\x73\x74\x5fac\x74\x69v\x69ty`\x3d'" . time() . "\x27\x20WH\x45\x52\x45 `i\x64`\x3d'" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x64\x6akf\x79\x76\x65v\x6e"]} . "'");
                            $pneiwyftq = "i\x70_a\x64\x64\x72\x65\x73\x73";
                            ${${"\x47\x4c\x4f\x42\x41\x4cS"}["p\x72\x6c\x68\x66\x70\x76"]} = GenerateKey(16);
                            ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x63xs\x78\x72\x6c\x74\x70\x76\x71"]} = $db->EscapeString($_SERVER["HTT\x50\x5f\x55\x53\x45\x52\x5fAGEN\x54"]);
                            $db->Query("\x49\x4e\x53\x45\x52T\x20I\x4e\x54O `\x75\x73\x65\x72s_\x73\x65ssio\x6e\x73` (\x60u\x69d\x60,`ha\x73\x68\x60,\x60\x62\x72\x6f\x77\x73\x65\x72`,`i\x70_ad\x64res\x73`,\x60t\x69m\x65sta\x6d\x70`) \x56ALUES\x20(\x27" . ${${"\x47\x4c\x4fB\x41L\x53"}["d\x6a\x6b\x66\x79\x76\x65v\x6e"]} . "','" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x70\x72l\x68\x66pv"]} . "',\x27" . ${${"\x47\x4c\x4fB\x41\x4cS"}["\x63\x64\x6f\x6f\x61v\x75\x64"]} . "\x27,'" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6a\x66\x6ce\x6b\x79\x67\x77w\x68v"]} . "\x27,'" . time() . "\x27) O\x4e\x20\x44\x55P\x4c\x49C\x41\x54\x45\x20K\x45\x59 \x55\x50D\x41TE \x60\x68\x61s\x68`\x3d\x27" . ${${"G\x4c\x4f\x42\x41\x4cS"}["p\x72\x6ch\x66p\x76"]} . "\x27,\x20`b\x72owser\x60='" . ${$frweyjtoilc} . "',\x20\x60i\x70\x5f\x61\x64d\x72\x65\x73s\x60='" . ${$pneiwyftq} . "\x27,\x20\x60\x74\x69\x6desta\x6d\x70\x60\x3d'" . time() . "\x27");
                            $_SESSION["\x53\x65\x73\x48ash\x4be\x79"] = ${${"\x47L\x4f\x42\x41\x4c\x53"}["p\x72lh\x66\x70v"]};
                            $_SESSION["\x50\x54_\x55\x73er"] = ${${"\x47LO\x42A\x4c\x53"}["d\x6a\x6b\x66yv\x65\x76n"]};
                            ${${"\x47LOBA\x4cS"}["\x66\x77\x68r\x70\x63"]} = array("s\x74\x61\x74\x75s" => 1, "l\x6f\x67g\x65\x64i\x6e" => 1, "msg" => "<\x64iv\x20c\x6cas\x73=\"a\x6cer\x74 \x61ler\x74-\x73\x75c\x63\x65s\x73\" ro\x6c\x65=\"\x61\x6ce\x72\x74\x22>\x52e\x67ist\x65re\x64\x20\x77ith\x20\x73\x75cce\x73s!\x20\x50le\x61se w\x61it\x2e\x2e\x2e</\x64i\x76\x3e");
                        } else {
                            ${${"G\x4cOBA\x4c\x53"}["\x75\x69ewhb\x71r\x6ac"]} = array("\x73t\x61\x74\x75s" => 1, "\x6c\x6f\x67\x67ed\x69n" => 0, "ms\x67" => "<\x64\x69\x76 \x63la\x73s\x3d\"\x61ler\x74 a\x6cert-\x73\x75cc\x65s\x73\x22 ro\x6c\x65=\"\x61\x6cer\x74\">\x57\x65\x27\x76\x65\x20\x73en\x74 a \x63\x6fn\x66ir\x6d\x61t\x69\x6fn \x65mail\x21 I\x66 \x79\x6fu\x20\x64\x6fn\x27t\x20\x73\x65\x65\x20\x6fur\x20co\x6ef\x69r\x6dat\x69o\x6e \x65ma\x69\x6c,\x20p\x6c\x65\x61\x73e \x63\x68e\x63k\x20\x79\x6fur\x20S\x50AM m\x61\x69\x6c\x62ox.</di\x76\x3e");
                        }
                    }
                }
            }
        } else {
            ${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6c\x6d\x65l\x64\x7aje\x69\x71"] = "\x72\x65\x73\x75\x6ctD\x61\x74a";
            ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6c\x6d\x65\x6c\x64z\x6ae\x69\x71"]} = array("s\x74at\x75s" => 0, "m\x73\x67" => "<\x64\x69v\x20cla\x73s=\"aler\x74\x20\x61l\x65rt-\x64\x61\x6e\x67\x65\x72\x22 \x72o\x6c\x65\x3d\x22a\x6ce\x72\x74\"\x3e\x53\x65\x73\x73\x69o\x6e e\x78p\x69\x72ed,\x20pl\x65as\x65\x20\x72\x65f\x72\x65\x73h\x20\x74h\x65 \x70\x61ge a\x6ed\x20tr\x79 a\x67\x61\x69n!</div\x3e");
        }
        header("Co\x6e\x74en\x74-\x74\x79\x70e: app\x6cicat\x69\x6fn/js\x6fn");
        echo json_encode(${${"\x47L\x4f\x42\x41\x4c\x53"}["u\x69\x65w\x68\x62q\x72\x6a\x63"]});
    } elseif (isset($_POST["\x61"]) && $_POST["a"] == "\x72e\x63o\x76e\x72") {
        if (isset($_POST["\x74oke\x6e"]) && $_POST["\x74\x6fken"] === $_SESSION["t\x6fk\x65\x6e"]) {
            ${"\x47L\x4f\x42A\x4c\x53"}["d\x63\x6e\x63fy\x72"] = "ca\x70\x74\x63h\x61\x5f\x76a\x6ci\x64";
            $veuvqf = "co\x6efi\x67";
            $ctgfvsviuhgj = "\x63a\x70\x74\x63\x68\x61\x5fval\x69\x64";
            ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["fp\x6a\x76\x6c\x6a"]} = $db->EscapeString($_POST["\x65m\x61i\x6c"]);
            ${${"GLO\x42\x41\x4cS"}["\x64\x63\x6e\x63\x66\x79\x72"]} = 1;
            if (!empty(${$veuvqf}["\x72eca\x70\x74c\x68a_s\x65\x63"])) {
                if (!isset($_POST["\x72eca\x70t\x63\x68a"])) {
                    ${${"G\x4c\x4f\x42AL\x53"}["\x67c\x78\x74\x68\x66\x73d\x6e\x66\x78\x75"]} = 0;
                } else {
                    $mgjcrtutkwr = "\x63\x6fnf\x69\x67";
                    ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["wv\x66\x6d\x71\x61\x64\x64p\x65"]} = new \ReCaptcha\ReCaptcha(${$mgjcrtutkwr}["\x72ec\x61\x70\x74c\x68\x61_se\x63"]);
                    $teqznvdfydit = "\x72ec\x61p\x74\x63\x68\x61";
                    ${$teqznvdfydit} = $recaptcha->verify($_POST["re\x63aptc\x68\x61"], $_SERVER["\x52\x45\x4dOTE\x5fAD\x44R"]);
                    if (!$recaptcha->isSuccess()) {
                        $yvuboquu = "c\x61pt\x63ha\x5f\x76\x61\x6c\x69\x64";
                        ${$yvuboquu} = 0;
                    }
                }
            }
            if (!${$ctgfvsviuhgj}) {
                ${${"GL\x4f\x42\x41L\x53"}["\x75\x69\x65\x77\x68\x62\x71\x72jc"]} = array("\x73\x74\x61t\x75\x73" => 0, "\x6dsg" => "<\x64\x69v c\x6c\x61\x73s\x3d\x22al\x65\x72t \x61\x6ce\x72\x74-d\x61\x6e\x67\x65r\x22 r\x6f\x6c\x65\x3d\x22aler\x74\"\x3e\x50l\x65a\x73e \x63o\x6e\x66i\x72\x6d you'\x72\x65\x20\x6eo\x74\x20a r\x6fbot!</div>");
            } elseif (!isEmail(${${"\x47\x4c\x4f\x42\x41L\x53"}["f\x70\x6a\x76\x6c\x6a"]})) {
                ${"\x47\x4c\x4fB\x41\x4c\x53"}["\x62\x66\x70\x67\x71l\x67\x6a\x69r\x63\x62"] = "r\x65\x73u\x6c\x74D\x61\x74\x61";
                ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x62\x66p\x67\x71\x6c\x67\x6a\x69rc\x62"]} = array("\x73\x74\x61tu\x73" => 0, "m\x73\x67" => "\x3c\x64\x69v\x20c\x6cass=\"\x61\x6ce\x72\x74 \x61\x6cert-d\x61\x6e\x67e\x72\" r\x6fle=\x22a\x6ce\x72t\"\x3eP\x6c\x65a\x73\x65 \x65\x6e\x74e\x72\x20a \x76al\x69d e-\x6da\x69\x6c\x20addr\x65s\x73\x21</\x64iv\x3e");
            } else {
                ${"\x47\x4c\x4fB\x41\x4cS"}["\x6axo\x74\x70\x65\x73\x6e"] = "re\x63\x55\x73\x65\x72";
                ${${"\x47\x4c\x4fBA\x4cS"}["j\x78\x6ft\x70es\x6e"]} = $db->QueryFetchArray("S\x45\x4c\x45\x43T\x20`i\x64\x60,`\x75\x73\x65\x72\x6eam\x65\x60 FRO\x4d\x20`us\x65r\x73`\x20WHE\x52E `\x65m\x61\x69l\x60\x3d'" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x66p\x6avl\x6a"]} . "' LI\x4dI\x54\x20\x31");
                if (empty(${${"GL\x4fB\x41\x4c\x53"}["\x6a\x79u\x6b\x78\x6ew"]}["\x69\x64"])) {
                    ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["ui\x65\x77\x68b\x71r\x6a\x63"]} = array("stat\x75s" => 0, "\x6d\x73\x67" => "<\x64i\x76\x20\x63\x6c\x61\x73\x73=\"a\x6c\x65\x72t alert-dan\x67er\" ro\x6ce\x3d\x22a\x6ce\x72\x74\"\x3e\x54h\x69s \x65\x6d\x61\x69l ad\x64ress \x69n \x6eot\x20regis\x74\x65\x72\x65\x64\x21</\x64\x69\x76>");
                } else {
                    ${"\x47L\x4f\x42A\x4c\x53"}["\x79d\x6e\x6c\x6b\x75s\x6f\x75s"] = "n\x65\x77\x68\x61\x73h";
                    ${"G\x4c\x4f\x42A\x4c\x53"}["\x6a\x6fa\x64dc\x63\x77\x6f\x76"] = "c\x6fn\x66\x69\x67";
                    $fhuqejtggo = "re\x63\x55\x73\x65\x72";
                    ${"\x47LO\x42\x41LS"}["\x69p\x65hh\x6c\x76"] = "\x63\x6fn\x66\x69\x67";
                    $iklngogl = "\x6ee\x77\x68\x61s\x68";
                    ${"\x47\x4cO\x42A\x4c\x53"}["\x75\x70\x68\x64\x69\x64\x63\x62wd"] = "\x6ee\x77\x68\x61\x73h";
                    ${"\x47L\x4f\x42AL\x53"}["e\x77g\x72\x74s\x63\x6f\x76i"] = "r\x65\x63\x6fver_u\x72\x6c";
                    ${${"\x47\x4cO\x42\x41\x4c\x53"}["\x79\x64\x6e\x6cku\x73\x6f\x75s"]} = GenerateKey(32);
                    $sbzmte = "ne\x77h\x61s\x68";
                    ${"\x47LO\x42\x41L\x53"}["e\x68\x6ar\x69\x6e\x75r\x77thw"] = "\x72e\x63ove\x72_\x75\x72\x6c";
                    ${${"\x47\x4c\x4fBA\x4c\x53"}["e\x77\x67r\x74s\x63\x6fv\x69"]} = GenerateURL("\x6c\x6fgi\x6e&\x72ecove\x72=" . ${$sbzmte}, true);
                    $db->Query("\x49\x4e\x53ERT \x49NT\x4f \x60\x75\x73e\x72\x73\x5f\x72\x65\x63\x6fve\x72\x79` (\x60u\x73\x65\x72\x5f\x69d\x60, \x60h\x61sh_k\x65y`, \x60\x74\x69m\x65\x60)\x20\x56A\x4c\x55\x45\x53 (\x27" . ${$fhuqejtggo}["i\x64"] . "\x27,\x20'" . ${$iklngogl} . "\x27, '" . time() . "')\x20ON D\x55P\x4c\x49C\x41T\x45\x20K\x45\x59\x20\x55\x50\x44\x41T\x45 `has\x68\x5fke\x79\x60\x3d'" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x75ph\x64idc\x62\x77\x64"]} . "',\x20`ti\x6d\x65\x60=\x27" . time() . "'");
                    if (${${"\x47LO\x42A\x4c\x53"}["\x69p\x65\x68\x68lv"]}["\x6da\x69l_\x64\x65li\x76\x65\x72\x79_\x6d\x65th\x6fd"] == 1) {
                        $mailer->isSMTP();
                        ${"G\x4c\x4fBALS"}["agp\x79\x75\x70g\x6b\x63\x64"] = "\x63o\x6e\x66\x69\x67";
                        ${"G\x4c\x4fB\x41LS"}["\x77\x76\x70\x64q\x66k\x76"] = "c\x6f\x6e\x66\x69g";
                        $mailer->Host = ${${"G\x4cO\x42\x41L\x53"}["\x61\x67p\x79\x75\x70\x67\x6b\x63\x64"]}["s\x6d\x74\x70_h\x6fst"];
                        $mailer->Port = ${${"\x47\x4c\x4f\x42\x41\x4cS"}["m\x66\x62\x6e\x62\x76\x6aaf\x71\x64"]}["\x73mt\x70_\x70\x6f\x72\x74"];
                        ${"GL\x4f\x42\x41\x4cS"}["\x73\x76\x69\x78\x6ck\x75kn"] = "\x63\x6f\x6e\x66\x69g";
                        if (!empty(${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x6d\x66b\x6eb\x76\x6a\x61\x66\x71\x64"]}["smtp_\x61\x75th"])) {
                            $xqfqbgicfdi = "\x63on\x66\x69g";
                            $mailer->SMTPSecure = ${$xqfqbgicfdi}["\x73\x6d\x74p_\x61\x75th"];
                        }
                        $mailer->SMTPAuth = (empty(${${"\x47L\x4fBAL\x53"}["\x73\x76\x69\x78\x6c\x6b\x75k\x6e"]}["sm\x74\x70_u\x73er\x6ea\x6de"]) || empty(${${"G\x4c\x4fB\x41\x4c\x53"}["\x77v\x70d\x71\x66\x6bv"]}["s\x6d\x74\x70_\x70\x61ss\x77or\x64"]) ? false : true);
                        if ($mailer->SMTPAuth) {
                            $mailer->Username = ${${"\x47\x4c\x4fB\x41\x4cS"}["\x6d\x66\x62\x6e\x62v\x6aa\x66\x71\x64"]}["\x73\x6dt\x70\x5fuse\x72name"];
                            $mailer->Password = ${${"G\x4c\x4f\x42\x41\x4cS"}["m\x66bnb\x76\x6a\x61\x66\x71\x64"]}["s\x6dt\x70\x5f\x70a\x73\x73wo\x72d"];
                        }
                    }
                    ${"\x47\x4c\x4f\x42\x41L\x53"}["beb\x6do\x70\x72\x78\x70\x6e\x63"] = "\x63\x6f\x6e\x66\x69\x67";
                    ${"\x47\x4c\x4f\x42\x41L\x53"}["\x78\x6c\x6c\x76d\x70n"] = "\x72e\x73\x75\x6ct\x44\x61t\x61";
                    $mailer->AddAddress(${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x66\x70j\x76\x6c\x6a"]}, ${${"\x47L\x4f\x42A\x4c\x53"}["\x6a\x79\x75\x6b\x78\x6e\x77"]}["\x75\x73er\x6e\x61m\x65"]);
                    $mailer->SetFrom((!empty(${${"G\x4cOBAL\x53"}["\x62e\x62\x6d\x6fprxp\x6e\x63"]}["no\x72\x65ply\x5f\x65\x6d\x61il"]) ? ${${"\x47\x4cO\x42\x41LS"}["\x6dfb\x6e\x62\x76\x6a\x61\x66q\x64"]}["n\x6f\x72\x65ply_e\x6da\x69\x6c"] : ${${"\x47\x4cOB\x41\x4c\x53"}["m\x66\x62\x6e\x62v\x6aaf\x71d"]}["s\x69t\x65\x5fe\x6da\x69l"]), ${${"\x47\x4c\x4fBALS"}["\x6df\x62\x6e\x62\x76\x6aa\x66\x71\x64"]}["si\x74\x65_\x6e\x61\x6d\x65"]);
                    $mailer->Subject = ${${"\x47\x4cO\x42\x41L\x53"}["m\x66\x62\x6eb\x76\x6aa\x66\x71\x64"]}["site_\x6ea\x6de"] . "\x20-\x20P\x61s\x73word\x20R\x65\x63\x6f\x76ery";
                    ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x72t\x71\x6fhk\x71\x78\x6c\x6cd\x74"] = "re\x63o\x76\x65\x72\x5f\x75\x72\x6c";
                    $mailer->isHTML(true);
                    $mailer->Body = "\x3cht\x6d\x6c\x3e\n\t\t\t\t\t\t\t\t\x3c\x62\x6f\x64\x79 \x73\x74y\x6c\x65=\x22\x66ont-fa\x6d\x69\x6c\x79: Verd\x61\x6ea\x3b\x20c\x6fl\x6f\x72: #\x33\x333\x33\x333\x3b \x66\x6f\x6e\x74-size: \x31\x32\x70\x78\x3b\x22>\n\t\t\t\t\t\t\t\t\t<ta\x62\x6c\x65\x20st\x79\x6c\x65=\x22wid\x74\x68:\x20\x360\x30p\x78;\x20ma\x72g\x69\x6e: \x30px a\x75to\x3b\"\x3e\n\t\t\t\t\t\t\t\t\t\t<tr\x20st\x79\x6ce=\"tex\x74-\x61\x6c\x69g\x6e:\x20c\x65nte\x72;\"\x3e\n\t\t\t\t\t\t\t\t\t\t\t\x3ctd\x20st\x79\x6ce\x3d\x22\x62or\x64er-\x62o\x74\x74\x6f\x6d: \x73o\x6ci\x64\x201p\x78\x20\x23cc\x63c\x63c\x3b\x22><h\x31\x20\x73t\x79le=\x22m\x61\x72\x67\x69n:\x20\x30;\x20\x66on\x74-\x73\x69ze:\x20\x320p\x78\x3b\x22\x3e<a\x20\x68ref\x3d\"" . ${${"\x47\x4cO\x42\x41\x4cS"}["\x6ao\x61\x64\x64\x63\x63w\x6fv"]}["secu\x72e_\x75r\x6c"] . "\x22 \x73ty\x6c\x65=\"t\x65\x78t-\x64\x65\x63\x6fra\x74io\x6e:n\x6f\x6ee\x3b\x63\x6f\x6c\x6fr:#\x333\x33\x3333\x22><\x62>" . ${${"\x47\x4c\x4fBAL\x53"}["m\x66\x62\x6e\x62\x76j\x61\x66q\x64"]}["\x73it\x65_\x6ea\x6de"] . "</b></\x61\x3e</\x681>\x3ch\x32 sty\x6c\x65\x3d\x22\x74\x65\x78t-\x61l\x69\x67\x6e:\x20rig\x68\x74; \x66\x6fn\x74-\x73\x69\x7a\x65: \x31\x34\x70x;\x20\x6d\x61\x72\x67\x69n:\x20\x37\x70\x78 0\x20\x31\x30px 0;\x22>\x50ass\x77\x6f\x72\x64\x20R\x65\x63ove\x72y\x3c/\x682>\x3c/t\x64>\n\t\t\t\t\t\t\t\t\t\t</\x74\x72\x3e\n\t\t\t\t\t\t\t\t\t\t\x3ctr\x20s\x74\x79\x6c\x65\x3d\"text-a\x6cig\x6e: \x6a\x75s\x74\x69\x66y;\"\x3e\n\t\t\t\t\t\t\t\t\t\t\t\x3c\x74d\x20\x73tyl\x65=\x22\x70a\x64\x64\x69n\x67-t\x6f\x70: \x315px\x3b\x20\x70\x61\x64\x64\x69n\x67-b\x6f\x74\x74om:\x20\x315p\x78;\">\n\t\t\t\t\t\t\t\t\t\t\t\tH\x65\x6c\x6co " . ${${"G\x4cO\x42\x41L\x53"}["\x6a\x79\x75\x6bxnw"]}["u\x73ern\x61m\x65"] . ",\n\t\t\t\t\t\t\t\t\t\t\t\t<\x62r /><b\x72 />\n\t\t\t\t\t\t\t\t\t\t\t\tYo\x75\x20\x61sk\x65d to\x20r\x65\x63\x6f\x76\x65r\x20\x79o\x75r\x20\x70\x61\x73\x73\x77\x6fr\x64. To\x20s\x65\x74 y\x6fu\x72 new \x70\x61\x73sw\x6fr\x64,\x20a\x63\x63e\x73s \x66\x6f\x6c\x6c\x6fw\x69\x6eg\x20\x55\x52\x4c:\x3cbr\x20/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\x61\x20\x68\x72\x65\x66=\x22" . ${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x73\x66u\x62\x76gh\x6c\x63e"]} . "\x22\x3e" . ${${"\x47\x4cOBA\x4c\x53"}["ehj\x72i\x6e\x75r\x77thw"]} . "</\x61><br\x20/\x3e<\x62\x72 /\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\x57a\x73n\x27\x74\x20y\x6f\x75? \x4eo\x20\x77\x6fr\x72\x69\x65\x73, \x6a\x75st de\x6c\x65te \x74h\x69s\x20\x65mai\x6c\x2e\n\t\t\t\t\t\t\t\t\t\t\t</\x74\x64>\n\t\t\t\t\t\t\t\t\t\t</tr\x3e\n\t\t\t\t\t\t\t\t\t\t\x3c\x74\x72 styl\x65=\"\x74e\x78\x74-\x61\x6cign:\x20r\x69\x67ht\x3b\x20col\x6fr: #\x377777\x37\x3b\x22\x3e\n\t\t\t\t\t\t\t\t\t\t\t\x3ct\x64\x20styl\x65=\x22\x70a\x64\x64ing-t\x6fp:\x20\x310\x70\x78\x3b b\x6f\x72der-top:\x20\x73o\x6cid 1\x70\x78\x20\x23c\x63\x63\x63c\x63;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\x42\x65\x73\x74 R\x65\x67\x61\x72\x64s\x21\n\t\t\t\t\t\t\t\t\t\t\t\x3c/\x74d>\n\t\t\t\t\t\t\t\t\t\t\x3c/t\x72>\n\t\t\t\t\t\t\t\t\t</\x74\x61b\x6c\x65>\n\t\t\t\t\t\t\t\t\x3c/\x62\x6f\x64y>\n\t\t\t\t\t\t\t</\x68\x74m\x6c\x3e";
                    $mailer->AltBody = "\x59ou\x20a\x73ked\x20to r\x65c\x6fve\x72\x20\x79\x6fu\x72\x20p\x61ss\x77o\x72\x64\x2e T\x6f s\x65t\x20y\x6f\x75\x72\x20new\x20pas\x73wo\x72\x64,\x20\x61\x63c\x65\x73\x73 foll\x6f\x77i\x6e\x67\x20\x55\x52L:\x20" . ${${"\x47\x4cOBA\x4c\x53"}["rtq\x6f\x68\x6b\x71\x78\x6c\x6c\x64\x74"]};
                    $mailer->Send();
                    ${${"\x47\x4c\x4f\x42ALS"}["\x78\x6clv\x64p\x6e"]} = array("\x73tat\x75\x73" => 200, "\x6d\x73\x67" => "\x3cdi\x76 \x63la\x73\x73=\"\x61\x6c\x65rt\x20\x61l\x65r\x74-su\x63\x63es\x73\" r\x6fl\x65=\"a\x6c\x65\x72t\x22\x3eW\x65've \x73e\x6et you \x61\x6e e\x6da\x69l\x21 \x43\x68\x65c\x6b \x79o\x75r\x20m\x61\x69lb\x6fx\x20\x74\x6f\x20\x63a\x72ry\x20on\x20wi\x74\x68 \x74\x68\x65 \x70\x72oc\x63\x65ss\x2e\x3c/\x64iv\x3e");
                }
            }
        } else {
            ${${"G\x4c\x4f\x42ALS"}["u\x69e\x77hb\x71\x72\x6ac"]} = array("stat\x75\x73" => 0, "ms\x67" => "\x3c\x64\x69\x76 cla\x73s\x3d\"\x61ler\x74\x20\x61l\x65\x72\x74-\x64\x61n\x67\x65\x72\x22\x20r\x6f\x6ce=\"a\x6ce\x72\x74\"><\x62>\x45\x52\x52OR:</b>\x20Sess\x69on\x20ex\x70ire\x64,\x20\x70\x6c\x65\x61\x73\x65\x20re\x66r\x65\x73\x68\x20\x74\x68e\x20\x70\x61g\x65 \x61\x6ed\x20\x74r\x79\x20a\x67ain\x21</div>");
        }
        header("\x43ont\x65\x6et-t\x79p\x65: \x61pp\x6ci\x63atio\x6e/\x6ason");
        echo json_encode(${${"\x47\x4cOB\x41\x4c\x53"}["\x75iew\x68\x62q\x72jc"]});
    } elseif (isset($_POST["\x61"]) && $_POST["a"] == "\x63\x68\x61\x6e\x67e\x50\x61s\x73") {
        ${"\x47LOB\x41L\x53"}["bo\x70\x6dz\x78\x70d"] = "\x72\x65\x73u\x6ct\x44\x61t\x61";
        if (isset($_POST["\x74\x6fk\x65n"]) && $_POST["\x74o\x6b\x65n"] === $_SESSION["to\x6be\x6e"]) {
            ${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6dg\x63\x6f\x79v\x6f"] = "\x63\x6f\x6e\x66\x69g";
            $njqoeiy = "\x63a\x70\x74\x63ha\x5fval\x69d";
            ${${"\x47L\x4f\x42A\x4cS"}["\x67c\x78\x74h\x66\x73\x64n\x66\x78\x75"]} = 1;
            if (!empty(${${"\x47\x4c\x4fBALS"}["\x6dg\x63\x6fy\x76\x6f"]}["\x72\x65capt\x63\x68\x61\x5f\x73e\x63"])) {
                if (!isset($_POST["re\x63apt\x63\x68a"])) {
                    ${${"\x47\x4c\x4f\x42\x41L\x53"}["gc\x78\x74\x68\x66\x73\x64\x6efx\x75"]} = 0;
                } else {
                    ${"\x47\x4c\x4f\x42\x41\x4cS"}["\x66\x73\x68\x70\x73l\x77"] = "\x72\x65\x63ap\x74\x63h\x61";
                    $mjobvzzst = "\x63o\x6e\x66i\x67";
                    ${"G\x4c\x4f\x42ALS"}["\x73\x76\x7ae\x73\x79"] = "\x72ec\x61\x70t\x63h\x61";
                    ${${"GL\x4f\x42A\x4cS"}["\x66\x73hp\x73\x6c\x77"]} = new \ReCaptcha\ReCaptcha(${$mjobvzzst}["r\x65\x63ap\x74c\x68\x61\x5fse\x63"]);
                    ${${"G\x4c\x4f\x42A\x4c\x53"}["\x73\x76z\x65s\x79"]} = $recaptcha->verify($_POST["\x72eca\x70\x74cha"], $_SERVER["\x52E\x4d\x4fT\x45\x5fADDR"]);
                    if (!$recaptcha->isSuccess()) {
                        ${${"G\x4c\x4fB\x41\x4c\x53"}["g\x63xt\x68\x66sdnf\x78\x75"]} = 0;
                    }
                }
            }
            if (!${$njqoeiy}) {
                $xtafojw = "\x72\x65\x73u\x6ct\x44a\x74\x61";
                ${$xtafojw} = array("\x73\x74a\x74\x75\x73" => 0, "msg" => "<\x64i\x76\x20c\x6ca\x73s\x3d\"a\x6ce\x72\x74 al\x65rt-dan\x67e\x72\"\x20\x72o\x6ce=\x22a\x6c\x65r\x74\x22>P\x6c\x65\x61s\x65\x20\x63\x6fnf\x69r\x6d\x20\x79\x6f\x75'\x72e \x6eot a ro\x62\x6f\x74!\x3c/\x64iv>");
            } else {
                ${"\x47LO\x42\x41\x4c\x53"}["\x68\x70\x7ax\x78p\x67\x72"] = "\x67\x65\x74K\x65y";
                ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x69\x6bq\x69\x77\x61\x76\x68\x72\x68\x63r"]} = $db->EscapeString($_POST["\x68\x61\x73h\x5fk\x65\x79"]);
                ${${"\x47\x4cOB\x41L\x53"}["m\x6c\x61g\x72myo\x68\x71"]} = $db->QueryFetchArray("\x53ELEC\x54 \x60u\x73e\x72_\x69\x64\x60 F\x52\x4fM \x60\x75\x73e\x72\x73_\x72e\x63o\x76\x65\x72\x79` \x57HE\x52E\x20\x60\x68ash\x5f\x6b\x65y\x60=\x27" . ${${"\x47\x4c\x4f\x42\x41L\x53"}["hp\x7a\x78x\x70\x67\x72"]} . "' \x4cI\x4dI\x54\x20\x31");
                if (empty(${${"\x47L\x4f\x42\x41\x4c\x53"}["\x6d\x6c\x61\x67\x72myo\x68\x71"]}["\x75\x73e\x72_\x69\x64"])) {
                    ${${"\x47\x4c\x4f\x42\x41L\x53"}["ui\x65w\x68b\x71\x72\x6a\x63"]} = array("s\x74a\x74\x75s" => 0, "ms\x67" => "<\x64iv \x63la\x73\x73=\x22\x61\x6ce\x72t\x20\x61\x6cert-dan\x67e\x72\"\x20r\x6f\x6c\x65=\"al\x65r\x74\x22\x3eTh\x69s pass\x77o\x72d\x20re\x63ov\x65\x72\x79\x20\x55\x52\x4c\x20e\x78p\x69\x72\x65d o\x72 is \x6eot \x76\x61l\x69d\x21\x3c/di\x76>");
                } elseif (!validatePassword($_POST["\x70\x61\x73s\x31"])) {
                    ${${"G\x4cO\x42\x41\x4cS"}["\x75iewh\x62\x71\x72j\x63"]} = array("\x73t\x61tus" => 0, "\x6d\x73\x67" => "\x3cd\x69\x76 \x63la\x73s\x3d\x22\x61\x6cer\x74\x20a\x6ce\x72\x74-danger\" ro\x6ce\x3d\"a\x6cert\">\x59o\x75\x72 \x70\x61\x73sw\x6frd \x6dus\x74\x20co\x6e\x74ai\x6e \x61\x74 le\x61st\x20\x38 c\x68\x61rac\x74\x65\x72s,\x20\x31 \x6cow\x65rcase\x20l\x65tt\x65\x72, \x31\x20ca\x70\x69t\x61\x6c \x6c\x65tt\x65r\x20\x61nd 1 \x6e\x75\x6dber\x21</di\x76\x3e");
                } elseif ($_POST["p\x61\x73\x73\x31"] != $_POST["\x70\x61\x73s\x32"]) {
                    $wkcgqrgt = "\x72\x65\x73\x75lt\x44a\x74\x61";
                    ${$wkcgqrgt} = array("\x73ta\x74us" => 0, "m\x73\x67" => "<div\x20\x63\x6c\x61ss=\"a\x6cert\x20a\x6c\x65\x72\x74-\x64\x61\x6eger\"\x20rol\x65=\"\x61\x6c\x65\x72t\"\x3e\x59our c\x6fnfi\x72m\x61\x74ion\x20passw\x6frd\x20d\x6fe\x73\x6e\x27t\x20ma\x74ch\x21</d\x69\x76>");
                } else {
                    ${${"G\x4c\x4fB\x41\x4c\x53"}["n\x65\x75tv\x74o\x75\x7am"]} = securePassword($_POST["p\x61s\x73\x31"]);
                    $vzqbfdanoa = "\x63\x68e\x63\x6bK\x65y";
                    $hxlpmsqfwv = "\x63h\x65\x63\x6b\x4b\x65\x79";
                    $db->Query("\x55\x50DAT\x45 `\x75\x73\x65rs\x60\x20\x53\x45\x54 `\x70\x61s\x73wor\x64\x60=\x27" . ${${"\x47\x4c\x4f\x42\x41LS"}["n\x65u\x74vt\x6f\x75\x7a\x6d"]} . "\x27 W\x48E\x52E\x20`i\x64`\x3d'" . ${$vzqbfdanoa}["user_i\x64"] . "\x27");
                    $db->Query("D\x45\x4c\x45T\x45\x20\x46\x52\x4fM \x60\x75\x73\x65r\x73_\x72\x65cove\x72\x79\x60 \x57H\x45R\x45 `user\x5f\x69\x64`\x3d\x27" . ${$hxlpmsqfwv}["\x75s\x65\x72\x5f\x69\x64"] . "'");
                    ${${"\x47\x4cO\x42\x41L\x53"}["u\x69\x65\x77\x68b\x71r\x6a\x63"]} = array("sta\x74us" => 200, "msg" => "<\x64\x69v\x20\x63\x6cass=\"\x61l\x65r\x74\x20al\x65rt-su\x63\x63\x65ss\x22 ro\x6c\x65\x3d\"\x61le\x72t\"\x3eY\x6f\x75\x72\x20\x70as\x73wor\x64\x20\x77as \x73\x75c\x63\x65s\x73\x66\x75lly \x63\x68a\x6e\x67\x65\x64, \x70lea\x73\x65 \x6c\x6f\x67i\x6e...\x3c/\x64iv>");
                }
            }
        } else {
            ${${"G\x4c\x4f\x42\x41\x4cS"}["\x75\x69ew\x68b\x71\x72\x6a\x63"]} = array("s\x74a\x74\x75s" => 0, "m\x73\x67" => "\x3c\x64\x69\x76 \x63\x6c\x61\x73\x73=\"\x61\x6c\x65r\x74\x20\x61ler\x74-d\x61n\x67e\x72\" \x72\x6f\x6c\x65\x3d\"\x61le\x72t\x22>\x3cb>ERRO\x52:\x3c/b>\x20Se\x73\x73io\x6e\x20\x65\x78\x70i\x72\x65\x64,\x20\x70l\x65\x61s\x65 r\x65\x66\x72e\x73\x68 t\x68\x65\x20\x70ag\x65\x20\x61\x6e\x64 try\x20\x61g\x61\x69\x6e\x21\x3c/\x64\x69v\x3e");
        }
        header("\x43o\x6e\x74ent-t\x79pe:\x20\x61ppl\x69\x63\x61t\x69o\x6e/\x6a\x73\x6f\x6e");
        echo json_encode(${${"G\x4c\x4f\x42A\x4c\x53"}["\x62\x6f\x70\x6d\x7ax\x70d"]});
    } elseif (isset($_POST["\x61"]) && $_POST["\x61"] == "\x63\x6f\x6e\x74\x61\x63t") {
        if (isset($_POST["to\x6be\x6e"]) && $_POST["\x74\x6f\x6b\x65n"] === $_SESSION["\x74ok\x65\x6e"]) {
            $eqqpawrqtted = "\x65m\x61\x69\x6c";
            $kfsrgbsaxr = "\x6ea\x6de";
            $ygkofrlw = "\x65\x6d\x61\x69\x6c";
            ${${"GL\x4fBAL\x53"}["\x65i\x6f\x6c\x68\x6a\x76\x64u\x78"]} = $db->EscapeString($_POST["na\x6d\x65"]);
            ${$ygkofrlw} = $db->EscapeString($_POST["\x65\x6dail"]);
            if (empty(${$kfsrgbsaxr})) {
                $nmmwlytg = "\x72e\x73u\x6ctD\x61t\x61";
                ${$nmmwlytg} = array("st\x61tu\x73" => 0, "\x6d\x73g" => "\x3c\x64\x69\x76 \x63\x6cas\x73=\"ale\x72t aler\x74-\x64\x61\x6e\x67e\x72\x22\x20role=\x22\x61lert\"\x3eP\x6c\x65\x61\x73e\x20co\x6d\x70\x6cet\x65\x20\x79o\x75r\x20\x66ul\x6c\x20n\x61\x6d\x65\x21\x3c/\x64i\x76>");
            } elseif (!isEmail(${$eqqpawrqtted})) {
                ${${"\x47\x4c\x4f\x42A\x4c\x53"}["u\x69e\x77hbqrj\x63"]} = array("\x73t\x61t\x75\x73" => 0, "\x6dsg" => "<\x64\x69v\x20cl\x61s\x73\x3d\x22\x61\x6cert\x20\x61\x6c\x65\x72t-danger\" r\x6fle=\"a\x6cert\"\x3eP\x6ce\x61\x73e \x65\x6et\x65\x72\x20\x61 \x76\x61li\x64\x20e-\x6da\x69l \x61d\x64r\x65ss!\x3c/div\x3e");
            } elseif (strlen($_POST["\x6d\x65\x73s\x61g\x65"]) < 10) {
                $vzcljajx = "re\x73u\x6c\x74\x44a\x74\x61";
                ${$vzcljajx} = array("sta\x74u\x73" => 0, "\x6d\x73g" => "\x3c\x64iv\x20\x63\x6ca\x73s\x3d\"a\x6cert\x20\x61l\x65\x72t-d\x61n\x67er\x22\x20role=\x22a\x6ce\x72t\x22\x3eP\x6c\x65\x61\x73e compl\x65\x74e \x79\x6fu\x72\x20\x6de\x73\x73a\x67e!\x3c/di\x76\x3e");
            } else {
                $nlqvpetet = "\x63o\x6ef\x69\x67";
                $jlpske = "c\x6f\x6e\x66ig";
                ${"\x47LO\x42\x41\x4cS"}["\x6avnjhw\x74eh\x70\x66\x6b"] = "\x63o\x6ef\x69g";
                $plrkszpdsyj = "\x63\x6fn\x66\x69\x67";
                $thyxubje = "\x65ma\x69\x6c";
                $orcdgexk = "\x65m\x61\x69\x6c";
                if (${${"GL\x4fB\x41\x4c\x53"}["mf\x62n\x62v\x6aafq\x64"]}["ma\x69\x6c\x5fd\x65\x6ci\x76\x65ry_m\x65\x74\x68\x6fd"] == 1) {
                    $mailer->isSMTP();
                    ${"\x47\x4c\x4f\x42A\x4c\x53"}["mv\x72\x68ndq\x6fo\x65"] = "c\x6f\x6e\x66\x69\x67";
                    ${"GLOB\x41L\x53"}["b\x6fbcoxdn\x68\x78\x6d"] = "\x63o\x6ef\x69\x67";
                    ${"\x47\x4cOB\x41\x4c\x53"}["\x6au\x78m\x65\x76d\x70\x68"] = "\x63\x6f\x6e\x66\x69\x67";
                    $mailer->Host = ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x6d\x66\x62nb\x76\x6a\x61f\x71\x64"]}["\x73\x6d\x74p_\x68o\x73t"];
                    ${"G\x4c\x4fBA\x4c\x53"}["\x6a\x76\x72ep\x74xi"] = "\x63o\x6ef\x69\x67";
                    $mailer->Port = ${${"\x47\x4cO\x42\x41\x4cS"}["b\x6f\x62\x63o\x78dn\x68\x78m"]}["\x73m\x74\x70\x5fport"];
                    if (!empty(${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6a\x76\x72ep\x74x\x69"]}["s\x6d\x74\x70\x5fa\x75t\x68"])) {
                        $mailer->SMTPSecure = ${${"\x47L\x4f\x42\x41\x4c\x53"}["\x6d\x66\x62\x6e\x62\x76ja\x66\x71d"]}["\x73mtp\x5f\x61\x75th"];
                    }
                    $mailer->SMTPAuth = (empty(${${"\x47\x4c\x4fB\x41LS"}["\x6dv\x72\x68\x6e\x64qooe"]}["\x73mt\x70_use\x72\x6e\x61\x6d\x65"]) || empty(${${"\x47\x4c\x4f\x42AL\x53"}["j\x75\x78m\x65\x76\x64\x70\x68"]}["sm\x74\x70_\x70a\x73swo\x72d"]) ? false : true);
                    if ($mailer->SMTPAuth) {
                        $mailer->Username = ${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x6d\x66b\x6e\x62v\x6aa\x66\x71\x64"]}["\x73m\x74\x70_\x75\x73\x65\x72\x6e\x61me"];
                        $lbvmbyfprbjl = "c\x6fnfi\x67";
                        $mailer->Password = ${$lbvmbyfprbjl}["s\x6d\x74\x70\x5fpa\x73\x73\x77\x6f\x72\x64"];
                    }
                }
                $dxkynk = "\x6ea\x6de";
                ${"\x47\x4cO\x42\x41\x4cS"}["\x69\x79\x6fq\x77\x6cswh\x79m\x63"] = "\x63\x6f\x6e\x66\x69\x67";
                $mailer->AddAddress(${$nlqvpetet}["\x73\x69te_email"], ${${"G\x4cO\x42\x41\x4c\x53"}["\x6d\x66\x62\x6eb\x76ja\x66\x71d"]}["s\x69t\x65\x5fnam\x65"]);
                $mailer->SetFrom((!empty(${${"\x47L\x4fB\x41\x4cS"}["\x6avn\x6a\x68wt\x65\x68\x70fk"]}["norepl\x79\x5f\x65m\x61i\x6c"]) ? ${${"G\x4c\x4fBA\x4c\x53"}["\x6d\x66\x62\x6e\x62v\x6a\x61f\x71\x64"]}["n\x6fr\x65\x70\x6c\x79\x5femai\x6c"] : ${${"\x47\x4c\x4f\x42\x41L\x53"}["\x6d\x66\x62\x6e\x62\x76\x6a\x61f\x71d"]}["s\x69\x74e\x5fema\x69\x6c"]), ${${"\x47L\x4fB\x41\x4c\x53"}["\x6d\x66\x62\x6eb\x76j\x61\x66\x71d"]}["\x73\x69\x74\x65_na\x6d\x65"]);
                $mailer->addReplyTo(${$orcdgexk}, ${$dxkynk});
                $mailer->Subject = ${${"G\x4c\x4f\x42\x41\x4c\x53"}["iyo\x71wls\x77hy\x6d\x63"]}["\x73\x69\x74e\x5f\x6eam\x65"] . "\x20- \x4e\x65\x77\x20\x6d\x65\x73\x73\x61\x67\x65 re\x63\x65i\x76\x65\x64";
                $mailer->isHTML(true);
                $mailer->Body = "<h\x74\x6d\x6c>\n\t\t\t\t\t\t\t\t\t\x3c\x62ody \x73ty\x6c\x65\x3d\"fo\x6et-\x66am\x69ly: V\x65\x72da\x6e\x61\x3b\x20co\x6cor: #3\x33\x33\x33\x333;\x20\x66on\x74-s\x69\x7ae:\x201\x32\x70x;\">\n\t\t\t\t\t\t\t\t\t\t\x3cta\x62l\x65 style\x3d\x22\x77idth:\x20\x36\x30\x30px; marg\x69n: 0px \x61u\x74o;\x22>\n\t\t\t\t\t\t\t\t\t\t\t\x3c\x74\x72 \x73tyl\x65=\"t\x65xt-\x61\x6c\x69g\x6e:\x20ce\x6et\x65r\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\x3c\x74d\x20\x73\x74yl\x65=\"bo\x72\x64\x65r-\x62\x6ft\x74\x6f\x6d: s\x6f\x6c\x69d\x201\x70x\x20#\x63cc\x63\x63\x63;\x22\x3e<\x681\x20sty\x6ce=\"\x6d\x61rg\x69n: 0; fo\x6e\x74-si\x7ae:\x2020\x70x;\">\x3c\x61 \x68\x72ef=\"" . ${$plrkszpdsyj}["\x73\x69\x74e\x5fur\x6c"] . "\"\x20\x73ty\x6c\x65\x3d\"t\x65x\x74-d\x65\x63\x6f\x72a\x74\x69o\x6e:n\x6f\x6ee;\x63\x6flo\x72:\x233\x33\x33\x3333\">\x3cb\x3e" . ${$jlpske}["\x73i\x74e_\x6e\x61me"] . "\x3c/b\x3e\x3c/a\x3e\x3c/h\x31>\x3c\x682 \x73\x74yl\x65\x3d\x22\x74e\x78t-\x61lig\x6e: right\x3b fon\x74-s\x69\x7ae:\x20\x31\x34p\x78; marg\x69\x6e:\x207\x70\x78\x20\x30 \x31\x30px 0\x3b\x22>N\x65w\x20Me\x73\x73\x61\x67\x65\x20\x52ec\x65\x69\x76e\x64</\x682\x3e</t\x64>\n\t\t\t\t\t\t\t\t\t\t\t</\x74r>\n\t\t\t\t\t\t\t\t\t\t\t<tr\x20s\x74y\x6ce\x3d\"t\x65\x78\x74-alig\x6e:\x20\x6au\x73\x74if\x79;\x22\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t<\x74d\x20sty\x6ce\x3d\"\x70\x61\x64\x64\x69\x6e\x67-\x74op: \x315\x70\x78\x3b\x20\x70add\x69ng-\x62\x6ft\x74\x6f\x6d:\x201\x35p\x78\x3b\x22>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\x3c\x62\x3eSend\x65r\x20Nam\x65:\x3c/\x62\x3e " . ${${"\x47L\x4fBALS"}["e\x69\x6fl\x68jv\x64\x75x"]} . "<br\x20/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\x62\x3eSende\x72 E\x6d\x61il:</\x62> " . ${$thyxubje} . "<br /\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\x62\x3eM\x65\x73s\x61\x67\x65:\x3c/b\x3e\x3cb\x72\x20/\x3e\x3c\x62r\x20/\x3e\n\t\t\t\t\t\t\t\t\t\t\t\t\t" . nl2br($_POST["\x6d\x65\x73\x73ag\x65"]) . "\n\t\t\t\t\t\t\t\t\t\t\t\t\x3c/\x74\x64\x3e\n\t\t\t\t\t\t\t\t\t\t\t\x3c/\x74r\x3e\n\t\t\t\t\t\t\t\t\t\t\x3c/t\x61\x62l\x65>\n\t\t\t\t\t\t\t\t\t</\x62\x6fd\x79\x3e\n\t\t\t\t\t\t\t\t</html\x3e";
                $mailer->AltBody = "Mess\x61g\x65\x20\x66rom\x20" . ${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x65\x69\x6f\x6chj\x76\x64\x75\x78"]} . "\x20(" . ${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x66\x70\x6a\x76\x6c\x6a"]} . "): " . $_POST["mess\x61g\x65"];
                $mailer->Send();
                ${${"\x47L\x4fBA\x4c\x53"}["\x75i\x65\x77hb\x71r\x6ac"]} = array("s\x74a\x74\x75\x73" => 200, "msg" => "<\x64iv cl\x61\x73\x73=\"al\x65\x72t al\x65\x72t-\x73\x75c\x63ess\"\x20r\x6f\x6c\x65\x3d\x22al\x65rt\">Your\x20\x6de\x73s\x61ge \x77\x61s\x20s\x75\x63\x63es\x73\x66\x75ll\x79\x20\x73ent,\x20\x74\x68an\x6b \x79o\x75!\x3c/div>");
            }
        } else {
            $ckgqiw = "re\x73\x75l\x74D\x61\x74a";
            ${$ckgqiw} = array("s\x74a\x74u\x73" => 0, "msg" => "\x3cdi\x76 \x63l\x61s\x73\x3d\"a\x6c\x65\x72\x74\x20\x61\x6cert-\x64\x61\x6eg\x65\x72\"\x20rol\x65=\x22a\x6ce\x72\x74\"\x3e<\x62\x3e\x45\x52\x52OR:</b\x3e \x53\x65ss\x69\x6f\x6e\x20\x65\x78p\x69\x72\x65d,\x20\x70\x6ce\x61s\x65\x20r\x65fr\x65sh \x74\x68\x65 \x70\x61ge a\x6e\x64\x20t\x72\x79 \x61\x67\x61\x69\x6e\x21\x3c/d\x69\x76>");
        }
        header("\x43on\x74\x65\x6et-type: \x61pp\x6cicatio\x6e/\x6as\x6f\x6e");
        echo json_encode(${${"\x47\x4cOB\x41\x4c\x53"}["\x75\x69e\x77\x68\x62\x71\x72\x6a\x63"]});
    }
}
?>

Function Calls

define 1

Variables

GLOBALS [{'key': 'eiolhjvdux', 'value': 'name'}, {'key': 'neutvtouzm', 'value': 'password'}, {'key': 'mlagrmyohq', 'value': 'checkKey'}, {'key': 'ikqiwavhrhcr', 'value': 'getKey'}, {'key': 'sfubvghlce', 'value': 'recover_url'}, {'key': 'jyukxnw', 'value': 'recUser'}, {'key': 'wvfmqaddpe', 'value': 'recaptcha'}, {'key': 'djkfyvevn', 'value': 'user_id'}, {'key': 'oqkhwlm', 'value': 'referal'}, {'key': 'pyvdqwcgf', 'value': 'refCode'}, {'key': 'xyvxpmxcl', 'value': 'activate_url'}, {'key': 'gttvll', 'value': 'activate'}, {'key': 'dekkbwk', 'value': 'ref_source'}, {'key': 'ergyuktqrhbh', 'value': 'country'}, {'key': 'vvmptmuaq', 'value': 'gender'}, {'key': 'fpjvlj', 'value': 'email'}, {'key': 'voxsmbycarf', 'value': 'username'}, {'key': 'prlhfpv', 'value': 'hash_key'}, {'key': 'cdooavud', 'value': 'browser'}, {'key': 'lifyzws', 'value': 'login'}, {'key': 'vgbrvhll', 'value': 'attempts'}, {'key': 'gcxthfsdnfxu', 'value': 'captcha_valid'}, {'key': 'zlrqeolq', 'value': 'ip_address'}, {'key': 'byrhungl', 'value': 'data'}, {'key': 'mfbnbvjafqd', 'value': 'config'}, {'key': 'uvltwc', 'value': 'coinsValue'}, {'key': 'vieokznqbr', 'value': 'info'}, {'key': 'ptvzgr', 'value': 'amount'}, {'key': 'uiewhbqrjc', 'value': 'resultData'}, {'key': 'wdfalvx', 'value': 'result'}, {'key': 'hkzaosg', 'value': 'method'}]

Stats

MD5 8920622bb8cd5f932842e07e25b0cd0d
Eval Count 0
Decode Time 499 ms