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 class MO2F_ShortCode { function __construct() { add_action(..

Decoded Output download

<?php 
 
 
class MO2F_ShortCode 
{ 
    function __construct() 
    { 
        add_action("wp_enqueue_scripts", array($this, "mo2f_shortcode_plugin_settings_style"), 10, 3); 
    } 
    function mo2f_shortcode_plugin_settings_style($Cy) 
    { 
        wp_register_style("mo_wpns_shortcode_style", plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__)))); 
    } 
    function mo2f_is_customer_registered() 
    { 
        $vj = get_site_option("mo2f_email"); 
        $GF = get_site_option("mo2f_customerKey"); 
        if (!$vj || !$GF || !is_numeric(trim($GF))) { 
            goto tWi; 
        } 
        return 1; 
        goto ejL; 
        tWi: 
        return 0; 
        ejL: 
    } 
    function miniorange_auth_user_settings() 
    { 
        global $current_user; 
        $current_user = wp_get_current_user(); 
        global $aq; 
        $uH = new Miniorange_Password_2Factor_Login(); 
        wp_enqueue_style("mo_wpns_shortcode_style"); 
        if (!is_user_logged_in()) { 
            goto RQG; 
        } 
        if (!isset($_POST["mo2f_reconfig_validate_ga_nonce"])) { 
            goto OER; 
        } 
        $T7 = $_POST["mo2f_reconfig_validate_ga_nonce"]; 
        if (!wp_verify_nonce($T7, "miniorange-2-factor-reconfig-google-auth-nonce")) { 
            goto Evn; 
        } 
        global $current_user; 
        $oR = ''; 
        $o4 = "MO_2_FACTOR_RECONFIG_GOOGLE"; 
        $uH->miniorange_pass2login_start_session(); 
        $Je = $_POST["google_auth_code"]; 
        $C0 = isset($_SESSION["mo2f_google_auth"]) ? $_SESSION["mo2f_google_auth"] : null; 
        $bI = $C0 != null ? $C0["ga_secret"] : null; 
        if (MO2f_Utility::mo2f_check_number_length($Je)) { 
            goto O4z; 
        } 
        $oR = "Only digits are allowed. Please enter again."; 
        goto FA9; 
        O4z: 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        $Ul = new Miniorange_Rba_Attributes(); 
        $Kb = json_decode($Ul->mo2f_validate_google_auth($vj, $Je, $bI), true); 
        if (json_last_error() == JSON_ERROR_NONE) { 
            goto PfJ; 
        } 
        $oR = "Error occurred while validating the user. Please try again."; 
        goto RB7; 
        PfJ: 
        if ($Kb["status"] == "SUCCESS") { 
            goto nql; 
        } 
        $oR = "Error occurred while validating the OTP. Please try again. Possible causes: <br />1. You have entered an invalid OTP.<br />2. Your App Time is not in sync.Go to settings and tap on tap on Sync Time now ."; 
        goto c8F; 
        nql: 
        if (MO2F_IS_ONPREM) { 
            goto E5w; 
        } 
        $qf = new Two_Factor_Setup(); 
        $aq->update_user_details($current_user->ID, array("mo2f_configured_2FA_method" => "GOOGLE AUTHENTICATOR")); 
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, "GOOGLE AUTHENTICATOR", null, null, null), true); 
        goto qO6; 
        E5w: 
        $C7 = $Kb; 
        qO6: 
        if (json_last_error() == JSON_ERROR_NONE || MO2F_IS_ONPREM) { 
            goto qu2; 
        } 
        $oR = "An error occured while processing your request. Please Try again."; 
        goto ckN; 
        qu2: 
        if ($C7["status"] == "SUCCESS") { 
            goto cnP; 
        } 
        $oR = "An error occured while processing your request. Please Try again."; 
        goto fq9; 
        cnP: 
        if (!MO2F_IS_ONPREM) { 
            goto Z3n; 
        } 
        $gp = new Google_auth_onpremise(); 
        $gp->mo_GAuth_set_secret($current_user->ID, $bI); 
        update_user_meta($current_user->ID, "mo2f_2FA_method_to_configure", "GOOGLE AUTHENTICATOR"); 
        update_user_meta($current_user->ID, "currentMethod", "GOOGLE AUTHENTICATOR"); 
        Z3n: 
        unset($_SESSION["mo2f_google_auth"]); 
        $aq->update_user_details($current_user->ID, array("mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_GoogleAuthenticator_config_status" => true)); 
        update_user_meta($current_user->ID, "mo2f_external_app_type", "GOOGLE AUTHENTICATOR"); 
        $o4 = "MO2F_RECONFIGURE_SUCCESS_GOOGLE"; 
        fq9: 
        ckN: 
        c8F: 
        RB7: 
        FA9: 
        $this->prompt_user_for_reconfigure_google($current_user, $o4, $oR); 
        exit; 
        goto mG9; 
        Evn: 
        $wX = new WP_Error(); 
        $wX->add("empty_username", __("<strong>ERROR</strong>: Invalid Request.")); 
        return $wX; 
        mG9: 
        OER: 
        if (!isset($_POST["mo2f_reconfig_save_kba_nonce"])) { 
            goto q9Z; 
        } 
        $T7 = $_POST["mo2f_reconfig_save_kba_nonce"]; 
        if (!wp_verify_nonce($T7, "miniorange-2-factor-reconfig-save-kba-nonce")) { 
            goto UQh; 
        } 
        $oR = ''; 
        $o4 = "MO_2_FACTOR_RECONFIG_GOOGLE"; 
        $uH->miniorange_pass2login_start_session(); 
        $xi = array(); 
        $xi = isset($_POST["mo2f_kbaquestion"]) ? $_POST["mo2f_kbaquestion"] : array(); 
        $P5 = array(); 
        foreach ($xi as $KP) { 
            if (MO2f_Utility::mo2f_check_empty_or_null($KP)) { 
                goto j_b; 
            } 
            $in = sanitize_text_field($KP); 
            $in = addcslashes(stripslashes($in), ""\"); 
            array_push($P5, $in); 
            goto WkL; 
            j_b: 
            $oR = "All the fields are required. Please enter valid entries."; 
            $uH->miniorange_pass2login_form_fields($o4, $oR); 
            WkL: 
            y8u: 
        } 
        LVN: 
        if (array_unique($P5) == $P5) { 
            goto W2g; 
        } 
        $oR = "The questions you select must be unique."; 
        $uH->miniorange_pass2login_form_fields($o4, $oR); 
        W2g: 
        $FE = array(); 
        $FE = isset($_POST["mo2f_kba_ans"]) ? $_POST["mo2f_kba_ans"] : array(); 
        $KM = array(); 
        foreach ($FE as $W0) { 
            if (MO2f_Utility::mo2f_check_empty_or_null($W0)) { 
                goto z03; 
            } 
            $in = sanitize_text_field($W0); 
            array_push($KM, $W0); 
            goto CvC; 
            z03: 
            $oR = "All the fields are required. Please enter valid entries."; 
            $uH->miniorange_pass2login_form_fields($o4, $oR); 
            CvC: 
            pSD: 
        } 
        WWH: 
        $oN = array(); 
        foreach ($_POST["mo2f_kbaquestion"] as $Yt => $kB) { 
            $oN[$Yt] = $_POST["mo2f_kbaquestion"][$Yt]; 
            y7A: 
        } 
        en3: 
        $Ma = array(); 
        foreach ($_POST["mo2f_kba_ans"] as $Yt => $kB) { 
            $Ma[$Yt] = $_POST["mo2f_kba_ans"][$Yt]; 
            e71: 
        } 
        k00: 
        $XY = array(); 
        $Hh = array(); 
        $ku = 0; 
        v3G: 
        if (!($ku < sizeof($oN))) { 
            goto so7; 
        } 
        $XY[$ku] = addcslashes(stripslashes($oN[$ku]), ""\"); 
        $Hh[$ku] = addcslashes(stripslashes($Ma[$ku]), ""\"); 
        vgh: 
        $ku++; 
        goto v3G; 
        so7: 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        $vF = new Two_Factor_Setup(); 
        $ES = json_decode($vF->mo2f_register_kba_details($vj, $P5, $KM), true); 
        if (json_last_error() == JSON_ERROR_NONE) { 
            goto fZQ; 
        } 
        $oR = "Error occured while saving your kba details. Please try again."; 
        echo $oR; 
        goto SBH; 
        fZQ: 
        if ($ES["status"] == "SUCCESS") { 
            goto CX2; 
        } 
        $oR = "Error occured while saving your kba details. Please try again."; 
        echo $oR; 
        goto Apj; 
        CX2: 
        $qf = new Two_Factor_Setup(); 
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, "KBA", null, null, null), true); 
        if ($C7["status"] == "SUCCESS") { 
            goto I6w; 
        } 
        $oR = "Error occured while saving your kba details. Please try again."; 
        echo $oR; 
        goto n9I; 
        I6w: 
        $aq->update_user_details($current_user->ID, array("   mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_SecurityQuestions_config_status" => true, "mo2f_configured_2FA_method" => "Security Questions")); 
        update_user_meta($current_user->ID, "currentMethod", "Security Questions"); 
        $oR = "Security Questions are configured successfully."; 
        $o4 = "MO2F_RECONFIGURE_SUCCESS_KBA"; 
        n9I: 
        Apj: 
        SBH: 
        $this->prompt_user_for_reconfigure_kba($current_user, $o4, $oR); 
        goto wdA; 
        UQh: 
        $wX = new WP_Error(); 
        $wX->add("empty_username", __("<strong>ERROR</strong>: Invalid Request.")); 
        return $wX; 
        wdA: 
        q9Z: 
        if (!isset($_POST["mo2f_reconfig_ga_phone_type_nonce"])) { 
            goto hL_; 
        } 
        $T7 = $_POST["mo2f_reconfig_ga_phone_type_nonce"]; 
        if (!wp_verify_nonce($T7, "miniorange-2-factor-reconfig-ga-phone-type-nonce")) { 
            goto OZE; 
        } 
        $uH->miniorange_pass2login_start_session(); 
        $mg = $_POST["google_phone_type"]; 
        $oR = ''; 
        $o4 = "MO_2_FACTOR_RECONFIG_GOOGLE"; 
        $Ul = new Miniorange_Rba_Attributes(); 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        if (MO2F_IS_ONPREM) { 
            goto oEz; 
        } 
        $Kb = json_decode($Ul->mo2f_google_auth_service($vj), true); 
        if (json_last_error() == JSON_ERROR_NONE) { 
            goto CoT; 
        } 
        $oR = "Invalid request. Please try again."; 
        goto sVA; 
        CoT: 
        if ($Kb["status"] == "SUCCESS") { 
            goto dUr; 
        } 
        $oR = "Error occurred while registering the user for google authenticator. Please try again."; 
        goto DEm; 
        dUr: 
        $C0 = array(); 
        $C0["ga_qrCode"] = $Kb["qrCodeData"]; 
        $C0["ga_secret"] = $Kb["secret"]; 
        $C0["ga_phone"] = $mg; 
        $_SESSION["mo2f_google_auth"] = $C0; 
        DEm: 
        sVA: 
        goto ASX; 
        oEz: 
        include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . "gaonprem.php"; 
        $gp = new Google_auth_onpremise(); 
        $jo = $gp->createSecret(); 
        if (isset($_POST["mo2f_user_id"])) { 
            goto hA0; 
        } 
        $Kd = "miniOrangeAu"; 
        goto s3R; 
        hA0: 
        $Kd = get_user_meta($_POST["mo2f_user_id"], "mo2f_GA_account_name", true) && get_site_option("mo2f_enable_gauth_name") ? get_user_meta($_POST["mo2f_user_id"], "mo2f_GA_account_name", true) : MoWpnsUtility::get_mo2f_db_option("mo2f_google_authenticator_name", "get_option"); 
        s3R: 
        $jB = $gp->geturl($jo, $Kd, $vj); 
        $C0 = array(); 
        $C0["ga_qrCode"] = $jB; 
        $C0["ga_secret"] = $jo; 
        $C0["ga_phone"] = $mg; 
        $_SESSION["mo2f_google_auth"] = $C0; 
        ASX: 
        $this->prompt_user_for_reconfigure_google($current_user, $o4, $oR); 
        goto xwR; 
        OZE: 
        $wX = new WP_Error(); 
        $wX->add("empty_username", __("<strong>ERROR</strong>: Invalid Request.")); 
        return $wX; 
        xwR: 
        hL_: 
        if (!isset($_POST["mo2f_reconfigure_verify_phone_and_otp_over_email_nonce"])) { 
            goto oF9; 
        } 
        $T7 = $_POST["mo2f_reconfigure_verify_phone_and_otp_over_email_nonce"]; 
        if (!wp_verify_nonce($T7, "mo2f-reconfigure-verify-phone-and-otp-over-sms-nonce")) { 
            goto H_i; 
        } 
        $eO = new Customer_Setup(); 
        $Jj = $_POST["mo2f_second_factor"]; 
        $aC = array(); 
        $oR = ''; 
        $Um = ''; 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        $vj = isset($_POST["verify_email"]) ? $_POST["verify_email"] : $vj; 
        if (!isset($_POST["verify_email"])) { 
            goto mdC; 
        } 
        $aq->update_user_details($current_user->ID, array("mo2f_user_email" => $vj)); 
        mdC: 
        if (isset($_SESSION)) { 
            goto cQY; 
        } 
        if (!(session_status() != PHP_SESSION_DISABLED)) { 
            goto EGo; 
        } 
        session_start(); 
        EGo: 
        cQY: 
        if (!($Jj == "SMS" || $Jj == "PHONE VERIFICATION" || $Jj == "SMS AND EMAIL" || $Jj == "OTP Over SMS")) { 
            goto CCH; 
        } 
        $ca = sanitize_text_field($_POST["verify_phone"]); 
        if (!MO2f_Utility::mo2f_check_empty_or_null($ca)) { 
            goto ZOt; 
        } 
        $oR = __("Please enter your phone number.", "miniorange-2-factor-authentication"); 
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR, $Jj); 
        ZOt: 
        $ca = str_replace(" ", '', $ca); 
        if (!isset($_SESSION["mo2f_transactionId"])) { 
            goto y9Z; 
        } 
        unset($_SESSION["mo2f_transactionId"]); 
        y9Z: 
        $_SESSION["mo2f_phone"] = $ca; 
        update_user_meta($current_user->ID, "mo2f_reconfig_phone", $ca); 
        CCH: 
        if ($Jj == "SMS" || $Jj == "OTP Over SMS") { 
            goto G7k; 
        } 
        if ($Jj == "SMS AND EMAIL") { 
            goto Uoo; 
        } 
        if ($Jj == "PHONE VERIFICATION") { 
            goto nIm; 
        } 
        if ($Jj == "OTP OVER EMAIL") { 
            goto OdY; 
        } 
        goto Uyn; 
        G7k: 
        $Re = "SMS"; 
        goto Uyn; 
        Uoo: 
        $Re = "OTP_OVER_SMS_AND_EMAIL"; 
        $aC = array("phone" => $ca, "email" => $vj); 
        goto Uyn; 
        nIm: 
        $Re = "PHONE_VERIFICATION"; 
        goto Uyn; 
        OdY: 
        $Re = "OTP Over Email"; 
        $aC = $vj; 
        Uyn: 
        if ($Jj == "SMS AND EMAIL") { 
            goto Fcc; 
        } 
        if ($Jj == "OTP OVER EMAIL") { 
            goto ISz; 
        } 
        $CG = json_decode($eO->send_otp_token($ca, $Re, get_site_option("mo2f_customerKey"), get_site_option("mo2f_api_key")), true); 
        goto Gqd; 
        Fcc: 
        $CG = json_decode($eO->send_otp_token($aC, $Re, get_site_option("mo2f_customerKey"), get_site_option("mo2f_api_key")), true); 
        goto Gqd; 
        ISz: 
        $CG = json_decode($eO->send_otp_token($vj, $Re, get_site_option("mo2f_customerKey"), get_site_option("mo2f_api_key")), true); 
        Gqd: 
        if (json_last_error() == JSON_ERROR_NONE) { 
            goto AG6; 
        } 
        $oR = __("Invalid request. Please try again", "miniorange-2-factor-authentication"); 
        goto o5J; 
        AG6: 
        if ($CG["status"] == "ERROR") { 
            goto c2W; 
        } 
        if ($CG["status"] == "SUCCESS") { 
            goto MSQ; 
        } 
        $oR = __("An error occured while validating the user. Please Try again.", "miniorange-2-factor-authentication"); 
        goto TP4; 
        c2W: 
        $oR = Mo2fConstants::langTranslate($CG["message"]); 
        goto TP4; 
        MSQ: 
        $_SESSION["mo2f_transactionId"] = $CG["txId"]; 
        update_user_meta($current_user->ID, "mo2f_transactionId", $CG["txId"]); 
        if ($Jj == "SMS" || $Jj == "OTP Over SMS") { 
            goto kqJ; 
        } 
        if ($Jj == "SMS AND EMAIL") { 
            goto BnB; 
        } 
        if ($Jj == "OTP OVER EMAIL") { 
            goto YJ9; 
        } 
        if ($Jj == "PHONE VERIFICATION") { 
            goto yDj; 
        } 
        goto Fh_; 
        kqJ: 
        $oR = __("The One Time Passcode has been sent to ", "miniorange-2-factor-authentication") . $ca . "." . __("Please enter the one time passcode below to verify your number.", "miniorange-2-factor-authentication"); 
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $Um, $oR, $Jj); 
        exit; 
        goto Fh_; 
        BnB: 
        $oR = "The One Time Passcode has been sent to " . $aC["phone"] . " and " . $aC["email"] . ". Please enter the one time passcode sent to your email and phone to verify."; 
        goto Fh_; 
        YJ9: 
        $oR = __("The One Time Passcode has been sent to ", "miniorange-2-factor-authentication") . $aC . "." . __("Please enter the one time passcode sent to your email to verify.", "miniorange-2-factor-authentication"); 
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $Um, $oR, $Jj); 
        exit; 
        goto Fh_; 
        yDj: 
        $oR = __("You will receive a phone call on this number ", "miniorange-2-factor-authentication") . $ca . "." . __("Please enter the one time passcode below to verify your number.", "miniorange-2-factor-authentication"); 
        Fh_: 
        TP4: 
        o5J: 
        goto RQm; 
        H_i: 
        $wX = new WP_Error(); 
        $wX->add("empty_username", "<strong>" . __("ERROR", "miniorange-2-factor-authentication") . "</strong>: " . __("Invalid Request.", "miniorange-2-factor-authentication")); 
        return $wX; 
        RQm: 
        oF9: 
        if (!isset($_POST["mo2f_reconfigure_validate_otp_nonce"])) { 
            goto rHC; 
        } 
        $T7 = $_POST["mo2f_reconfigure_validate_otp_nonce"]; 
        if (!wp_verify_nonce($T7, "mo2f-reconfigure-validate-otp-nonce")) { 
            goto XyR; 
        } 
        if (MO2f_Utility::mo2f_check_empty_or_null($_POST["otp_token"])) { 
            goto AId; 
        } 
        $wp = sanitize_text_field($_POST["otp_token"]); 
        goto Erl; 
        AId: 
        $oR = __("All the fields are required. Please enter valid entries.", "miniorange-2-factor-authentication"); 
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR); 
        Erl: 
        $Jj = $_POST["mo2f_second_factor"]; 
        $XX = ''; 
        $mO = ''; 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        if (isset($_SESSION)) { 
            goto Tj1; 
        } 
        if (!(session_status() != PHP_SESSION_DISABLED)) { 
            goto AjJ; 
        } 
        session_start(); 
        AjJ: 
        Tj1: 
        if ($Jj == "SMS" || $Jj == "OTP Over SMS") { 
            goto uTF; 
        } 
        if ($Jj == "OTP OVER EMAIL") { 
            goto FzW; 
        } 
        goto K9u; 
        uTF: 
        $XX = $_SESSION["mo2f_phone"]; 
        $mO = $_SESSION["mo2f_transactionId"]; 
        goto K9u; 
        FzW: 
        $mO = $_SESSION["mo2f_transactionId"]; 
        K9u: 
        $eO = new Customer_Setup(); 
        $CG = json_decode($eO->validate_otp_token($Jj, null, $mO, $wp, get_site_option("mo2f_customerKey"), get_site_option("mo2f_api_key")), true); 
        if ($CG["status"] == "ERROR") { 
            goto RZB; 
        } 
        if (strcasecmp($CG["status"], "SUCCESS") == 0) { 
            goto JWo; 
        } 
        $o4 = ''; 
        $oR = __("Invalid OTP. Please try again.", "miniorange-2-factor-authentication"); 
        echo $oR; 
        goto KDJ; 
        RZB: 
        $o4 = ''; 
        $oR = Mo2fConstants::langTranslate($CG["message"]); 
        echo $oR; 
        goto KDJ; 
        JWo: 
        $aq->update_user_details($current_user->ID, array("mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "user_registration_with_miniorange" => "SUCCESS", "mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_user_phone" => $XX)); 
        if ($_POST["mo2f_second_factor"] == "OTP Over SMS") { 
            goto HVz; 
        } 
        if ($_POST["mo2f_second_factor"] == "OTP OVER EMAIL") { 
            goto gDk; 
        } 
        goto CPw; 
        HVz: 
        $qf = new Two_Factor_Setup(); 
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $Jj, $XX, null, null), true); 
        if (json_last_error() == JSON_ERROR_NONE) { 
            goto Gj9; 
        } 
        $oR = "Error occurred while updating user details. Please try again."; 
        echo $oR; 
        goto rlo; 
        Gj9: 
        if ($C7["status"] == "ERROR") { 
            goto DJl; 
        } 
        if ($C7["status"] == "SUCCESS") { 
            goto hOY; 
        } 
        goto l6j; 
        DJl: 
        unset($_SESSION["mo2f_phone"]); 
        update_site_option("mo2f_message", Mo2fConstants::langTranslate($C7["message"])); 
        $this->mo_auth_show_error_message(); 
        echo $C7["message"]; 
        goto l6j; 
        hOY: 
        update_user_meta($current_user->ID, "currentMethod", "OTP Over SMS"); 
        unset($_SESSION["mo2f_transactionId"]); 
        $aq->update_user_details($current_user->ID, array("mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_configured_2FA_method" => "OTP Over SMS")); 
        $oR = "OTP Over SMS has been reconfigured successfully."; 
        $o4 = "MO2F_RECONFIGURE_SUCCESS_SMS"; 
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR, $Jj); 
        l6j: 
        rlo: 
        goto CPw; 
        gDk: 
        $qf = new Two_Factor_Setup(); 
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $Jj, $XX, null, null), true); 
        if ($C7["status"] == "SUCCESS") { 
            goto jso; 
        } 
        $oR = "Error occurred while updating user details. Please try again."; 
        echo $oR; 
        goto ThA; 
        jso: 
        $aq->update_user_details($current_user->ID, array("mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_OTPOverEmail_config_status" => true, "user_registration_with_miniorange" => "SUCCESS", "mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_configured_2FA_method" => "OTP Over Email")); 
        unset($_SESSION["mo2f_transactionId"]); 
        update_user_meta($current_user->ID, "currentMethod", "OTP OVER EMAIL"); 
        $oR = "OTP Over Email has been reconfigured successfully."; 
        $o4 = "MO2F_RECONFIGURE_SUCCESS_OTP_OVER_EMAIL"; 
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $o4, $oR, $Jj); 
        ThA: 
        CPw: 
        KDJ: 
        goto tC6; 
        XyR: 
        $wX = new WP_Error(); 
        $wX->add("empty_username", "<strong>" . __("ERROR", "miniorange-2-factor-authentication") . "</strong>: " . __("Invalid Request.", "miniorange-2-factor-authentication")); 
        return $wX; 
        tC6: 
        rHC: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_reconfigure_form_google_save")) { 
            goto XM2; 
        } 
        $xB = "GOOGLE AUTHENTICATOR"; 
        $this->mo2f_reconfig_2fa($current_user, $xB); 
        XM2: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_reconfigure_form_kba_save")) { 
            goto F5I; 
        } 
        $xB = "KBA"; 
        $this->mo2f_reconfig_2fa($current_user, $xB); 
        F5I: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_reconfigure_form_sms_save")) { 
            goto Yt8; 
        } 
        $xB = "OTP Over SMS"; 
        $this->mo2f_reconfig_2fa($current_user, $xB); 
        Yt8: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_reconfigure_form_otp_over_email_save")) { 
            goto puh; 
        } 
        $xB = "OTP OVER EMAIL"; 
        $this->mo2f_reconfig_2fa($current_user, $xB); 
        puh: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_reconfigure_form_out_of_band_email_save")) { 
            goto ZaI; 
        } 
        $xB = "OUT OF BAND EMAIL"; 
        $this->mo2f_reconfig_2fa($current_user, $xB); 
        ZaI: 
        if (!(isset($_POST["option"]) && $_POST["option"] == "mo2f_2factor_enable_2fa")) { 
            goto dkS; 
        } 
        $f1 = isset($_POST["mo2f_2factor_enable_2fa_byusers"]) ? 1 : 0; 
        update_user_meta($current_user->ID, "mo2f_2factor_enable_2fa_byusers", isset($_POST["mo2f_2factor_enable_2fa_byusers"]) ? 1 : 0); 
        $aq->insert_user($current_user->ID, array("user_id" => $current_user->ID)); 
        $aq->update_user_details($current_user->ID, array("mo2f_2factor_enable_2fa_byusers" => $f1)); 
        dkS: 
        RQG: 
    } 
    function mo2f_reconfig_2fa($current_user, $uV) 
    { 
        $Jb = ''; 
        $Um = ''; 
        if ($uV == "GOOGLE AUTHENTICATOR") { 
            goto xfl; 
        } 
        if ($uV == "KBA") { 
            goto rLk; 
        } 
        if ($uV == "OTP Over SMS") { 
            goto u3V; 
        } 
        if ($uV == "OTP OVER EMAIL") { 
            goto jIf; 
        } 
        if ($uV == "OUT OF BAND EMAIL") { 
            goto akU; 
        } 
        goto yAT; 
        xfl: 
        $this->prompt_user_for_reconfigure_google($current_user, $Um, $Jb); 
        exit; 
        goto yAT; 
        rLk: 
        $this->prompt_user_for_reconfigure_kba($current_user, $Um, $Jb); 
        exit; 
        goto yAT; 
        u3V: 
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $Um, $Jb, $uV); 
        exit; 
        goto yAT; 
        jIf: 
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $Um, $Jb, $uV); 
        exit; 
        goto yAT; 
        akU: 
        $this->prompt_user_for_reconfigure_out_of_band_email($current_user->ID, $Um, $Jb, $uV); 
        exit; 
        yAT: 
    } 
    function prompt_user_for_reconfigure_out_of_band_email($current_user, $Um, $Jb, $uV = null) 
    { 
        $vj = sanitize_text_field($_POST["mo2f_selected_email"]); 
        $Vl = $uV; 
        if (!empty($vj) and filter_var($vj, FILTER_VALIDATE_EMAIL)) { 
            goto PEE; 
        } 
        exit; 
        goto iGE; 
        PEE: 
        global $aq; 
        $qf = new Two_Factor_Setup(); 
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $uV, null, null, null), true); 
        if ($C7["status"] == "ERROR") { 
            goto wlK; 
        } 
        if ($C7["status"] == "SUCCESS") { 
            goto ChM; 
        } 
        goto DE8; 
        wlK: 
        update_site_option("mo2f_message", Mo2fConstants::langTranslate($C7["message"])); 
        $this->mo_auth_show_error_message(); 
        goto DE8; 
        ChM: 
        $aq->update_user_details($current_user, array("mo2f_user_email" => $vj)); 
        update_user_meta($current_user, "tempRegEmail", $vj); 
        update_user_meta($current_user, "TempMethod", $Vl); 
        $aq->update_user_details($current_user, array("mo2f_EmailVerification_config_status" => true, "user_registration_with_miniorange" => "SUCCESS", "mo_2factor_user_registration_status" => "MO_2_FACTOR_PLUGIN_SETTINGS", "mo2f_configured_2FA_method" => "Email Verification")); 
        update_user_meta($current_user, "email", $vj); 
        update_user_meta($current_user, "currentMethod", "Email Verification"); 
        $o4 = "MO_2_FACTOR_SETUP_SUCCESS"; 
        $this->prompt_success_message($o4); 
        exit; 
        DE8: 
        iGE: 
    } 
    function prompt_success_message($o4) 
    { 
        if (!($o4 == "MO_2_FACTOR_SETUP_SUCCESS")) { 
            goto Ld0; 
        } 
        echo "	\x9<html>
\x9\x9<head>  <meta charset="utf-8"/>\xa			<meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9\x9\x9<meta name="viewport" content="width=device-width, initial-scale=1">
	\x9\x9"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "\x9	</head>\xa\x9\x9	<body>\xa\x9\x9\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9	\x9\x9<div class="mo2f-modal-backdrop"></div>
\x9	\x9\x9<div class="mo2f_modal-dialog mo2f_modal-lg" style="width:999px !important;margin:0px auto !important;">
					<div class="login mo_customer_validation-modal-content">
\x9\x9\x9\x9\x9\x9<div class="mo2f_modal-header">
\x9\x9			\x9	<h4>"; 
        echo __("Reconfiguration successful", "miniorange-2-factor-authentication"); 
        echo "</h4>
	\x9	\x9\x9\x9</div>\xa\x9			\x9\x9<div class="mo2f_modal-body center">\xa	\x9	\x9\x9\x9	<center>\xa\x9			\x9\x9		<h3>"; 
        echo __("Email Verification has been reconfigured successfully. Please logout and try to login for testing", "miniorange-2-factor-authentication"); 
        echo "</h3>\xa		\x9\x9		\x9</center>
			\x9\x9\x9	</br>
\x9	\x9\x9\x9\x9	<input type="button" name="back" id="back_btn" class="miniorange_button" onclick= "moback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />
						</div>\xa				\x9</div>
\x9\x9		</div>
\x9	\x9</div>\xa	<form name="f" method="post" action="" id="mo2f_cancel_form">
	\x9		<input type="hidden" name="option" value="mo2f_cancel_configuration" />
	\x9	</form>
\x9\x9	</body>
\x9<script>
\x9\x9\x9function moback(){
\x9		\x9jQuery('#mo2f_cancel_form').submit();
	\x9\x9}\xa\x9</script>
\x9	\x9"; 
        Ld0: 
    } 
    function prompt_user_for_reconfigure_google($current_user, $Um, $Jb) 
    { 
        global $current_user; 
        $current_user = wp_get_current_user(); 
        if ($Um == "MO2F_RECONFIGURE_SUCCESS_GOOGLE") { 
            goto jMu; 
        } 
        echo "		<html>\xa	\x9<head>  <meta charset="utf-8"/>\xa\x9\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">
		\x9<meta name="viewport" content="width=device-width, initial-scale=1">
	\x9	"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "	\x9</head>
\x9		<style>\xa* {\xa\x9box-sizing: border-box;\xa}\xa[class*="mcol-"] {
\x9/*float: left;*/
	padding: 15px;
}\xa/* For desktop: */
.mcol-1 {width: 100%;margin-top: -5%;}
.mcol-2 {width: 100%;margin-top: -5%;}\xa.mcol-3 {width: 100%;margin-top: -5%;}\xa@media only screen and (max-width: 768px) {
	/* For mobile phones: */\xa	[class*="mcol-"] {\xa	\x9width: 100%;\xa	}
}
</style>
	\x9\x9<body>\xa\x9	\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
	\x9\x9	<div class="mo2f-modal-backdrop"></div>\xa				<div class="mo2f_modal-dialog mo2f_modal-lg" >
	\x9\x9\x9\x9<div class="login mo_customer_validation-modal-content center" style="border-top: 4px solid #008ec2; ">\xa		\x9	\x9	<div class="mo2f_modal-header">\xa		\x9\x9	\x9\x9<h4 style="font-size: 200%;color: #008ec2;margin: 0px;">"; 
        echo __("Reconfigure Google Authenticator", "miniorange-2-factor-authentication"); 
        echo "</h4>
\x9\x9\x9	\x9		"; 
        if (!(isset($Jb) && !empty($Jb))) { 
            goto v98; 
        } 
        echo "			\x9\x9	\x9	<div  id="otpMessage">\xa		\x9	\x9				<p class="mo2fa_display_message_frontend" style="text-align: left !important;">"; 
        echo $Jb; 
        echo "</p>\xa\x9						\x9</div>\xa							"; 
        v98: 
        echo "\x9	\x9\x9\x9\x9</div>
\x9		\x9\x9	<div class="mo2f_modal-body center">
	\x9\x9\x9\x9	"; 
        $C0 = isset($_SESSION["mo2f_google_auth"]) ? $_SESSION["mo2f_google_auth"] : null; 
        $b1 = isset($_SESSION["mo2f_google_auth"]) ? $C0["ga_qrCode"] : null; 
        $bI = isset($_SESSION["mo2f_google_auth"]) ? $C0["ga_secret"] : null; 
        $qr = isset($C0["ga_phone"]) ? $C0["ga_phone"] : ''; 
        echo "\x9			\x9\x9\x9\x9<div class="mcol-1">
	\x9\x9\x9		\x9	<h3 style="font-size: 140%;color: #008ec2;">"; 
        echo __("Step-1: Select Type of Phone", "miniorange-2-factor-authentication"); 
        echo "</h3>
	\x9\x9\x9	\x9	\x9	<p style="font-size: 15px !important;">\x9\xa\x9\x9\x9\x9\x9\x9\x9\x9\x9\x9<input type="radio" name="mo2f_reconfig_app_type_radio" value="android" "; 
        checked($qr == "android"); 
        echo " /> <b>Android</b>
			\x9	\x9\x9\x9\x9	<input type="radio" name="mo2f_reconfig_app_type_radio" value="iphone" "; 
        checked($qr == "iphone"); 
        echo " /> <b>iPhone</b>
\x9		\x9\x9				\x9<input type="radio" name="mo2f_reconfig_app_type_radio" value="blackberry" "; 
        checked($qr == "blackberry"); 
        echo " /> <b>BlackBerry / Windows</b><br /><br />
		\x9\x9\x9\x9\x9			<input type="button" name="back" id="back_btn" class="miniorange-button" style="width:45%;" onclick= "mologinback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />\xa\x9		\x9\x9\x9	\x9\x9</p>
			\x9	\x9			</div><hr style="margin: 0%"><br>\xa\x9\x9	\x9\x9			<div class="mcol-2">\xa\x9\x9\x9\x9	<h3 style="font-size: 140%;color: #008ec2;">"; 
        echo __("Step-2: Set up Google Authenticator", "miniorange-2-factor-authentication"); 
        echo "</h3>
\x9\x9\x9	\x9<div id="mo2f_android_div" style=""; 
        echo $qr == "android" ? "display:block" : "display:none"; 
        echo "" >\xa\x9\x9	\x9\x9<div style="float: left;">\xa\x9		\x9	<h4 class="mo_wpns_text_align_left">"; 
        echo __("Install the Google Authenticator App for Android.", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa\x9	\x9		<ol>\xa\x9					<li class="mo_wpns_text_align_left">"; 
        echo __("On your phone,Go to Google Play Store.", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9\x9			\x9<li class="mo_wpns_text_align_left">"; 
        echo __("Search for <b>Google Authenticator.</b>", "miniorange-2-factor-authentication"); 
        echo "<br>
	\x9\x9\x9\x9\x9<u>
\x9\x9	\x9	\x9<a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2" target="_blank">"; 
        echo __("Download from the Google Play Store and install the application.", "miniorange-2-factor-authentication"); 
        echo "</a></u>
		\x9\x9\x9	</li>\xa	\x9\x9\x9\x9</ol>\xa	\x9\x9\x9	<h4 class="mo_wpns_text_align_left">"; 
        echo __("Now open and configure Google Authenticator.", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa		\x9	\x9<ol>\xa				\x9\x9<li class="mo_wpns_text_align_left">"; 
        echo __("In Google Authenticator, touch Menu and select "Set up account."", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9\x9		\x9	<li class="mo_wpns_text_align_left">"; 
        echo __("Select "Scan a barcode". Use your phone's camera to scan this barcode.", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9			\x9</ol>\xa\x9\x9	\x9</div>\xa	\x9		\x9<br>
	\x9			<div>
	\x9	\x9\x9\x9<center>\xa\x9\x9\x9	\x9\x9"; 
        if (MO2F_IS_ONPREM) { 
            goto xjS; 
        } 
        echo "\x9\x9					<div id="displayQrCode" >"; 
        echo "<img src="data:image/jpg;base64," . $b1 . "" />"; 
        echo "</div>
	\x9\x9\x9		"; 
        goto bF4; 
        xjS: 
        echo "		\x9\x9\x9	\x9<div class="mo2f_gauth"  data-qrcode=""; 
        echo $b1; 
        echo ""></div>
		\x9\x9		"; 
        bF4: 
        echo "\x9	\x9	\x9	</center>\xa			\x9	</div>
\x9				<br><br>
\x9		\x9	<div><a  data-toggle="mo2f_collapse" href="#mo2f_scanbarcode_a" aria-expanded="false" ><b>"; 
        echo __("Can't scan the barcode? ", "miniorange-2-factor-authentication"); 
        echo "</b></a></div>\xa	\x9\x9\x9\x9<div class="mo2f_collapse mo_wpns_text_align_left" id="mo2f_scanbarcode_a">
			\x9\x9	<ol>
\x9\x9		\x9	\x9<li>"; 
        echo __("In Google Authenticator, touch Menu and select "Set up account."", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9			\x9	<li>"; 
        echo __("Select "Enter provided key"", "miniorange-2-factor-authentication"); 
        echo "</li>
	\x9\x9			\x9<li>"; 
        echo __("In "Enter account name" type your full email address.", "miniorange-2-factor-authentication"); 
        echo "</li>
				\x9		<li>"; 
        echo __("In "Enter your key" type your secret key:", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9\x9\x9	\x9	\x9<div style="padding: 10px; background-color: #f9edbe;width: 20em;text-align: center;" >
		\x9\x9\x9\x9\x9		<div style="font-size: 14px; font-weight: bold;line-height: 1.5;" >
	\x9	\x9		\x9\x9	"; 
        echo $bI; 
        echo "	\x9		\x9\x9\x9\x9	</div>
	\x9		\x9\x9\x9\x9\x9<div style="font-size: 80%;color: #666666;">
				\x9	\x9		"; 
        echo __("Spaces don't matter.", "miniorange-2-factor-authentication"); 
        echo "\x9\x9	\x9	\x9			</div>\xa\x9\x9					\x9</div>
	\x9\x9\x9\x9	\x9<li>"; 
        echo __("Key type: make sure "Time-based" is selected.", "miniorange-2-factor-authentication"); 
        echo "</li>
			\x9\x9		<li>"; 
        echo __("Tap Add.", "miniorange-2-factor-authentication"); 
        echo "</li>
		\x9			</ol>
		\x9\x9\x9</div>\xa	\x9\x9	\x9</div>\xa	\x9\x9\x9	<div id="mo2f_iphone_div" style=""; 
        echo $qr == "iphone" ? "display:block" : "display:none"; 
        echo "" >
		\x9		<div style="float: left;">\xa		\x9\x9	<h4 class="mo_wpns_text_align_left">"; 
        echo __("Install the Google Authenticator app for iPhone.", "miniorange-2-factor-authentication"); 
        echo "</h4>
\x9	\x9\x9	<ol>
	\x9				<li class="mo_wpns_text_align_left">"; 
        echo __("On your iPhone, tap the App Store icon.", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9		\x9\x9<li class="mo_wpns_text_align_left">"; 
        echo __("Search for <b>Google Authenticator.</b>", "miniorange-2-factor-authentication"); 
        echo "<br>\xa\x9			\x9\x9<u><a href="http://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8" target="_blank">"; 
        echo __("Download from the App Store and install it", "miniorange-2-factor-authentication"); 
        echo "</a></u>
\x9\x9\x9\x9\x9	</li>\xa\x9\x9\x9		</ol>\xa\x9\x9		\x9<h4 class="mo_wpns_text_align_left">"; 
        echo __("Now open and configure Google Authenticator.", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa\x9\x9	\x9\x9<ol>\xa\x9\x9\x9\x9\x9	<li class="mo_wpns_text_align_left">"; 
        echo __("In Google Authenticator, tap "+", and then "Scan Barcode."", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9					<li class="mo_wpns_text_align_left">"; 
        echo __("Use your phone's camera to scan this barcode.", "miniorange-2-factor-authentication"); 
        echo "		\x9\x9\x9\x9\x9\xa	\x9\x9	\x9	</li>
\x9				</ol>
				\x9</div>
				\x9<div>\xa						<center><br>
\x9	\x9	\x9			"; 
        if (MO2F_IS_ONPREM) { 
            goto tn1; 
        } 
        echo "\x9\x9			\x9\x9		<div id="displayQrCode" >"; 
        echo "<img src="data:image/jpg;base64," . $b1 . "" />"; 
        echo "</div>
\x9	\x9		\x9	\x9"; 
        goto Hwf; 
        tn1: 
        echo "\x9\x9	\x9					<div class="mo2f_gauth" data-qrcode=""; 
        echo $b1; 
        echo ""></div>
\x9\x9			\x9		"; 
        Hwf: 
        echo "\x9\x9\x9\x9\x9		</center>\xa	\x9			</div>\xa		\x9	\x9<br><br>\xa\x9	\x9	\x9<div><a  data-toggle="mo2f_collapse" href="#mo2f_scanbarcode_i" aria-expanded="false" ><b>"; 
        echo __("Can't scan the barcode?", "miniorange-2-factor-authentication"); 
        echo " </b></a></div>
	\x9\x9		<div class="mo2f_collapse mo_wpns_text_align_left" id="mo2f_scanbarcode_i"  >\xa			\x9\x9	<ol>\xa\x9\x9\x9	\x9		<li>"; 
        echo __("In Google Authenticator, tap +.", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9	\x9\x9\x9\x9<li>"; 
        echo __("Key type: make sure "Time-based" is selected.", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9	\x9\x9	\x9<li>"; 
        echo __("In "Account" type your full email address.", "miniorange-2-factor-authentication"); 
        echo "</li>
	\x9\x9		\x9\x9<li>"; 
        echo __("In "Key" type your secret key:", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9	\x9\x9\x9\x9	\x9<div style="padding: 10px; background-color: #f9edbe;width: 20em;text-align: center;" >\xa\x9			\x9\x9		\x9<div style="font-size: 14px; font-weight: bold;line-height: 1.5;" >\xa\x9	\x9					\x9"; 
        echo $bI; 
        echo "			\x9\x9\x9\x9	\x9</div>\xa	\x9\x9						<div style="font-size: 80%;color: #666666;">\xa	\x9\x9					\x9"; 
        echo __("Spaces don't matter.", "miniorange-2-factor-authentication"); 
        echo "\x9			\x9\x9		\x9</div>\xa		\x9	\x9	\x9\x9</div>
	\x9		\x9		<li>"; 
        echo __("Tap Add.", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9		\x9		</ol>
		\x9\x9\x9</div>\xa	\x9	\x9\x9</div>
\x9				<div id="mo2f_blackberry_div" class="mo_wpns_text_align_left" style=""; 
        echo $qr == "blackberry" ? "display:block" : "display:none"; 
        echo "">\xa\x9	\x9		<h4>"; 
        echo __("Install the Google Authenticator app for BlackBerry", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa		\x9		<ol>\xa\x9\x9				<li>"; 
        echo __("On your phone, open a web browser.Go to <b>m.google.com/authenticator.</b>", "miniorange-2-factor-authentication"); 
        echo "</li>
			\x9	\x9<li>"; 
        echo __("Download and install the Google Authenticator application.", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9	\x9	\x9</ol>\xa	\x9			<h4>"; 
        echo __("Now open and configure Google Authenticator.", "miniorange-2-factor-authentication"); 
        echo "</h4>
\x9\x9\x9\x9	<ol>
\x9\x9\x9			<li>"; 
        echo __("In Google Authenticator, select Manual key entry.", "miniorange-2-factor-authentication"); 
        echo "</li>
\x9\x9	\x9	\x9<li>"; 
        echo __("In "Enter account name" type your full email address.", "miniorange-2-factor-authentication"); 
        echo "</li>
				\x9\x9<li>"; 
        echo __("In "Enter key" type your secret key:", "miniorange-2-factor-authentication"); 
        echo "</li>
	\x9\x9	\x9		<center><div style="padding: 10px; background-color: #f9edbe;width: 20em;text-align: center;" >
			\x9	\x9\x9\x9<div style="font-size: 14px; font-weight: bold;line-height: 1.5;" >\xa		\x9\x9	\x9	\x9"; 
        echo $bI; 
        echo "	\x9	\x9\x9\x9		</div>
\x9	\x9	\x9\x9	\x9<div style="font-size: 80%;color: #666666;">
\x9				\x9\x9\x9"; 
        echo __("Spaces don't matter.", "miniorange-2-factor-authentication"); 
        echo "		\x9	\x9\x9\x9	</div>\xa			\x9			</div></center>\xa\x9\x9	\x9\x9	<li>"; 
        echo __("Choose Time-based type of key.", "miniorange-2-factor-authentication"); 
        echo "</li>\xa\x9	\x9			<li>"; 
        echo __("Tap Save.", "miniorange-2-factor-authentication"); 
        echo "</li>
			\x9\x9</ol>\xa				</div>
\x9\x9	</div>\xa	\x9	\x9\x9\xa	\x9\x9	\x9<hr style="margin: 0%"><br>

	\x9\x9<div class="mcol-3">\xa		\x9		<h3 style="font-size: 140%;color: #008ec2;">"; 
        echo __("Step-3: Verify and Save", "miniorange-2-factor-authentication"); 
        echo "</h3>
	\x9		\x9<div style=""; 
        echo isset($_SESSION["mo2f_google_auth"]) ? "display:block" : "display:none"; 
        echo "">\xa	\x9\x9\x9\x9<div>"; 
        echo __("Once you have scanned the barcode, enter the 6-digit verification code generated by the Authenticator app", "miniorange-2-factor-authentication"); 
        echo "</div><br/>
\x9\x9\x9		<form name="" method="post" id="mo2f_reconfig_verify_ga_code_form" >\xa\x9\x9		\x9\x9<span><b>"; 
        echo __("Code:", "miniorange-2-factor-authentication"); 
        echo " </b>\xa	\x9		\x9\x9<input class="mo2f_table_textbox"  autofocus="true" required="true" pattern="[0-9]{4,8}" type="text" id="google_auth_code" name="google_auth_code" placeholder=""; 
        echo __("Enter OTP", "miniorange-2-factor-authentication"); 
        echo "" /></span><br /><br/>\xa	\x9		\x9	<input type="submit" name="validate" id="validate" class="miniorange-button" value=""; 
        echo __("Verify and Save", "miniorange-2-factor-authentication"); 
        echo "" />
\x9\x9	\x9		<input type="hidden" name="mo2f_reconfig_validate_ga_nonce" value=""; 
        echo wp_create_nonce("miniorange-2-factor-reconfig-google-auth-nonce"); 
        echo "" />
\x9\x9			</form>
	\x9			</div>\xa		\x9	\x9</div>
					\x9	"; 
        mo2f_customize_logo(); 
        echo "	\x9		\x9	</div>\xa\x9\x9\x9	</div>\xa\x9		\x9</div>\xa	\x9	</div>
	\x9	<form name="f" method="post" id="mo2f_reconfig_app_type_ga_form" action="" style="display:none;">
		\x9	<input type="hidden" name="google_phone_type" />
		\x9	<input type="hidden" name="mo2f_reconfig_ga_phone_type_nonce" value=""; 
        echo wp_create_nonce("miniorange-2-factor-reconfig-ga-phone-type-nonce"); 
        echo "" />
\x9\x9		<input type="hidden" name="mo2f_user_id" value=""; 
        echo $current_user->ID; 
        echo "" />
\x9	\x9</form>\xa\x9\x9	<form name="f" method="post" action="" id="mo2f_cancel_form">
\x9\x9		<input type="hidden" name="option" value="mo2f_cancel_configuration" />\xa	\x9\x9</form>\xa\x9\x9\x9</body>\xa\x9\x9	<script>\xa			function mologinback(){
\x9			jQuery('#mo2f_cancel_form').submit();\xa\x9\x9	}\xa			jQuery('input:radio[name=mo2f_reconfig_app_type_radio]').click(function() {\xa\x9\x9\x9	var selectedPhone = jQuery(this).val();\xa\x9			document.getElementById("mo2f_reconfig_app_type_ga_form").elements[0].value = selectedPhone;\xa		\x9	jQuery('#mo2f_reconfig_app_type_ga_form').submit();\xa\x9\x9	});\xa			 jQuery('html,body').animate({scrollTop: jQuery(document).height()}, 600);\xa\x9	\x9</script>		\xa\x9	\x9"; 
        echo "<head>"; 
        echo "<script type="text/javascript" src="" . plugins_url("/includes/jquery-qrcode/jquery-qrcode.js", dirname(dirname(__FILE__))) . ""></script>"; 
        echo "<script type="text/javascript" src="" . plugins_url("/includes/jquery-qrcode/jquery-qrcode.min.js", dirname(dirname(__FILE__))) . ""></script>"; 
        echo "</head>"; 
        goto GLw; 
        jMu: 
        echo "	\x9<html>
	\x9<head>  <meta charset="utf-8"/>
\x9\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">
	\x9	<meta name="viewport" content="width=device-width, initial-scale=1">
	\x9	"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "\x9\x9</head>\xa\x9\x9\x9<body>\xa	\x9\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9		\x9<div class="mo2f-modal-backdrop"></div>
\x9	\x9	<div class="mo2f_modal-dialog mo2f_modal-lg" style="width:999px !important;margin:0px auto !important;">
\x9\x9	\x9\x9<div class="login mo_customer_validation-modal-content">
	\x9\x9			<div class="mo2f_modal-header">\xa	\x9\x9\x9\x9		<h4>"; 
        echo __("Reconfiguration successful", "miniorange-2-factor-authentication"); 
        echo "</h4>
	\x9\x9	\x9\x9</div>
	\x9\x9			<div class="mo2f_modal-body center">\xa\x9		\x9\x9		<center>\xa		\x9		\x9\x9\x9<h3><b style="color:#7EAFB7;">"; 
        echo __("Google Authenticator </b>has been reconfigured successfully..<br>", "miniorange-2-factor-authentication"); 
        echo "</h3>
	\x9\x9			\x9</center>\xa		\x9\x9	\x9	</br>\xa\x9\x9\x9\x9	\x9\x9<input type="button" name="back" id="back_btn" class="miniorange-button" onclick= "mologinback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />\xa	\x9\x9		\x9</div>\xa\x9\x9\x9\x9	</div>
				</div>
\x9\x9	</div>\xa\x9<form name="f" method="post" action="" id="mo2f_cancel_form">\xa\x9			<input type="hidden" name="option" value="mo2f_cancel_configuration" />
\x9\x9\x9</form>
			</body>
\x9<script>\xa	\x9\x9function mologinback(){
	\x9\x9	jQuery('#mo2f_cancel_form').submit();
		\x9}\xa	</script>
\x9		"; 
        GLw: 
    } 
    function prompt_user_for_reconfigure_kba($current_user, $Um, $Jb) 
    { 
        global $current_user; 
        $current_user = wp_get_current_user(); 
        if ($Um == "MO2F_RECONFIGURE_SUCCESS_KBA") { 
            goto oSN; 
        } 
        echo "	<html>\xa	\x9<head>  <meta charset="utf-8"/>\xa			<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9\x9\x9<meta name="viewport" content="width=device-width, initial-scale=1">
			"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "	\x9	<style>\xa\x9		\x9.mo2f_kba_ques, .mo2f_table_textbox{
\x9			\x9background: whitesmoke none repeat scroll 0% 0%;
				}\xa\x9	\x9	.mo2f_custom_kba_table{\xa\x9\x9\x9	\x9table-layout: auto !important;
\x9\x9			border: 0px transparent;
\x9\x9\x9\x9}\xa		\x9	.mo2fa_thtd{
\x9\x9\x9	   border: 0px transparent;\xa	\x9		}
	\x9	</style>\xa\x9	</head>
\x9	<body>
			<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
	\x9	\x9<div class="mo2f-modal-backdrop"></div>
\x9	\x9	<div class="mo2f_modal-dialog mo2f_modal-lg">
	\x9\x9\x9\x9<div class="login mo_customer_validation-modal-content">\xa\x9	\x9\x9	\x9<div class="mo2f_modal-header">
		\x9	\x9\x9\x9<h4>"; 
        echo __("Reconfigure Security Questions", "miniorange-2-factor-authentication"); 
        echo "</h4>
	\x9\x9\x9		</div>
\x9				\x9<div class="mo2f_modal-body">
	\x9		\x9\x9<form name="f" method="post" action="" >
	\x9		\x9\x9		"; 
        mo2f_configure_kba_questions(); 
        echo "	\x9				\x9\x9<br />\xa\x9\x9			\x9		<div class ="row">\xa		\x9				\x9	<div class="col-md-12" style="margin: 0 auto;width: 100px;">
	\x9\x9	\x9			\x9	<center><input type="submit" name="validate" class="miniorange_button" value=""; 
        echo __("Save", "miniorange-2-factor-authentication"); 
        echo "" /></center>\xa	\x9		\x9		\x9\x9</div>\xa	\x9	\x9\x9\x9		</div>\xa\x9\x9\x9				\x9<input type="hidden" name="mo2f_reconfig_kba_option" />
\x9			\x9	\x9\x9<input type="hidden" name="mo2f_reconfig_save_kba_nonce" value=""; 
        echo wp_create_nonce("miniorange-2-factor-reconfig-save-kba-nonce"); 
        echo "" />
			\x9	\x9</form>
\x9		\x9\x9\x9<form name="f" method="post" action="" id="mo2f_cancel_form">\xa		\x9\x9	\x9				<input type="hidden" name="option" value="mo2f_cancel_configuration" />
\x9	\x9\x9\x9\x9\x9\x9	\x9<center><input type="submit" name="back" id="back_btn" class="miniorange_button" style="width:10%;" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" /></center>\xa\x9\x9\x9		\x9</form>
					\x9	<br>
	\x9\x9		\x9\x9"; 
        mo2f_customize_logo(); 
        echo "\x9			\x9\x9</div>\xa				\x9</div>
		\x9\x9</div>
\x9	\x9</div>
		\x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action=""; 
        echo mo2f_check_backtologform_action(); 
        echo "" style="display:none;">
\x9	\x9	<input type="hidden" name="miniorange_mobile_validation_failed_nonce" value=""; 
        echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce"); 
        echo "" />\xa		\x9	<input type="hidden" name="option" value="miniorange_mobile_validation_failed">\xa			</form>
\x9	</body>\xa\x9\x9<script>
			function mologinback(){\xa\x9	\x9	jQuery('#mo2f_backto_mo_loginform').submit();
\x9	\x9}
\x9	</script>\xa	</html>
		\x9"; 
        goto NLO; 
        oSN: 
        echo "\x9	<html>
\x9\x9<head>  <meta charset="utf-8"/>\xa		\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa		\x9<meta name="viewport" content="width=device-width, initial-scale=1">
\x9\x9	"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "	\x9</head>
\x9		<body>
		\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">\xa	\x9	\x9<div class="mo2f-modal-backdrop"></div>
	\x9		<div class="mo2f_modal-dialog mo2f_modal-lg" style="width:999px !important;margin:0px auto !important;">\xa					<div class="login mo_customer_validation-modal-content">
\x9	\x9	\x9\x9<div class="mo2f_modal-header">
		\x9\x9\x9		<center>\xa	\x9\x9				   <h4>"; 
        echo __("Reconfiguration successful", "miniorange-2-factor-authentication"); 
        echo "</h4>
		\x9\x9		\x9</center>
\x9\x9\x9	\x9	</div>\xa\x9	\x9\x9	\x9<div class="mo2f_modal-body center">\xa\x9		\x9\x9		<center>
	\x9	\x9	\x9	\x9<h3><b style="color:#7EAFB7;">"; 
        echo __("Security Questions", "miniorange-2-factor-authentication"); 
        echo " </b>"; 
        echo __("have been reconfigured successfully..<br>", "miniorange-2-factor-authentication"); 
        echo "</h3>\xa\x9	\x9			\x9</center>
\x9	\x9\x9\x9\x9\x9</br>
			\x9\x9	\x9<input type="button" name="back" id="back_btn" class="miniorange_button" onclick= "mologinback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />\xa\x9\x9\x9	\x9	</div>\xa		\x9		</div>
\x9\x9	\x9</div>
\x9\x9\x9</div>
	<form name="f" method="post" action="" id="mo2f_cancel_form">
	\x9		<input type="hidden" name="option" value="mo2f_cancel_configuration" />
\x9\x9	</form>
\x9		</body>
\x9<script>\xa\x9		function mologinback(){
	\x9\x9\x9jQuery('#mo2f_cancel_form').submit();\xa	\x9\x9}
\x9</script>\xa	\x9	"; 
        NLO: 
    } 
    function prompt_user_for_reconfigure_phone($mJ, $Um, $Jb, $uV) 
    { 
        $current_user = get_userdata($mJ); 
        global $aq; 
        $xB = "SMS"; 
        if ($Um == "MO2F_RECONFIGURE_SUCCESS_SMS") { 
            goto av2; 
        } 
        echo "	<html>\xa\x9	<head>  <meta charset="utf-8"/>\xa\x9\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9\x9	<meta name="viewport" content="width=device-width, initial-scale=1">\xa	\x9	"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<script src="" . plugins_url("includes/js/phone.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/phone.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "\x9	</head>
\x9\x9<body>
		\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">\xa\x9		\x9<div class="mo2f-modal-backdrop"></div>
		\x9	<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md" >
\x9\x9\x9\x9	<div class="login mo_customer_validation-modal-content">
\x9	\x9	\x9\x9<div class="mo2f_modal-header">
		\x9\x9\x9\x9\x9<strong style="font-size:2em;"class="mo2f_modal-title"><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" onclick="moback();"><span aria-hidden="true">&times;</span></button>
	\x9	\x9	\x9\x9"; 
        if ($xB == "SMS AND EMAIL") { 
            goto OI8; 
        } 
        if ($xB == "OTP OVER EMAIL") { 
            goto DUM; 
        } 
        echo "	\x9\x9\x9			\x9"; 
        echo __("Verify Your Phone", "miniorange-2-factor-authentication"); 
        echo "</strong>
\x9\x9\x9\x9\x9		"; 
        goto DFN; 
        OI8: 
        echo "\x9\x9\x9	\x9\x9	\x9"; 
        echo __("Verify Your Phone and Email", "miniorange-2-factor-authentication"); 
        echo "</strong>
	\x9			\x9		"; 
        goto DFN; 
        DUM: 
        echo "\x9				\x9	\x9"; 
        echo __("Verify Your EMAIL", "miniorange-2-factor-authentication"); 
        echo "</strong>\xa	\x9\x9\x9	\x9	\x9"; 
        DFN: 
        echo "	\x9\x9		\x9</div>
	\x9				<div class="mo2f_modal-body">\xa\x9\x9\x9	\x9	\x9"; 
        if (!(isset($Jb) && !empty($Jb))) { 
            goto aEG; 
        } 
        echo "\x9		\x9\x9\x9\x9\x9<div  id="otpMessage" \xa	\x9\x9\x9			\x9"; 
        if (!get_user_meta($mJ, "mo2f_is_error", true)) { 
            goto aiD; 
        } 
        echo "	\x9					\x9\x9style="background-color:#FADBD8; color:#E74C3C;?>""; 
        update_user_meta($mJ, "mo2f_is_error", false); 
        aiD: 
        echo "\x9\x9		\x9\x9\x9	>\xa	\x9				\x9\x9\x9<p class="mo2fa_display_message_frontend" style="text-align: left !important; "> "; 
        echo $Jb; 
        echo "</p>\xa\x9\x9	\x9\x9	\x9\x9</div>\xa\x9\x9\x9					"; 
        if (!isset($Jb)) { 
            goto BEE; 
        } 
        echo "  <br/> "; 
        BEE: 
        echo "	\x9\x9	\x9\x9\x9"; 
        aEG: 
        echo "	\x9\x9		\x9\x9<div class="mo2f_row">
		\x9	\x9		\x9<form name="f" method="post" action="" id="mo2f_inline_verifyphone_form">\xa\x9				\x9\x9		<p>\xa\x9		\x9\x9	\x9	\x9"; 
        if ($xB == "SMS AND EMAIL") { 
            goto cLT; 
        } 
        if ($xB == "OTP OVER EMAIL") { 
            goto AR5; 
        } 
        echo "\x9					\x9\x9\x9	"; 
        echo __("Enter your phone number", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa	\x9	\x9\x9\x9\x9\x9	\x9"; 
        goto MQy; 
        cLT: 
        echo "	\x9\x9	\x9	\x9	\x9		\x9"; 
        echo __("Enter your phone number. An One Time Passcode(OTP) wll be sent to this number and your email address.", "miniorange-2-factor-authentication"); 
        echo "</p>
	\x9		\x9					\x9	  "; 
        goto MQy; 
        AR5: 
        MQy: 
        if ($xB == "OTP OVER EMAIL") { 
            goto ZtY; 
        } 
        echo "\x9\x9\x9\x9\x9\x9\x9\x9\x9  
	\x9	\x9		\x9	\x9<input class="mo2f_table_textbox"  type="text" name="verify_phone"  id="phone"\xa\x9		\x9	\x9\x9		\x9value="
\x9\x9\x9\x9					\x9"; 
        if (!isset($_SESSION["mo2f_phone"])) { 
            goto Teo; 
        } 
        echo $_SESSION["mo2f_phone"]; 
        Teo: 
        echo "\x9	\x9\x9\x9			\x9	" pattern="[\+]?[0-9]{1,4}\s?[0-9]{7,12}" required="true" title=""; 
        echo __("Enter phone number without any space or dashes", "miniorange-2-factor-authentication"); 
        echo "" /><br />\xa\x9\x9\x9		\x9	\x9\x9"; 
        ZtY: 
        echo "	\x9\x9\x9	\x9	\x9\x9"; 
        $vj = $aq->get_user_detail("mo2f_user_email", $mJ); 
        if (!($xB == "SMS AND EMAIL" || $xB == "OTP OVER EMAIL")) { 
            goto y1t; 
        } 
        echo "	\x9\x9\x9	\x9	\x9		<input class="mo2f_IR_phone"  type="text" name="verify_email" id="email"
	\x9\x9\x9\x9\x9				value="
\x9\x9\x9\x9\x9	\x9		\x9"; 
        if (isset($_SESSION["mo2f_email"])) { 
            goto F5J; 
        } 
        echo $vj; 
        goto O2s; 
        F5J: 
        echo $_SESSION["mo2f_email"]; 
        O2s: 
        echo "\x9		\x9\x9	\x9	\x9	"  title=""; 
        echo __("Enter your email", "miniorange-2-factor-authentication"); 
        echo "" style="width: 250px;" disabled /><br />\xa	\x9\x9	\x9\x9			"; 
        y1t: 
        echo "  
\x9			\x9		\x9\x9<input type="submit" name="verify" class="miniorange_button" value="\xa	\x9		\x9\x9		\x9"; 
        if (isset($_SESSION["mo2f_transactionId"])) { 
            goto i5w; 
        } 
        echo __("Send OTP", "miniorange-2-factor-authentication"); 
        goto Qle; 
        i5w: 
        echo __("Resend OTP", "miniorange-2-factor-authentication"); 
        Qle: 
        echo "	\x9	\x9\x9	\x9\x9	" />
			\x9				\x9<input type="hidden" name="mo2f_second_factor" value=""; 
        echo $uV; 
        echo "">
		\x9\x9\x9\x9			<input type="hidden" name="mo2f_reconfigure_verify_phone_and_otp_over_email_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-verify-phone-and-otp-over-sms-nonce"); 
        echo "" />
\x9\x9				\x9	</form>
			\x9\x9\x9\x9</div>  
\x9\x9\x9\x9			<form name="f" method="post" action="" id="mo2f_reconfigure_validateotp_form" >\xa\x9\x9\x9\x9\x9		\x9<p>\xa\x9\x9	\x9\x9	\x9\x9	"; 
        if ($xB == "SMS AND EMAIL") { 
            goto DTs; 
        } 
        echo "\x9\x9\x9	\x9			\x9\x9"; 
        echo __("Please enter the One Time Passcode sent to your phone.", "miniorange-2-factor-authentication"); 
        echo "</p>\xa								"; 
        goto qLS; 
        DTs: 
        echo "				\x9\x9		<h4>"; 
        echo __("Enter One Time Passcode", "miniorange-2-factor-authentication"); 
        echo "</h4>\xa\x9\x9\x9\x9						"; 
        qLS: 
        echo "\x9	\x9					<input class="mo2f_IR_phone_OTP"  required="true" pattern="[0-9]{4,8}" autofocus="true" type="text" name="otp_token" placeholder=""; 
        echo __("Enter the code", "miniorange-2-factor-authentication"); 
        echo "" id="otp_token"/><br>
				\x9\x9\x9\x9<input type="submit" name="validate" class="miniorange_button" value=""; 
        echo __("Verify Code", "miniorange-2-factor-authentication"); 
        echo "" />
			\x9				<input type="hidden" name="mo2f_second_factor" value=""; 
        echo $uV; 
        echo "">
				\x9	\x9	<input type="hidden" name="mo2f_reconfigure_validate_otp_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-validate-otp-nonce"); 
        echo "" />\xa\x9\x9		\x9\x9	</form>\xa		\x9\x9	\x9		"; 
        mo2f_customize_logo(); 
        echo "\x9\x9			\x9</div>\xa\x9\x9\x9		</div>
\x9\x9		</div>
			</div>\xa		\x9<form name="f" method="post" action="" id="mo2f_cancel_form">
	\x9\x9	\x9<input type="hidden" name="option" value="mo2f_cancel_configuration" />\xa\x9		</form>\xa\x9		<form name="f" method="post" action="" id="mo2f_reconfigure_resend_otp_form" style="display:none;">
	\x9\x9	<input type="hidden" name="mo2f_reconfigure_resend_otp_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-resend-otp-nonce"); 
        echo "" />
\x9		</form>
\x9	</body>\xa\x9	<script>
	\x9	jQuery("#phone").intlTelInput();
	\x9	function moback(){\xa\x9	\x9\x9jQuery('#mo2f_cancel_form').submit();
		\x9}\xa	\x9	jQuery('a[href="#resendsmslink"]').click(function(e) {
	\x9\x9	jQuery('#mo2f_reconfigure_resend_otp_form').submit();
\x9\x9\x9});
\x9	</script>\xa	</html>\xa\x9	\x9"; 
        goto KBm; 
        av2: 
        echo "	\x9<html>
	\x9<head>  <meta charset="utf-8"/>
	\x9	<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9		<meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9		"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "\x9\x9</head>
			<body>\xa\x9	\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9	\x9\x9<div class="mo2f-modal-backdrop"></div>\xa\x9\x9\x9\x9<div class="mo2f_modal-dialog mo2f_modal-lg" style="width:999px !important;margin:0px auto !important;">\xa\x9\x9	\x9\x9<div class="login mo_customer_validation-modal-content">
\x9\x9\x9\x9	\x9<div class="mo2f_modal-header">
	\x9\x9	\x9		<center>\xa\x9\x9	\x9		\x9<h4>"; 
        echo __("Reconfiguration successful", "miniorange-2-factor-authentication"); 
        echo "</h4>
	\x9\x9\x9	\x9   </center>\xa\x9	\x9	\x9	</div>
\x9	\x9		\x9<div class="mo2f_modal-body center">\xa\x9\x9\x9\x9\x9\x9\x9<center>
\x9							<h3>"; 
        echo __("OTP Over SMS has been reconfigured successfully.", "miniorange-2-factor-authentication"); 
        echo "</h3>
		\x9\x9\x9\x9	</center>
	\x9		\x9\x9	</br>\xa\x9	\x9\x9			<input type="button" name="back" id="back_btn" class="miniorange_button" onclick= "moback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />
\x9	\x9\x9\x9\x9</div>\xa			\x9	</div>
			\x9</div>
	\x9\x9</div>\xa\x9<form name="f" method="post" action="" id="mo2f_cancel_form">
			\x9<input type="hidden" name="option" value="mo2f_cancel_configuration" />
	\x9	</form>\xa\x9\x9\x9</body>
\x9<script>
\x9\x9	function moback(){\xa	\x9\x9\x9jQuery('#mo2f_cancel_form').submit();\xa\x9	\x9}
	</script>
		\x9"; 
        KBm: 
    } 
    function prompt_user_for_reconfigure_otp_over_email($mJ, $Um, $Jb, $uV = null) 
    { 
        $current_user = get_userdata($mJ); 
        global $aq; 
        $xB = "OTP OVER EMAIL"; 
        if ($Um == "MO2F_RECONFIGURE_SUCCESS_OTP_OVER_EMAIL") { 
            goto NBS; 
        } 
        echo "	<html>
		<head>  <meta charset="utf-8"/>
\x9		<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9	\x9<meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9	\x9"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<script src="" . plugins_url("includes/js/phone.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/phone.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "\x9	</head>\xa		<body>
\x9\x9	<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">\xa\x9		\x9<div class="mo2f-modal-backdrop"></div>
		\x9	<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md" >
			\x9	<div class="login mo_customer_validation-modal-content">\xa\x9\x9\x9\x9\x9\x9<div class="mo2f_modal-header">\xa		\x9\x9\x9\x9\x9<strong style="font-size:2em;"class="mo2f_modal-title"><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" onclick="moback();"><span aria-hidden="true">&times;</span></button>\xa	\x9\x9\x9\x9\x9	"; 
        if ($xB == "SMS AND EMAIL") { 
            goto TpB; 
        } 
        if ($xB == "OTP OVER EMAIL") { 
            goto kmB; 
        } 
        echo "\x9\x9	\x9\x9\x9\x9	"; 
        echo __("Verify Your Phone", "miniorange-2-factor-authentication"); 
        echo "</strong>
\x9\x9	\x9	\x9	"; 
        goto RfE; 
        TpB: 
        echo "\x9\x9\x9\x9	\x9\x9	"; 
        echo __("Verify Your Phone and Email", "miniorange-2-factor-authentication"); 
        echo "</strong>\xa\x9		\x9\x9			"; 
        goto RfE; 
        kmB: 
        echo "\x9\x9\x9	\x9			"; 
        echo __("Verify Your EMAIL", "miniorange-2-factor-authentication"); 
        echo "</strong>\xa	\x9\x9\x9\x9		\x9"; 
        RfE: 
        echo "\x9		\x9\x9\x9</div>
\x9	\x9\x9\x9\x9<div class="mo2f_modal-body">\xa		\x9	\x9		"; 
        if (!(isset($Jb) && !empty($Jb))) { 
            goto sYj; 
        } 
        echo "\x9	\x9	\x9\x9\x9\x9<div  id="otpMessage" 
	\x9\x9		\x9\x9\x9"; 
        if (!get_user_meta($mJ, "mo2f_is_error", true)) { 
            goto Auh; 
        } 
        echo "\x9	\x9\x9		\x9\x9\x9style="background-color:#FADBD8; color:#E74C3C;?>""; 
        update_user_meta($mJ, "mo2f_is_error", false); 
        Auh: 
        echo "\x9	\x9	\x9	\x9	>
	\x9\x9	\x9		\x9\x9<p class="mo2fa_display_message_frontend" style="text-align: left !important; "> "; 
        echo $Jb; 
        echo "</p>\xa	\x9\x9	\x9\x9\x9	</div>
		\x9	\x9	\x9	"; 
        if (!isset($Jb)) { 
            goto zF9; 
        } 
        echo "  <br/> "; 
        zF9: 
        echo "\x9\x9	\x9			"; 
        sYj: 
        echo "\x9\x9\x9\x9\x9\x9	<div class="mo2f_row">
\x9\x9		\x9\x9\x9	<form name="f" method="post" action="" id="mo2f_inline_verifyphone_form">\xa\x9\x9		\x9	\x9		<p>
\x9\x9\x9	\x9\x9\x9		"; 
        if ($xB == "SMS AND EMAIL") { 
            goto BJK; 
        } 
        if ($xB == "OTP OVER EMAIL") { 
            goto mT6; 
        } 
        echo "\x9\x9		\x9\x9	\x9	\x9"; 
        echo __("Enter your phone number", "miniorange-2-factor-authentication"); 
        echo "</h4>
						\x9\x9\x9	"; 
        goto sqV; 
        BJK: 
        echo "\x9		\x9\x9			\x9	"; 
        echo __("Enter your phone number. An One Time Passcode(OTP) wll be sent to this number and your email address.", "miniorange-2-factor-authentication"); 
        echo "</p>\xa					\x9\x9	\x9	"; 
        goto sqV; 
        mT6: 
        sqV: 
        if ($xB == "OTP OVER EMAIL") { 
            goto DYe; 
        } 
        echo "	\x9\x9					\x9  \xa	\x9\x9	\x9\x9\x9	\x9<input class="mo2f_table_textbox"  type="text" name="verify_phone" style="padding-left:15%;" id="phone"
	\x9\x9\x9\x9			\x9	value="\xa\x9\x9\x9\x9		\x9\x9	\x9"; 
        if (!isset($_SESSION["mo2f_phone"])) { 
            goto Ga0; 
        } 
        echo $_SESSION["mo2f_phone"]; 
        Ga0: 
        echo "						\x9	\x9\x9" pattern="[\+]?[0-9]{1,4}\s?[0-9]{7,12}" required="true" title=""; 
        echo __("Enter phone number without any space or dashes", "miniorange-2-factor-authentication"); 
        echo "" /><br />
		\x9			\x9\x9\x9"; 
        DYe: 
        echo "\x9\x9\x9\x9\x9	\x9		"; 
        $vj = $aq->get_user_detail("mo2f_user_email", $mJ); 
        if (!empty($vj)) { 
            goto SAX; 
        } 
        $user = wp_get_current_user(); 
        $vj = $user->user_email; 
        SAX: 
        if (!($xB == "SMS AND EMAIL" || $xB == "OTP OVER EMAIL")) { 
            goto ddx; 
        } 
        echo "\x9	\x9\x9					\x9<input class="mo2f_IR_phone"  type="text" name="verify_email" id="email"
\x9		\x9			\x9		value="\xa\x9\x9	\x9	\x9\x9	\x9\x9"; 
        if (isset($_SESSION["mo2f_email"])) { 
            goto vBP; 
        } 
        echo $vj; 
        goto go9; 
        vBP: 
        echo $_SESSION["mo2f_email"]; 
        go9: 
        echo "\x9\x9\x9	\x9\x9			\x9"  title=""; 
        echo __("Enter your email", "miniorange-2-factor-authentication"); 
        echo "" style="width: 250px;"  /><br />
\x9\x9\x9	\x9\x9\x9\x9	"; 
        ddx: 
        echo "  \xa\x9\x9							<input type="submit" name="verify" class="miniorange_button" value="\xa\x9\x9		\x9	\x9\x9	"; 
        if (isset($_SESSION["mo2f_transactionId"])) { 
            goto r32; 
        } 
        echo __("Send OTP", "miniorange-2-factor-authentication"); 
        goto J4c; 
        r32: 
        echo __("Resend OTP", "miniorange-2-factor-authentication"); 
        J4c: 
        echo "\x9\x9							" />\xa\x9\x9\x9			\x9	\x9<input type="hidden" name="mo2f_second_factor" value=""; 
        echo $uV; 
        echo "" />
\x9\x9	\x9\x9			\x9<input type="hidden" name="mo2f_reconfigure_verify_phone_and_otp_over_email_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-verify-phone-and-otp-over-sms-nonce"); 
        echo "" />\xa\x9							</form>
\x9	\x9		\x9\x9</div>  \xa	\x9	\x9		\x9<form name="f" method="post" action="" id="mo2f_reconfigure_validateotp_form" >\xa		\x9\x9	\x9		<p>
	\x9			\x9	\x9	"; 
        if ($xB == "SMS AND EMAIL") { 
            goto nWF; 
        } 
        echo "\x9\x9	\x9	\x9\x9\x9		"; 
        echo __("Please enter the One Time Passcode sent to your phone.", "miniorange-2-factor-authentication"); 
        echo "</p>\xa			\x9	\x9	\x9"; 
        goto DjN; 
        nWF: 
        echo "		\x9	\x9	\x9	<h4>"; 
        echo __("Enter One Time Passcode", "miniorange-2-factor-authentication"); 
        echo "</h4>
\x9	\x9						\x9"; 
        DjN: 
        echo "							\x9<input class="mo2f_IR_phone_OTP"  required="true" pattern="[0-9]{4,8}" autofocus="true" type="text" name="otp_token" placeholder=""; 
        echo __("Enter the code", "miniorange-2-factor-authentication"); 
        echo "" id="otp_token"/><br>
	\x9	\x9		\x9\x9<input type="submit" name="validate" class="miniorange_button" value=""; 
        echo __("Verify Code", "miniorange-2-factor-authentication"); 
        echo "" />
	\x9\x9		\x9\x9	 <input type="hidden" name="mo2f_second_factor" value=""; 
        echo $uV; 
        echo "" />\xa	\x9			\x9	\x9<input type="hidden" name="mo2f_reconfigure_validate_otp_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-validate-otp-nonce"); 
        echo "" />
	\x9	\x9\x9		</form>
\x9					\x9	"; 
        mo2f_customize_logo(); 
        echo "\x9	\x9	\x9	</div>
	\x9			</div>\xa\x9\x9		</div>\xa\x9	\x9</div>
			<form name="f" method="post" action="" id="mo2f_cancel_form">\xa\x9\x9\x9\x9\x9<input type="hidden" name="option" value="mo2f_cancel_configuration" />\xa\x9		</form>\xa\x9		<form name="f" method="post" action="" id="mo2f_reconfigure_resend_otp_form" style="display:none;">
\x9	\x9	<input type="hidden" name="mo2f_reconfigure_resend_otp_nonce" value=""; 
        echo wp_create_nonce("mo2f-reconfigure-resend-otp-nonce"); 
        echo "" />
	\x9\x9</form>\xa\x9\x9</body>
\x9	<script>\xa	\x9\x9jQuery("#phone").intlTelInput();\xa\x9		function moback(){
\x9\x9	\x9jQuery('#mo2f_cancel_form').submit();\xa		\x9}
\x9		jQuery('a[href="#resendsmslink"]').click(function(e) {\xa\x9		\x9jQuery('#mo2f_reconfigure_resend_otp_form').submit();\xa			});\xa	\x9</script>\xa	</html>\xa\x9\x9\x9"; 
        goto QNJ; 
        NBS: 
        echo "	\x9<html>
	\x9<head>  <meta charset="utf-8"/>\xa		\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9\x9	<meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9		"; 
        echo "<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>"; 
        echo "<script src="" . plugins_url("includes/js/bootstrap.min.js", dirname(dirname(__FILE__))) . "" ></script>"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/bootstrap.min.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/front_end_login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/style_settings.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/hide-login.css", dirname(dirname(__FILE__))) . "" />"; 
        echo "		</head>\xa			<body>\xa	\x9\x9<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
	\x9\x9\x9<div class="mo2f-modal-backdrop"></div>\xa	\x9\x9	<div class="mo2f_modal-dialog mo2f_modal-lg" style="width:999px !important;margin:0px auto !important;">
		\x9	\x9<div class="login mo_customer_validation-modal-content">\xa\x9		\x9\x9	<div class="mo2f_modal-header">
\x9	\x9	\x9	\x9<center>\xa				\x9		<h4>"; 
        echo __("Reconfiguration successful", "miniorange-2-factor-authentication"); 
        echo "</h4>
					 </center>
			\x9\x9	</div>\xa		\x9\x9\x9\x9<div class="mo2f_modal-body center">\xa			\x9		\x9<center>
\x9		\x9	\x9\x9\x9<h3>"; 
        echo __("OTP Over Email has been reconfigured successfully.", "miniorange-2-factor-authentication"); 
        echo "</h3>\xa\x9				\x9	</center>
					\x9	</br>\xa			\x9\x9\x9\x9<input type="button" name="back" id="back_btn" class="miniorange_button" onclick= "moback();" value=""; 
        echo __("Back", "miniorange-2-factor-authentication"); 
        echo "" />
\x9\x9\x9\x9	\x9</div>\xa	\x9		\x9</div>\xa		\x9\x9</div>
			</div>
\x9<form name="f" method="post" action="" id="mo2f_cancel_form">
\x9	\x9	<input type="hidden" name="option" value="mo2f_cancel_configuration" />\xa\x9\x9\x9</form>
\x9		</body>
\x9<script>
	\x9	function moback(){\xa\x9	\x9\x9jQuery('#mo2f_cancel_form').submit();
\x9\x9\x9}
	</script>
\x9\x9\x9"; 
        QNJ: 
    } 
    public function mo2fa_reconfigform_ShortCode($Nx = null) 
    { 
        global $current_user; 
        $OZ = wp_get_current_user(); 
        global $aq; 
        $tB = miniorange_get_user_role($OZ); 
        $h_ = miniorange_check_if_2fa_enabled_for_roles($tB); 
        $T7 = wp_create_nonce("EmailSaveNonce"); 
        if (!(is_user_logged_in() && mo2f_is_customer_registered() && $h_)) { 
            goto Vya; 
        } 
        $aA = fetch_methods($OZ); 
        $aH = in_array("GOOGLE AUTHENTICATOR", $aA) ? "mo2f_checkbox_show" : "mo2f_td_hide"; 
        $un = in_array("KBA", $aA) ? "mo2f_checkbox_show" : "mo2f_td_hide"; 
        $yF = in_array("SMS", $aA) ? "mo2f_checkbox_show" : "mo2f_td_hide"; 
        $QQ = in_array("OTP_OVER_EMAIL", $aA) ? "mo2f_checkbox_show" : "mo2f_td_hide"; 
        $tf = in_array("OUT OF BAND EMAIL", $aA) ? "mo2f_checkbox_show" : "mo2f_td_hide"; 
        $xM = ''; 
        $cY = mo2f_is_customer_registered(); 
        $SB = !$cY ? "disabled" : ''; 
        $vj = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        wp_enqueue_style("mo_wpns_shortcode_style"); 
        if (!($vj || 1)) { 
            goto OqL; 
        } 
        $xM .= $aH == "mo2f_checkbox_show" ? "
		<form id="mo2f_2factor_reconfigure_form_google" action="" method="post">\xa\x9	             <p class ="" . $aH . "">\xa\x9		\x9\x9	<input type="checkbox" id="mo2f_reconfig_google" name="mo2f_reconfig_google" value="1" " . checked(get_site_option("mo2f_reconfig_google") == 1) . '' . $SB . " />Reconfigure Google Authenticator<br/></p>\xa	\x9\x9\x9		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>\xa\x9\x9\x9		<script>
	\x9		\x9\x9jQuery("#mo2f_reconfig_google").click(function(){
\x9\x9	\x9			jQuery("#mo2f_2factor_reconfigure_form_google").submit();
\x9					});\xa			\x9\x9</script>
				\x9<input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_google_save" />
		</form>" : ''; 
        $xM .= $un == "mo2f_checkbox_show" ? "
\x9	<form id="mo2f_2factor_reconfigure_form_kba" action="" method="post">
\x9	\x9\x9<p class ="" . $un . "">
	\x9	\x9	\x9<input type="checkbox" id="mo2f_reconfig_kba" name="mo2f_reconfig_kba" value="1" " . checked(get_site_option("mo2f_reconfig_kba") == 1) . '' . $SB . " />Reconfigure Security Questions<br/> </p>	\xa			\x9\x9<script >
	\x9	\x9\x9	jQuery("#mo2f_reconfig_kba").click(function(){\xa						\x9jQuery("#mo2f_2factor_reconfigure_form_kba").submit();
\x9\x9				});
		\x9		</script>\xa\x9	\x9	\x9<input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_kba_save" />\xa\x9\x9</form>" : ''; 
        $xM .= $yF == "mo2f_checkbox_show" ? "<form id="mo2f_2factor_reconfigure_form_sms" action="" method="post">\xa                <p class ="" . $yF . "">
                        <input type="checkbox" id="mo2f_reconfig_sms" name="mo2f_reconfig_sms" value="1" " . checked(get_site_option("mo2f_reconfig_sms") == 1) . '' . $SB . " />Reconfigure OTP Over SMS<br/> 
                        </p>\xa                    <script>\xa                        jQuery("#mo2f_reconfig_sms").click(function(){\xa                            jQuery("#mo2f_2factor_reconfigure_form_sms").submit();\xa                        });
                    </script>
                    <input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_sms_save" />\xa        </form>" : ''; 
        $xM .= $QQ == "mo2f_checkbox_show" ? "<form id="mo2f_2factor_reconfigure_form_otp_over_email" action="" method="post">\xa                 <p class ="" . $QQ . "">\xa                        <input type="checkbox" id="mo2f_reconfig_otp_over_email" name="mo2f_reconfig_otp_over_email" value="1" " . checked(get_site_option("mo2f_reconfig_otp_over_email") == 1) . '' . $SB . " />Reconfigure OTP Over Email<br/> \xa                        </p>
                    <script>\xa                        jQuery("#mo2f_reconfig_otp_over_email").click(function(){\xa                            jQuery("#mo2f_2factor_reconfigure_form_otp_over_email").submit();
                        });
                    </script>\xa                    <input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_otp_over_email_save" />
        </form>" : ''; 
        $xM .= "<form id="mo2f_2factor_reconfigure_form_email_verification_pop_up" action="" method="post"  class="modal1" >\xa\x9	<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9\x9  \xa                <div id="mo2f_enterEmailShortcode">\xa		\x9	
                <div class="mo2f-modal-backdrop"></div>
              	    <div class="modal-content">\xa\x9\x9\x9	\xa	\x9                <div class="modal-header">
		                    <h3 class="modal-title" style="text-align: center; font-size: 20px;">Email Address</h3><span id="closeEnterEmailShortcode" class="modal-span-close">X</span>
	\x9                </div>
\x9	                <div class="modal-body" style="height: auto">
		                    <h4><i>Enter your Email ID:&nbsp;  <input type ="email" id="emailEnteredShortcode" name="mo2f_selected_email" size= "40" required value="" . $vj . "" ></i></h4>\xa		                    <input type="hidden" id="current_method_shortcode"  value="" > 
		                    <input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_out_of_band_email_save" />\xa\x9	                </div>\xa\x9\x9                <div class="modal-footer">\xa\x9\x9                    <button type="button" class="button button-primary button-large" id="save_entered_email_shortcode">Save</button>\xa\x9\x9                </div>
		            </div>
	\x9	\x9
        \x9   </div>
	\x9\x9   </div>
        </form>"; 
        $xM .= $tf == "mo2f_checkbox_show" ? " <form id="mo2f_2factor_reconfigure_form_out_of_band_email" action="" method="post">\xa                 <p class ="" . $tf . "">\xa                        <input type="checkbox" id="out_of_band_email" name="out_of_band_email" value="1" " . checked(get_site_option("out_of_band_email") == 1) . '' . $SB . " />Reconfigure Email Verification<br/> 
                        </p>
                         <script>
                        jQuery("#out_of_band_email").change(function(){
                           if(document.getElementById("out_of_band_email").checked){
                           jQuery("#mo2f_2factor_reconfigure_form_email_verification_pop_up").css("display", "block");\xa	\x9\x9               jQuery(".modal-content").css("width", "35%");\xa			               jQuery("#current_method_shortcode").val("OUT OF BAND EMAIL");
\x9		               var email   = jQuery("#emailEnteredShortcode").val();
  \xa\x9	\x9               jQuery("#emailEnteredShortcode").val(email);
                           }
\x9		             });\xa                        jQuery("#closeEnterEmailShortcode").click(function(){\xa                        jQuery("#mo2f_2factor_reconfigure_form_email_verification_pop_up").css("display", "none");
                        });
                       jQuery("#save_entered_email_shortcode").click(function(){
                       	jQuery("#mo2f_2factor_reconfigure_form_email_verification_pop_up").submit();
                        });\xa                   
                    </script>
                    <input type="hidden" name="mo2f_selected_email" value="" . $vj . "" />\xa                    <input type="hidden" name="option" value="mo2f_2factor_reconfigure_form_out_of_band_email_save" />
        </form>" : ''; 
        return $xM; 
        OqL: 
        Vya: 
    } 
    public function mo2fa_enable2faform_ShortCode($Nx = null) 
    { 
        global $current_user; 
        $OZ = wp_get_current_user(); 
        global $aq; 
        $tB = miniorange_get_user_role($current_user); 
        if (!(get_site_option("mo2f_skip_inline_option", "not_exists") == "not_exists")) { 
            goto S9X; 
        } 
        update_site_option("mo2f_skip_inline_option", true); 
        S9X: 
        $h_ = miniorange_check_if_2fa_enabled_for_roles($tB); 
        $Px = $aq->get_user_detail("mo2f_user_email", $current_user->ID); 
        if (!(is_user_logged_in() && mo2f_is_customer_registered() && $h_)) { 
            goto kGe; 
        } 
        global $current_user; 
        $current_user = wp_get_current_user(); 
        $xM = ''; 
        $wt = $aq->get_user_detail("mo2f_2factor_enable_2fa_byusers", $current_user->ID); 
        $Ms = isset($wt) ? $aq->get_user_detail("mo2f_2factor_enable_2fa_byusers", $current_user->ID) ? "checked" : " " : "checked"; 
        $F3 = $Px ? '' : "<p style='font-size:12px'> Enable this checkbox to setup 2-Factor. You will be asked to set up your 2nd Factor during login after selecting above checkbox.</p>"; 
        $xM = "
\x9	<form id='mo2f_2factor_enable2fa_byusers_form' action='' method='post'>
\x9	\x9<input type='checkbox' id='mo2f_2factor_enable_2fa_byusers' name='mo2f_2factor_enable_2fa_byusers' " . $Ms . "/>2 Factor On/Off</br>\xa\x9\x9	<input type='hidden' name='option' value='mo2f_2factor_enable_2fa'>" . $F3 . "</form>
        <script src='//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'></script>\xa	\x9<script>
\x9\x9	jQuery('#mo2f_2factor_enable_2fa_byusers').click(function(){
\x9	\x9	jQuery('#mo2f_2factor_enable2fa_byusers_form').submit();
			});\xa\x9\x9</script>"; 
        return $xM; 
        kGe: 
    } 
    public function mo2fa_enablerba_ShortCode($Nx = null) 
    { 
        if (is_user_logged_in()) { 
            goto qc4; 
        } 
        $AW = MoWpnsUtility::get_mo2f_db_option("mo2f_rba_loginform_id", "site_option"); 
        $xM = ''; 
        $xM = "<script>
\x9	\x9setTimeout(\xa	\x9		()=> { jQuery(document).ready(function () {
		\x9\x9\x9\xa	\x9		jQuery('input[name='miniorange_rba_attribures']').val(JSON.stringify(rbaAttributes.attributes));
\xa\x9\x9	\x9if (document.getElementById('loginform') != null) {
			\x9\x9jQuery('#loginform').on('submit', function (e) {\xa	\x9	\x9\x9\x9jQuery('input[name='miniorange_rba_attribures']').val(JSON.stringify(rbaAttributes.attributes));\xa\x9\x9			});\xa	\x9\x9	} else {\xa\x9	\x9\x9\x9if (document.getElementsByClassName('login') != null) {\xa\x9\x9	\x9\x9\x9jQuery('.login').on('submit', function (e) {\xa\x9\x9		\x9	\x9jQuery('input[name='miniorange_rba_attribures']').val(JSON.stringify(rbaAttributes.attributes));\xa	\x9\x9	\x9\x9});
\x9\x9	\x9\x9}\xa\x9\x9\x9	}
\x9\x9	
\x9\x9	})},1000);
			\x9</script>\xa			<p><input type='hidden' id='miniorange_rba_attribures' name='miniorange_rba_attribures' value='' /></p>"; 
        wp_enqueue_script("mo2fa_jquery_script", plugins_url("includes/js/rba/js/jquery-1.9.1.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_flash_script", plugins_url("includes/js/rba/js/jquery.flash.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_uaparser_script", plugins_url("includes/js/rba/js/ua-parser.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_client_script", plugins_url("includes/js/rba/js/client.js", dirname(dirname(__FILE__)))); 
        wp_enqueue_script("mo2fa_device_script", plugins_url("includes/js/rba/js/device_attributes.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_swf_script", plugins_url("includes/js/rba/js/swfobject.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_font_script", plugins_url("includes/js/rba/js/fontdetect.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_murmur_script", plugins_url("includes/js/rba/js/murmurhash3.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        wp_enqueue_script("mo2fa_miniorange_script", plugins_url("includes/js/rba/js/miniorange-fp.js", dirname(dirname(__FILE__))), array(), MO2F_VERSION); 
        return $xM; 
        qc4: 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


class MO2F_ShortCode
{
    function __construct()
    {
        add_action("\167\160\137\145\x6e\x71\x75\x65\x75\145\137\x73\x63\162\x69\160\164\163", array($this, "\155\x6f\62\x66\x5f\x73\x68\157\x72\x74\143\x6f\144\x65\x5f\160\154\165\x67\x69\x6e\137\x73\145\x74\x74\151\x6e\147\x73\x5f\x73\x74\171\154\x65"), 10, 3);
    }
    function mo2f_shortcode_plugin_settings_style($Cy)
    {
        wp_register_style("\x6d\157\x5f\167\x70\x6e\x73\x5f\x73\150\x6f\162\x74\143\157\144\x65\x5f\163\x74\x79\154\145", plugins_url("\x69\156\x63\154\165\x64\x65\163\57\x63\163\163\57\163\x74\x79\x6c\x65\x5f\x73\x65\x74\164\151\156\147\163\x2e\x63\x73\163", dirname(dirname(__FILE__))));
    }
    function mo2f_is_customer_registered()
    {
        $vj = get_site_option("\155\157\62\x66\x5f\145\x6d\x61\x69\x6c");
        $GF = get_site_option("\x6d\x6f\x32\146\x5f\143\165\163\164\157\155\x65\162\113\145\171");
        if (!$vj || !$GF || !is_numeric(trim($GF))) {
            goto tWi;
        }
        return 1;
        goto ejL;
        tWi:
        return 0;
        ejL:
    }
    function miniorange_auth_user_settings()
    {
        global $current_user;
        $current_user = wp_get_current_user();
        global $aq;
        $uH = new Miniorange_Password_2Factor_Login();
        wp_enqueue_style("\x6d\157\137\x77\x70\156\163\x5f\163\150\x6f\x72\164\143\x6f\x64\145\x5f\x73\x74\171\154\x65");
        if (!is_user_logged_in()) {
            goto RQG;
        }
        if (!isset($_POST["\x6d\x6f\62\x66\x5f\162\x65\x63\157\x6e\x66\151\147\x5f\166\141\x6c\x69\x64\x61\164\x65\137\147\141\137\x6e\157\x6e\x63\145"])) {
            goto OER;
        }
        $T7 = $_POST["\x6d\157\x32\146\x5f\162\145\x63\157\x6e\146\x69\147\137\166\x61\x6c\151\144\141\164\x65\137\x67\141\x5f\x6e\157\156\143\x65"];
        if (!wp_verify_nonce($T7, "\x6d\x69\156\x69\x6f\162\141\156\147\145\55\x32\55\x66\x61\x63\164\x6f\162\x2d\162\145\x63\x6f\156\146\151\147\55\x67\157\157\x67\154\x65\55\141\165\x74\150\55\156\157\x6e\x63\145")) {
            goto Evn;
        }
        global $current_user;
        $oR = '';
        $o4 = "\115\117\137\62\x5f\x46\101\103\124\117\122\x5f\122\105\x43\x4f\116\106\111\107\x5f\107\x4f\x4f\x47\x4c\105";
        $uH->miniorange_pass2login_start_session();
        $Je = $_POST["\147\x6f\x6f\147\154\145\x5f\141\x75\164\x68\137\x63\x6f\144\x65"];
        $C0 = isset($_SESSION["\155\x6f\x32\146\137\147\157\157\147\154\x65\x5f\141\165\164\x68"]) ? $_SESSION["\x6d\x6f\62\146\137\147\157\157\147\154\145\x5f\141\x75\x74\150"] : null;
        $bI = $C0 != null ? $C0["\x67\141\137\163\x65\143\162\145\x74"] : null;
        if (MO2f_Utility::mo2f_check_number_length($Je)) {
            goto O4z;
        }
        $oR = "\x4f\x6e\x6c\x79\40\144\x69\x67\151\164\163\x20\x61\162\x65\x20\x61\154\154\x6f\167\145\x64\56\x20\x50\154\x65\141\163\145\x20\x65\156\164\145\x72\40\141\147\x61\151\x6e\56";
        goto FA9;
        O4z:
        $vj = $aq->get_user_detail("\x6d\x6f\x32\146\x5f\165\x73\x65\x72\137\145\x6d\141\x69\x6c", $current_user->ID);
        $Ul = new Miniorange_Rba_Attributes();
        $Kb = json_decode($Ul->mo2f_validate_google_auth($vj, $Je, $bI), true);
        if (json_last_error() == JSON_ERROR_NONE) {
            goto PfJ;
        }
        $oR = "\105\x72\162\157\x72\40\x6f\143\143\165\162\x72\145\x64\40\x77\x68\x69\154\x65\40\x76\141\x6c\151\144\141\164\x69\x6e\x67\x20\x74\x68\x65\x20\x75\163\x65\x72\56\x20\x50\x6c\145\x61\x73\145\40\164\162\171\40\x61\x67\x61\x69\156\56";
        goto RB7;
        PfJ:
        if ($Kb["\163\x74\141\x74\x75\163"] == "\123\125\x43\x43\105\x53\123") {
            goto nql;
        }
        $oR = "\x45\x72\x72\x6f\162\x20\157\x63\143\x75\162\162\145\144\x20\167\150\151\154\x65\40\166\141\154\151\x64\141\x74\x69\156\147\x20\x74\x68\145\x20\117\124\x50\x2e\x20\x50\x6c\x65\141\163\x65\x20\x74\162\x79\40\x61\147\x61\x69\156\56\40\120\x6f\x73\x73\x69\142\154\x65\x20\x63\141\165\x73\145\163\72\40\74\x62\x72\40\x2f\76\x31\x2e\x20\131\157\165\40\x68\141\x76\x65\x20\x65\156\x74\145\162\x65\x64\40\141\x6e\40\151\156\x76\x61\154\151\144\40\117\x54\x50\x2e\74\x62\x72\x20\57\76\x32\56\x20\131\157\165\162\40\101\160\x70\40\124\x69\x6d\145\40\x69\x73\x20\x6e\157\x74\40\x69\x6e\x20\x73\171\x6e\143\56\107\157\x20\x74\157\x20\x73\x65\164\x74\x69\x6e\x67\163\40\x61\x6e\x64\40\164\141\160\x20\x6f\156\40\x74\x61\160\40\157\x6e\40\123\x79\156\143\x20\x54\151\155\145\40\x6e\157\167\40\56";
        goto c8F;
        nql:
        if (MO2F_IS_ONPREM) {
            goto E5w;
        }
        $qf = new Two_Factor_Setup();
        $aq->update_user_details($current_user->ID, array("\155\157\62\146\137\143\x6f\156\146\151\x67\x75\162\145\x64\x5f\62\x46\x41\x5f\x6d\145\x74\150\x6f\144" => "\x47\x4f\117\107\114\105\x20\101\125\124\110\x45\116\124\x49\x43\101\124\x4f\122"));
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, "\x47\x4f\x4f\107\114\105\x20\101\x55\124\x48\105\116\124\111\103\101\124\x4f\x52", null, null, null), true);
        goto qO6;
        E5w:
        $C7 = $Kb;
        qO6:
        if (json_last_error() == JSON_ERROR_NONE || MO2F_IS_ONPREM) {
            goto qu2;
        }
        $oR = "\x41\156\x20\145\162\x72\157\162\40\157\x63\143\x75\162\145\144\x20\x77\x68\x69\154\x65\40\x70\x72\x6f\143\x65\163\163\151\156\147\40\171\x6f\x75\162\x20\162\x65\x71\165\x65\163\x74\56\40\120\x6c\x65\141\x73\x65\40\124\x72\171\40\141\x67\x61\x69\156\x2e";
        goto ckN;
        qu2:
        if ($C7["\163\x74\141\164\165\x73"] == "\123\125\103\103\105\123\x53") {
            goto cnP;
        }
        $oR = "\x41\x6e\x20\x65\162\x72\157\162\x20\157\x63\143\x75\x72\x65\x64\x20\167\150\151\x6c\145\x20\x70\162\157\x63\145\x73\x73\x69\156\x67\40\171\x6f\165\x72\40\162\x65\161\x75\x65\163\x74\x2e\x20\x50\154\145\141\163\145\x20\124\x72\171\x20\x61\147\x61\151\x6e\x2e";
        goto fq9;
        cnP:
        if (!MO2F_IS_ONPREM) {
            goto Z3n;
        }
        $gp = new Google_auth_onpremise();
        $gp->mo_GAuth_set_secret($current_user->ID, $bI);
        update_user_meta($current_user->ID, "\x6d\157\62\x66\x5f\x32\x46\x41\x5f\x6d\x65\164\150\157\x64\137\x74\157\x5f\143\x6f\x6e\146\151\147\165\162\145", "\107\x4f\117\107\x4c\x45\x20\x41\125\x54\x48\x45\x4e\124\111\x43\x41\x54\x4f\x52");
        update_user_meta($current_user->ID, "\143\x75\162\162\x65\156\164\x4d\x65\164\150\157\x64", "\x47\x4f\117\107\x4c\x45\40\x41\x55\124\110\x45\x4e\x54\111\x43\101\124\117\x52");
        Z3n:
        unset($_SESSION["\155\x6f\62\146\x5f\147\x6f\x6f\147\x6c\x65\x5f\x61\x75\x74\150"]);
        $aq->update_user_details($current_user->ID, array("\x6d\157\x5f\62\x66\x61\143\164\157\x72\137\165\163\145\x72\x5f\x72\x65\x67\x69\163\x74\162\141\164\x69\x6f\x6e\x5f\163\164\141\164\165\x73" => "\x4d\x4f\137\x32\x5f\x46\101\x43\124\x4f\122\137\120\114\125\x47\111\116\x5f\123\x45\x54\x54\111\116\x47\123", "\155\157\62\146\137\x47\x6f\157\x67\x6c\145\x41\x75\x74\x68\145\156\x74\151\143\141\164\157\x72\x5f\x63\157\x6e\146\x69\x67\x5f\x73\164\x61\x74\x75\x73" => true));
        update_user_meta($current_user->ID, "\155\157\62\146\137\145\170\164\145\x72\x6e\x61\154\137\141\x70\160\x5f\164\x79\x70\145", "\x47\x4f\117\107\114\105\x20\x41\x55\x54\110\x45\x4e\x54\111\103\x41\x54\117\122");
        $o4 = "\x4d\x4f\62\106\137\122\x45\x43\117\x4e\106\x49\x47\x55\122\105\x5f\x53\x55\103\103\105\x53\123\x5f\x47\x4f\x4f\107\114\105";
        fq9:
        ckN:
        c8F:
        RB7:
        FA9:
        $this->prompt_user_for_reconfigure_google($current_user, $o4, $oR);
        exit;
        goto mG9;
        Evn:
        $wX = new WP_Error();
        $wX->add("\145\155\x70\x74\171\137\x75\x73\x65\162\156\141\x6d\x65", __("\x3c\x73\x74\x72\157\x6e\147\76\x45\122\122\x4f\x52\x3c\57\163\164\162\x6f\156\x67\76\72\x20\111\156\166\141\x6c\x69\144\40\122\145\161\x75\x65\x73\x74\56"));
        return $wX;
        mG9:
        OER:
        if (!isset($_POST["\x6d\x6f\x32\x66\x5f\x72\x65\143\x6f\x6e\x66\x69\x67\x5f\x73\x61\x76\x65\x5f\x6b\142\x61\x5f\156\x6f\156\x63\x65"])) {
            goto q9Z;
        }
        $T7 = $_POST["\155\157\62\146\137\162\x65\x63\x6f\156\146\151\147\137\x73\141\166\x65\x5f\x6b\142\141\x5f\156\x6f\x6e\x63\x65"];
        if (!wp_verify_nonce($T7, "\155\x69\156\151\x6f\162\141\x6e\x67\145\x2d\62\x2d\x66\141\x63\164\x6f\x72\55\x72\x65\x63\157\156\x66\x69\x67\55\163\141\166\x65\x2d\153\142\141\x2d\x6e\157\156\x63\145")) {
            goto UQh;
        }
        $oR = '';
        $o4 = "\115\117\x5f\x32\x5f\x46\101\103\124\117\x52\137\x52\x45\x43\x4f\116\x46\111\x47\137\x47\117\117\107\x4c\x45";
        $uH->miniorange_pass2login_start_session();
        $xi = array();
        $xi = isset($_POST["\155\x6f\62\x66\137\153\x62\x61\x71\x75\x65\163\164\151\x6f\x6e"]) ? $_POST["\155\157\x32\x66\x5f\153\142\141\x71\x75\x65\x73\x74\x69\x6f\156"] : array();
        $P5 = array();
        foreach ($xi as $KP) {
            if (MO2f_Utility::mo2f_check_empty_or_null($KP)) {
                goto j_b;
            }
            $in = sanitize_text_field($KP);
            $in = addcslashes(stripslashes($in), "\42\134");
            array_push($P5, $in);
            goto WkL;
            j_b:
            $oR = "\101\154\x6c\40\164\150\145\40\x66\x69\x65\154\144\x73\40\x61\162\x65\x20\162\x65\161\165\151\x72\x65\x64\56\40\x50\154\145\x61\x73\145\x20\x65\156\164\145\162\40\x76\x61\x6c\151\144\x20\x65\x6e\164\x72\x69\145\163\x2e";
            $uH->miniorange_pass2login_form_fields($o4, $oR);
            WkL:
            y8u:
        }
        LVN:
        if (array_unique($P5) == $P5) {
            goto W2g;
        }
        $oR = "\x54\x68\x65\40\161\x75\x65\x73\164\x69\157\x6e\163\40\x79\157\165\x20\x73\145\154\145\143\x74\40\155\x75\163\x74\40\142\x65\x20\165\156\x69\161\x75\145\x2e";
        $uH->miniorange_pass2login_form_fields($o4, $oR);
        W2g:
        $FE = array();
        $FE = isset($_POST["\155\x6f\62\146\137\153\x62\x61\137\141\156\x73"]) ? $_POST["\x6d\x6f\62\146\137\153\x62\141\137\x61\x6e\163"] : array();
        $KM = array();
        foreach ($FE as $W0) {
            if (MO2f_Utility::mo2f_check_empty_or_null($W0)) {
                goto z03;
            }
            $in = sanitize_text_field($W0);
            array_push($KM, $W0);
            goto CvC;
            z03:
            $oR = "\101\x6c\154\x20\164\150\145\x20\146\151\145\x6c\144\163\x20\x61\x72\145\x20\x72\x65\x71\165\151\x72\x65\144\56\40\x50\x6c\x65\x61\x73\x65\x20\x65\156\164\x65\162\x20\166\x61\154\151\144\40\145\x6e\164\162\151\145\163\56";
            $uH->miniorange_pass2login_form_fields($o4, $oR);
            CvC:
            pSD:
        }
        WWH:
        $oN = array();
        foreach ($_POST["\x6d\x6f\x32\146\x5f\153\142\x61\x71\165\x65\163\164\x69\157\x6e"] as $Yt => $kB) {
            $oN[$Yt] = $_POST["\x6d\x6f\62\x66\x5f\153\142\141\161\165\145\163\164\151\x6f\x6e"][$Yt];
            y7A:
        }
        en3:
        $Ma = array();
        foreach ($_POST["\155\x6f\x32\x66\137\153\142\141\137\x61\156\x73"] as $Yt => $kB) {
            $Ma[$Yt] = $_POST["\155\x6f\62\146\x5f\x6b\x62\x61\137\x61\156\163"][$Yt];
            e71:
        }
        k00:
        $XY = array();
        $Hh = array();
        $ku = 0;
        v3G:
        if (!($ku < sizeof($oN))) {
            goto so7;
        }
        $XY[$ku] = addcslashes(stripslashes($oN[$ku]), "\x22\134");
        $Hh[$ku] = addcslashes(stripslashes($Ma[$ku]), "\x22\x5c");
        vgh:
        $ku++;
        goto v3G;
        so7:
        $vj = $aq->get_user_detail("\155\157\x32\146\137\x75\163\145\162\137\x65\155\x61\x69\x6c", $current_user->ID);
        $vF = new Two_Factor_Setup();
        $ES = json_decode($vF->mo2f_register_kba_details($vj, $P5, $KM), true);
        if (json_last_error() == JSON_ERROR_NONE) {
            goto fZQ;
        }
        $oR = "\x45\x72\162\x6f\162\x20\x6f\143\143\x75\162\145\144\40\x77\150\x69\154\x65\x20\x73\141\x76\x69\x6e\147\x20\171\x6f\165\x72\40\153\x62\x61\x20\x64\145\x74\141\x69\154\163\56\40\120\x6c\x65\x61\163\145\40\x74\162\x79\x20\141\x67\x61\151\156\x2e";
        echo $oR;
        goto SBH;
        fZQ:
        if ($ES["\x73\164\141\x74\165\x73"] == "\123\125\103\x43\105\x53\x53") {
            goto CX2;
        }
        $oR = "\105\162\162\157\162\x20\157\x63\143\165\x72\145\x64\40\x77\x68\151\x6c\x65\x20\163\141\166\151\156\x67\40\x79\x6f\165\x72\40\x6b\142\141\x20\144\145\x74\141\151\154\163\x2e\40\x50\154\x65\141\x73\x65\40\x74\x72\x79\x20\x61\x67\141\x69\156\56";
        echo $oR;
        goto Apj;
        CX2:
        $qf = new Two_Factor_Setup();
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, "\x4b\x42\101", null, null, null), true);
        if ($C7["\x73\164\141\164\165\163"] == "\123\125\x43\103\x45\x53\123") {
            goto I6w;
        }
        $oR = "\x45\x72\162\157\x72\40\x6f\x63\143\x75\162\145\x64\x20\x77\150\x69\x6c\x65\40\163\x61\166\151\x6e\147\40\171\x6f\x75\x72\40\153\142\141\40\x64\x65\x74\x61\x69\154\x73\56\40\120\x6c\x65\x61\163\x65\40\x74\x72\171\x20\x61\x67\141\x69\156\56";
        echo $oR;
        goto n9I;
        I6w:
        $aq->update_user_details($current_user->ID, array("\40\40\x20\155\157\x5f\62\x66\x61\143\164\x6f\x72\137\x75\x73\x65\x72\x5f\x72\x65\147\x69\163\x74\162\x61\164\151\x6f\156\137\163\x74\141\x74\x75\163" => "\x4d\x4f\137\x32\137\106\x41\x43\x54\117\122\x5f\x50\114\125\x47\111\116\137\x53\x45\124\124\x49\x4e\107\123", "\x6d\x6f\x32\146\137\123\145\143\x75\162\x69\164\x79\x51\x75\145\163\164\151\x6f\156\163\x5f\143\x6f\x6e\146\151\147\x5f\163\164\141\164\x75\x73" => true, "\x6d\x6f\x32\x66\137\x63\x6f\x6e\x66\151\147\165\162\145\144\137\62\106\101\x5f\x6d\145\164\x68\157\144" => "\123\145\x63\165\162\151\x74\171\40\121\165\145\163\x74\151\157\156\163"));
        update_user_meta($current_user->ID, "\x63\x75\162\x72\x65\x6e\x74\x4d\x65\164\150\x6f\x64", "\x53\145\143\x75\162\x69\164\x79\x20\x51\x75\x65\x73\x74\x69\x6f\x6e\x73");
        $oR = "\123\x65\x63\165\162\x69\x74\171\40\x51\165\145\163\x74\x69\x6f\x6e\163\40\141\x72\x65\x20\x63\157\156\x66\151\147\165\x72\x65\144\x20\163\x75\x63\x63\x65\163\x73\146\165\x6c\154\171\x2e";
        $o4 = "\115\x4f\x32\106\x5f\122\x45\x43\117\x4e\x46\x49\x47\x55\122\x45\x5f\123\125\x43\x43\105\123\x53\x5f\x4b\102\x41";
        n9I:
        Apj:
        SBH:
        $this->prompt_user_for_reconfigure_kba($current_user, $o4, $oR);
        goto wdA;
        UQh:
        $wX = new WP_Error();
        $wX->add("\145\155\x70\164\x79\137\165\x73\145\162\156\141\x6d\x65", __("\x3c\163\164\x72\157\156\147\76\105\122\x52\x4f\x52\74\x2f\163\164\162\157\156\147\x3e\72\x20\111\x6e\166\x61\x6c\151\x64\x20\x52\x65\x71\165\145\163\x74\56"));
        return $wX;
        wdA:
        q9Z:
        if (!isset($_POST["\x6d\x6f\62\146\x5f\162\145\143\157\156\x66\x69\x67\137\x67\141\x5f\x70\x68\x6f\x6e\145\x5f\164\x79\160\x65\x5f\x6e\157\x6e\143\145"])) {
            goto hL_;
        }
        $T7 = $_POST["\x6d\157\62\146\x5f\x72\x65\143\x6f\156\x66\x69\x67\137\147\141\137\x70\150\x6f\156\145\x5f\164\x79\160\x65\137\x6e\157\x6e\x63\x65"];
        if (!wp_verify_nonce($T7, "\155\151\x6e\151\157\x72\141\156\x67\145\55\62\x2d\x66\141\143\164\x6f\x72\55\x72\x65\x63\157\x6e\146\x69\x67\55\147\141\55\160\x68\x6f\x6e\145\x2d\x74\171\160\x65\x2d\156\157\156\143\145")) {
            goto OZE;
        }
        $uH->miniorange_pass2login_start_session();
        $mg = $_POST["\147\157\157\x67\154\x65\137\x70\x68\157\156\x65\137\164\171\x70\x65"];
        $oR = '';
        $o4 = "\x4d\117\137\62\137\106\x41\x43\x54\x4f\x52\137\122\105\103\117\116\106\111\107\137\x47\x4f\x4f\x47\x4c\x45";
        $Ul = new Miniorange_Rba_Attributes();
        $vj = $aq->get_user_detail("\155\157\x32\146\x5f\165\163\145\162\137\145\x6d\141\151\x6c", $current_user->ID);
        if (MO2F_IS_ONPREM) {
            goto oEz;
        }
        $Kb = json_decode($Ul->mo2f_google_auth_service($vj), true);
        if (json_last_error() == JSON_ERROR_NONE) {
            goto CoT;
        }
        $oR = "\x49\x6e\x76\141\x6c\x69\144\40\162\145\x71\x75\x65\x73\164\x2e\40\x50\154\x65\141\163\145\x20\164\162\x79\x20\141\147\x61\x69\x6e\56";
        goto sVA;
        CoT:
        if ($Kb["\x73\x74\x61\164\165\163"] == "\x53\125\103\x43\x45\x53\123") {
            goto dUr;
        }
        $oR = "\105\162\x72\157\x72\40\x6f\143\143\x75\162\x72\x65\x64\x20\167\x68\x69\154\x65\x20\162\145\x67\151\x73\164\145\162\151\x6e\x67\x20\164\x68\x65\40\165\x73\145\x72\x20\146\x6f\x72\x20\147\x6f\x6f\x67\x6c\145\x20\x61\165\164\150\x65\x6e\x74\x69\143\x61\x74\x6f\162\x2e\x20\120\x6c\145\141\x73\x65\x20\x74\x72\171\x20\141\147\x61\x69\156\56";
        goto DEm;
        dUr:
        $C0 = array();
        $C0["\x67\141\x5f\x71\162\x43\157\144\145"] = $Kb["\161\162\x43\x6f\x64\x65\104\141\x74\141"];
        $C0["\147\x61\137\x73\145\143\162\x65\164"] = $Kb["\x73\145\143\162\x65\164"];
        $C0["\x67\141\137\160\x68\157\x6e\145"] = $mg;
        $_SESSION["\x6d\157\x32\146\x5f\x67\x6f\x6f\147\154\x65\137\x61\165\x74\x68"] = $C0;
        DEm:
        sVA:
        goto ASX;
        oEz:
        include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . "\x67\x61\x6f\x6e\x70\x72\145\x6d\56\x70\x68\160";
        $gp = new Google_auth_onpremise();
        $jo = $gp->createSecret();
        if (isset($_POST["\x6d\x6f\x32\146\137\165\x73\x65\162\137\151\x64"])) {
            goto hA0;
        }
        $Kd = "\155\x69\x6e\151\117\x72\141\x6e\147\x65\x41\165";
        goto s3R;
        hA0:
        $Kd = get_user_meta($_POST["\155\x6f\62\x66\137\x75\163\x65\162\x5f\151\x64"], "\155\157\62\x66\137\107\x41\x5f\x61\143\143\157\165\156\164\137\156\x61\155\x65", true) && get_site_option("\x6d\x6f\62\146\x5f\x65\x6e\141\142\x6c\x65\137\147\x61\x75\164\x68\137\156\141\x6d\145") ? get_user_meta($_POST["\x6d\157\62\x66\x5f\165\163\145\162\x5f\x69\144"], "\x6d\x6f\62\146\137\107\101\137\141\x63\143\157\x75\x6e\164\137\156\x61\x6d\145", true) : MoWpnsUtility::get_mo2f_db_option("\x6d\157\62\x66\137\147\x6f\157\x67\154\x65\137\x61\x75\x74\x68\145\156\164\151\143\141\164\157\162\137\x6e\x61\155\145", "\147\145\x74\137\157\x70\x74\151\157\x6e");
        s3R:
        $jB = $gp->geturl($jo, $Kd, $vj);
        $C0 = array();
        $C0["\147\x61\137\x71\x72\103\x6f\x64\x65"] = $jB;
        $C0["\x67\x61\137\x73\x65\143\x72\x65\x74"] = $jo;
        $C0["\x67\141\137\x70\x68\157\156\145"] = $mg;
        $_SESSION["\x6d\x6f\62\146\x5f\x67\157\157\x67\x6c\145\137\x61\165\x74\150"] = $C0;
        ASX:
        $this->prompt_user_for_reconfigure_google($current_user, $o4, $oR);
        goto xwR;
        OZE:
        $wX = new WP_Error();
        $wX->add("\145\x6d\x70\x74\171\137\x75\x73\x65\162\156\141\155\145", __("\x3c\x73\x74\x72\157\x6e\x67\x3e\105\122\x52\117\x52\x3c\x2f\163\164\162\157\156\147\x3e\x3a\x20\111\156\166\141\x6c\151\144\x20\x52\x65\161\165\x65\x73\164\56"));
        return $wX;
        xwR:
        hL_:
        if (!isset($_POST["\155\x6f\62\146\x5f\x72\x65\143\x6f\x6e\146\x69\x67\x75\x72\145\137\x76\x65\x72\151\x66\171\x5f\x70\x68\157\156\x65\137\141\156\144\x5f\x6f\164\x70\137\x6f\166\x65\x72\x5f\145\x6d\141\x69\x6c\137\156\157\x6e\x63\145"])) {
            goto oF9;
        }
        $T7 = $_POST["\155\x6f\x32\x66\x5f\x72\x65\x63\x6f\x6e\x66\151\x67\x75\162\145\x5f\x76\x65\x72\151\146\171\x5f\160\150\157\x6e\145\x5f\x61\156\144\x5f\x6f\164\160\137\x6f\x76\x65\x72\137\x65\x6d\141\151\154\137\x6e\157\156\x63\145"];
        if (!wp_verify_nonce($T7, "\x6d\157\62\146\55\x72\x65\143\157\x6e\146\151\147\165\162\145\x2d\166\x65\x72\151\146\x79\55\160\x68\x6f\x6e\x65\x2d\141\156\x64\55\x6f\164\160\x2d\157\166\x65\162\x2d\163\155\163\x2d\156\x6f\x6e\143\145")) {
            goto H_i;
        }
        $eO = new Customer_Setup();
        $Jj = $_POST["\x6d\157\x32\x66\137\163\x65\143\157\156\144\137\146\141\143\x74\x6f\x72"];
        $aC = array();
        $oR = '';
        $Um = '';
        $vj = $aq->get_user_detail("\x6d\x6f\x32\x66\x5f\165\x73\x65\x72\137\145\x6d\141\x69\x6c", $current_user->ID);
        $vj = isset($_POST["\x76\145\x72\x69\146\x79\137\145\x6d\x61\x69\x6c"]) ? $_POST["\x76\x65\162\x69\x66\171\x5f\145\x6d\141\x69\154"] : $vj;
        if (!isset($_POST["\x76\x65\x72\x69\146\171\x5f\x65\155\141\x69\x6c"])) {
            goto mdC;
        }
        $aq->update_user_details($current_user->ID, array("\155\x6f\62\x66\137\165\x73\145\x72\x5f\145\x6d\141\151\154" => $vj));
        mdC:
        if (isset($_SESSION)) {
            goto cQY;
        }
        if (!(session_status() != PHP_SESSION_DISABLED)) {
            goto EGo;
        }
        session_start();
        EGo:
        cQY:
        if (!($Jj == "\x53\115\x53" || $Jj == "\x50\110\117\x4e\x45\x20\x56\105\x52\111\106\111\x43\x41\124\111\x4f\116" || $Jj == "\123\x4d\123\40\x41\x4e\x44\40\105\x4d\101\x49\x4c" || $Jj == "\117\x54\120\40\117\x76\145\162\40\123\115\x53")) {
            goto CCH;
        }
        $ca = sanitize_text_field($_POST["\x76\145\162\151\x66\x79\x5f\x70\150\157\156\145"]);
        if (!MO2f_Utility::mo2f_check_empty_or_null($ca)) {
            goto ZOt;
        }
        $oR = __("\x50\154\145\141\x73\x65\40\145\x6e\164\145\162\x20\171\157\165\162\x20\160\150\x6f\x6e\x65\x20\x6e\165\155\142\x65\x72\56", "\155\151\156\x69\157\x72\x61\156\x67\145\55\62\55\x66\x61\143\164\x6f\162\x2d\141\165\164\x68\x65\x6e\x74\151\143\x61\164\x69\157\156");
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR, $Jj);
        ZOt:
        $ca = str_replace("\40", '', $ca);
        if (!isset($_SESSION["\x6d\x6f\x32\146\137\x74\x72\141\156\x73\x61\x63\164\151\x6f\x6e\111\144"])) {
            goto y9Z;
        }
        unset($_SESSION["\155\x6f\x32\146\x5f\x74\x72\x61\156\x73\x61\x63\x74\151\x6f\156\x49\x64"]);
        y9Z:
        $_SESSION["\x6d\x6f\x32\146\137\160\150\x6f\156\145"] = $ca;
        update_user_meta($current_user->ID, "\x6d\157\62\146\x5f\x72\x65\143\x6f\x6e\x66\151\x67\x5f\x70\x68\x6f\156\x65", $ca);
        CCH:
        if ($Jj == "\x53\115\x53" || $Jj == "\x4f\x54\x50\40\x4f\166\145\x72\40\x53\x4d\123") {
            goto G7k;
        }
        if ($Jj == "\x53\115\123\x20\x41\x4e\104\40\x45\x4d\101\x49\x4c") {
            goto Uoo;
        }
        if ($Jj == "\120\x48\x4f\x4e\105\40\x56\x45\122\x49\106\x49\x43\101\124\111\117\x4e") {
            goto nIm;
        }
        if ($Jj == "\x4f\x54\120\40\117\x56\105\122\40\x45\x4d\101\111\114") {
            goto OdY;
        }
        goto Uyn;
        G7k:
        $Re = "\x53\x4d\123";
        goto Uyn;
        Uoo:
        $Re = "\117\124\120\137\117\x56\x45\x52\137\123\x4d\123\137\x41\116\x44\137\105\x4d\101\111\x4c";
        $aC = array("\x70\x68\x6f\156\x65" => $ca, "\x65\x6d\141\x69\154" => $vj);
        goto Uyn;
        nIm:
        $Re = "\120\x48\x4f\116\105\137\x56\x45\122\111\x46\111\103\101\124\x49\117\116";
        goto Uyn;
        OdY:
        $Re = "\x4f\124\x50\x20\x4f\166\x65\162\x20\105\155\x61\x69\x6c";
        $aC = $vj;
        Uyn:
        if ($Jj == "\x53\115\x53\x20\x41\x4e\104\x20\x45\115\101\111\x4c") {
            goto Fcc;
        }
        if ($Jj == "\117\124\x50\x20\x4f\126\105\122\40\105\115\x41\111\114") {
            goto ISz;
        }
        $CG = json_decode($eO->send_otp_token($ca, $Re, get_site_option("\x6d\x6f\x32\x66\137\x63\165\x73\x74\x6f\x6d\x65\x72\113\145\171"), get_site_option("\x6d\157\62\146\137\x61\x70\x69\137\153\145\171")), true);
        goto Gqd;
        Fcc:
        $CG = json_decode($eO->send_otp_token($aC, $Re, get_site_option("\155\x6f\62\x66\137\143\165\163\164\157\x6d\145\162\x4b\145\x79"), get_site_option("\x6d\x6f\62\x66\137\x61\x70\x69\137\153\145\x79")), true);
        goto Gqd;
        ISz:
        $CG = json_decode($eO->send_otp_token($vj, $Re, get_site_option("\155\157\62\146\x5f\x63\x75\163\x74\157\x6d\x65\162\x4b\x65\x79"), get_site_option("\155\x6f\x32\x66\x5f\x61\160\x69\137\153\145\171")), true);
        Gqd:
        if (json_last_error() == JSON_ERROR_NONE) {
            goto AG6;
        }
        $oR = __("\x49\156\166\141\x6c\x69\x64\x20\x72\x65\161\165\x65\163\164\x2e\x20\120\x6c\145\141\163\x65\x20\x74\162\171\40\x61\147\141\x69\x6e", "\155\x69\x6e\151\157\x72\x61\x6e\147\x65\55\62\x2d\146\x61\143\x74\157\162\55\x61\165\164\x68\145\156\164\x69\143\x61\x74\x69\x6f\x6e");
        goto o5J;
        AG6:
        if ($CG["\x73\x74\141\x74\x75\163"] == "\105\x52\122\117\x52") {
            goto c2W;
        }
        if ($CG["\x73\164\x61\x74\x75\x73"] == "\123\x55\x43\103\x45\x53\123") {
            goto MSQ;
        }
        $oR = __("\x41\156\x20\145\x72\x72\157\162\40\157\x63\143\x75\x72\x65\x64\x20\x77\150\151\x6c\145\40\166\141\x6c\x69\x64\x61\164\151\x6e\147\40\164\150\x65\x20\165\163\145\162\x2e\40\x50\154\145\x61\163\x65\x20\124\x72\171\40\x61\x67\x61\151\x6e\x2e", "\155\151\156\151\157\162\x61\156\147\145\55\x32\55\146\x61\x63\164\x6f\x72\x2d\141\x75\x74\150\x65\156\164\x69\143\141\164\x69\157\156");
        goto TP4;
        c2W:
        $oR = Mo2fConstants::langTranslate($CG["\x6d\x65\163\163\141\x67\145"]);
        goto TP4;
        MSQ:
        $_SESSION["\x6d\x6f\62\146\x5f\x74\162\x61\x6e\163\141\x63\164\151\157\156\111\144"] = $CG["\x74\170\x49\x64"];
        update_user_meta($current_user->ID, "\x6d\157\x32\146\x5f\x74\x72\x61\156\163\141\x63\164\x69\x6f\x6e\x49\x64", $CG["\164\170\111\144"]);
        if ($Jj == "\x53\115\123" || $Jj == "\x4f\x54\x50\40\x4f\x76\145\162\40\x53\115\123") {
            goto kqJ;
        }
        if ($Jj == "\x53\115\x53\x20\101\x4e\104\x20\105\x4d\101\111\x4c") {
            goto BnB;
        }
        if ($Jj == "\x4f\x54\x50\40\x4f\126\105\122\40\105\115\101\111\114") {
            goto YJ9;
        }
        if ($Jj == "\120\110\x4f\x4e\x45\x20\x56\x45\x52\x49\106\111\103\x41\124\x49\117\116") {
            goto yDj;
        }
        goto Fh_;
        kqJ:
        $oR = __("\124\x68\145\x20\117\x6e\145\x20\x54\x69\x6d\x65\x20\x50\x61\x73\x73\x63\157\x64\x65\40\x68\x61\x73\x20\142\145\145\x6e\40\x73\145\x6e\x74\40\164\x6f\x20", "\x6d\151\156\151\157\162\x61\x6e\x67\x65\55\62\55\146\x61\143\x74\x6f\162\55\141\x75\164\x68\145\x6e\x74\x69\143\141\x74\x69\x6f\156") . $ca . "\x2e" . __("\x50\x6c\x65\x61\163\x65\40\x65\x6e\164\145\x72\x20\x74\x68\145\40\157\x6e\145\40\x74\151\155\x65\x20\x70\141\163\163\x63\157\x64\145\40\x62\145\x6c\157\167\x20\x74\157\x20\166\x65\162\x69\x66\x79\40\x79\x6f\165\x72\40\156\x75\155\142\x65\x72\x2e", "\155\x69\156\151\157\162\x61\156\147\145\55\x32\55\x66\141\x63\164\x6f\162\x2d\141\165\164\150\145\156\x74\151\x63\141\164\x69\157\156");
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $Um, $oR, $Jj);
        exit;
        goto Fh_;
        BnB:
        $oR = "\124\x68\x65\40\x4f\156\x65\40\x54\x69\155\x65\x20\x50\x61\163\163\143\x6f\x64\x65\40\150\141\163\40\x62\145\145\156\40\163\x65\x6e\164\40\164\157\40" . $aC["\x70\150\157\156\145"] . "\x20\x61\x6e\x64\40" . $aC["\145\x6d\x61\x69\x6c"] . "\x2e\40\120\154\145\141\x73\x65\x20\145\156\164\145\x72\40\164\x68\x65\x20\x6f\156\145\40\164\x69\155\x65\40\x70\x61\x73\x73\x63\x6f\x64\x65\x20\x73\x65\156\164\x20\164\157\40\x79\x6f\165\x72\40\145\x6d\x61\151\x6c\x20\x61\156\144\40\160\150\x6f\156\145\x20\x74\x6f\x20\166\145\162\151\x66\x79\x2e";
        goto Fh_;
        YJ9:
        $oR = __("\x54\x68\145\40\x4f\x6e\145\40\124\x69\x6d\x65\40\120\x61\x73\163\143\157\x64\145\x20\150\141\163\x20\x62\x65\145\156\40\163\x65\156\x74\40\x74\157\x20", "\155\x69\x6e\151\x6f\162\141\156\x67\x65\55\62\55\146\141\143\x74\x6f\162\55\x61\165\x74\x68\x65\156\x74\x69\143\141\x74\151\157\x6e") . $aC . "\x2e" . __("\120\x6c\145\141\163\x65\40\x65\x6e\164\x65\x72\40\164\x68\145\40\x6f\156\x65\x20\164\x69\155\145\x20\160\x61\x73\163\143\157\x64\x65\x20\x73\145\156\164\x20\x74\157\x20\x79\x6f\x75\162\40\145\155\141\151\154\x20\164\157\40\166\x65\x72\151\x66\171\x2e", "\x6d\x69\x6e\x69\x6f\x72\141\156\147\x65\55\62\55\x66\141\x63\164\x6f\x72\x2d\x61\x75\164\150\x65\156\x74\151\143\x61\164\x69\x6f\x6e");
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $Um, $oR, $Jj);
        exit;
        goto Fh_;
        yDj:
        $oR = __("\x59\x6f\165\x20\x77\151\x6c\x6c\x20\162\145\x63\145\x69\166\145\40\x61\x20\x70\x68\157\156\145\x20\x63\x61\x6c\154\40\157\156\40\x74\150\151\163\x20\x6e\165\155\142\x65\x72\40", "\x6d\151\156\151\157\162\141\156\x67\145\55\x32\55\146\x61\x63\164\157\x72\55\x61\x75\x74\x68\x65\x6e\164\x69\143\141\x74\x69\157\156") . $ca . "\56" . __("\120\154\145\x61\163\x65\40\x65\x6e\164\145\162\x20\164\150\145\x20\157\156\145\40\164\151\155\145\40\160\141\x73\x73\143\157\x64\x65\40\142\x65\154\157\167\40\164\x6f\x20\x76\x65\162\x69\146\171\40\x79\157\x75\x72\x20\x6e\165\x6d\x62\145\162\x2e", "\x6d\x69\156\151\x6f\x72\141\156\147\145\x2d\x32\x2d\146\x61\143\x74\157\x72\x2d\x61\165\x74\150\145\156\x74\151\143\x61\x74\x69\x6f\156");
        Fh_:
        TP4:
        o5J:
        goto RQm;
        H_i:
        $wX = new WP_Error();
        $wX->add("\x65\155\160\164\x79\x5f\165\163\x65\162\x6e\x61\155\x65", "\x3c\163\164\x72\157\156\147\76" . __("\105\x52\122\x4f\122", "\155\x69\x6e\x69\x6f\162\141\156\147\145\55\x32\55\x66\x61\x63\x74\157\162\x2d\x61\165\x74\150\x65\156\x74\x69\x63\141\164\151\157\156") . "\x3c\57\163\164\x72\157\156\x67\x3e\x3a\40" . __("\111\x6e\166\x61\x6c\151\x64\x20\x52\145\161\165\x65\163\x74\56", "\x6d\151\156\151\x6f\162\x61\156\x67\x65\x2d\x32\x2d\x66\x61\143\x74\157\162\x2d\x61\x75\x74\x68\145\156\164\x69\143\x61\164\151\x6f\156"));
        return $wX;
        RQm:
        oF9:
        if (!isset($_POST["\155\157\62\x66\137\162\x65\x63\157\156\x66\x69\147\165\x72\145\137\166\x61\154\151\x64\x61\x74\145\x5f\157\x74\x70\x5f\x6e\157\x6e\143\x65"])) {
            goto rHC;
        }
        $T7 = $_POST["\x6d\157\62\146\137\162\x65\143\x6f\156\146\151\x67\x75\x72\x65\x5f\166\141\154\151\144\x61\164\x65\137\157\x74\160\x5f\156\x6f\156\143\145"];
        if (!wp_verify_nonce($T7, "\155\x6f\x32\146\x2d\x72\x65\x63\157\x6e\x66\x69\147\x75\x72\x65\55\x76\x61\154\x69\x64\141\x74\x65\55\157\164\160\55\156\157\156\143\145")) {
            goto XyR;
        }
        if (MO2f_Utility::mo2f_check_empty_or_null($_POST["\157\x74\160\137\x74\157\x6b\x65\156"])) {
            goto AId;
        }
        $wp = sanitize_text_field($_POST["\x6f\x74\x70\x5f\x74\x6f\x6b\145\x6e"]);
        goto Erl;
        AId:
        $oR = __("\x41\154\154\40\164\150\x65\x20\x66\151\x65\154\x64\x73\x20\x61\x72\x65\x20\162\145\x71\165\x69\162\145\144\56\40\x50\154\145\141\x73\145\x20\x65\156\x74\145\162\40\166\141\154\x69\x64\x20\x65\x6e\164\x72\151\145\x73\x2e", "\x6d\x69\x6e\x69\x6f\162\x61\156\x67\145\55\x32\55\x66\141\143\164\x6f\162\55\x61\x75\x74\150\145\156\x74\x69\143\x61\x74\151\x6f\156");
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR);
        Erl:
        $Jj = $_POST["\x6d\157\62\146\x5f\163\145\143\x6f\156\144\137\146\x61\143\x74\x6f\x72"];
        $XX = '';
        $mO = '';
        $vj = $aq->get_user_detail("\x6d\157\62\x66\x5f\x75\x73\145\x72\137\x65\x6d\x61\x69\x6c", $current_user->ID);
        if (isset($_SESSION)) {
            goto Tj1;
        }
        if (!(session_status() != PHP_SESSION_DISABLED)) {
            goto AjJ;
        }
        session_start();
        AjJ:
        Tj1:
        if ($Jj == "\123\115\x53" || $Jj == "\x4f\124\120\40\x4f\x76\x65\x72\40\123\x4d\123") {
            goto uTF;
        }
        if ($Jj == "\x4f\x54\120\40\117\126\105\x52\x20\105\115\101\111\114") {
            goto FzW;
        }
        goto K9u;
        uTF:
        $XX = $_SESSION["\x6d\x6f\x32\146\137\x70\150\157\156\145"];
        $mO = $_SESSION["\155\x6f\62\x66\x5f\x74\162\141\156\163\141\143\164\151\x6f\x6e\x49\144"];
        goto K9u;
        FzW:
        $mO = $_SESSION["\x6d\x6f\62\146\x5f\x74\x72\141\156\163\x61\143\164\x69\157\x6e\x49\144"];
        K9u:
        $eO = new Customer_Setup();
        $CG = json_decode($eO->validate_otp_token($Jj, null, $mO, $wp, get_site_option("\x6d\x6f\62\146\137\x63\165\x73\x74\x6f\155\x65\162\x4b\x65\171"), get_site_option("\155\x6f\x32\146\x5f\141\x70\151\x5f\x6b\x65\x79")), true);
        if ($CG["\x73\x74\141\x74\165\163"] == "\105\x52\x52\x4f\122") {
            goto RZB;
        }
        if (strcasecmp($CG["\x73\x74\x61\x74\x75\163"], "\x53\125\103\x43\x45\123\x53") == 0) {
            goto JWo;
        }
        $o4 = '';
        $oR = __("\111\156\166\x61\154\151\144\x20\x4f\x54\120\56\x20\x50\x6c\145\x61\x73\145\40\164\x72\x79\40\x61\x67\141\151\x6e\56", "\x6d\151\156\x69\x6f\x72\x61\156\x67\x65\55\62\55\146\141\143\164\157\x72\55\x61\165\x74\x68\145\x6e\x74\151\x63\x61\164\151\157\156");
        echo $oR;
        goto KDJ;
        RZB:
        $o4 = '';
        $oR = Mo2fConstants::langTranslate($CG["\x6d\145\x73\163\x61\x67\x65"]);
        echo $oR;
        goto KDJ;
        JWo:
        $aq->update_user_details($current_user->ID, array("\x6d\157\137\x32\x66\141\x63\x74\x6f\x72\x5f\165\163\x65\162\x5f\162\145\x67\151\163\x74\x72\x61\164\x69\157\x6e\x5f\163\x74\141\x74\x75\163" => "\x4d\117\x5f\62\x5f\x46\x41\103\124\x4f\x52\x5f\120\x4c\x55\107\111\x4e\137\123\x45\124\124\111\116\107\x53", "\165\x73\145\x72\x5f\162\145\147\x69\x73\x74\x72\141\164\151\157\x6e\137\x77\151\x74\150\x5f\x6d\151\156\151\157\x72\x61\156\147\x65" => "\123\x55\x43\x43\x45\x53\x53", "\x6d\x6f\137\x32\146\x61\143\164\x6f\x72\x5f\165\x73\x65\162\137\162\145\x67\151\163\164\162\141\x74\151\157\x6e\137\x73\164\x61\164\165\163" => "\x4d\117\x5f\x32\x5f\106\101\103\124\x4f\x52\137\120\x4c\125\107\x49\x4e\x5f\x53\x45\124\124\x49\116\x47\123", "\x6d\157\62\x66\x5f\165\x73\x65\x72\137\x70\150\157\156\145" => $XX));
        if ($_POST["\x6d\x6f\x32\146\137\163\145\x63\x6f\156\144\x5f\146\x61\x63\164\157\162"] == "\x4f\124\x50\40\117\x76\x65\162\40\x53\115\123") {
            goto HVz;
        }
        if ($_POST["\x6d\x6f\x32\146\137\x73\x65\x63\x6f\156\144\x5f\x66\x61\x63\x74\157\x72"] == "\117\x54\x50\40\x4f\126\x45\122\x20\x45\x4d\x41\111\x4c") {
            goto gDk;
        }
        goto CPw;
        HVz:
        $qf = new Two_Factor_Setup();
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $Jj, $XX, null, null), true);
        if (json_last_error() == JSON_ERROR_NONE) {
            goto Gj9;
        }
        $oR = "\x45\162\x72\x6f\162\40\157\x63\143\x75\162\162\145\144\x20\x77\x68\151\x6c\145\40\165\x70\x64\x61\x74\x69\156\147\x20\165\x73\145\162\40\x64\x65\164\141\151\x6c\163\56\40\120\154\x65\141\163\145\40\164\x72\171\40\141\147\141\x69\156\56";
        echo $oR;
        goto rlo;
        Gj9:
        if ($C7["\163\x74\141\x74\x75\x73"] == "\x45\x52\x52\x4f\x52") {
            goto DJl;
        }
        if ($C7["\x73\x74\x61\164\x75\163"] == "\x53\x55\x43\103\105\123\x53") {
            goto hOY;
        }
        goto l6j;
        DJl:
        unset($_SESSION["\155\157\62\x66\x5f\160\150\x6f\156\x65"]);
        update_site_option("\x6d\x6f\62\146\137\155\x65\163\163\x61\147\x65", Mo2fConstants::langTranslate($C7["\x6d\145\x73\x73\x61\147\145"]));
        $this->mo_auth_show_error_message();
        echo $C7["\x6d\145\163\163\x61\x67\x65"];
        goto l6j;
        hOY:
        update_user_meta($current_user->ID, "\143\165\162\162\x65\156\x74\115\x65\164\150\x6f\x64", "\117\124\x50\40\117\x76\x65\x72\40\123\x4d\123");
        unset($_SESSION["\x6d\157\62\x66\x5f\164\162\141\x6e\x73\x61\x63\164\151\157\156\x49\144"]);
        $aq->update_user_details($current_user->ID, array("\x6d\x6f\x5f\x32\x66\141\x63\164\157\162\x5f\x75\x73\x65\x72\137\162\x65\x67\x69\163\x74\162\x61\164\151\x6f\156\137\163\164\x61\164\x75\163" => "\x4d\117\137\x32\x5f\106\x41\103\124\x4f\122\x5f\x50\x4c\x55\107\111\116\137\123\x45\x54\124\x49\x4e\107\x53", "\155\x6f\x32\146\137\143\x6f\x6e\x66\x69\x67\165\162\145\x64\x5f\62\106\x41\x5f\155\x65\164\x68\157\x64" => "\117\124\x50\x20\x4f\166\145\162\x20\x53\x4d\123"));
        $oR = "\x4f\x54\120\40\x4f\x76\145\x72\x20\123\x4d\x53\40\x68\x61\163\x20\x62\x65\x65\156\x20\162\x65\x63\157\156\146\151\x67\165\162\x65\144\40\163\165\143\x63\145\x73\163\146\x75\x6c\x6c\171\x2e";
        $o4 = "\x4d\117\62\106\137\x52\105\x43\117\x4e\106\x49\107\125\x52\105\x5f\x53\125\x43\x43\105\123\123\x5f\123\x4d\123";
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $o4, $oR, $Jj);
        l6j:
        rlo:
        goto CPw;
        gDk:
        $qf = new Two_Factor_Setup();
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $Jj, $XX, null, null), true);
        if ($C7["\x73\164\141\164\165\x73"] == "\x53\125\x43\103\105\x53\123") {
            goto jso;
        }
        $oR = "\x45\x72\162\157\162\x20\x6f\143\x63\165\162\162\145\144\40\167\x68\151\x6c\x65\40\165\x70\144\141\x74\x69\x6e\x67\40\x75\x73\x65\x72\x20\144\145\x74\x61\x69\x6c\163\56\40\120\x6c\145\141\x73\x65\40\164\x72\171\40\141\147\141\151\156\x2e";
        echo $oR;
        goto ThA;
        jso:
        $aq->update_user_details($current_user->ID, array("\x6d\157\x5f\x32\x66\141\143\x74\157\x72\137\165\x73\145\162\137\162\x65\x67\151\163\164\x72\x61\164\x69\157\x6e\x5f\163\x74\x61\x74\165\163" => "\x4d\117\137\x32\137\x46\101\103\124\x4f\122\137\120\114\x55\x47\111\x4e\x5f\123\x45\x54\124\x49\116\107\x53", "\x6d\x6f\x32\x66\x5f\x4f\124\120\117\x76\145\x72\x45\x6d\x61\x69\154\137\x63\x6f\x6e\146\x69\x67\137\x73\164\141\x74\x75\x73" => true, "\x75\163\x65\162\x5f\162\145\x67\x69\163\164\x72\141\x74\151\x6f\156\x5f\167\x69\x74\x68\137\x6d\151\156\151\x6f\x72\x61\x6e\147\145" => "\123\x55\x43\103\105\123\123", "\155\157\x5f\62\x66\x61\x63\x74\x6f\162\137\x75\163\145\162\x5f\x72\145\x67\151\163\164\x72\141\164\x69\157\x6e\x5f\x73\164\141\164\x75\x73" => "\x4d\117\137\x32\x5f\106\x41\103\124\x4f\122\137\x50\x4c\125\107\x49\116\137\123\x45\x54\x54\111\x4e\107\123", "\x6d\157\62\146\137\x63\157\156\146\151\x67\165\x72\145\144\137\62\106\101\x5f\x6d\x65\x74\150\x6f\x64" => "\x4f\124\x50\x20\x4f\x76\145\x72\x20\105\155\x61\151\154"));
        unset($_SESSION["\155\x6f\x32\x66\137\x74\162\x61\156\163\x61\x63\x74\x69\157\156\x49\144"]);
        update_user_meta($current_user->ID, "\143\165\x72\x72\x65\156\164\x4d\x65\x74\150\157\144", "\117\x54\x50\40\x4f\126\105\122\40\105\x4d\101\x49\x4c");
        $oR = "\117\124\x50\x20\117\x76\x65\162\40\x45\x6d\x61\151\x6c\x20\x68\x61\163\x20\x62\x65\145\156\x20\x72\x65\143\157\156\146\151\x67\165\x72\x65\x64\x20\x73\165\x63\143\145\x73\x73\x66\x75\x6c\x6c\x79\56";
        $o4 = "\x4d\x4f\x32\x46\137\122\x45\x43\x4f\116\x46\x49\107\125\122\x45\137\x53\x55\x43\103\x45\123\x53\137\x4f\124\x50\137\x4f\126\x45\122\137\105\115\x41\111\x4c";
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $o4, $oR, $Jj);
        ThA:
        CPw:
        KDJ:
        goto tC6;
        XyR:
        $wX = new WP_Error();
        $wX->add("\x65\x6d\160\164\x79\x5f\165\163\x65\x72\156\x61\x6d\145", "\x3c\x73\x74\x72\x6f\156\147\76" . __("\x45\122\x52\x4f\122", "\x6d\x69\x6e\151\157\x72\141\156\147\x65\x2d\x32\55\x66\x61\143\x74\157\162\x2d\x61\x75\164\x68\145\156\164\151\143\141\164\x69\157\156") . "\74\57\x73\164\162\157\x6e\x67\76\72\x20" . __("\x49\x6e\166\x61\x6c\x69\x64\x20\x52\145\x71\x75\x65\x73\x74\56", "\155\151\156\151\157\x72\x61\x6e\x67\145\x2d\62\x2d\x66\x61\143\164\x6f\x72\55\x61\165\x74\150\x65\x6e\164\x69\x63\x61\x74\x69\x6f\x6e"));
        return $wX;
        tC6:
        rHC:
        if (!(isset($_POST["\157\x70\164\151\x6f\x6e"]) && $_POST["\157\x70\x74\x69\157\156"] == "\x6d\157\x32\x66\137\x32\x66\141\x63\x74\157\x72\137\x72\145\x63\157\156\x66\151\147\165\162\x65\137\146\157\x72\155\137\x67\x6f\x6f\147\x6c\145\x5f\163\141\x76\x65")) {
            goto XM2;
        }
        $xB = "\x47\117\117\107\114\x45\x20\101\125\124\x48\x45\116\x54\x49\x43\x41\124\x4f\x52";
        $this->mo2f_reconfig_2fa($current_user, $xB);
        XM2:
        if (!(isset($_POST["\x6f\160\164\151\157\x6e"]) && $_POST["\157\160\164\151\x6f\156"] == "\155\157\62\146\x5f\x32\146\x61\143\x74\x6f\162\137\162\145\143\x6f\x6e\x66\x69\x67\x75\162\x65\137\146\x6f\162\x6d\137\153\x62\141\137\x73\x61\x76\145")) {
            goto F5I;
        }
        $xB = "\x4b\x42\x41";
        $this->mo2f_reconfig_2fa($current_user, $xB);
        F5I:
        if (!(isset($_POST["\157\160\x74\151\157\x6e"]) && $_POST["\157\x70\x74\x69\x6f\156"] == "\x6d\x6f\62\x66\137\62\146\141\143\x74\157\x72\137\x72\145\143\157\156\x66\x69\x67\x75\162\145\137\146\157\x72\x6d\x5f\163\155\163\x5f\x73\x61\166\145")) {
            goto Yt8;
        }
        $xB = "\x4f\124\120\40\x4f\x76\145\162\x20\x53\115\123";
        $this->mo2f_reconfig_2fa($current_user, $xB);
        Yt8:
        if (!(isset($_POST["\x6f\x70\164\151\x6f\x6e"]) && $_POST["\157\x70\x74\x69\x6f\x6e"] == "\155\x6f\62\146\137\x32\x66\x61\x63\x74\157\x72\137\x72\145\143\157\156\146\151\147\165\x72\x65\x5f\x66\157\x72\x6d\137\157\164\x70\137\x6f\x76\145\162\x5f\145\155\141\x69\x6c\137\x73\x61\166\145")) {
            goto puh;
        }
        $xB = "\x4f\124\x50\40\x4f\x56\x45\122\x20\x45\115\x41\x49\114";
        $this->mo2f_reconfig_2fa($current_user, $xB);
        puh:
        if (!(isset($_POST["\157\x70\164\x69\x6f\x6e"]) && $_POST["\x6f\160\x74\151\157\x6e"] == "\x6d\157\x32\x66\137\x32\146\141\143\x74\157\162\137\x72\145\143\157\156\146\151\147\x75\x72\145\x5f\146\x6f\x72\155\137\157\x75\x74\x5f\x6f\x66\x5f\x62\x61\156\x64\x5f\x65\x6d\x61\x69\154\137\163\x61\x76\145")) {
            goto ZaI;
        }
        $xB = "\x4f\125\124\40\x4f\x46\40\x42\x41\x4e\x44\x20\105\x4d\101\111\114";
        $this->mo2f_reconfig_2fa($current_user, $xB);
        ZaI:
        if (!(isset($_POST["\157\x70\x74\x69\157\156"]) && $_POST["\157\x70\x74\x69\x6f\156"] == "\x6d\157\62\x66\137\x32\x66\141\x63\x74\x6f\x72\x5f\145\156\x61\142\x6c\145\x5f\x32\146\x61")) {
            goto dkS;
        }
        $f1 = isset($_POST["\155\157\x32\146\x5f\62\x66\141\x63\x74\x6f\x72\137\x65\x6e\141\142\154\x65\x5f\62\146\x61\137\142\171\x75\x73\x65\x72\163"]) ? 1 : 0;
        update_user_meta($current_user->ID, "\155\157\62\x66\137\x32\146\141\143\164\x6f\162\137\x65\156\x61\142\x6c\x65\x5f\x32\x66\141\x5f\x62\x79\165\163\x65\162\163", isset($_POST["\155\x6f\x32\x66\137\x32\146\141\x63\164\157\x72\x5f\x65\156\141\142\x6c\145\137\x32\x66\141\x5f\142\x79\x75\x73\x65\162\163"]) ? 1 : 0);
        $aq->insert_user($current_user->ID, array("\x75\x73\x65\x72\137\x69\x64" => $current_user->ID));
        $aq->update_user_details($current_user->ID, array("\x6d\157\62\146\x5f\x32\146\x61\143\x74\x6f\162\x5f\145\156\x61\142\154\x65\x5f\x32\x66\141\x5f\x62\x79\165\163\145\162\x73" => $f1));
        dkS:
        RQG:
    }
    function mo2f_reconfig_2fa($current_user, $uV)
    {
        $Jb = '';
        $Um = '';
        if ($uV == "\x47\117\x4f\x47\x4c\105\40\x41\125\124\110\x45\x4e\124\x49\x43\x41\124\x4f\122") {
            goto xfl;
        }
        if ($uV == "\x4b\102\101") {
            goto rLk;
        }
        if ($uV == "\x4f\x54\120\x20\x4f\x76\145\x72\x20\123\115\x53") {
            goto u3V;
        }
        if ($uV == "\117\124\x50\x20\x4f\126\x45\x52\x20\x45\x4d\x41\x49\114") {
            goto jIf;
        }
        if ($uV == "\117\x55\x54\x20\117\106\40\x42\101\x4e\x44\x20\x45\115\x41\x49\x4c") {
            goto akU;
        }
        goto yAT;
        xfl:
        $this->prompt_user_for_reconfigure_google($current_user, $Um, $Jb);
        exit;
        goto yAT;
        rLk:
        $this->prompt_user_for_reconfigure_kba($current_user, $Um, $Jb);
        exit;
        goto yAT;
        u3V:
        $this->prompt_user_for_reconfigure_phone($current_user->ID, $Um, $Jb, $uV);
        exit;
        goto yAT;
        jIf:
        $this->prompt_user_for_reconfigure_otp_over_email($current_user->ID, $Um, $Jb, $uV);
        exit;
        goto yAT;
        akU:
        $this->prompt_user_for_reconfigure_out_of_band_email($current_user->ID, $Um, $Jb, $uV);
        exit;
        yAT:
    }
    function prompt_user_for_reconfigure_out_of_band_email($current_user, $Um, $Jb, $uV = null)
    {
        $vj = sanitize_text_field($_POST["\x6d\x6f\62\x66\x5f\x73\145\x6c\x65\x63\x74\x65\144\x5f\x65\x6d\141\151\154"]);
        $Vl = $uV;
        if (!empty($vj) and filter_var($vj, FILTER_VALIDATE_EMAIL)) {
            goto PEE;
        }
        exit;
        goto iGE;
        PEE:
        global $aq;
        $qf = new Two_Factor_Setup();
        $C7 = json_decode($qf->mo2f_update_userinfo($vj, $uV, null, null, null), true);
        if ($C7["\163\164\141\164\165\x73"] == "\x45\x52\122\117\122") {
            goto wlK;
        }
        if ($C7["\x73\164\141\164\x75\x73"] == "\x53\x55\103\x43\105\123\x53") {
            goto ChM;
        }
        goto DE8;
        wlK:
        update_site_option("\155\x6f\62\146\x5f\155\145\163\x73\141\x67\x65", Mo2fConstants::langTranslate($C7["\x6d\145\x73\163\141\147\x65"]));
        $this->mo_auth_show_error_message();
        goto DE8;
        ChM:
        $aq->update_user_details($current_user, array("\x6d\157\62\146\x5f\x75\x73\145\x72\x5f\145\155\141\x69\154" => $vj));
        update_user_meta($current_user, "\164\x65\155\160\122\145\x67\105\x6d\141\151\x6c", $vj);
        update_user_meta($current_user, "\x54\145\x6d\x70\x4d\x65\x74\150\157\x64", $Vl);
        $aq->update_user_details($current_user, array("\x6d\x6f\62\146\x5f\105\155\141\x69\x6c\126\145\162\151\146\x69\143\141\164\x69\157\156\137\143\x6f\156\146\151\x67\x5f\163\x74\x61\x74\x75\x73" => true, "\x75\x73\x65\162\x5f\162\x65\x67\x69\163\x74\x72\141\x74\x69\157\x6e\137\167\x69\x74\150\x5f\x6d\151\x6e\x69\x6f\x72\x61\156\x67\x65" => "\x53\125\x43\x43\105\x53\x53", "\155\x6f\x5f\62\x66\141\x63\164\157\162\137\165\163\145\162\137\162\x65\x67\151\x73\164\x72\141\164\x69\x6f\156\137\x73\164\141\164\x75\163" => "\x4d\x4f\x5f\x32\137\x46\101\103\x54\x4f\x52\137\x50\x4c\125\x47\111\116\x5f\123\105\124\x54\x49\116\107\x53", "\x6d\157\x32\146\137\143\157\156\x66\x69\x67\x75\162\145\144\137\62\x46\101\137\x6d\145\164\150\x6f\144" => "\105\155\141\151\154\x20\126\145\x72\x69\x66\x69\143\141\164\x69\x6f\156"));
        update_user_meta($current_user, "\x65\155\141\151\154", $vj);
        update_user_meta($current_user, "\143\165\162\x72\145\156\x74\x4d\x65\164\150\x6f\x64", "\x45\155\x61\151\154\x20\126\145\x72\151\146\x69\143\x61\164\x69\157\x6e");
        $o4 = "\115\x4f\137\62\x5f\106\x41\103\x54\117\x52\x5f\x53\x45\124\x55\x50\137\x53\x55\103\x43\105\x53\x53";
        $this->prompt_success_message($o4);
        exit;
        DE8:
        iGE:
    }
    function prompt_success_message($o4)
    {
        if (!($o4 == "\x4d\117\137\62\137\106\101\x43\124\x4f\122\137\123\x45\x54\125\x50\x5f\123\x55\103\x43\x45\x53\x53")) {
            goto Ld0;
        }
        echo "\11\x9\74\150\164\x6d\154\x3e\12\x9\x9\74\x68\145\x61\x64\76\40\x20\74\x6d\145\x74\141\40\x63\x68\x61\162\x73\145\x74\x3d\x22\165\x74\146\x2d\x38\42\x2f\x3e\xa\11\11\11\x3c\155\x65\x74\141\x20\150\x74\164\160\55\145\161\x75\151\166\75\42\130\55\125\101\55\103\x6f\155\160\141\164\151\142\x6c\x65\x22\40\143\x6f\x6e\164\145\x6e\164\x3d\x22\x49\105\75\145\144\x67\145\x22\x3e\12\x9\x9\x9\x3c\155\x65\x74\x61\40\x6e\141\x6d\x65\75\x22\166\x69\x65\167\160\x6f\162\164\x22\x20\143\157\156\x74\x65\156\164\x3d\x22\167\x69\144\164\x68\75\x64\x65\x76\151\143\145\x2d\x77\151\144\x74\x68\54\x20\151\156\151\164\151\141\x6c\55\163\x63\141\x6c\145\x3d\x31\42\76\12\11\x9\x9";
        echo "\74\163\143\x72\151\x70\164\40\163\162\x63\75\x22\150\164\164\160\x73\x3a\x2f\57\141\x6a\x61\x78\56\147\157\157\147\154\145\141\160\x69\163\56\143\157\x6d\x2f\141\152\141\170\x2f\154\x69\142\x73\57\x6a\161\165\x65\162\171\x2f\x32\x2e\x32\x2e\64\57\152\161\x75\145\162\x79\56\x6d\x69\x6e\56\x6a\163\x22\76\x3c\57\x73\x63\x72\x69\x70\x74\76";
        echo "\74\x73\143\x72\x69\x70\x74\40\163\162\143\x3d\x22" . plugins_url("\x69\x6e\143\x6c\x75\144\145\x73\57\152\x73\x2f\142\x6f\157\x74\x73\x74\x72\141\160\56\x6d\151\156\56\152\163", dirname(dirname(__FILE__))) . "\42\40\x3e\74\x2f\x73\x63\162\x69\x70\164\x3e";
        echo "\74\x6c\151\156\x6b\40\162\145\154\75\42\163\164\x79\154\145\163\150\x65\145\x74\42\40\164\x79\160\145\75\42\164\x65\x78\x74\x2f\143\163\x73\42\x20\x68\x72\145\x66\x3d\x22" . plugins_url("\151\156\143\x6c\165\x64\145\163\x2f\143\x73\x73\57\142\x6f\157\164\x73\164\x72\x61\x70\x2e\155\151\x6e\x2e\143\x73\163", dirname(dirname(__FILE__))) . "\42\x20\x2f\x3e";
        echo "\x3c\154\x69\x6e\153\x20\162\x65\x6c\75\x22\163\x74\x79\154\145\163\150\x65\145\164\42\x20\164\171\160\x65\75\x22\164\145\x78\164\x2f\143\x73\163\42\40\150\162\x65\146\75\x22" . plugins_url("\151\x6e\x63\154\165\144\x65\x73\57\x63\163\163\57\x66\x72\x6f\156\164\x5f\145\x6e\x64\137\x6c\157\x67\151\156\x2e\x63\163\163", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\x3c\x6c\151\x6e\x6b\40\162\145\154\x3d\x22\163\164\x79\x6c\x65\x73\x68\145\x65\164\42\40\164\171\x70\145\x3d\x22\x74\x65\x78\x74\57\143\163\x73\42\40\x68\x72\145\x66\75\42" . plugins_url("\x69\156\x63\154\x75\x64\145\x73\57\143\163\x73\57\163\164\171\154\x65\x5f\163\145\x74\164\151\156\147\x73\56\143\163\163", dirname(dirname(__FILE__))) . "\42\40\57\x3e";
        echo "\x3c\154\x69\x6e\x6b\40\162\145\154\x3d\x22\163\164\x79\x6c\x65\163\150\145\145\164\42\x20\x74\x79\160\145\75\x22\x74\x65\170\164\57\143\163\x73\42\x20\x68\x72\x65\x66\x3d\42" . plugins_url("\151\156\x63\154\x75\144\x65\163\57\143\163\163\x2f\150\x69\x64\145\55\x6c\157\147\151\x6e\56\143\x73\163", dirname(dirname(__FILE__))) . "\42\40\x2f\x3e";
        echo "\x9\11\74\57\150\x65\x61\144\x3e\xa\x9\x9\11\x3c\x62\x6f\x64\171\x3e\xa\x9\x9\x9\74\144\151\166\x20\x63\154\141\x73\x73\x3d\42\x6d\157\62\146\x5f\155\157\x64\x61\154\x22\40\164\141\142\151\x6e\x64\145\170\x3d\x22\x2d\61\42\40\x72\157\154\145\75\x22\144\151\141\x6c\x6f\147\42\40\151\x64\75\x22\x6d\x79\x4d\157\144\x61\154\65\42\x3e\12\x9\11\x9\x9\x3c\144\151\166\x20\x63\154\x61\163\163\75\x22\x6d\157\x32\146\x2d\x6d\x6f\x64\141\154\x2d\142\141\143\153\144\x72\157\160\42\x3e\x3c\57\144\x69\x76\x3e\12\x9\11\x9\x9\x3c\x64\151\x76\x20\x63\x6c\x61\x73\x73\x3d\42\x6d\157\62\x66\137\155\x6f\x64\141\x6c\x2d\144\x69\141\x6c\x6f\147\x20\155\x6f\62\x66\x5f\155\157\x64\141\154\55\154\x67\x22\x20\x73\x74\171\154\x65\75\x22\x77\x69\x64\x74\150\x3a\x39\x39\x39\160\170\40\41\x69\x6d\x70\157\x72\x74\x61\156\x74\x3b\155\141\x72\147\x69\156\72\60\160\x78\40\141\165\x74\157\40\x21\151\155\160\157\162\x74\x61\156\x74\73\42\76\12\11\11\11\11\11\x3c\144\151\x76\40\143\x6c\x61\x73\x73\x3d\42\154\157\147\x69\156\40\155\x6f\137\x63\165\163\x74\157\x6d\x65\x72\x5f\166\x61\x6c\x69\144\141\164\151\x6f\x6e\55\x6d\157\x64\x61\x6c\x2d\143\x6f\156\164\x65\156\164\42\x3e\12\x9\x9\x9\x9\x9\x9\x3c\x64\x69\x76\40\x63\154\x61\x73\163\x3d\42\155\157\62\146\137\155\157\144\x61\x6c\55\150\x65\141\x64\145\162\42\76\12\x9\x9\11\11\11\x9\11\x3c\x68\x34\76";
        echo __("\122\x65\143\157\x6e\146\x69\147\165\x72\141\x74\x69\x6f\156\40\163\x75\143\x63\145\163\x73\146\165\154", "\x6d\x69\x6e\151\x6f\162\141\156\x67\x65\55\x32\55\x66\141\x63\x74\x6f\162\55\x61\x75\164\x68\x65\x6e\164\151\143\x61\x74\151\157\x6e");
        echo "\74\x2f\150\x34\x3e\12\11\x9\11\x9\x9\x9\x3c\57\144\x69\166\76\xa\x9\11\11\11\x9\x9\x3c\x64\x69\x76\x20\x63\154\141\163\163\75\42\155\157\x32\146\x5f\155\x6f\x64\141\154\x2d\x62\157\x64\171\x20\x63\145\156\164\x65\x72\x22\x3e\xa\11\x9\11\x9\x9\x9\11\74\143\145\156\x74\145\162\76\xa\x9\11\11\11\x9\x9\11\11\x3c\x68\63\x3e";
        echo __("\x45\155\141\151\154\x20\x56\x65\x72\x69\146\151\143\141\164\x69\157\156\x20\x68\x61\x73\40\x62\x65\145\x6e\40\x72\145\143\x6f\x6e\x66\151\x67\x75\162\145\x64\40\163\x75\143\x63\x65\163\x73\x66\x75\154\x6c\x79\56\x20\x50\x6c\x65\x61\163\145\40\x6c\x6f\x67\x6f\x75\164\40\141\x6e\x64\x20\x74\x72\171\40\164\x6f\x20\154\157\147\151\x6e\40\x66\157\x72\x20\164\145\x73\164\151\156\x67", "\155\x69\156\151\157\x72\141\156\147\x65\x2d\62\55\x66\x61\x63\164\157\x72\55\x61\165\x74\150\x65\156\164\151\x63\141\x74\x69\157\156");
        echo "\74\57\x68\63\x3e\xa\11\11\x9\x9\11\11\x9\74\57\143\145\x6e\164\145\x72\76\12\11\11\11\x9\x9\x9\11\x3c\x2f\x62\x72\76\12\x9\11\x9\x9\x9\x9\11\74\x69\x6e\160\x75\x74\x20\x74\x79\x70\145\x3d\x22\x62\165\164\x74\157\156\42\x20\x6e\141\x6d\145\75\42\x62\x61\143\153\x22\x20\151\144\75\x22\x62\141\143\x6b\137\x62\164\156\x22\40\x63\154\x61\163\x73\75\x22\x6d\x69\156\x69\x6f\x72\x61\156\x67\145\137\x62\x75\164\164\x6f\156\42\40\x6f\x6e\143\154\151\x63\153\x3d\x20\x22\155\157\x62\141\x63\x6b\x28\51\x3b\x22\40\166\141\154\x75\145\x3d\42";
        echo __("\102\141\143\153", "\x6d\151\156\x69\157\x72\x61\x6e\147\145\55\x32\55\146\141\143\164\157\162\55\141\x75\164\x68\x65\156\164\151\143\x61\164\151\157\x6e");
        echo "\x22\40\x2f\76\12\11\11\11\11\11\11\x3c\x2f\144\151\166\x3e\xa\11\11\11\11\x9\x3c\x2f\144\151\166\76\12\x9\x9\11\11\x3c\x2f\144\x69\x76\76\12\x9\11\x9\74\x2f\x64\151\x76\x3e\xa\11\74\146\x6f\162\x6d\x20\156\x61\x6d\x65\x3d\42\146\x22\x20\155\145\164\150\157\x64\75\x22\x70\x6f\x73\164\42\x20\x61\x63\164\x69\157\x6e\75\x22\42\40\x69\144\x3d\42\x6d\x6f\62\x66\x5f\x63\141\156\x63\145\154\x5f\x66\157\x72\x6d\x22\x3e\12\11\x9\11\11\74\151\x6e\160\x75\x74\40\164\171\x70\x65\75\42\150\x69\x64\x64\x65\156\42\40\x6e\x61\x6d\145\75\42\x6f\160\164\x69\157\x6e\42\40\x76\141\x6c\165\145\75\42\x6d\157\x32\x66\137\x63\141\156\x63\145\154\x5f\143\157\x6e\x66\151\x67\165\x72\141\164\x69\157\x6e\42\x20\x2f\x3e\12\11\x9\11\74\57\x66\157\x72\x6d\x3e\12\x9\x9\11\74\x2f\x62\157\144\171\x3e\12\x9\74\x73\143\162\151\160\164\76\12\x9\x9\x9\x66\165\x6e\143\x74\x69\x6f\x6e\x20\x6d\157\x62\141\143\153\50\51\173\12\x9\11\11\x9\152\121\165\x65\162\171\x28\47\43\x6d\157\62\146\x5f\x63\x61\x6e\143\x65\154\x5f\x66\157\x72\x6d\x27\51\56\x73\165\142\155\x69\x74\50\x29\73\12\11\x9\x9\x7d\xa\x9\x3c\57\163\x63\162\x69\x70\164\76\12\x9\11\x9";
        Ld0:
    }
    function prompt_user_for_reconfigure_google($current_user, $Um, $Jb)
    {
        global $current_user;
        $current_user = wp_get_current_user();
        if ($Um == "\115\x4f\x32\106\137\122\105\x43\117\x4e\x46\111\107\x55\x52\x45\137\123\x55\103\x43\x45\x53\x53\137\107\x4f\x4f\107\x4c\x45") {
            goto jMu;
        }
        echo "\11\11\74\x68\164\155\x6c\76\xa\11\x9\x3c\x68\145\141\x64\76\40\x20\74\x6d\145\164\141\x20\x63\x68\x61\162\163\x65\x74\75\42\165\x74\146\x2d\70\42\57\76\xa\x9\x9\x9\74\x6d\145\x74\x61\40\150\164\164\x70\55\145\161\x75\x69\166\x3d\x22\x58\x2d\x55\101\55\103\x6f\x6d\160\x61\164\x69\142\154\145\x22\40\143\157\156\x74\x65\x6e\x74\x3d\42\x49\x45\75\x65\x64\x67\145\x22\76\12\11\11\x9\74\155\145\164\141\40\156\x61\155\x65\x3d\x22\x76\151\145\x77\160\x6f\x72\164\42\40\143\x6f\156\x74\x65\x6e\164\x3d\42\167\x69\144\164\x68\75\144\145\166\x69\143\x65\x2d\167\x69\144\164\x68\54\x20\x69\x6e\x69\x74\x69\x61\154\55\163\143\141\x6c\x65\75\61\42\x3e\12\11\x9\11";
        echo "\x3c\x73\x63\x72\151\x70\x74\x20\163\x72\143\75\x22\x68\x74\164\x70\163\72\57\57\141\152\141\x78\x2e\x67\157\157\x67\x6c\145\141\x70\x69\x73\x2e\x63\x6f\155\57\141\152\x61\x78\x2f\154\x69\x62\x73\x2f\x6a\x71\165\145\162\171\x2f\x32\56\62\56\x34\x2f\x6a\161\x75\x65\162\x79\56\155\151\x6e\x2e\152\163\42\x3e\x3c\x2f\163\143\162\151\160\x74\x3e";
        echo "\74\163\x63\162\x69\160\164\x20\x73\x72\143\x3d\x22" . plugins_url("\151\156\x63\154\165\144\x65\x73\57\152\x73\x2f\x62\x6f\x6f\x74\x73\164\162\x61\x70\x2e\x6d\x69\x6e\x2e\152\x73", dirname(dirname(__FILE__))) . "\42\40\x3e\x3c\x2f\163\x63\x72\151\160\164\76";
        echo "\x3c\x6c\151\156\153\40\x72\145\154\75\x22\163\164\x79\x6c\x65\x73\150\145\x65\164\x22\40\x74\x79\160\x65\x3d\x22\164\x65\170\164\x2f\x63\x73\x73\x22\x20\x68\162\145\146\75\42" . plugins_url("\151\x6e\143\x6c\165\x64\x65\163\x2f\x63\163\x73\x2f\142\157\x6f\x74\x73\x74\162\x61\160\56\155\x69\x6e\x2e\x63\163\163", dirname(dirname(__FILE__))) . "\x22\x20\x2f\76";
        echo "\x3c\154\151\x6e\153\40\162\145\x6c\75\42\163\x74\171\154\145\x73\150\145\145\164\x22\x20\164\171\x70\145\x3d\42\164\145\x78\164\57\x63\x73\x73\42\x20\150\x72\x65\x66\75\42" . plugins_url("\151\x6e\143\154\x75\144\145\x73\x2f\143\x73\x73\57\x66\162\157\156\164\x5f\145\156\144\x5f\154\157\147\x69\x6e\x2e\143\163\x73", dirname(dirname(__FILE__))) . "\x22\x20\x2f\x3e";
        echo "\74\x6c\151\x6e\153\x20\x72\x65\154\75\42\163\164\171\154\145\x73\150\x65\x65\x74\42\x20\x74\171\160\x65\x3d\42\x74\145\170\x74\x2f\143\x73\163\x22\x20\150\162\x65\x66\x3d\x22" . plugins_url("\151\156\143\x6c\x75\144\145\x73\x2f\x63\x73\163\57\x73\x74\x79\154\x65\x5f\x73\x65\x74\x74\151\156\147\163\x2e\x63\x73\163", dirname(dirname(__FILE__))) . "\42\40\57\x3e";
        echo "\x3c\x6c\151\156\x6b\40\x72\145\x6c\75\x22\163\x74\x79\154\145\163\x68\145\145\164\x22\x20\x74\171\160\x65\x3d\x22\164\x65\170\164\57\143\x73\163\x22\x20\x68\162\x65\x66\75\x22" . plugins_url("\151\156\143\154\165\144\x65\x73\x2f\143\x73\x73\x2f\150\x69\x64\x65\x2d\154\x6f\147\x69\156\56\x63\163\163", dirname(dirname(__FILE__))) . "\42\x20\x2f\x3e";
        echo "\11\x9\74\57\150\x65\x61\144\76\12\x9\11\11\x3c\163\x74\x79\154\145\76\xa\x2a\x20\x7b\xa\x9\142\x6f\170\x2d\x73\151\x7a\x69\x6e\x67\x3a\40\x62\x6f\x72\144\145\x72\55\x62\x6f\x78\x3b\xa\175\xa\x5b\143\154\141\x73\163\x2a\75\x22\155\143\157\x6c\x2d\x22\x5d\x20\x7b\12\x9\x2f\x2a\146\154\157\x61\164\x3a\x20\x6c\x65\x66\x74\x3b\52\x2f\12\11\160\141\144\x64\x69\x6e\x67\x3a\x20\x31\x35\160\x78\x3b\12\x7d\xa\57\x2a\40\106\157\162\40\x64\x65\163\x6b\164\157\x70\72\x20\52\x2f\12\x2e\x6d\x63\x6f\154\55\61\x20\x7b\x77\x69\144\164\150\x3a\x20\x31\x30\x30\x25\73\x6d\x61\162\x67\x69\156\x2d\x74\157\160\72\40\x2d\65\45\73\x7d\12\x2e\155\143\x6f\154\x2d\62\x20\173\167\151\144\x74\150\72\40\61\x30\60\45\x3b\155\x61\162\x67\151\156\55\x74\x6f\x70\72\x20\x2d\x35\x25\x3b\175\xa\x2e\155\143\x6f\154\55\x33\x20\x7b\x77\x69\x64\164\150\72\x20\61\x30\x30\x25\73\155\x61\162\x67\x69\156\x2d\x74\x6f\160\x3a\40\55\x35\x25\73\175\xa\100\155\x65\144\151\141\40\157\156\154\x79\40\x73\x63\x72\x65\x65\156\x20\x61\x6e\144\40\50\x6d\141\x78\x2d\x77\x69\x64\164\x68\72\40\x37\66\70\160\170\51\40\173\12\11\x2f\52\x20\x46\157\x72\40\x6d\157\142\x69\154\145\x20\x70\x68\157\156\145\163\x3a\x20\x2a\57\xa\11\133\143\x6c\x61\163\x73\x2a\x3d\42\155\x63\157\154\55\42\135\40\173\xa\11\x9\167\151\144\x74\x68\72\x20\61\x30\60\x25\x3b\xa\11\175\12\x7d\12\74\57\163\164\x79\x6c\145\x3e\12\11\x9\x9\74\142\157\144\x79\x3e\xa\x9\11\x9\74\x64\151\166\40\x63\x6c\141\163\163\x3d\x22\x6d\x6f\62\x66\x5f\x6d\x6f\144\x61\154\42\40\x74\x61\x62\151\156\144\145\x78\x3d\x22\x2d\61\42\40\x72\x6f\x6c\x65\75\x22\144\x69\x61\x6c\157\147\x22\40\x69\x64\75\42\155\171\x4d\x6f\144\x61\x6c\65\x22\76\12\11\x9\x9\11\74\144\151\166\40\x63\154\141\x73\x73\x3d\x22\155\x6f\62\146\55\x6d\x6f\x64\141\x6c\x2d\x62\x61\x63\x6b\144\x72\x6f\x70\42\x3e\74\57\144\151\x76\x3e\xa\11\11\11\11\x3c\x64\151\x76\x20\x63\154\x61\163\x73\x3d\42\155\x6f\x32\x66\x5f\x6d\157\x64\x61\154\x2d\x64\151\x61\x6c\x6f\147\x20\x6d\x6f\x32\146\x5f\155\x6f\x64\141\154\x2d\x6c\x67\42\40\x3e\12\11\x9\x9\x9\x9\74\144\x69\166\40\143\x6c\x61\163\163\x3d\x22\x6c\157\x67\x69\156\40\155\x6f\137\x63\x75\x73\x74\157\155\x65\162\137\166\x61\x6c\151\x64\x61\164\x69\157\x6e\55\155\x6f\x64\141\154\x2d\143\x6f\156\164\x65\x6e\x74\x20\143\x65\156\164\x65\x72\42\x20\x73\x74\171\154\145\75\42\x62\157\162\x64\x65\x72\55\x74\157\x70\72\x20\64\x70\x78\x20\x73\x6f\x6c\x69\x64\40\43\60\60\70\x65\x63\x32\x3b\40\42\76\xa\11\11\x9\11\x9\11\x3c\x64\x69\x76\40\x63\x6c\x61\163\x73\x3d\x22\x6d\157\62\146\x5f\x6d\x6f\144\x61\154\x2d\x68\145\x61\x64\x65\x72\42\x3e\xa\11\11\x9\x9\11\x9\x9\x3c\150\64\40\163\164\171\154\x65\x3d\42\x66\157\x6e\164\55\x73\151\x7a\145\x3a\40\62\x30\60\45\x3b\x63\x6f\x6c\157\162\x3a\40\x23\60\x30\x38\145\143\x32\73\x6d\x61\x72\x67\x69\156\72\40\60\x70\x78\73\42\76";
        echo __("\122\x65\x63\x6f\156\146\x69\x67\x75\x72\145\x20\107\x6f\157\x67\154\145\40\101\x75\x74\150\145\x6e\164\151\143\141\164\157\x72", "\x6d\x69\156\x69\x6f\162\x61\156\147\145\55\62\x2d\146\141\143\x74\x6f\x72\x2d\x61\165\x74\x68\x65\156\164\151\x63\x61\164\x69\x6f\x6e");
        echo "\x3c\x2f\150\64\x3e\12\x9\x9\x9\11\x9\11\11";
        if (!(isset($Jb) && !empty($Jb))) {
            goto v98;
        }
        echo "\11\11\11\x9\x9\11\x9\11\x3c\x64\151\166\x20\x20\x69\x64\75\42\157\164\160\115\145\x73\163\141\x67\145\42\x3e\xa\11\11\x9\11\x9\11\11\11\11\74\x70\40\143\x6c\x61\x73\163\x3d\x22\155\157\x32\146\x61\x5f\144\151\163\160\x6c\141\171\137\x6d\145\x73\163\141\x67\145\x5f\x66\162\x6f\156\x74\x65\156\x64\42\40\163\x74\171\x6c\145\75\x22\164\x65\x78\164\55\141\x6c\x69\x67\156\72\x20\x6c\145\x66\164\x20\x21\151\155\x70\x6f\x72\x74\141\x6e\x74\x3b\42\76";
        echo $Jb;
        echo "\x3c\x2f\x70\76\xa\x9\11\11\11\11\11\11\x9\x3c\57\144\x69\x76\x3e\xa\11\11\11\11\11\11\11";
        v98:
        echo "\x9\11\x9\x9\x9\x9\74\57\144\x69\166\x3e\12\x9\11\11\x9\x9\11\x3c\x64\x69\x76\x20\x63\154\141\163\163\75\42\x6d\x6f\62\x66\x5f\x6d\157\144\x61\x6c\55\142\157\144\x79\40\143\x65\x6e\x74\x65\x72\x22\76\12\11\x9\x9\x9\x9\11";
        $C0 = isset($_SESSION["\155\157\62\146\137\x67\157\157\147\154\145\137\x61\x75\164\x68"]) ? $_SESSION["\155\x6f\62\146\137\x67\157\157\x67\x6c\x65\137\x61\165\164\150"] : null;
        $b1 = isset($_SESSION["\155\x6f\62\146\137\147\x6f\157\x67\154\x65\x5f\x61\x75\x74\x68"]) ? $C0["\147\x61\137\x71\162\x43\x6f\x64\x65"] : null;
        $bI = isset($_SESSION["\155\157\x32\146\137\147\x6f\x6f\x67\x6c\145\x5f\141\x75\164\150"]) ? $C0["\147\141\x5f\163\x65\143\162\x65\x74"] : null;
        $qr = isset($C0["\x67\x61\x5f\160\x68\157\x6e\x65"]) ? $C0["\x67\x61\137\x70\x68\157\156\x65"] : '';
        echo "\x9\11\11\11\x9\x9\x9\x9\x3c\144\x69\x76\x20\x63\154\141\163\x73\75\x22\155\x63\157\154\55\x31\42\x3e\12\11\x9\x9\x9\11\11\x9\11\x3c\150\x33\x20\163\164\171\154\145\x3d\42\x66\x6f\x6e\164\x2d\163\151\172\x65\72\x20\61\64\x30\45\x3b\x63\x6f\154\157\162\72\x20\x23\60\x30\x38\x65\143\62\73\x22\x3e";
        echo __("\x53\x74\x65\x70\55\61\x3a\40\123\x65\x6c\145\x63\164\x20\x54\x79\x70\145\40\x6f\146\x20\x50\x68\x6f\x6e\x65", "\155\151\x6e\x69\x6f\x72\x61\156\147\145\55\62\x2d\x66\x61\x63\x74\x6f\x72\55\x61\x75\x74\x68\145\x6e\164\x69\143\141\x74\151\x6f\x6e");
        echo "\74\57\x68\x33\x3e\12\11\x9\x9\x9\11\x9\11\x9\11\x3c\x70\x20\x73\164\171\154\x65\x3d\42\x66\x6f\x6e\164\x2d\x73\151\x7a\145\x3a\x20\61\65\160\x78\40\41\151\x6d\160\157\x72\164\x61\156\164\73\42\76\x9\xa\x9\x9\x9\x9\x9\x9\x9\x9\x9\x9\x3c\x69\x6e\160\x75\164\x20\164\171\160\x65\75\x22\x72\x61\x64\151\157\x22\x20\156\141\x6d\145\x3d\x22\x6d\157\62\146\137\162\145\x63\x6f\156\x66\x69\x67\x5f\141\x70\160\137\x74\171\160\145\137\x72\x61\144\151\157\x22\40\x76\141\x6c\x75\145\75\42\x61\x6e\144\162\157\151\x64\42\40";
        checked($qr == "\141\x6e\x64\x72\157\151\144");
        echo "\x20\x2f\x3e\40\74\142\76\101\x6e\144\x72\157\151\144\74\x2f\142\76\12\11\11\11\x9\11\x9\x9\x9\x9\11\x3c\151\x6e\x70\x75\x74\40\x74\171\160\145\x3d\42\162\141\x64\x69\x6f\x22\x20\156\141\x6d\x65\x3d\x22\x6d\157\62\146\x5f\162\x65\143\157\x6e\146\x69\x67\x5f\141\160\x70\x5f\x74\171\160\145\x5f\162\x61\144\x69\x6f\x22\40\166\x61\154\x75\x65\x3d\42\151\160\x68\x6f\156\x65\x22\40";
        checked($qr == "\151\x70\150\157\x6e\x65");
        echo "\x20\x2f\x3e\x20\x3c\142\76\151\x50\x68\x6f\x6e\145\x3c\x2f\x62\76\12\x9\11\11\x9\x9\11\11\11\11\x9\74\151\156\x70\165\x74\x20\x74\x79\160\145\75\42\x72\x61\144\x69\157\x22\x20\x6e\141\x6d\x65\75\x22\155\157\62\x66\137\162\145\x63\x6f\156\146\151\x67\137\x61\160\x70\137\164\x79\160\145\x5f\162\x61\144\x69\157\42\40\166\x61\154\x75\x65\75\42\x62\x6c\141\x63\153\142\x65\x72\x72\x79\42\x20";
        checked($qr == "\142\x6c\x61\x63\x6b\142\x65\x72\x72\x79");
        echo "\x20\x2f\x3e\x20\74\x62\x3e\102\154\141\143\153\x42\x65\x72\x72\171\x20\57\40\127\x69\156\144\x6f\x77\163\x3c\x2f\142\x3e\74\142\162\40\57\x3e\x3c\142\x72\x20\57\76\12\11\11\x9\x9\x9\x9\x9\11\11\11\x3c\151\x6e\x70\165\x74\40\x74\171\x70\145\75\42\142\165\x74\x74\x6f\156\x22\x20\156\141\x6d\x65\75\x22\x62\x61\x63\x6b\42\40\x69\144\75\42\142\x61\x63\x6b\137\x62\164\x6e\42\40\x63\x6c\x61\163\163\x3d\x22\x6d\151\x6e\x69\157\162\141\156\x67\145\55\142\x75\x74\x74\157\x6e\42\40\163\x74\x79\154\x65\75\42\167\151\144\164\x68\72\x34\x35\45\x3b\x22\40\157\x6e\x63\154\x69\x63\x6b\75\x20\x22\x6d\157\x6c\157\x67\x69\156\x62\x61\x63\153\50\x29\73\42\x20\x76\x61\154\x75\145\x3d\x22";
        echo __("\102\141\x63\153", "\x6d\151\156\x69\x6f\x72\141\x6e\147\x65\55\62\x2d\146\141\143\164\x6f\x72\x2d\x61\165\x74\150\145\156\164\x69\x63\141\x74\151\157\x6e");
        echo "\x22\x20\x2f\76\xa\x9\11\11\x9\x9\x9\11\x9\x9\74\x2f\x70\x3e\12\11\11\11\x9\11\x9\11\11\11\x3c\57\144\151\166\76\74\150\x72\40\x73\x74\171\x6c\x65\x3d\42\155\x61\162\x67\151\156\72\40\x30\x25\42\76\x3c\142\162\x3e\xa\x9\x9\11\x9\x9\11\11\11\74\x64\x69\166\x20\x63\154\x61\x73\x73\75\42\155\143\157\x6c\55\x32\42\x3e\xa\x9\x9\x9\x9\11\x3c\x68\x33\40\163\164\171\154\145\x3d\42\146\x6f\156\164\55\x73\x69\x7a\145\x3a\40\61\64\60\x25\x3b\x63\x6f\154\x6f\x72\72\x20\43\x30\60\70\145\x63\62\x3b\42\76";
        echo __("\123\x74\x65\160\x2d\62\72\x20\x53\145\164\x20\165\x70\40\107\157\x6f\147\154\x65\x20\x41\165\164\x68\x65\x6e\164\151\x63\x61\164\157\x72", "\155\x69\156\x69\157\x72\x61\156\x67\x65\55\x32\55\x66\141\143\x74\x6f\162\55\x61\x75\164\x68\145\156\164\x69\x63\x61\164\151\157\156");
        echo "\74\x2f\150\x33\x3e\12\x9\x9\x9\11\x9\74\144\151\x76\40\x69\144\x3d\42\x6d\157\x32\x66\x5f\141\x6e\x64\x72\157\151\x64\x5f\144\x69\x76\x22\x20\163\164\171\154\145\75\42";
        echo $qr == "\x61\x6e\x64\x72\157\151\x64" ? "\144\151\163\x70\x6c\141\171\72\x62\154\157\x63\x6b" : "\144\151\x73\x70\154\x61\171\72\156\x6f\156\145";
        echo "\x22\40\76\xa\x9\x9\11\x9\x9\x3c\144\151\x76\40\x73\164\171\154\x65\75\42\x66\154\x6f\141\x74\x3a\40\154\x65\146\164\73\42\x3e\xa\x9\11\11\x9\11\74\150\x34\x20\x63\154\141\163\x73\75\x22\155\157\137\167\160\x6e\163\x5f\x74\145\170\164\x5f\141\x6c\x69\x67\x6e\x5f\154\145\146\x74\42\76";
        echo __("\111\x6e\x73\x74\x61\x6c\x6c\40\164\x68\x65\x20\x47\x6f\157\147\154\145\40\101\165\x74\x68\145\x6e\x74\x69\x63\x61\x74\157\162\x20\x41\x70\160\40\146\x6f\x72\40\x41\156\x64\162\157\x69\x64\56", "\x6d\x69\x6e\x69\x6f\x72\141\x6e\x67\x65\55\x32\x2d\x66\x61\143\x74\x6f\x72\55\141\x75\x74\x68\x65\x6e\x74\151\x63\x61\164\x69\157\156");
        echo "\x3c\57\150\64\x3e\xa\x9\11\x9\11\11\74\x6f\x6c\x3e\xa\x9\11\11\11\11\11\x3c\x6c\151\40\143\154\x61\x73\163\x3d\x22\x6d\x6f\137\x77\x70\156\x73\137\164\145\x78\x74\137\x61\154\x69\x67\156\137\x6c\145\146\164\42\76";
        echo __("\117\156\40\171\x6f\x75\x72\x20\x70\x68\157\x6e\x65\54\x47\157\x20\164\x6f\x20\x47\x6f\157\147\x6c\x65\40\120\x6c\x61\171\40\123\164\157\162\145\56", "\155\151\156\x69\x6f\162\141\156\147\145\x2d\62\x2d\x66\141\143\x74\157\x72\x2d\141\165\x74\150\145\156\x74\151\143\141\x74\151\x6f\156");
        echo "\74\x2f\154\x69\x3e\xa\x9\x9\11\11\11\x9\x3c\154\x69\x20\x63\154\141\x73\x73\x3d\42\155\x6f\137\167\160\156\x73\137\x74\x65\170\x74\x5f\141\x6c\151\147\156\137\154\x65\x66\164\42\76";
        echo __("\x53\x65\141\x72\143\150\x20\x66\157\162\40\74\x62\76\107\157\157\x67\154\x65\x20\101\165\164\x68\x65\x6e\x74\151\143\141\x74\157\162\x2e\74\57\x62\x3e", "\155\x69\x6e\x69\157\162\x61\x6e\x67\x65\55\62\55\146\141\143\x74\x6f\x72\55\x61\x75\164\150\x65\156\x74\x69\x63\x61\164\151\157\x6e");
        echo "\74\x62\x72\x3e\12\11\x9\x9\x9\x9\x9\x3c\x75\x3e\12\x9\x9\11\x9\11\x9\74\141\40\x68\x72\145\146\75\x22\x68\164\x74\x70\163\x3a\57\57\160\154\x61\171\x2e\x67\x6f\x6f\x67\154\145\x2e\143\157\155\x2f\163\164\x6f\x72\145\57\x61\160\x70\x73\x2f\144\x65\x74\x61\151\x6c\163\77\x69\x64\x3d\x63\157\x6d\56\147\157\x6f\147\154\145\56\141\x6e\x64\162\x6f\x69\144\x2e\141\x70\160\163\56\x61\x75\164\x68\145\x6e\x74\x69\x63\141\164\x6f\x72\x32\x22\40\x74\141\x72\147\x65\x74\75\42\x5f\x62\154\141\x6e\x6b\42\76";
        echo __("\104\157\x77\x6e\x6c\157\141\x64\x20\146\x72\157\155\40\x74\150\145\40\x47\x6f\157\147\x6c\145\x20\x50\154\x61\x79\x20\123\x74\157\162\145\40\141\x6e\x64\x20\x69\x6e\163\x74\141\154\x6c\x20\164\x68\x65\40\x61\160\x70\x6c\x69\143\141\164\x69\x6f\156\56", "\x6d\x69\x6e\x69\x6f\162\x61\156\x67\145\55\62\55\146\141\x63\164\x6f\x72\x2d\x61\165\x74\x68\145\x6e\164\151\x63\x61\x74\x69\x6f\156");
        echo "\x3c\57\x61\x3e\74\x2f\165\76\12\11\11\x9\x9\x9\11\x3c\57\x6c\151\76\xa\11\x9\x9\x9\x9\74\x2f\x6f\x6c\x3e\xa\11\x9\x9\x9\11\x3c\150\64\40\143\x6c\x61\x73\x73\75\42\155\157\137\x77\160\156\x73\137\164\x65\x78\164\x5f\141\154\151\x67\x6e\137\x6c\145\146\x74\42\76";
        echo __("\116\157\x77\40\157\x70\145\x6e\40\x61\x6e\x64\x20\x63\x6f\x6e\146\151\147\165\162\x65\40\107\x6f\157\x67\x6c\145\x20\101\165\164\150\x65\156\164\x69\143\x61\x74\x6f\x72\56", "\155\151\x6e\x69\157\162\141\156\147\145\55\62\55\146\141\x63\x74\157\162\x2d\x61\165\164\x68\x65\x6e\164\151\143\x61\164\x69\157\156");
        echo "\x3c\x2f\150\x34\x3e\xa\11\11\x9\11\x9\x3c\157\x6c\76\xa\11\11\11\11\x9\x9\74\x6c\151\x20\x63\x6c\141\x73\163\x3d\42\x6d\157\137\167\160\156\x73\x5f\164\145\170\x74\137\x61\x6c\x69\x67\x6e\137\x6c\x65\146\164\x22\76";
        echo __("\111\156\x20\107\157\157\x67\154\145\x20\x41\x75\x74\x68\x65\156\x74\151\143\x61\x74\x6f\162\54\x20\164\x6f\x75\143\150\x20\115\x65\x6e\x75\x20\141\x6e\x64\x20\x73\x65\154\145\143\x74\x20\x22\123\145\x74\x20\165\x70\40\x61\x63\143\157\x75\x6e\164\56\42", "\155\151\156\x69\157\162\141\x6e\147\145\55\62\55\x66\141\x63\164\157\x72\55\141\x75\x74\x68\145\156\164\151\x63\x61\x74\151\157\156");
        echo "\74\x2f\x6c\151\x3e\xa\x9\x9\11\11\x9\11\x3c\x6c\151\x20\143\x6c\141\163\163\x3d\x22\x6d\157\x5f\167\x70\x6e\163\x5f\164\145\x78\x74\137\141\x6c\x69\147\156\137\x6c\x65\146\x74\x22\76";
        echo __("\x53\145\154\x65\x63\x74\x20\x22\123\x63\141\x6e\40\x61\40\x62\x61\x72\x63\157\144\x65\x22\x2e\40\x55\x73\145\x20\171\157\165\x72\40\x70\150\157\x6e\x65\47\163\x20\143\141\155\145\162\x61\40\164\x6f\x20\163\143\x61\156\40\164\150\x69\x73\x20\142\x61\x72\x63\157\x64\x65\56", "\x6d\151\x6e\x69\157\x72\x61\x6e\147\x65\55\62\x2d\x66\x61\143\x74\x6f\162\55\141\x75\x74\150\x65\156\164\x69\x63\x61\164\151\x6f\x6e");
        echo "\x3c\x2f\x6c\x69\x3e\xa\x9\11\11\11\x9\74\57\157\154\x3e\xa\x9\x9\11\x9\74\57\144\x69\x76\76\xa\11\x9\11\11\x9\x3c\142\162\76\12\11\x9\11\11\11\x3c\144\x69\x76\x3e\12\11\x9\11\x9\x9\x9\74\x63\x65\156\x74\x65\x72\76\xa\x9\x9\x9\11\x9\x9";
        if (MO2F_IS_ONPREM) {
            goto xjS;
        }
        echo "\x9\x9\11\11\11\11\11\x3c\x64\151\166\40\x69\144\75\42\144\x69\x73\160\x6c\141\171\x51\x72\103\x6f\144\x65\42\x20\x3e";
        echo "\x3c\151\x6d\x67\40\163\162\x63\x3d\42\x64\x61\x74\141\72\151\155\x61\x67\145\57\x6a\160\147\73\x62\x61\x73\x65\66\x34\x2c" . $b1 . "\42\x20\57\76";
        echo "\74\x2f\144\151\166\x3e\12\11\x9\x9\x9\11\11";
        goto bF4;
        xjS:
        echo "\11\11\x9\x9\x9\11\x9\x3c\x64\x69\x76\x20\143\x6c\x61\163\163\75\42\155\157\x32\146\137\x67\x61\165\164\x68\x22\x20\40\x64\141\164\141\x2d\161\x72\x63\x6f\x64\x65\75\42";
        echo $b1;
        echo "\42\x3e\74\57\144\151\x76\76\12\11\11\x9\x9\11\11";
        bF4:
        echo "\x9\11\x9\11\x9\11\x3c\x2f\143\x65\x6e\x74\x65\x72\x3e\xa\11\11\11\x9\11\x3c\57\x64\x69\166\76\12\x9\11\11\11\11\74\142\162\x3e\x3c\142\162\x3e\12\x9\11\11\x9\11\74\x64\151\x76\76\x3c\x61\x20\40\x64\141\x74\141\x2d\164\157\x67\147\154\145\75\42\x6d\157\x32\146\137\143\157\x6c\x6c\141\x70\163\145\42\40\x68\x72\x65\x66\75\x22\x23\155\x6f\x32\146\x5f\x73\143\141\x6e\142\141\162\143\x6f\x64\x65\x5f\141\42\40\x61\162\151\x61\x2d\x65\x78\160\141\156\144\x65\144\x3d\42\x66\141\154\163\x65\42\x20\x3e\74\x62\x3e";
        echo __("\x43\141\x6e\47\164\40\163\143\141\156\40\164\150\145\x20\x62\141\x72\143\157\x64\x65\x3f\40", "\x6d\x69\156\151\157\162\141\156\x67\145\x2d\62\55\x66\x61\143\164\157\162\x2d\141\x75\164\150\145\x6e\x74\x69\143\x61\164\x69\157\156");
        echo "\x3c\x2f\142\76\x3c\x2f\x61\76\74\x2f\x64\151\166\76\xa\11\x9\x9\x9\x9\x3c\144\151\166\x20\143\x6c\x61\163\x73\x3d\x22\155\157\62\x66\137\143\x6f\x6c\x6c\141\160\x73\145\40\x6d\x6f\137\x77\x70\156\x73\137\x74\145\x78\x74\137\x61\x6c\151\x67\156\x5f\x6c\145\146\x74\x22\40\151\x64\x3d\42\155\x6f\x32\x66\137\163\x63\141\156\x62\141\162\143\157\x64\145\137\x61\42\76\12\11\11\11\x9\x9\11\74\157\x6c\x3e\12\x9\x9\11\11\x9\11\x9\74\x6c\151\x3e";
        echo __("\111\x6e\40\x47\x6f\157\x67\154\145\40\101\x75\x74\150\145\156\x74\x69\x63\141\164\157\x72\x2c\40\x74\x6f\165\143\150\x20\x4d\145\156\165\40\141\156\144\40\x73\x65\154\145\x63\x74\40\x22\x53\145\x74\x20\165\160\40\141\x63\143\x6f\165\x6e\x74\56\42", "\155\x69\x6e\x69\x6f\x72\141\156\147\145\55\62\x2d\146\141\x63\164\x6f\162\x2d\141\x75\164\150\145\x6e\164\151\x63\x61\x74\x69\157\x6e");
        echo "\74\57\x6c\x69\x3e\12\x9\x9\11\11\11\x9\11\74\154\151\76";
        echo __("\123\145\x6c\145\143\164\40\42\105\156\x74\145\162\x20\160\x72\x6f\166\151\144\145\x64\40\153\145\x79\42", "\x6d\151\x6e\x69\157\x72\x61\x6e\x67\145\x2d\62\55\146\x61\143\x74\157\162\x2d\141\x75\x74\150\145\x6e\x74\x69\143\141\164\151\x6f\x6e");
        echo "\74\x2f\x6c\151\x3e\12\11\x9\x9\11\11\11\x9\74\154\151\76";
        echo __("\x49\x6e\40\42\105\x6e\x74\145\162\x20\x61\x63\143\x6f\x75\x6e\x74\x20\x6e\x61\155\x65\x22\40\x74\171\160\x65\40\171\157\x75\x72\x20\146\x75\154\x6c\x20\145\155\141\x69\154\x20\141\144\x64\x72\x65\x73\163\56", "\155\151\156\x69\x6f\x72\141\x6e\x67\145\x2d\62\x2d\x66\141\x63\x74\157\x72\x2d\x61\x75\164\x68\145\x6e\x74\151\143\x61\164\151\157\156");
        echo "\74\57\154\151\x3e\12\11\11\11\11\x9\11\11\74\154\151\x3e";
        echo __("\111\x6e\40\42\x45\x6e\164\x65\x72\x20\171\157\x75\162\x20\x6b\145\x79\x22\40\x74\171\160\145\40\171\157\165\162\40\163\145\x63\162\x65\164\x20\x6b\145\171\72", "\155\151\x6e\x69\157\x72\141\156\x67\145\55\62\55\x66\x61\143\x74\157\x72\x2d\x61\x75\x74\150\145\x6e\164\151\143\x61\164\x69\157\x6e");
        echo "\x3c\57\154\151\76\12\x9\x9\x9\x9\11\x9\11\x9\74\144\151\166\x20\163\164\x79\x6c\145\x3d\42\160\141\x64\144\151\x6e\x67\72\40\61\x30\160\170\73\40\x62\x61\x63\153\x67\x72\x6f\165\x6e\144\55\143\x6f\x6c\x6f\162\72\40\43\146\x39\x65\144\x62\145\x3b\x77\151\x64\x74\150\x3a\x20\62\60\x65\x6d\73\164\x65\x78\x74\x2d\x61\x6c\151\147\x6e\72\x20\143\x65\156\164\x65\162\x3b\x22\x20\x3e\12\11\11\x9\x9\x9\x9\x9\11\11\x3c\x64\x69\166\x20\x73\x74\171\154\145\x3d\42\146\157\x6e\164\55\x73\151\172\145\72\x20\61\64\x70\170\73\x20\x66\157\156\x74\55\167\x65\x69\x67\150\x74\72\40\x62\157\x6c\x64\73\154\x69\x6e\x65\x2d\x68\x65\151\x67\150\164\x3a\40\61\56\65\x3b\x22\40\76\12\11\x9\11\x9\11\11\x9\x9\11";
        echo $bI;
        echo "\11\x9\11\11\x9\x9\x9\x9\11\x3c\57\x64\151\x76\76\12\11\x9\11\11\x9\x9\x9\x9\x9\74\x64\151\166\40\x73\164\x79\x6c\145\75\x22\x66\157\156\164\55\163\x69\172\145\72\40\70\60\45\x3b\143\x6f\154\x6f\x72\72\x20\x23\66\x36\x36\x36\x36\x36\x3b\x22\76\12\11\11\11\11\x9\11\x9\11\11";
        echo __("\123\x70\x61\143\x65\x73\x20\144\x6f\x6e\47\x74\x20\x6d\x61\164\164\x65\x72\56", "\x6d\151\x6e\151\x6f\162\x61\x6e\x67\x65\x2d\x32\x2d\x66\141\x63\164\157\x72\55\141\165\164\150\x65\156\x74\151\143\x61\x74\x69\x6f\156");
        echo "\x9\x9\11\x9\11\x9\11\11\11\74\57\144\151\166\76\xa\x9\x9\11\11\11\11\11\x9\74\57\x64\151\166\76\12\11\x9\x9\x9\x9\11\x9\x3c\154\x69\x3e";
        echo __("\113\145\171\40\164\x79\160\x65\72\40\155\141\x6b\145\40\x73\165\162\145\x20\x22\124\151\155\145\x2d\x62\141\163\145\144\42\40\151\x73\40\163\x65\x6c\145\143\x74\x65\144\x2e", "\x6d\x69\x6e\x69\x6f\x72\x61\156\147\145\x2d\x32\x2d\146\x61\143\164\x6f\162\55\141\165\x74\x68\145\156\164\x69\x63\141\x74\x69\x6f\156");
        echo "\74\x2f\154\x69\x3e\12\11\11\11\x9\x9\11\11\74\x6c\151\76";
        echo __("\x54\141\x70\40\101\x64\144\56", "\x6d\151\156\x69\x6f\162\141\156\147\145\x2d\x32\55\146\x61\x63\164\157\162\55\x61\x75\164\x68\145\x6e\164\x69\143\x61\x74\151\x6f\156");
        echo "\x3c\x2f\154\151\x3e\12\11\11\x9\11\11\11\74\57\x6f\x6c\76\12\11\11\x9\x9\x9\x3c\57\x64\x69\166\76\xa\11\x9\x9\11\x9\x3c\57\144\151\166\x3e\xa\11\x9\x9\x9\11\74\144\x69\x76\40\151\144\x3d\x22\x6d\157\x32\x66\137\x69\160\150\x6f\156\x65\x5f\x64\151\x76\x22\x20\x73\x74\171\154\145\x3d\42";
        echo $qr == "\x69\x70\x68\157\156\x65" ? "\x64\151\163\160\154\141\x79\72\x62\154\157\143\x6b" : "\x64\151\x73\x70\154\x61\171\x3a\x6e\x6f\x6e\145";
        echo "\x22\40\76\12\11\11\x9\11\11\x3c\x64\151\x76\x20\163\164\171\x6c\145\75\x22\x66\154\157\x61\x74\x3a\x20\x6c\145\146\164\x3b\x22\x3e\xa\11\11\x9\x9\11\74\150\x34\x20\x63\154\x61\163\163\x3d\x22\x6d\157\x5f\x77\160\156\163\x5f\x74\145\170\x74\137\x61\x6c\x69\147\156\x5f\154\145\x66\x74\42\x3e";
        echo __("\111\156\x73\x74\x61\154\x6c\x20\x74\150\x65\x20\107\157\x6f\147\154\x65\40\x41\165\x74\x68\x65\x6e\164\151\x63\x61\x74\x6f\162\x20\x61\x70\160\40\146\157\x72\x20\x69\120\x68\x6f\156\x65\56", "\x6d\151\156\x69\x6f\x72\x61\156\x67\145\55\62\x2d\x66\x61\143\164\157\162\x2d\x61\165\x74\x68\x65\x6e\164\151\x63\x61\x74\151\157\156");
        echo "\x3c\57\x68\64\76\12\x9\11\x9\x9\11\74\x6f\x6c\x3e\12\11\x9\11\11\11\11\74\x6c\x69\40\x63\154\x61\x73\163\75\42\x6d\x6f\137\x77\x70\156\x73\137\164\x65\170\x74\137\141\154\151\x67\156\x5f\x6c\x65\x66\164\42\x3e";
        echo __("\117\156\x20\x79\157\x75\x72\x20\151\120\x68\157\x6e\145\54\x20\x74\141\x70\x20\164\150\145\40\x41\x70\160\40\x53\164\x6f\x72\x65\40\151\143\x6f\x6e\56", "\x6d\x69\156\x69\x6f\162\x61\x6e\x67\x65\x2d\62\55\x66\x61\x63\164\157\x72\x2d\x61\165\x74\x68\145\x6e\164\x69\x63\141\x74\151\x6f\156");
        echo "\74\x2f\x6c\151\76\12\x9\x9\11\11\x9\x9\x3c\154\x69\x20\143\154\x61\163\163\75\x22\155\157\x5f\x77\160\156\163\137\x74\145\170\164\x5f\141\x6c\151\x67\x6e\137\154\145\146\x74\x22\76";
        echo __("\x53\145\141\x72\x63\x68\x20\x66\x6f\x72\40\74\x62\76\x47\157\x6f\147\154\x65\40\x41\x75\x74\150\x65\x6e\164\x69\143\x61\164\x6f\x72\x2e\x3c\57\142\76", "\155\x69\156\151\x6f\162\x61\156\x67\145\55\62\x2d\x66\x61\x63\164\157\162\55\141\165\164\150\145\156\164\151\143\141\x74\x69\x6f\x6e");
        echo "\74\142\x72\x3e\xa\x9\11\11\11\x9\x9\74\x75\76\74\141\40\150\x72\145\x66\x3d\x22\150\x74\x74\x70\x3a\x2f\x2f\x69\x74\x75\156\145\x73\x2e\141\x70\x70\154\x65\56\143\157\x6d\57\165\x73\x2f\x61\x70\x70\57\x67\157\x6f\147\x6c\x65\x2d\141\x75\x74\x68\x65\156\x74\151\143\x61\x74\x6f\162\x2f\151\144\63\x38\70\x34\x39\x37\66\60\x35\x3f\155\x74\75\x38\42\40\164\x61\x72\x67\x65\164\75\x22\x5f\x62\154\141\x6e\153\42\x3e";
        echo __("\x44\157\x77\x6e\154\x6f\x61\x64\40\146\x72\x6f\x6d\40\x74\x68\x65\40\x41\x70\x70\x20\x53\x74\x6f\162\x65\40\x61\x6e\x64\x20\x69\x6e\x73\x74\x61\x6c\154\x20\x69\x74", "\155\151\x6e\151\x6f\162\141\156\147\145\x2d\x32\x2d\146\141\143\x74\157\x72\x2d\141\x75\164\150\145\156\164\x69\x63\141\x74\151\157\156");
        echo "\74\x2f\141\x3e\x3c\57\x75\x3e\12\x9\x9\x9\x9\x9\11\x3c\57\x6c\151\76\xa\x9\x9\x9\11\11\74\57\157\x6c\76\xa\x9\x9\11\11\x9\x3c\150\x34\x20\143\x6c\x61\163\163\75\x22\155\x6f\x5f\x77\x70\x6e\163\x5f\164\145\170\x74\137\x61\x6c\151\147\156\137\154\145\x66\164\42\x3e";
        echo __("\x4e\x6f\167\40\157\160\x65\x6e\x20\x61\x6e\x64\40\x63\157\x6e\146\151\x67\x75\162\x65\40\x47\157\157\x67\154\145\40\101\x75\164\x68\145\156\x74\x69\x63\141\x74\157\x72\56", "\x6d\x69\156\x69\157\x72\141\x6e\x67\145\x2d\x32\x2d\146\x61\x63\x74\x6f\162\55\141\x75\x74\150\x65\156\x74\151\x63\141\164\151\x6f\x6e");
        echo "\x3c\57\150\x34\x3e\xa\x9\x9\11\x9\x9\74\157\x6c\76\xa\x9\x9\x9\x9\x9\11\x3c\x6c\151\x20\x63\x6c\x61\x73\163\75\x22\155\157\x5f\167\160\x6e\x73\137\x74\x65\x78\x74\x5f\141\x6c\x69\x67\x6e\137\x6c\x65\x66\x74\x22\76";
        echo __("\x49\x6e\x20\x47\157\x6f\147\154\145\x20\x41\x75\x74\150\145\x6e\x74\x69\x63\x61\x74\157\162\54\x20\x74\141\160\40\42\x2b\42\54\40\x61\156\144\x20\164\x68\145\x6e\x20\42\x53\x63\x61\156\x20\102\141\x72\143\157\x64\x65\x2e\42", "\x6d\x69\x6e\151\x6f\162\141\x6e\147\145\55\x32\55\146\141\143\x74\157\162\x2d\x61\x75\x74\150\x65\x6e\x74\151\143\x61\164\151\x6f\x6e");
        echo "\x3c\57\154\151\x3e\xa\x9\11\11\11\11\11\x3c\x6c\151\40\x63\154\141\163\163\x3d\x22\155\x6f\x5f\x77\x70\156\x73\x5f\164\x65\x78\x74\137\141\x6c\151\x67\156\137\x6c\x65\x66\164\42\x3e";
        echo __("\125\163\145\x20\x79\157\165\162\40\x70\x68\x6f\x6e\145\x27\163\x20\143\x61\155\x65\x72\x61\x20\x74\157\x20\163\x63\141\x6e\40\x74\150\151\x73\x20\142\x61\x72\143\157\144\145\56", "\155\151\x6e\151\x6f\162\141\156\x67\x65\55\62\55\x66\x61\143\164\157\162\x2d\x61\165\164\x68\x65\x6e\x74\151\x63\141\164\151\157\156");
        echo "\11\11\x9\x9\x9\x9\x9\xa\11\x9\x9\11\x9\11\74\x2f\154\x69\x3e\12\x9\11\11\11\11\74\57\x6f\x6c\76\12\11\11\11\11\x9\x3c\57\144\151\x76\76\12\11\11\11\11\x9\74\144\151\166\76\xa\11\11\11\11\11\11\x3c\143\145\x6e\x74\145\162\76\74\142\162\76\12\x9\11\x9\11\x9\11\11\11";
        if (MO2F_IS_ONPREM) {
            goto tn1;
        }
        echo "\x9\x9\11\11\11\x9\x9\11\11\x3c\144\151\x76\40\x69\x64\x3d\x22\x64\x69\163\x70\x6c\x61\x79\x51\162\x43\157\x64\x65\x22\40\76";
        echo "\74\151\x6d\147\40\x73\162\143\75\42\x64\141\x74\x61\x3a\x69\155\x61\147\x65\x2f\x6a\x70\x67\73\x62\x61\163\x65\x36\64\x2c" . $b1 . "\x22\x20\x2f\76";
        echo "\74\57\144\151\166\x3e\12\x9\11\x9\11\11\x9\11\x9";
        goto Hwf;
        tn1:
        echo "\x9\x9\11\x9\11\11\11\11\11\74\144\151\x76\x20\x63\154\x61\x73\x73\x3d\x22\155\157\x32\146\137\147\141\x75\164\x68\42\40\x64\x61\x74\141\55\x71\162\x63\157\144\x65\75\42";
        echo $b1;
        echo "\42\76\x3c\x2f\x64\x69\x76\x3e\12\x9\x9\11\11\11\x9\11\11";
        Hwf:
        echo "\x9\x9\x9\x9\x9\11\11\74\57\x63\145\156\x74\145\x72\76\xa\11\x9\11\11\11\74\57\144\151\166\x3e\xa\11\11\x9\11\x9\74\142\162\76\x3c\x62\x72\x3e\xa\x9\11\x9\11\x9\x3c\144\151\x76\76\74\141\x20\40\x64\141\x74\141\x2d\x74\157\x67\x67\154\x65\x3d\x22\155\157\x32\x66\137\143\157\x6c\x6c\x61\160\163\145\42\x20\150\162\145\146\75\x22\43\x6d\x6f\62\x66\x5f\163\x63\x61\x6e\x62\141\x72\x63\x6f\144\145\137\151\x22\x20\x61\x72\151\x61\55\x65\x78\160\x61\x6e\144\x65\144\x3d\x22\146\x61\154\x73\145\42\40\76\74\142\76";
        echo __("\x43\141\x6e\x27\164\40\163\143\141\x6e\40\x74\x68\145\40\x62\x61\x72\x63\x6f\144\x65\x3f", "\155\151\156\x69\157\x72\x61\x6e\x67\x65\55\62\x2d\x66\141\x63\x74\x6f\162\x2d\141\165\x74\x68\x65\156\x74\151\143\141\164\151\x6f\x6e");
        echo "\40\x3c\57\142\x3e\x3c\x2f\x61\76\x3c\57\144\151\166\76\12\11\x9\x9\11\11\x3c\144\x69\166\x20\143\x6c\141\x73\x73\x3d\42\x6d\157\62\x66\137\x63\157\x6c\154\141\160\163\145\x20\x6d\x6f\137\x77\160\x6e\163\x5f\164\145\170\164\137\x61\154\x69\147\x6e\137\154\145\x66\164\x22\40\x69\144\75\42\x6d\157\62\146\137\x73\x63\141\156\x62\141\162\143\157\x64\x65\137\x69\x22\x20\x20\76\xa\11\11\11\x9\x9\11\x3c\157\x6c\76\xa\x9\x9\x9\11\x9\11\11\x3c\x6c\x69\76";
        echo __("\x49\156\40\107\x6f\157\147\154\145\x20\101\x75\164\x68\x65\156\x74\151\143\141\x74\x6f\x72\x2c\x20\164\x61\160\40\53\x2e", "\155\x69\156\151\157\162\x61\x6e\x67\x65\55\62\55\x66\x61\x63\164\x6f\162\x2d\x61\x75\x74\x68\145\156\164\151\x63\x61\x74\x69\x6f\x6e");
        echo "\x3c\57\154\151\x3e\12\x9\x9\11\x9\x9\x9\x9\x3c\154\151\76";
        echo __("\113\145\171\40\164\171\160\x65\72\x20\x6d\x61\153\x65\x20\163\165\162\145\40\42\x54\x69\x6d\x65\55\142\141\x73\145\x64\42\x20\151\x73\40\x73\145\154\145\143\164\145\144\x2e", "\x6d\x69\156\x69\x6f\162\x61\156\147\145\55\62\55\x66\141\143\x74\x6f\162\x2d\141\x75\164\x68\x65\156\164\x69\x63\x61\x74\x69\x6f\x6e");
        echo "\74\57\x6c\151\x3e\12\x9\x9\11\x9\x9\11\x9\x3c\154\151\x3e";
        echo __("\x49\x6e\40\x22\x41\x63\143\x6f\x75\x6e\164\x22\x20\x74\171\160\145\40\171\157\x75\x72\x20\x66\x75\154\154\x20\145\155\x61\x69\x6c\40\141\144\x64\x72\145\163\163\56", "\155\x69\156\x69\157\x72\x61\x6e\x67\145\x2d\62\x2d\x66\x61\143\164\157\162\55\x61\x75\164\150\145\x6e\164\151\x63\141\164\x69\x6f\156");
        echo "\74\57\x6c\151\x3e\12\11\x9\x9\11\11\x9\x9\x3c\154\151\76";
        echo __("\x49\156\x20\42\x4b\x65\x79\x22\x20\x74\x79\x70\x65\x20\171\157\x75\x72\40\x73\x65\x63\162\x65\164\x20\x6b\145\171\x3a", "\x6d\151\156\x69\x6f\162\x61\156\x67\x65\55\62\x2d\146\141\143\x74\157\162\55\x61\165\164\150\x65\156\x74\151\143\141\x74\x69\x6f\x6e");
        echo "\x3c\57\154\x69\x3e\xa\x9\11\x9\x9\x9\x9\11\x9\74\x64\x69\x76\x20\163\164\171\x6c\145\75\x22\x70\141\144\x64\151\x6e\x67\x3a\40\x31\60\x70\x78\73\40\x62\x61\143\x6b\147\162\x6f\165\156\x64\x2d\x63\x6f\154\x6f\162\72\x20\43\146\71\x65\144\142\145\x3b\x77\x69\144\x74\x68\72\x20\62\60\x65\x6d\73\164\145\170\x74\55\141\x6c\x69\x67\x6e\72\x20\143\x65\x6e\x74\x65\162\73\42\x20\76\xa\x9\11\11\11\x9\x9\11\11\x9\74\144\151\x76\x20\x73\x74\171\154\145\75\x22\x66\157\x6e\x74\55\163\x69\x7a\x65\72\40\61\x34\160\x78\73\40\x66\157\x6e\x74\x2d\x77\145\x69\147\x68\x74\x3a\40\x62\157\x6c\144\x3b\x6c\151\156\145\55\150\145\x69\x67\150\164\x3a\40\x31\x2e\x35\73\x22\40\76\xa\x9\11\x9\11\11\11\11\11\x9";
        echo $bI;
        echo "\11\11\11\x9\x9\x9\x9\11\x9\x3c\57\x64\x69\x76\76\xa\11\x9\x9\11\11\11\11\11\11\x3c\x64\151\166\x20\163\164\x79\x6c\145\x3d\42\146\x6f\x6e\164\55\163\x69\172\x65\x3a\x20\x38\60\x25\73\143\x6f\154\x6f\x72\72\40\43\66\66\66\66\x36\66\x3b\x22\x3e\xa\11\x9\x9\11\11\11\11\11\x9";
        echo __("\123\x70\141\143\x65\163\x20\144\x6f\156\x27\x74\40\155\x61\164\164\145\162\56", "\155\151\x6e\x69\x6f\162\141\156\x67\145\x2d\62\x2d\x66\x61\143\164\x6f\162\55\141\165\x74\150\145\156\x74\151\x63\141\164\151\157\156");
        echo "\x9\11\11\11\x9\x9\11\11\x9\x3c\x2f\x64\151\166\76\xa\11\11\x9\11\x9\11\x9\x9\x3c\x2f\144\x69\x76\76\12\11\x9\11\11\x9\11\11\x3c\154\151\76";
        echo __("\124\141\160\40\x41\x64\144\x2e", "\x6d\x69\156\151\x6f\162\x61\x6e\147\145\x2d\62\55\146\141\143\x74\157\x72\x2d\141\x75\164\x68\145\x6e\x74\x69\x63\141\164\151\157\156");
        echo "\x3c\x2f\154\x69\76\12\x9\11\11\x9\11\11\x3c\x2f\x6f\x6c\76\12\11\11\x9\x9\x9\74\x2f\144\x69\x76\76\xa\11\x9\11\x9\x9\74\x2f\144\x69\x76\76\12\x9\11\11\11\11\x3c\144\151\x76\x20\151\144\75\42\x6d\x6f\x32\146\x5f\x62\x6c\141\143\x6b\x62\145\x72\162\x79\x5f\144\151\x76\x22\x20\x63\154\x61\x73\x73\x3d\42\x6d\157\x5f\167\160\156\163\137\164\145\x78\x74\137\141\x6c\x69\x67\156\x5f\154\145\x66\x74\42\x20\163\x74\171\154\x65\75\x22";
        echo $qr == "\142\154\141\143\153\x62\145\162\x72\x79" ? "\x64\151\x73\160\x6c\x61\x79\72\x62\x6c\157\143\x6b" : "\x64\x69\163\x70\154\x61\171\72\156\x6f\x6e\x65";
        echo "\42\x3e\xa\x9\11\x9\11\11\74\x68\x34\x3e";
        echo __("\111\x6e\x73\164\x61\154\154\x20\164\150\145\40\107\157\157\147\x6c\145\40\x41\165\164\150\145\x6e\164\151\143\x61\x74\157\x72\x20\x61\160\160\x20\146\x6f\162\x20\102\x6c\141\143\x6b\102\x65\x72\162\171", "\x6d\x69\156\151\157\162\141\x6e\x67\x65\55\x32\x2d\x66\x61\x63\164\x6f\162\x2d\141\x75\164\150\145\x6e\164\x69\143\141\x74\x69\157\156");
        echo "\74\57\x68\64\76\xa\11\11\x9\11\11\74\157\x6c\x3e\xa\x9\x9\11\11\11\11\74\x6c\x69\x3e";
        echo __("\117\x6e\40\171\157\165\162\40\160\x68\157\x6e\145\x2c\40\157\160\145\x6e\40\x61\40\167\x65\142\x20\x62\x72\157\167\163\145\x72\x2e\107\x6f\40\164\157\x20\x3c\x62\x3e\x6d\56\x67\x6f\157\x67\x6c\145\56\143\x6f\155\57\x61\165\x74\x68\x65\156\x74\151\x63\x61\x74\x6f\x72\x2e\74\x2f\142\76", "\155\151\x6e\151\157\x72\141\x6e\147\145\x2d\62\55\146\141\143\x74\x6f\162\x2d\141\x75\x74\150\145\156\x74\151\x63\141\x74\151\x6f\x6e");
        echo "\x3c\x2f\154\151\x3e\12\11\11\11\x9\11\x9\x3c\154\151\x3e";
        echo __("\x44\x6f\167\156\x6c\x6f\x61\144\x20\x61\x6e\x64\40\x69\x6e\163\164\141\x6c\x6c\x20\x74\x68\x65\40\x47\x6f\x6f\x67\154\145\40\101\165\164\x68\x65\156\x74\x69\x63\141\x74\157\162\40\141\x70\x70\154\x69\x63\141\x74\151\x6f\156\x2e", "\155\151\156\x69\157\x72\x61\156\x67\x65\x2d\x32\55\x66\141\x63\164\157\x72\x2d\141\x75\x74\x68\145\x6e\164\x69\143\141\164\x69\x6f\156");
        echo "\74\x2f\x6c\x69\76\xa\x9\11\x9\11\x9\74\57\157\x6c\x3e\xa\11\x9\11\11\11\74\150\x34\76";
        echo __("\116\x6f\167\x20\x6f\160\x65\156\x20\x61\x6e\x64\40\143\x6f\156\x66\151\147\165\162\x65\40\107\x6f\x6f\147\x6c\x65\x20\x41\x75\x74\150\x65\156\x74\151\x63\x61\x74\x6f\x72\x2e", "\x6d\151\x6e\x69\157\x72\141\156\x67\145\55\x32\x2d\146\141\143\164\x6f\162\55\141\x75\x74\x68\x65\x6e\164\x69\x63\141\164\x69\157\156");
        echo "\x3c\x2f\150\64\76\12\x9\x9\x9\x9\11\x3c\157\x6c\76\12\x9\x9\x9\11\11\11\x3c\154\151\76";
        echo __("\x49\156\x20\107\157\157\147\x6c\145\x20\101\x75\x74\x68\x65\x6e\x74\151\x63\x61\164\x6f\162\54\40\x73\145\x6c\145\143\x74\40\115\141\x6e\165\141\x6c\x20\153\x65\171\x20\145\x6e\164\162\171\x2e", "\x6d\x69\156\x69\x6f\162\x61\156\147\x65\x2d\x32\55\146\x61\143\164\x6f\162\x2d\141\165\164\150\x65\x6e\164\151\x63\x61\x74\x69\x6f\156");
        echo "\74\x2f\154\x69\76\12\x9\x9\11\x9\11\x9\x3c\x6c\x69\76";
        echo __("\111\156\40\42\105\x6e\164\145\x72\40\141\x63\143\157\x75\156\x74\x20\x6e\141\x6d\145\42\x20\164\171\160\x65\40\x79\157\165\162\x20\x66\x75\154\154\x20\x65\155\x61\151\154\x20\x61\144\x64\162\x65\x73\163\56", "\155\x69\156\151\157\x72\141\x6e\147\145\x2d\x32\x2d\146\141\143\x74\157\x72\x2d\x61\165\x74\x68\x65\x6e\164\x69\143\141\164\151\157\156");
        echo "\x3c\57\154\x69\76\12\11\11\11\11\x9\x9\x3c\154\x69\x3e";
        echo __("\x49\156\40\42\105\156\164\145\x72\40\153\x65\x79\x22\x20\164\171\x70\145\40\x79\157\x75\162\40\x73\145\x63\162\x65\164\x20\x6b\145\x79\x3a", "\x6d\x69\156\151\157\162\x61\x6e\147\145\x2d\x32\x2d\146\141\x63\164\x6f\x72\55\x61\x75\164\x68\145\156\x74\x69\143\x61\164\151\x6f\x6e");
        echo "\74\57\154\x69\x3e\12\11\x9\x9\11\x9\11\11\74\x63\x65\x6e\164\x65\162\76\x3c\144\x69\x76\40\163\x74\x79\x6c\x65\75\x22\x70\141\144\144\x69\156\147\72\40\x31\60\x70\170\73\40\142\141\143\x6b\x67\162\157\x75\x6e\x64\55\143\157\x6c\157\162\72\40\43\146\71\145\144\142\145\x3b\x77\x69\144\x74\x68\x3a\x20\62\x30\x65\155\73\x74\145\170\164\55\x61\x6c\151\147\156\x3a\40\143\x65\x6e\x74\145\162\x3b\x22\40\76\12\11\11\11\x9\11\x9\x9\x9\74\x64\x69\x76\40\163\x74\171\154\x65\75\x22\146\x6f\156\x74\x2d\x73\151\172\x65\x3a\x20\61\64\x70\170\x3b\40\146\157\x6e\x74\55\167\145\151\147\150\x74\x3a\40\x62\157\154\144\73\x6c\x69\156\x65\x2d\150\x65\x69\x67\x68\x74\72\40\61\56\65\73\42\40\76\xa\11\11\x9\x9\11\x9\11\x9";
        echo $bI;
        echo "\11\x9\11\x9\x9\x9\11\11\74\57\144\x69\166\x3e\12\x9\11\x9\11\x9\x9\11\x9\x3c\144\151\x76\40\163\164\x79\x6c\x65\75\x22\146\x6f\156\164\55\x73\151\172\x65\x3a\40\70\60\x25\x3b\143\157\154\157\162\72\40\x23\x36\66\x36\66\66\x36\73\42\76\12\x9\11\11\11\11\x9\x9\x9";
        echo __("\x53\x70\x61\x63\145\x73\x20\x64\x6f\156\x27\164\40\155\x61\164\x74\x65\x72\56", "\155\151\x6e\151\157\x72\141\x6e\x67\x65\55\62\55\146\141\143\x74\157\162\x2d\x61\165\164\150\145\156\x74\x69\x63\141\164\151\x6f\156");
        echo "\11\11\x9\11\x9\x9\x9\11\74\57\x64\151\x76\76\xa\11\11\11\x9\11\11\11\74\57\x64\151\166\x3e\74\57\x63\145\x6e\164\x65\162\x3e\xa\x9\x9\11\x9\x9\11\x3c\x6c\151\x3e";
        echo __("\103\x68\157\x6f\163\x65\40\124\x69\155\x65\x2d\x62\141\163\x65\144\40\164\171\x70\145\40\157\x66\40\x6b\x65\x79\56", "\155\x69\x6e\151\157\x72\x61\x6e\147\x65\x2d\x32\55\x66\141\x63\x74\x6f\x72\55\x61\165\164\x68\145\x6e\x74\151\x63\x61\x74\151\157\x6e");
        echo "\74\57\x6c\151\76\xa\x9\11\x9\11\11\11\x3c\x6c\x69\x3e";
        echo __("\124\x61\160\40\x53\141\166\x65\x2e", "\x6d\x69\x6e\x69\x6f\x72\x61\156\x67\145\55\62\55\x66\x61\x63\164\x6f\162\55\x61\165\164\150\x65\156\164\151\x63\141\x74\x69\x6f\156");
        echo "\74\x2f\154\151\x3e\12\11\11\11\x9\x9\x3c\x2f\x6f\x6c\76\xa\11\11\11\11\x3c\57\x64\151\166\76\12\x9\x9\11\x3c\x2f\x64\x69\166\x3e\xa\11\x9\11\x9\x9\xa\11\x9\x9\11\x9\74\150\x72\x20\163\164\171\154\145\75\42\155\x61\x72\x67\151\156\72\40\60\45\x22\x3e\x3c\142\162\x3e\12\12\11\x9\x9\x3c\x64\x69\166\x20\143\x6c\x61\163\163\75\42\155\143\157\154\x2d\x33\x22\x3e\xa\11\11\x9\11\11\x3c\150\63\x20\163\164\171\x6c\x65\x3d\42\x66\x6f\156\x74\x2d\x73\151\172\145\x3a\40\x31\x34\x30\45\73\143\157\x6c\157\x72\72\x20\x23\60\60\70\x65\143\62\73\42\x3e";
        echo __("\123\164\145\160\x2d\63\x3a\40\x56\x65\x72\151\146\171\x20\141\x6e\144\x20\x53\x61\166\145", "\x6d\x69\156\x69\157\x72\x61\x6e\x67\x65\x2d\x32\55\146\141\143\x74\x6f\x72\x2d\x61\x75\164\x68\145\x6e\x74\151\x63\141\164\x69\157\156");
        echo "\74\x2f\150\63\76\12\11\x9\11\11\x9\x3c\144\x69\x76\40\163\164\171\x6c\x65\75\42";
        echo isset($_SESSION["\x6d\157\x32\146\137\147\157\x6f\147\x6c\x65\137\141\x75\x74\x68"]) ? "\x64\x69\x73\160\x6c\x61\x79\72\x62\154\157\143\153" : "\x64\151\163\160\x6c\141\171\72\156\157\156\145";
        echo "\42\76\xa\11\x9\x9\x9\x9\74\x64\151\x76\76";
        echo __("\x4f\x6e\143\x65\40\x79\157\x75\x20\x68\x61\166\145\x20\163\x63\x61\x6e\156\x65\x64\x20\x74\x68\x65\x20\142\141\x72\143\x6f\144\x65\x2c\40\x65\156\x74\x65\x72\x20\x74\x68\145\40\x36\x2d\144\151\147\151\164\x20\166\145\x72\151\x66\x69\x63\141\x74\x69\x6f\x6e\40\x63\x6f\x64\x65\40\147\x65\x6e\x65\x72\x61\164\145\x64\x20\x62\x79\40\x74\150\x65\x20\x41\165\164\150\x65\x6e\164\x69\143\x61\x74\157\162\40\x61\x70\160", "\155\151\x6e\x69\x6f\162\x61\x6e\147\145\55\62\x2d\146\x61\x63\x74\x6f\162\x2d\x61\x75\x74\150\x65\x6e\164\151\143\x61\x74\x69\157\x6e");
        echo "\74\57\x64\x69\166\x3e\x3c\x62\162\x2f\76\12\x9\x9\x9\11\11\74\x66\x6f\x72\155\x20\x6e\141\155\145\75\x22\42\40\x6d\x65\x74\x68\x6f\144\75\x22\x70\x6f\x73\164\42\x20\151\x64\75\x22\x6d\157\x32\x66\x5f\162\x65\143\157\156\x66\x69\147\x5f\x76\145\162\151\146\x79\137\147\x61\137\143\157\144\x65\137\x66\157\x72\x6d\x22\x20\x3e\xa\x9\x9\11\11\x9\x9\74\163\160\x61\156\76\x3c\142\76";
        echo __("\x43\157\144\145\x3a", "\155\x69\156\151\157\162\141\x6e\147\145\x2d\x32\x2d\146\141\x63\x74\157\x72\x2d\141\x75\164\150\x65\156\164\151\x63\141\x74\x69\x6f\156");
        echo "\x20\x3c\57\x62\x3e\xa\11\x9\11\11\x9\x9\x3c\151\156\160\x75\164\x20\x63\154\141\163\163\75\x22\155\157\x32\x66\137\164\141\142\154\145\x5f\164\x65\x78\164\x62\157\x78\42\x20\40\x61\165\x74\x6f\146\x6f\x63\165\x73\x3d\42\164\162\165\145\x22\x20\162\x65\161\x75\151\162\x65\x64\x3d\42\x74\162\165\x65\42\x20\x70\x61\164\x74\145\x72\x6e\x3d\x22\133\x30\55\71\135\x7b\x34\54\70\x7d\42\x20\164\171\x70\145\x3d\x22\x74\x65\x78\x74\42\40\x69\x64\x3d\x22\x67\x6f\x6f\147\x6c\x65\x5f\141\165\164\x68\x5f\x63\157\x64\x65\42\40\156\x61\155\x65\x3d\x22\x67\157\x6f\147\154\145\x5f\141\165\164\x68\x5f\143\157\x64\x65\42\x20\160\154\141\143\145\x68\157\x6c\144\145\162\x3d\42";
        echo __("\105\x6e\x74\x65\162\40\x4f\x54\x50", "\x6d\x69\156\x69\x6f\162\141\x6e\147\x65\x2d\x32\x2d\146\141\x63\164\157\162\x2d\141\165\x74\150\145\x6e\164\x69\x63\x61\x74\151\157\x6e");
        echo "\42\x20\57\76\x3c\x2f\163\x70\x61\x6e\x3e\x3c\x62\162\40\x2f\76\74\x62\x72\57\x3e\xa\11\x9\11\11\x9\11\74\151\x6e\160\x75\x74\x20\x74\x79\160\x65\x3d\42\x73\165\x62\x6d\x69\x74\42\40\x6e\141\x6d\145\75\x22\166\x61\154\151\144\x61\164\x65\x22\40\151\144\75\x22\166\141\x6c\151\144\x61\x74\x65\x22\40\x63\154\141\x73\x73\x3d\42\155\x69\x6e\151\157\x72\x61\156\x67\145\55\x62\x75\164\164\157\156\x22\x20\x76\141\x6c\x75\145\75\42";
        echo __("\x56\145\162\151\146\171\x20\141\x6e\144\x20\123\141\166\x65", "\155\151\156\151\x6f\162\x61\156\147\145\x2d\x32\55\146\x61\143\x74\157\x72\55\x61\165\164\150\x65\x6e\x74\x69\x63\x61\164\151\157\156");
        echo "\x22\x20\x2f\76\12\x9\x9\11\x9\11\11\74\x69\x6e\x70\x75\x74\x20\164\171\x70\145\x3d\x22\150\x69\144\x64\145\156\x22\x20\156\141\155\x65\x3d\42\x6d\x6f\x32\x66\x5f\162\145\143\x6f\156\x66\151\x67\x5f\x76\141\154\x69\144\x61\164\x65\137\x67\141\x5f\156\157\x6e\x63\145\x22\x20\166\x61\154\x75\145\x3d\42";
        echo wp_create_nonce("\x6d\x69\156\151\157\162\x61\x6e\x67\145\x2d\62\x2d\x66\x61\x63\x74\x6f\162\55\162\x65\143\157\156\146\x69\x67\x2d\147\157\x6f\x67\x6c\x65\55\141\165\164\150\55\x6e\157\x6e\x63\145");
        echo "\42\x20\x2f\76\12\x9\x9\11\11\11\x3c\x2f\x66\x6f\162\x6d\76\12\11\x9\11\11\11\x3c\x2f\144\151\166\x3e\xa\11\11\x9\11\x9\74\x2f\x64\x69\166\x3e\12\11\11\11\11\11\x9\11";
        mo2f_customize_logo();
        echo "\11\x9\11\11\x9\11\x3c\57\144\x69\x76\x3e\xa\x9\x9\x9\11\74\57\144\151\x76\x3e\xa\x9\11\11\x9\x3c\x2f\144\151\x76\x3e\xa\11\x9\11\x3c\x2f\144\151\x76\x3e\12\11\x9\11\74\x66\x6f\162\155\40\x6e\141\x6d\x65\x3d\x22\146\42\40\155\145\164\150\157\x64\75\42\160\157\x73\164\x22\x20\x69\144\75\42\155\x6f\x32\x66\x5f\x72\145\x63\157\156\146\151\x67\x5f\141\160\160\137\164\171\160\x65\x5f\x67\x61\137\146\x6f\x72\155\42\40\141\x63\164\151\x6f\156\x3d\x22\42\x20\163\x74\x79\x6c\145\75\x22\x64\x69\163\160\154\141\x79\72\x6e\x6f\x6e\x65\x3b\42\x3e\12\11\11\x9\11\x3c\151\x6e\160\165\164\40\164\x79\160\x65\75\x22\x68\151\x64\144\145\x6e\x22\x20\x6e\141\x6d\145\75\x22\147\157\x6f\x67\x6c\x65\137\160\150\x6f\156\x65\137\x74\x79\160\x65\x22\x20\x2f\x3e\12\11\11\x9\11\x3c\151\156\x70\x75\x74\40\x74\x79\160\145\x3d\42\150\151\144\144\x65\156\42\x20\156\141\155\145\x3d\42\155\x6f\x32\x66\137\162\x65\143\x6f\156\146\151\x67\x5f\x67\x61\x5f\160\x68\157\x6e\x65\x5f\x74\x79\160\x65\137\156\x6f\156\x63\x65\x22\x20\166\141\154\x75\145\75\42";
        echo wp_create_nonce("\155\151\x6e\x69\157\x72\141\156\x67\145\x2d\x32\x2d\x66\x61\143\164\157\x72\55\x72\145\x63\x6f\156\x66\151\x67\55\x67\141\55\x70\150\x6f\x6e\145\x2d\164\x79\x70\x65\x2d\x6e\x6f\x6e\143\145");
        echo "\42\x20\57\76\12\x9\x9\11\11\x3c\151\x6e\160\x75\x74\40\x74\171\160\x65\x3d\x22\x68\x69\x64\x64\145\156\x22\x20\156\141\x6d\145\x3d\x22\155\157\62\146\x5f\165\x73\145\x72\x5f\151\x64\42\40\166\141\154\x75\145\75\42";
        echo $current_user->ID;
        echo "\x22\40\57\x3e\12\x9\11\x9\74\x2f\x66\x6f\x72\155\x3e\xa\x9\x9\11\x3c\146\157\x72\x6d\40\x6e\141\x6d\x65\x3d\x22\146\42\40\x6d\x65\164\x68\157\x64\75\42\160\x6f\163\x74\42\40\x61\x63\164\151\157\x6e\75\x22\42\x20\x69\144\75\x22\155\157\x32\x66\x5f\x63\141\156\x63\145\x6c\x5f\x66\157\x72\x6d\x22\76\12\x9\x9\11\11\74\x69\x6e\160\x75\164\x20\x74\x79\x70\145\x3d\42\x68\151\144\144\145\156\x22\40\x6e\x61\155\145\75\42\x6f\160\164\x69\x6f\x6e\42\40\x76\x61\x6c\165\x65\75\x22\x6d\x6f\62\x66\137\x63\x61\156\143\x65\154\x5f\x63\157\156\146\151\147\165\x72\x61\x74\151\157\156\x22\x20\x2f\x3e\xa\11\x9\x9\x3c\x2f\146\x6f\162\x6d\x3e\xa\x9\x9\x9\x3c\57\x62\157\144\x79\76\xa\x9\x9\11\74\163\x63\x72\151\x70\x74\76\xa\11\11\11\146\165\156\143\164\x69\x6f\156\x20\x6d\x6f\x6c\157\147\x69\x6e\142\141\143\153\50\51\x7b\12\x9\11\11\11\152\121\165\145\162\x79\50\47\43\x6d\157\62\x66\x5f\x63\141\156\143\145\x6c\x5f\x66\x6f\x72\x6d\x27\x29\56\x73\x75\142\155\151\x74\50\51\73\xa\x9\x9\11\175\xa\11\11\11\x6a\121\165\145\162\171\50\x27\x69\x6e\160\165\164\x3a\x72\x61\x64\151\x6f\x5b\x6e\x61\155\x65\x3d\155\157\62\146\x5f\x72\x65\143\157\x6e\x66\x69\x67\137\x61\x70\x70\x5f\x74\171\160\145\137\162\141\x64\151\157\x5d\47\x29\x2e\143\x6c\151\x63\x6b\50\146\x75\156\x63\x74\x69\157\156\x28\51\x20\x7b\xa\x9\x9\x9\11\x76\141\162\x20\x73\145\154\145\x63\x74\145\x64\x50\150\157\156\145\40\75\40\x6a\x51\x75\x65\162\171\x28\x74\x68\x69\163\x29\56\x76\x61\154\x28\51\73\xa\x9\11\11\11\144\x6f\143\x75\155\145\156\x74\56\x67\145\164\105\x6c\x65\x6d\145\x6e\x74\102\x79\x49\x64\x28\42\155\x6f\62\x66\137\162\x65\143\157\x6e\x66\x69\x67\x5f\x61\160\x70\137\164\x79\x70\145\137\x67\x61\137\146\157\x72\155\x22\x29\x2e\145\x6c\145\155\145\x6e\x74\163\x5b\60\x5d\56\166\141\154\165\x65\40\75\x20\163\145\154\145\143\x74\x65\144\120\x68\157\156\x65\x3b\xa\11\11\x9\11\x6a\121\x75\145\x72\171\x28\x27\43\155\157\x32\x66\137\x72\145\143\157\x6e\x66\151\147\137\141\x70\160\x5f\x74\x79\x70\x65\137\x67\x61\137\146\x6f\162\x6d\x27\x29\56\x73\165\x62\x6d\x69\x74\50\51\x3b\xa\x9\x9\11\175\x29\73\xa\11\11\11\40\x6a\x51\x75\x65\x72\171\50\47\x68\x74\155\x6c\54\x62\157\144\x79\47\51\x2e\141\156\151\x6d\x61\164\x65\x28\173\x73\x63\x72\157\154\154\124\157\x70\x3a\x20\x6a\x51\165\145\x72\171\50\x64\x6f\x63\165\155\145\156\x74\x29\56\x68\x65\151\147\x68\164\x28\51\x7d\54\x20\x36\60\60\x29\73\xa\x9\11\x9\x3c\x2f\163\143\x72\x69\x70\x74\x3e\11\11\xa\x9\11\x9";
        echo "\x3c\150\145\x61\144\76";
        echo "\x3c\163\x63\162\151\160\x74\40\x74\171\160\145\75\42\x74\145\170\164\x2f\x6a\x61\x76\141\163\x63\162\x69\160\164\x22\x20\x73\x72\143\75\42" . plugins_url("\x2f\x69\156\x63\x6c\165\144\145\x73\x2f\x6a\x71\x75\145\x72\171\x2d\x71\162\143\x6f\x64\145\57\x6a\x71\x75\145\162\x79\x2d\161\162\143\157\144\145\56\x6a\163", dirname(dirname(__FILE__))) . "\x22\76\x3c\57\163\143\162\151\160\x74\x3e";
        echo "\74\163\143\x72\x69\160\x74\40\164\171\x70\x65\x3d\x22\164\145\170\x74\57\152\141\166\x61\x73\x63\x72\x69\160\x74\42\40\163\162\143\75\x22" . plugins_url("\x2f\x69\156\x63\x6c\165\144\145\163\57\152\161\x75\x65\162\171\x2d\x71\x72\143\x6f\144\145\x2f\152\x71\165\145\x72\171\55\161\162\x63\157\144\x65\56\x6d\151\156\56\x6a\163", dirname(dirname(__FILE__))) . "\42\76\74\x2f\163\143\162\x69\x70\x74\x3e";
        echo "\74\x2f\x68\x65\141\x64\76";
        goto GLw;
        jMu:
        echo "\11\x9\74\150\164\x6d\154\x3e\12\11\x9\74\x68\x65\141\x64\x3e\x20\x20\74\155\x65\164\x61\x20\x63\x68\x61\x72\x73\145\164\x3d\42\x75\x74\x66\55\70\x22\x2f\x3e\12\x9\x9\x9\x3c\x6d\145\x74\x61\x20\x68\164\x74\160\x2d\x65\x71\165\x69\166\75\42\130\55\125\101\55\x43\157\155\x70\141\164\151\x62\x6c\x65\42\x20\143\157\x6e\x74\x65\x6e\x74\75\x22\111\x45\x3d\x65\x64\147\145\x22\76\12\11\x9\11\74\155\145\x74\141\40\156\141\155\145\75\42\x76\x69\145\x77\160\157\x72\x74\x22\x20\143\x6f\156\164\145\x6e\164\75\x22\x77\151\x64\x74\x68\x3d\144\x65\x76\x69\x63\x65\x2d\x77\151\144\164\x68\54\40\x69\156\151\164\151\141\154\55\x73\143\141\154\x65\75\x31\x22\76\12\11\x9\11";
        echo "\x3c\163\x63\162\x69\160\164\40\163\x72\143\x3d\42\150\164\164\160\x73\72\x2f\57\141\152\x61\170\x2e\x67\x6f\x6f\x67\x6c\145\x61\160\151\163\x2e\x63\x6f\x6d\57\141\152\141\x78\x2f\154\151\x62\163\x2f\x6a\x71\165\145\x72\171\x2f\x32\x2e\x32\56\64\57\x6a\x71\165\145\162\x79\56\x6d\151\x6e\x2e\152\x73\42\76\74\57\163\143\162\x69\160\164\76";
        echo "\74\163\143\162\151\160\x74\x20\163\x72\x63\x3d\x22" . plugins_url("\x69\x6e\x63\x6c\165\x64\x65\x73\57\152\163\57\x62\x6f\x6f\x74\163\x74\x72\141\160\x2e\x6d\151\156\x2e\152\163", dirname(dirname(__FILE__))) . "\42\40\76\x3c\57\x73\x63\162\x69\160\x74\x3e";
        echo "\x3c\x6c\x69\156\x6b\x20\162\x65\154\75\x22\x73\x74\x79\x6c\145\163\150\x65\145\164\x22\x20\164\x79\x70\x65\75\x22\164\x65\x78\x74\57\x63\x73\163\x22\40\x68\162\145\146\x3d\x22" . plugins_url("\x69\x6e\x63\154\x75\144\145\163\57\143\163\x73\x2f\142\x6f\157\164\163\164\162\141\160\56\x6d\151\156\x2e\x63\x73\x73", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\74\x6c\x69\156\x6b\x20\x72\145\x6c\x3d\42\x73\x74\171\x6c\x65\163\150\145\145\x74\42\x20\164\x79\160\x65\75\x22\x74\145\170\164\x2f\143\163\x73\x22\40\x68\x72\145\146\x3d\x22" . plugins_url("\151\156\143\154\x75\x64\x65\x73\57\x63\163\163\57\x66\162\157\x6e\x74\x5f\x65\156\x64\x5f\154\157\147\151\x6e\56\143\x73\163", dirname(dirname(__FILE__))) . "\x22\x20\57\76";
        echo "\74\154\151\156\x6b\x20\162\x65\x6c\75\x22\163\164\x79\154\145\163\150\145\145\164\42\x20\x74\x79\160\145\75\x22\164\x65\x78\x74\57\x63\x73\x73\42\40\150\x72\145\146\75\x22" . plugins_url("\151\156\x63\x6c\165\x64\x65\163\x2f\143\163\163\x2f\163\164\x79\154\145\137\x73\x65\164\x74\151\x6e\147\163\x2e\143\x73\x73", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\x3c\x6c\x69\x6e\x6b\x20\162\145\154\x3d\42\163\164\171\154\145\x73\x68\x65\x65\164\x22\x20\x74\171\160\145\x3d\x22\164\x65\170\164\57\143\x73\163\x22\x20\x68\x72\145\x66\x3d\x22" . plugins_url("\x69\156\x63\x6c\x75\144\145\x73\x2f\143\x73\x73\57\150\151\144\145\55\154\157\x67\151\x6e\56\143\163\163", dirname(dirname(__FILE__))) . "\42\x20\x2f\76";
        echo "\x9\x9\x3c\x2f\x68\x65\141\x64\x3e\xa\x9\x9\x9\x3c\x62\157\x64\171\x3e\xa\11\x9\x9\74\144\x69\166\40\x63\x6c\x61\163\x73\75\x22\x6d\157\x32\146\x5f\x6d\157\144\x61\154\42\40\x74\x61\x62\x69\x6e\x64\x65\170\75\x22\x2d\61\42\40\x72\x6f\154\x65\75\x22\144\151\x61\x6c\157\x67\42\x20\151\x64\x3d\x22\x6d\171\x4d\157\x64\x61\x6c\x35\x22\x3e\12\x9\11\11\x9\74\x64\151\x76\40\x63\154\141\163\x73\x3d\42\x6d\x6f\x32\146\55\155\x6f\x64\x61\154\x2d\142\x61\143\x6b\x64\x72\x6f\x70\42\x3e\74\57\144\151\x76\x3e\12\x9\11\x9\11\74\144\151\166\x20\x63\x6c\x61\x73\x73\x3d\42\x6d\x6f\62\x66\137\x6d\157\144\x61\x6c\x2d\x64\x69\141\x6c\x6f\147\40\155\157\62\146\137\155\157\x64\141\154\x2d\x6c\147\x22\x20\x73\x74\x79\x6c\145\75\x22\167\x69\144\164\150\x3a\x39\x39\x39\x70\x78\x20\x21\151\x6d\160\x6f\x72\164\x61\156\x74\73\x6d\x61\x72\x67\151\156\72\60\x70\170\40\x61\165\164\x6f\40\x21\151\155\x70\x6f\x72\164\x61\x6e\x74\x3b\x22\x3e\12\x9\x9\11\x9\x9\x3c\144\x69\x76\40\x63\x6c\141\x73\163\x3d\x22\154\x6f\x67\x69\x6e\x20\x6d\x6f\x5f\x63\x75\163\164\x6f\155\x65\x72\x5f\166\x61\154\151\x64\141\164\151\x6f\x6e\55\155\x6f\144\141\154\x2d\143\157\x6e\164\x65\156\164\42\x3e\12\11\x9\x9\11\11\11\74\144\x69\166\40\x63\154\141\163\163\75\42\155\x6f\x32\146\137\155\x6f\x64\x61\x6c\55\x68\145\x61\x64\145\x72\x22\x3e\xa\11\x9\x9\x9\x9\11\11\74\150\64\x3e";
        echo __("\122\145\x63\x6f\156\146\151\147\x75\x72\141\x74\x69\157\x6e\x20\163\x75\x63\143\x65\x73\x73\x66\x75\154", "\x6d\151\156\x69\x6f\162\x61\x6e\x67\145\55\62\55\x66\141\x63\164\157\x72\55\x61\165\164\x68\x65\x6e\x74\x69\x63\141\x74\151\x6f\x6e");
        echo "\x3c\57\x68\x34\x3e\12\11\x9\x9\11\x9\x9\74\57\144\x69\166\x3e\12\11\x9\x9\11\11\11\74\x64\x69\x76\40\143\x6c\141\x73\163\75\x22\x6d\x6f\62\146\137\155\x6f\x64\141\x6c\55\x62\x6f\144\171\40\143\145\x6e\164\x65\x72\42\76\xa\x9\11\11\x9\x9\11\11\74\143\x65\x6e\164\145\162\x3e\xa\11\11\x9\11\11\x9\x9\x9\x3c\150\63\x3e\x3c\x62\40\163\164\171\x6c\x65\x3d\42\143\x6f\x6c\157\x72\72\43\67\105\101\106\102\x37\x3b\42\x3e";
        echo __("\107\x6f\x6f\x67\x6c\x65\40\x41\165\x74\x68\145\156\164\151\x63\141\x74\x6f\x72\40\x3c\57\142\76\150\x61\x73\x20\142\x65\x65\156\x20\162\145\x63\157\156\146\x69\147\165\162\x65\x64\x20\x73\165\143\143\145\163\x73\x66\165\x6c\154\x79\x2e\56\74\142\162\x3e", "\x6d\151\156\151\x6f\162\x61\x6e\x67\x65\x2d\x32\55\146\141\143\164\157\162\55\141\x75\164\x68\x65\156\164\151\x63\141\x74\151\157\x6e");
        echo "\74\x2f\x68\63\76\12\11\x9\x9\11\11\11\x9\74\x2f\x63\x65\x6e\164\x65\x72\76\xa\11\11\x9\x9\11\x9\11\x3c\x2f\x62\x72\76\xa\x9\x9\x9\x9\11\x9\x9\74\151\x6e\160\165\x74\40\x74\171\160\145\75\x22\x62\x75\x74\164\x6f\x6e\42\x20\156\x61\x6d\x65\75\42\142\x61\143\x6b\42\x20\x69\144\75\42\x62\x61\x63\x6b\x5f\142\164\x6e\42\x20\143\x6c\x61\x73\163\x3d\42\155\x69\156\x69\x6f\x72\141\x6e\147\x65\x2d\x62\x75\164\x74\x6f\156\x22\40\x6f\x6e\143\x6c\x69\143\153\x3d\x20\42\155\157\154\157\x67\151\x6e\142\141\x63\153\x28\51\73\42\40\x76\x61\154\x75\145\75\42";
        echo __("\x42\x61\143\153", "\x6d\x69\156\151\x6f\x72\141\156\x67\x65\x2d\x32\55\x66\141\143\164\157\x72\x2d\x61\x75\164\150\145\x6e\x74\x69\143\141\164\151\x6f\156");
        echo "\x22\x20\57\76\xa\11\x9\x9\11\11\x9\74\57\144\x69\x76\x3e\xa\x9\x9\x9\x9\11\74\57\x64\151\x76\x3e\12\11\11\11\11\74\57\144\x69\x76\x3e\12\x9\x9\11\x3c\x2f\144\x69\166\x3e\xa\x9\74\x66\x6f\162\155\40\156\141\x6d\145\75\42\146\x22\x20\x6d\145\164\150\157\x64\x3d\x22\x70\157\x73\x74\42\x20\x61\x63\x74\x69\x6f\x6e\75\x22\42\x20\151\x64\75\x22\x6d\157\x32\146\137\x63\141\x6e\143\x65\154\x5f\146\157\x72\155\42\x3e\xa\x9\11\11\11\74\x69\156\x70\x75\164\x20\164\x79\x70\x65\75\42\150\x69\144\144\x65\156\x22\40\156\x61\x6d\x65\75\42\157\x70\x74\151\157\156\42\x20\x76\141\154\x75\145\75\42\155\x6f\x32\146\137\x63\x61\x6e\143\x65\154\x5f\143\157\156\x66\x69\x67\x75\162\141\x74\x69\157\x6e\x22\40\x2f\x3e\12\x9\x9\x9\x3c\57\146\x6f\162\x6d\76\12\11\11\11\74\57\142\157\144\x79\76\12\x9\74\163\143\162\151\160\164\x3e\xa\11\x9\x9\x66\x75\156\143\164\151\x6f\156\x20\155\157\x6c\x6f\147\x69\156\142\x61\x63\x6b\x28\x29\x7b\12\11\x9\x9\11\x6a\121\165\145\x72\171\50\x27\x23\x6d\157\x32\146\137\x63\x61\156\x63\145\154\x5f\x66\157\x72\x6d\x27\51\x2e\x73\165\x62\x6d\151\164\x28\51\x3b\12\11\11\x9\175\xa\11\x3c\57\163\x63\x72\x69\x70\x74\x3e\12\x9\11\11";
        GLw:
    }
    function prompt_user_for_reconfigure_kba($current_user, $Um, $Jb)
    {
        global $current_user;
        $current_user = wp_get_current_user();
        if ($Um == "\x4d\x4f\62\x46\137\x52\105\x43\x4f\116\106\x49\107\x55\x52\x45\x5f\x53\125\x43\x43\105\x53\x53\137\113\x42\101") {
            goto oSN;
        }
        echo "\11\x3c\150\164\x6d\154\x3e\xa\11\x9\74\150\145\141\144\76\40\40\74\155\145\x74\x61\40\x63\x68\x61\162\x73\145\164\x3d\x22\165\164\x66\55\x38\x22\57\x3e\xa\11\11\11\x3c\x6d\x65\x74\x61\x20\x68\164\164\160\x2d\145\x71\x75\151\166\75\42\130\x2d\125\101\x2d\x43\157\155\x70\x61\164\x69\x62\154\145\x22\40\x63\x6f\x6e\x74\145\x6e\164\x3d\x22\x49\105\75\145\x64\x67\145\42\76\xa\x9\x9\x9\74\x6d\145\164\x61\40\x6e\141\155\x65\75\x22\166\x69\145\x77\160\x6f\x72\164\x22\40\x63\157\x6e\164\145\156\164\75\x22\167\151\x64\x74\150\x3d\144\x65\166\151\143\x65\55\x77\x69\144\164\x68\54\40\151\156\x69\164\x69\x61\154\x2d\163\143\141\x6c\145\75\x31\42\76\12\11\11\11";
        echo "\x3c\163\143\x72\x69\x70\x74\40\163\x72\143\x3d\x22\150\164\164\x70\x73\72\x2f\57\141\152\141\170\56\147\x6f\x6f\147\x6c\145\x61\x70\x69\x73\x2e\x63\x6f\x6d\57\141\x6a\141\170\x2f\154\x69\x62\x73\57\x6a\161\x75\x65\x72\171\57\x32\x2e\x32\56\x34\57\152\x71\165\x65\162\171\56\155\x69\x6e\56\x6a\163\42\x3e\74\57\163\143\162\151\x70\x74\76";
        echo "\x3c\x73\x63\162\x69\x70\164\x20\x73\162\143\75\x22" . plugins_url("\151\x6e\143\x6c\165\144\x65\163\57\152\163\x2f\x62\x6f\157\164\x73\x74\162\x61\160\x2e\x6d\x69\156\x2e\x6a\x73", dirname(dirname(__FILE__))) . "\42\40\76\74\x2f\x73\143\162\x69\x70\164\x3e";
        echo "\74\154\x69\x6e\153\x20\x72\x65\154\x3d\42\163\164\x79\x6c\145\163\x68\145\x65\x74\42\x20\x74\171\160\x65\x3d\42\x74\145\170\164\57\x63\163\x73\x22\x20\x68\162\x65\x66\x3d\x22" . plugins_url("\x69\x6e\x63\x6c\165\x64\145\x73\57\x63\163\x73\57\x62\157\x6f\164\163\x74\x72\141\x70\56\x6d\151\156\56\143\x73\x73", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
        echo "\74\154\x69\156\x6b\x20\162\145\154\x3d\x22\163\x74\171\x6c\145\x73\150\x65\x65\x74\x22\x20\x74\x79\x70\x65\x3d\42\x74\145\x78\x74\x2f\x63\163\163\42\40\150\x72\x65\146\x3d\x22" . plugins_url("\x69\x6e\x63\154\165\144\x65\x73\57\x63\163\x73\x2f\x66\x72\x6f\x6e\164\137\145\156\144\x5f\x6c\x6f\x67\151\156\x2e\x63\x73\163", dirname(dirname(__FILE__))) . "\42\40\57\76";
        echo "\x3c\x6c\151\x6e\153\40\162\145\154\75\42\163\x74\x79\x6c\145\x73\x68\145\x65\x74\42\x20\x74\171\160\145\x3d\x22\x74\145\170\164\57\x63\x73\x73\42\x20\x68\162\x65\x66\75\x22" . plugins_url("\151\x6e\143\154\165\x64\145\163\x2f\x63\x73\163\x2f\x73\164\171\154\x65\x5f\163\x65\164\x74\x69\156\147\163\56\x63\x73\163", dirname(dirname(__FILE__))) . "\x22\40\57\x3e";
        echo "\x3c\x6c\151\x6e\x6b\x20\162\x65\x6c\x3d\x22\x73\164\x79\154\145\163\x68\145\145\x74\x22\x20\x74\171\x70\145\75\42\x74\145\x78\164\57\x63\163\163\42\x20\x68\x72\x65\146\x3d\42" . plugins_url("\x69\156\x63\154\x75\x64\145\x73\57\143\x73\x73\57\x68\151\144\145\55\154\157\x67\x69\156\x2e\x63\163\163", dirname(dirname(__FILE__))) . "\42\x20\57\x3e";
        echo "\11\x9\11\x3c\163\x74\x79\154\145\x3e\xa\x9\11\11\x9\56\x6d\157\62\x66\137\153\142\141\x5f\161\x75\145\x73\54\40\x2e\x6d\157\62\146\x5f\164\141\142\154\x65\137\x74\145\x78\x74\142\157\170\173\12\x9\11\11\11\x9\x62\141\x63\153\147\x72\157\165\x6e\x64\72\40\167\150\151\164\x65\163\155\157\153\145\40\x6e\157\x6e\145\x20\x72\145\x70\145\141\x74\40\163\143\x72\157\154\154\40\60\x25\40\60\45\x3b\12\11\11\11\11\175\xa\x9\11\x9\11\x2e\x6d\157\x32\146\137\143\x75\x73\164\157\x6d\137\x6b\142\141\x5f\164\x61\x62\154\145\x7b\xa\x9\x9\x9\11\x9\x74\141\142\154\145\55\x6c\x61\171\157\x75\x74\x3a\40\141\x75\164\x6f\40\x21\151\x6d\x70\x6f\x72\x74\x61\x6e\x74\x3b\12\x9\x9\11\11\11\x62\157\x72\144\145\162\72\x20\x30\x70\x78\x20\164\162\x61\x6e\x73\x70\141\x72\145\156\x74\73\12\x9\x9\x9\x9\x7d\xa\11\11\x9\11\56\x6d\x6f\62\x66\x61\x5f\x74\150\x74\144\x7b\12\x9\x9\x9\11\x20\40\x20\142\x6f\162\x64\x65\162\x3a\x20\x30\x70\x78\40\164\x72\x61\156\x73\160\141\x72\x65\x6e\x74\73\xa\11\x9\11\11\175\12\11\x9\11\x3c\57\x73\x74\x79\154\x65\76\xa\x9\11\x3c\x2f\x68\x65\141\x64\x3e\12\x9\11\x3c\142\157\x64\x79\76\12\11\11\11\x3c\144\x69\x76\x20\x63\x6c\x61\x73\163\x3d\42\155\157\62\146\137\155\x6f\144\x61\x6c\x22\40\x74\141\142\x69\156\x64\145\x78\x3d\x22\x2d\x31\x22\40\x72\x6f\x6c\x65\x3d\42\144\x69\141\154\x6f\x67\42\40\x69\x64\x3d\x22\155\171\115\x6f\144\141\x6c\65\42\x3e\12\11\x9\11\x9\74\x64\x69\x76\40\143\x6c\141\163\163\x3d\42\155\157\62\x66\x2d\155\x6f\144\141\x6c\x2d\x62\141\x63\153\144\x72\157\x70\42\x3e\74\57\x64\x69\166\x3e\12\x9\11\x9\11\x3c\x64\x69\x76\40\143\x6c\141\163\163\75\x22\x6d\x6f\62\146\x5f\x6d\x6f\144\x61\154\x2d\x64\151\141\154\157\147\x20\x6d\157\62\x66\137\155\x6f\144\x61\154\x2d\x6c\147\42\x3e\12\11\x9\x9\x9\x9\74\144\151\x76\40\143\154\141\163\x73\75\42\x6c\157\x67\x69\x6e\x20\x6d\x6f\137\143\x75\x73\164\x6f\155\x65\x72\x5f\x76\141\154\151\144\x61\164\x69\x6f\x6e\55\155\x6f\x64\141\154\55\x63\x6f\x6e\x74\x65\156\164\42\76\xa\x9\11\x9\x9\11\x9\x3c\144\x69\x76\x20\143\x6c\141\163\163\x3d\42\x6d\x6f\62\146\137\155\x6f\144\141\x6c\55\150\x65\x61\x64\x65\162\x22\x3e\12\11\11\x9\11\x9\x9\x9\74\150\64\x3e";
        echo __("\x52\x65\x63\x6f\156\x66\x69\x67\165\162\x65\40\x53\145\x63\165\x72\151\x74\x79\40\121\x75\145\x73\164\151\x6f\156\163", "\x6d\x69\156\x69\157\162\x61\156\x67\x65\55\x32\x2d\x66\141\x63\164\157\162\55\141\165\x74\150\x65\156\164\x69\143\x61\x74\151\x6f\x6e");
        echo "\74\57\150\x34\76\12\11\x9\x9\x9\11\11\x3c\x2f\144\151\166\76\12\x9\11\11\11\11\x9\x3c\144\151\166\x20\x63\154\x61\x73\x73\x3d\x22\155\157\x32\146\x5f\155\157\144\141\154\x2d\x62\157\144\x79\42\x3e\12\11\x9\11\11\x9\x9\74\x66\157\162\x6d\x20\156\141\155\145\x3d\42\x66\x22\x20\155\145\164\150\157\x64\75\x22\x70\157\x73\x74\x22\40\141\x63\x74\151\x6f\156\75\x22\x22\40\76\12\11\x9\11\11\x9\x9\11\11";
        mo2f_configure_kba_questions();
        echo "\11\x9\11\11\11\11\x9\x9\74\x62\162\x20\57\76\xa\x9\x9\11\11\11\x9\11\11\74\x64\151\x76\x20\143\x6c\x61\163\163\40\x3d\x22\162\x6f\x77\x22\x3e\xa\11\11\x9\11\11\11\11\x9\11\x3c\x64\151\166\x20\x63\154\141\163\x73\75\x22\143\x6f\154\x2d\x6d\144\x2d\x31\62\42\40\x73\164\x79\x6c\145\x3d\42\x6d\x61\x72\x67\x69\156\72\40\60\x20\x61\x75\164\x6f\73\x77\151\x64\164\x68\x3a\x20\61\x30\x30\160\x78\73\42\x3e\12\11\x9\x9\11\x9\11\11\11\x9\11\x3c\x63\145\156\164\x65\162\x3e\74\x69\x6e\x70\x75\x74\40\164\171\x70\x65\75\x22\163\165\142\155\x69\164\42\x20\x6e\x61\x6d\145\x3d\42\x76\x61\x6c\x69\144\141\x74\145\42\40\143\x6c\141\x73\x73\75\42\155\x69\156\x69\x6f\162\141\156\x67\145\137\x62\165\x74\164\157\156\x22\40\166\141\x6c\x75\145\x3d\42";
        echo __("\x53\141\166\145", "\155\x69\156\151\x6f\162\x61\x6e\x67\145\55\62\x2d\x66\x61\x63\x74\x6f\x72\x2d\x61\165\164\x68\145\x6e\164\151\x63\x61\164\x69\x6f\156");
        echo "\x22\40\x2f\x3e\x3c\57\x63\145\x6e\x74\145\x72\x3e\xa\11\x9\11\11\x9\11\11\x9\x9\x3c\57\144\151\x76\x3e\xa\11\x9\11\x9\x9\x9\11\11\74\x2f\144\x69\166\x3e\xa\x9\x9\x9\11\11\11\11\x9\74\151\156\160\x75\164\40\x74\x79\160\145\75\42\x68\151\144\144\145\156\42\x20\156\x61\x6d\x65\x3d\x22\x6d\x6f\x32\x66\x5f\162\x65\x63\x6f\x6e\146\151\x67\x5f\153\142\141\x5f\157\x70\164\151\157\x6e\x22\40\x2f\76\12\x9\11\11\11\x9\11\x9\x9\74\151\x6e\160\165\164\x20\164\171\x70\145\75\42\150\x69\144\x64\x65\156\42\x20\156\141\155\145\75\42\155\x6f\x32\146\x5f\x72\x65\143\157\156\146\151\147\137\x73\141\166\x65\137\x6b\x62\141\137\156\x6f\156\143\x65\x22\x20\166\141\x6c\165\x65\x3d\42";
        echo wp_create_nonce("\x6d\151\x6e\x69\157\x72\x61\x6e\147\x65\55\62\55\x66\141\143\x74\157\162\x2d\x72\x65\x63\x6f\156\x66\151\x67\55\x73\x61\166\145\55\x6b\x62\141\55\156\x6f\x6e\143\145");
        echo "\42\x20\57\x3e\12\11\11\11\x9\11\x9\74\57\146\x6f\x72\155\76\12\x9\11\11\x9\x9\x9\x3c\x66\x6f\162\x6d\x20\x6e\x61\x6d\x65\x3d\42\x66\42\40\x6d\145\164\150\x6f\144\x3d\x22\160\x6f\x73\x74\x22\x20\141\x63\164\x69\157\x6e\x3d\x22\x22\x20\151\x64\75\x22\155\157\62\x66\x5f\x63\x61\x6e\x63\145\x6c\x5f\146\x6f\x72\x6d\x22\x3e\xa\11\11\x9\x9\11\x9\11\11\11\11\x3c\151\x6e\x70\165\164\40\x74\x79\x70\145\75\42\150\x69\x64\x64\145\x6e\42\40\156\x61\155\145\x3d\42\157\160\164\151\x6f\156\x22\x20\166\x61\154\x75\145\75\x22\155\x6f\x32\146\137\143\x61\156\143\x65\x6c\x5f\143\157\x6e\x66\151\x67\x75\x72\x61\164\x69\157\x6e\x22\x20\x2f\x3e\12\x9\11\x9\x9\x9\x9\x9\x9\11\x9\x3c\x63\145\x6e\164\145\162\76\74\x69\156\x70\165\x74\40\164\171\160\145\75\x22\x73\x75\142\155\151\x74\42\x20\156\x61\x6d\145\x3d\x22\142\141\143\153\42\40\x69\144\75\42\x62\141\143\153\137\x62\x74\x6e\x22\40\x63\x6c\141\x73\x73\x3d\x22\x6d\x69\x6e\x69\x6f\162\x61\156\x67\145\x5f\142\x75\x74\164\x6f\x6e\x22\x20\x73\164\171\x6c\x65\x3d\x22\167\151\x64\x74\150\72\x31\60\45\x3b\42\x20\x76\x61\154\x75\145\75\x22";
        echo __("\102\141\x63\153", "\155\151\x6e\x69\x6f\162\x61\x6e\x67\x65\x2d\x32\55\x66\141\x63\x74\x6f\162\55\141\x75\164\x68\x65\156\164\151\x63\141\164\151\157\156");
        echo "\x22\40\x2f\76\x3c\57\x63\x65\x6e\164\145\162\x3e\xa\x9\x9\x9\11\11\x9\x3c\x2f\x66\x6f\x72\x6d\x3e\12\11\11\11\11\11\x9\11\x3c\x62\x72\76\12\11\x9\x9\11\11\x9\x9";
        mo2f_customize_logo();
        echo "\x9\11\11\11\x9\x9\74\57\144\151\x76\x3e\xa\11\11\11\11\x9\74\57\144\x69\x76\76\12\11\11\x9\x9\74\57\x64\x69\166\x3e\12\x9\11\x9\x3c\x2f\144\151\x76\x3e\12\11\11\x9\74\x66\x6f\162\155\x20\156\141\x6d\x65\x3d\x22\146\42\x20\x69\144\x3d\42\155\x6f\x32\146\137\142\141\x63\x6b\164\157\137\x6d\157\x5f\x6c\157\x67\x69\x6e\146\x6f\x72\155\x22\x20\155\145\x74\150\x6f\x64\75\x22\x70\x6f\163\x74\42\x20\141\x63\x74\x69\157\x6e\x3d\x22";
        echo mo2f_check_backtologform_action();
        echo "\x22\40\163\164\171\154\x65\x3d\x22\x64\151\x73\x70\x6c\x61\x79\72\x6e\x6f\x6e\x65\73\42\76\12\x9\11\x9\11\74\151\x6e\x70\x75\164\40\164\x79\x70\x65\75\42\150\x69\144\x64\x65\x6e\x22\x20\156\x61\155\145\x3d\42\x6d\x69\156\151\157\x72\x61\x6e\x67\x65\x5f\155\x6f\142\151\x6c\x65\137\x76\x61\x6c\x69\144\x61\x74\151\157\x6e\137\x66\141\x69\x6c\x65\144\x5f\x6e\157\x6e\x63\145\42\40\166\141\x6c\165\145\x3d\x22";
        echo wp_create_nonce("\155\x69\156\151\x6f\162\141\x6e\x67\x65\x2d\x32\x2d\146\141\x63\x74\x6f\x72\x2d\x6d\157\x62\x69\x6c\145\x2d\166\x61\x6c\151\x64\x61\x74\x69\157\x6e\55\x66\x61\151\154\x65\144\55\156\157\156\x63\x65");
        echo "\42\40\x2f\x3e\xa\11\11\x9\11\74\151\x6e\x70\165\x74\x20\x74\x79\160\x65\75\x22\x68\x69\x64\x64\x65\x6e\42\x20\156\141\x6d\145\x3d\42\x6f\x70\164\x69\157\x6e\x22\x20\x76\x61\x6c\165\x65\x3d\x22\155\151\156\151\157\x72\x61\156\x67\145\137\155\x6f\142\x69\x6c\x65\x5f\x76\x61\x6c\151\144\141\x74\x69\x6f\x6e\x5f\146\141\x69\x6c\x65\144\42\x3e\xa\11\11\11\74\57\146\x6f\x72\x6d\x3e\12\x9\11\x3c\57\x62\157\144\171\76\xa\x9\x9\74\x73\143\x72\x69\x70\x74\76\12\11\11\11\x66\165\156\143\164\151\157\156\x20\155\157\x6c\x6f\x67\x69\156\x62\141\143\153\50\x29\173\xa\x9\11\x9\11\x6a\121\x75\145\162\x79\x28\x27\43\x6d\x6f\62\x66\137\x62\141\143\153\164\157\x5f\155\x6f\137\154\x6f\x67\151\156\x66\x6f\162\x6d\x27\x29\56\x73\x75\142\x6d\x69\164\50\51\73\12\x9\11\x9\175\12\x9\11\x3c\x2f\163\143\162\151\160\x74\x3e\xa\11\74\x2f\x68\x74\155\154\76\12\11\11\x9";
        goto NLO;
        oSN:
        echo "\x9\11\74\150\x74\155\154\76\12\x9\x9\x3c\x68\145\x61\x64\x3e\40\40\74\155\x65\164\141\x20\143\x68\141\162\163\145\164\75\x22\x75\x74\146\x2d\x38\x22\57\x3e\xa\11\11\x9\x3c\x6d\x65\164\141\40\150\x74\x74\160\55\145\161\x75\151\166\x3d\42\130\55\x55\x41\55\103\157\155\160\x61\164\151\142\154\x65\x22\x20\143\157\156\x74\145\x6e\x74\x3d\x22\x49\105\x3d\x65\144\x67\x65\42\x3e\xa\11\11\x9\x3c\x6d\x65\164\141\x20\x6e\x61\x6d\145\x3d\x22\166\151\145\167\x70\157\x72\164\42\x20\x63\157\x6e\x74\145\x6e\164\x3d\42\x77\x69\144\x74\x68\x3d\x64\145\166\x69\x63\145\55\167\151\x64\164\x68\54\x20\x69\x6e\151\164\x69\141\x6c\x2d\x73\x63\141\154\145\x3d\61\42\x3e\12\x9\x9\11";
        echo "\x3c\x73\x63\162\x69\x70\x74\40\163\x72\x63\x3d\42\150\x74\164\160\x73\x3a\57\x2f\x61\152\141\170\x2e\x67\x6f\157\147\154\145\x61\160\151\x73\56\143\157\x6d\57\x61\x6a\x61\x78\x2f\x6c\151\x62\x73\57\x6a\x71\165\x65\162\171\x2f\62\x2e\x32\x2e\x34\57\152\161\165\x65\162\171\56\155\x69\156\x2e\152\163\x22\x3e\x3c\x2f\163\x63\x72\x69\160\x74\76";
        echo "\x3c\163\143\x72\x69\160\x74\40\x73\x72\x63\x3d\x22" . plugins_url("\x69\x6e\143\x6c\165\144\x65\163\x2f\x6a\163\57\x62\157\x6f\164\163\x74\162\141\160\x2e\x6d\x69\x6e\56\x6a\163", dirname(dirname(__FILE__))) . "\x22\40\x3e\x3c\57\163\143\162\x69\160\x74\76";
        echo "\x3c\154\x69\x6e\x6b\40\x72\x65\154\x3d\42\163\x74\171\154\145\163\x68\145\x65\x74\x22\40\x74\171\160\145\75\42\x74\x65\x78\x74\57\143\163\x73\x22\x20\150\x72\145\x66\x3d\42" . plugins_url("\x69\x6e\x63\x6c\165\144\x65\x73\57\x63\163\163\57\142\x6f\157\x74\x73\x74\162\141\x70\56\155\x69\156\x2e\143\x73\163", dirname(dirname(__FILE__))) . "\42\40\x2f\x3e";
        echo "\x3c\x6c\151\156\x6b\40\x72\x65\154\75\x22\163\164\x79\154\x65\163\150\x65\145\x74\x22\x20\x74\171\x70\x65\x3d\x22\x74\145\170\x74\57\143\163\163\x22\x20\x68\162\145\x66\75\42" . plugins_url("\151\x6e\x63\x6c\165\x64\145\x73\57\143\x73\x73\57\146\x72\x6f\156\164\137\x65\156\144\x5f\154\157\147\151\x6e\56\143\x73\x73", dirname(dirname(__FILE__))) . "\42\x20\x2f\76";
        echo "\x3c\154\x69\156\153\40\x72\145\154\x3d\42\163\x74\x79\x6c\145\x73\x68\145\145\x74\x22\x20\164\171\160\x65\75\42\164\145\170\x74\57\143\163\163\x22\x20\150\x72\145\146\x3d\x22" . plugins_url("\x69\156\x63\154\165\x64\x65\x73\x2f\143\163\x73\57\163\164\171\154\x65\x5f\x73\x65\164\164\151\156\147\x73\56\143\x73\x73", dirname(dirname(__FILE__))) . "\x22\x20\57\76";
        echo "\74\154\x69\156\153\40\x72\145\x6c\75\x22\163\x74\x79\x6c\x65\163\150\x65\145\x74\42\40\164\x79\x70\145\75\42\164\x65\x78\x74\57\x63\x73\163\42\40\150\x72\x65\x66\75\42" . plugins_url("\x69\x6e\x63\154\x75\x64\x65\x73\x2f\143\163\x73\57\x68\x69\x64\x65\x2d\x6c\157\x67\151\x6e\x2e\143\x73\163", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\11\x9\74\57\x68\145\x61\144\76\12\x9\11\11\x3c\x62\x6f\144\171\x3e\12\11\11\x9\x3c\144\151\x76\x20\143\x6c\x61\x73\163\75\42\155\157\x32\x66\137\155\157\144\x61\154\42\x20\x74\x61\142\151\x6e\144\145\170\x3d\42\x2d\61\42\40\162\x6f\154\145\75\x22\x64\151\141\154\x6f\x67\x22\x20\x69\x64\x3d\42\155\x79\x4d\x6f\144\141\154\x35\x22\x3e\xa\11\x9\11\x9\x3c\x64\151\x76\x20\x63\x6c\141\x73\x73\x3d\42\155\157\x32\x66\55\155\x6f\144\x61\x6c\55\x62\141\143\x6b\x64\162\157\160\x22\x3e\74\x2f\x64\x69\x76\76\12\11\x9\11\11\x3c\144\151\x76\x20\x63\x6c\141\x73\x73\x3d\x22\x6d\x6f\x32\x66\137\x6d\157\144\x61\154\55\144\151\141\x6c\x6f\147\x20\x6d\x6f\62\x66\137\155\157\144\141\x6c\55\154\147\x22\x20\163\x74\x79\x6c\145\x3d\x22\x77\x69\x64\x74\150\x3a\x39\71\71\160\x78\40\x21\151\x6d\160\157\162\164\141\156\164\x3b\x6d\x61\x72\147\151\156\x3a\60\160\x78\40\x61\165\164\x6f\40\41\151\155\x70\157\x72\164\x61\156\164\73\42\x3e\xa\11\11\11\11\11\74\144\x69\166\40\x63\x6c\x61\163\163\x3d\42\154\157\x67\151\x6e\40\x6d\157\x5f\x63\165\163\164\157\155\x65\x72\137\x76\141\x6c\x69\144\141\164\x69\157\x6e\55\155\157\x64\141\x6c\x2d\143\157\156\164\x65\156\x74\x22\76\12\x9\11\x9\11\x9\x9\74\144\x69\166\40\x63\154\141\x73\x73\x3d\x22\155\157\x32\x66\x5f\155\x6f\144\141\154\x2d\150\145\x61\144\145\x72\x22\x3e\12\11\11\x9\x9\x9\11\11\x3c\143\145\x6e\x74\145\x72\76\xa\11\x9\x9\11\11\11\11\40\40\x20\74\x68\64\76";
        echo __("\x52\x65\143\x6f\x6e\146\151\147\165\x72\141\164\151\x6f\x6e\40\163\165\x63\143\x65\x73\163\146\165\x6c", "\155\151\156\x69\x6f\162\x61\156\147\145\55\x32\x2d\x66\x61\143\164\157\x72\55\x61\165\x74\x68\x65\x6e\164\151\x63\x61\164\x69\x6f\x6e");
        echo "\x3c\57\x68\64\x3e\12\11\11\x9\x9\11\11\x9\74\57\143\x65\x6e\x74\x65\162\x3e\12\x9\x9\x9\11\x9\11\74\x2f\144\x69\x76\76\xa\x9\11\x9\x9\11\x9\74\144\151\x76\40\x63\x6c\141\163\x73\x3d\x22\x6d\x6f\x32\x66\137\155\157\144\141\x6c\x2d\x62\157\144\x79\x20\x63\x65\156\x74\145\x72\42\76\xa\x9\11\11\x9\x9\11\11\x3c\x63\x65\156\164\x65\x72\76\12\11\x9\11\x9\11\x9\11\x9\74\150\x33\x3e\x3c\142\40\x73\x74\x79\x6c\x65\75\42\143\x6f\154\157\162\x3a\43\x37\105\x41\x46\x42\67\x3b\42\76";
        echo __("\x53\x65\x63\x75\162\151\x74\171\x20\121\165\x65\163\x74\151\x6f\x6e\163", "\155\x69\156\151\x6f\x72\141\x6e\x67\x65\55\x32\x2d\x66\141\143\164\157\162\x2d\141\165\x74\x68\145\x6e\164\x69\143\141\164\151\157\x6e");
        echo "\40\x3c\57\142\76";
        echo __("\x68\141\166\x65\40\x62\145\145\x6e\40\x72\x65\x63\157\156\146\x69\x67\x75\x72\145\x64\40\163\x75\x63\143\145\x73\163\x66\x75\154\154\x79\x2e\x2e\x3c\142\162\x3e", "\x6d\151\156\151\x6f\162\141\156\x67\x65\x2d\62\55\146\141\143\x74\157\x72\55\x61\x75\164\x68\145\156\164\151\x63\141\x74\151\x6f\156");
        echo "\74\x2f\x68\x33\x3e\xa\x9\11\x9\11\11\11\x9\x3c\x2f\143\x65\x6e\164\x65\x72\76\12\x9\11\x9\x9\x9\x9\x9\x3c\x2f\x62\x72\x3e\12\11\11\11\x9\x9\11\x9\x3c\151\x6e\160\x75\x74\x20\x74\171\160\x65\x3d\42\x62\165\164\164\157\156\42\x20\156\x61\x6d\145\x3d\x22\x62\x61\143\153\x22\40\x69\144\x3d\42\x62\x61\143\153\137\x62\164\x6e\42\x20\x63\x6c\x61\x73\x73\75\x22\155\151\156\x69\157\162\x61\156\x67\145\x5f\x62\165\x74\x74\x6f\x6e\x22\40\157\x6e\x63\x6c\x69\143\x6b\x3d\40\42\155\x6f\x6c\x6f\x67\x69\156\x62\x61\x63\x6b\50\x29\73\x22\40\x76\x61\154\x75\145\x3d\42";
        echo __("\102\141\x63\153", "\x6d\151\156\x69\157\x72\141\x6e\x67\145\55\x32\55\146\x61\x63\x74\157\162\55\141\165\164\x68\145\x6e\x74\151\143\x61\164\x69\x6f\x6e");
        echo "\42\40\57\x3e\xa\x9\x9\x9\11\x9\11\74\x2f\144\x69\166\x3e\xa\11\11\x9\11\11\74\57\144\151\x76\76\12\x9\x9\11\x9\x3c\x2f\x64\151\x76\x3e\12\x9\x9\x9\74\57\144\x69\x76\76\12\11\x3c\146\157\162\155\40\x6e\141\x6d\145\75\x22\x66\x22\x20\155\145\x74\150\x6f\144\x3d\42\160\x6f\x73\x74\42\40\141\143\164\151\x6f\x6e\x3d\42\x22\40\151\144\75\x22\155\x6f\x32\x66\x5f\x63\141\156\143\x65\x6c\x5f\146\x6f\x72\155\x22\76\12\11\x9\11\11\x3c\x69\x6e\160\165\x74\x20\x74\x79\160\x65\x3d\42\150\151\144\x64\x65\156\42\40\x6e\x61\x6d\145\75\42\x6f\160\x74\x69\157\156\42\40\x76\x61\154\x75\x65\x3d\42\155\x6f\x32\x66\x5f\x63\x61\x6e\143\145\154\137\x63\157\156\x66\x69\x67\165\162\x61\x74\x69\157\x6e\x22\40\x2f\x3e\12\x9\x9\11\x3c\x2f\146\157\x72\155\76\12\x9\11\11\x3c\57\x62\x6f\144\171\x3e\12\x9\x3c\163\143\162\151\160\164\x3e\xa\x9\11\11\146\x75\156\143\x74\x69\157\x6e\40\155\x6f\154\x6f\x67\x69\156\x62\141\x63\x6b\x28\x29\x7b\12\11\x9\x9\x9\x6a\x51\x75\145\162\171\x28\x27\x23\155\x6f\x32\x66\137\143\141\156\143\145\x6c\x5f\x66\157\x72\155\47\x29\56\163\x75\142\x6d\x69\164\x28\51\x3b\xa\11\x9\x9\x7d\12\x9\x3c\57\x73\x63\x72\151\160\x74\76\xa\11\x9\11";
        NLO:
    }
    function prompt_user_for_reconfigure_phone($mJ, $Um, $Jb, $uV)
    {
        $current_user = get_userdata($mJ);
        global $aq;
        $xB = "\123\115\123";
        if ($Um == "\115\117\62\106\137\x52\105\103\117\116\106\x49\x47\x55\122\105\x5f\x53\125\103\103\105\123\x53\137\x53\x4d\x53") {
            goto av2;
        }
        echo "\11\x3c\x68\x74\x6d\154\x3e\xa\x9\11\x3c\150\145\141\x64\76\40\x20\74\155\145\x74\x61\x20\143\150\x61\x72\163\x65\x74\75\42\165\164\146\x2d\x38\42\x2f\x3e\xa\x9\x9\x9\x3c\x6d\x65\164\x61\40\150\x74\164\160\55\145\x71\165\151\166\x3d\42\x58\x2d\125\x41\x2d\x43\157\x6d\160\x61\x74\151\x62\154\x65\42\x20\143\157\156\x74\145\156\164\x3d\x22\x49\105\x3d\x65\x64\x67\145\x22\x3e\12\x9\x9\11\x3c\x6d\x65\x74\141\x20\x6e\141\155\x65\75\x22\x76\x69\145\x77\160\157\x72\x74\x22\40\x63\x6f\156\x74\145\x6e\x74\x3d\42\167\x69\x64\x74\150\75\144\145\x76\x69\143\145\55\167\x69\x64\x74\x68\x2c\40\x69\156\x69\x74\x69\141\154\55\163\143\x61\x6c\x65\75\61\x22\x3e\xa\11\x9\11";
        echo "\x3c\163\143\x72\151\x70\164\40\163\162\143\x3d\42\150\164\164\160\163\x3a\x2f\x2f\141\x6a\141\170\56\147\157\x6f\x67\154\x65\141\160\x69\163\x2e\x63\157\155\57\141\152\x61\x78\x2f\x6c\151\142\x73\x2f\152\x71\x75\145\x72\171\x2f\x32\x2e\x32\56\64\57\x6a\161\165\145\x72\171\56\155\151\x6e\x2e\x6a\x73\42\76\x3c\x2f\x73\143\162\x69\x70\164\76";
        echo "\74\163\143\162\151\160\164\40\163\x72\x63\x3d\x22" . plugins_url("\151\156\x63\154\x75\144\x65\x73\x2f\x6a\x73\x2f\x62\157\157\x74\x73\x74\162\141\x70\56\155\151\x6e\x2e\x6a\x73", dirname(dirname(__FILE__))) . "\42\40\x3e\x3c\57\x73\x63\162\x69\160\164\76";
        echo "\x3c\163\x63\162\151\160\164\x20\163\162\143\x3d\42" . plugins_url("\151\x6e\x63\x6c\165\x64\x65\163\57\x6a\x73\x2f\160\x68\157\x6e\x65\56\152\163", dirname(dirname(__FILE__))) . "\42\x20\x3e\74\x2f\163\143\x72\x69\160\164\x3e";
        echo "\x3c\x6c\151\156\x6b\x20\162\145\x6c\x3d\42\x73\164\x79\154\145\163\150\145\145\x74\x22\40\x74\171\160\145\x3d\42\164\x65\x78\164\x2f\x63\163\163\42\x20\x68\162\145\x66\75\42" . plugins_url("\x69\156\143\154\x75\x64\145\163\x2f\143\163\163\57\142\x6f\x6f\164\163\x74\162\x61\160\x2e\155\151\156\56\143\x73\163", dirname(dirname(__FILE__))) . "\x22\x20\57\x3e";
        echo "\x3c\154\151\x6e\153\40\162\145\x6c\x3d\x22\163\x74\171\154\145\x73\x68\x65\145\164\x22\40\x74\171\160\145\75\x22\164\145\170\164\57\143\163\x73\42\x20\150\162\x65\146\75\x22" . plugins_url("\151\x6e\143\x6c\x75\x64\x65\x73\x2f\x63\163\163\x2f\146\x72\157\156\x74\x5f\145\156\144\137\x6c\x6f\147\151\x6e\56\x63\163\x73", dirname(dirname(__FILE__))) . "\x22\x20\x2f\x3e";
        echo "\x3c\154\151\x6e\153\40\x72\x65\154\x3d\42\163\164\x79\154\x65\x73\150\x65\x65\164\x22\x20\x74\171\160\x65\75\42\x74\x65\x78\x74\57\x63\x73\x73\42\40\x68\162\145\x66\75\42" . plugins_url("\151\x6e\x63\154\165\x64\145\163\57\x63\x73\x73\57\x73\164\171\154\145\137\163\145\164\164\x69\x6e\x67\163\x2e\143\x73\163", dirname(dirname(__FILE__))) . "\42\40\x2f\x3e";
        echo "\x3c\154\151\x6e\x6b\40\162\145\x6c\x3d\42\x73\x74\x79\154\145\x73\150\145\145\164\x22\40\164\x79\160\x65\x3d\42\164\x65\x78\x74\x2f\x63\163\x73\x22\x20\150\162\145\146\x3d\x22" . plugins_url("\151\x6e\143\x6c\165\x64\x65\163\57\143\163\163\57\150\x69\x64\x65\55\x6c\157\147\151\x6e\56\x63\163\163", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\74\154\151\156\x6b\x20\x72\145\x6c\x3d\x22\163\164\x79\x6c\x65\x73\150\x65\145\x74\42\x20\164\x79\160\145\75\42\164\145\170\164\x2f\143\x73\x73\x22\40\x68\x72\145\146\75\x22" . plugins_url("\151\156\x63\154\165\x64\x65\163\x2f\143\x73\163\57\x70\150\157\156\145\x2e\x63\x73\163", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\x9\11\x3c\57\x68\145\x61\144\x3e\12\x9\x9\x3c\142\x6f\x64\x79\x3e\12\11\11\x9\74\x64\151\x76\40\x63\154\x61\x73\x73\x3d\x22\155\x6f\x32\146\x5f\x6d\157\144\141\x6c\42\x20\x74\x61\x62\151\x6e\144\x65\x78\75\42\55\x31\42\40\162\157\154\x65\x3d\x22\144\151\141\154\157\147\x22\40\151\x64\x3d\42\x6d\171\115\x6f\x64\x61\x6c\65\x22\x3e\xa\x9\11\11\x9\74\144\151\166\x20\143\x6c\x61\x73\163\x3d\x22\155\157\x32\146\55\155\157\x64\x61\154\55\x62\141\x63\x6b\x64\x72\x6f\x70\42\76\x3c\57\144\151\166\76\12\11\11\x9\11\74\x64\x69\166\40\143\x6c\141\x73\x73\x3d\x22\155\x6f\x5f\x63\x75\163\x74\x6f\x6d\145\x72\137\x76\141\154\151\144\x61\x74\151\157\x6e\x2d\155\157\144\141\154\55\x64\151\x61\x6c\157\147\x20\155\x6f\137\143\165\163\x74\x6f\x6d\145\x72\137\166\141\x6c\151\144\141\164\151\157\x6e\x2d\x6d\x6f\144\141\154\55\155\x64\42\x20\x3e\12\x9\x9\x9\x9\11\x3c\x64\x69\x76\40\143\154\x61\163\163\75\x22\154\157\147\x69\x6e\40\x6d\157\x5f\x63\x75\x73\x74\157\155\145\x72\x5f\x76\141\154\151\x64\141\164\151\157\156\x2d\x6d\157\x64\x61\154\55\143\x6f\156\x74\x65\x6e\164\42\x3e\12\x9\11\x9\11\x9\x9\x3c\x64\x69\166\x20\143\x6c\141\163\x73\x3d\42\155\x6f\x32\x66\x5f\x6d\x6f\144\141\154\55\x68\145\x61\144\145\162\42\76\12\11\11\x9\x9\x9\x9\x9\74\163\164\162\157\x6e\x67\x20\x73\x74\x79\154\145\x3d\x22\x66\157\156\164\x2d\x73\x69\172\145\72\62\x65\x6d\73\x22\x63\x6c\x61\x73\x73\x3d\x22\x6d\x6f\62\x66\x5f\155\x6f\144\x61\x6c\55\164\x69\164\x6c\145\42\76\x3c\142\x75\164\164\157\156\40\164\171\x70\x65\75\x22\x62\x75\164\x74\157\x6e\42\x20\143\154\141\x73\163\75\42\x6d\157\62\146\x5f\143\x6c\157\163\x65\42\40\x64\141\164\141\x2d\x64\151\163\x6d\x69\163\x73\x3d\x22\x6d\x6f\x64\141\154\42\40\x61\x72\151\141\55\x6c\141\142\145\154\x3d\42\x43\x6c\157\x73\x65\42\40\164\151\x74\x6c\x65\x3d\42";
        echo __("\102\x61\143\x6b", "\155\151\156\x69\x6f\x72\x61\156\147\x65\55\x32\55\x66\141\143\x74\x6f\x72\55\x61\x75\x74\150\145\156\164\151\x63\141\164\151\x6f\156");
        echo "\x22\40\x6f\156\143\x6c\151\143\x6b\75\42\x6d\x6f\x62\141\143\153\x28\x29\x3b\42\76\74\x73\x70\141\156\x20\x61\162\x69\141\x2d\x68\x69\144\144\145\156\75\x22\164\162\x75\145\x22\x3e\46\x74\x69\155\x65\x73\73\x3c\x2f\x73\x70\x61\156\x3e\74\x2f\142\165\164\x74\x6f\156\x3e\12\11\x9\11\x9\11\x9\x9";
        if ($xB == "\123\115\x53\40\101\x4e\104\x20\x45\115\x41\111\114") {
            goto OI8;
        }
        if ($xB == "\117\x54\x50\x20\117\x56\x45\x52\40\105\x4d\x41\111\114") {
            goto DUM;
        }
        echo "\11\x9\x9\x9\11\11\11\x9";
        echo __("\x56\145\x72\151\x66\x79\x20\x59\157\x75\x72\40\120\x68\x6f\x6e\145", "\155\x69\156\151\x6f\162\141\156\147\x65\55\x32\x2d\146\x61\x63\x74\x6f\x72\55\x61\x75\x74\150\145\156\x74\x69\x63\141\164\151\x6f\156");
        echo "\74\x2f\x73\164\x72\157\156\x67\76\12\x9\x9\x9\x9\x9\11\11";
        goto DFN;
        OI8:
        echo "\x9\x9\x9\11\x9\x9\11\x9";
        echo __("\x56\145\162\x69\x66\171\x20\131\157\165\162\40\120\150\x6f\x6e\x65\40\141\156\144\40\105\x6d\141\x69\x6c", "\155\x69\x6e\151\157\162\141\x6e\147\x65\x2d\62\55\146\141\143\164\x6f\x72\x2d\141\165\x74\150\x65\x6e\164\151\x63\141\x74\151\x6f\x6e");
        echo "\74\x2f\x73\164\x72\157\156\x67\x3e\12\11\x9\11\11\11\x9\11\11";
        goto DFN;
        DUM:
        echo "\x9\11\11\11\11\x9\11\x9";
        echo __("\x56\x65\162\x69\x66\x79\40\131\x6f\x75\x72\40\105\115\x41\111\114", "\155\151\x6e\151\x6f\162\141\156\x67\145\x2d\x32\x2d\x66\141\143\x74\x6f\x72\x2d\x61\x75\164\x68\145\x6e\x74\151\143\x61\x74\151\157\156");
        echo "\x3c\x2f\163\164\162\x6f\x6e\147\x3e\xa\11\x9\x9\x9\11\x9\11\x9";
        DFN:
        echo "\11\x9\x9\11\11\x9\74\57\144\151\166\76\12\11\x9\11\11\11\11\x3c\x64\x69\166\40\143\x6c\x61\163\163\75\x22\155\x6f\62\146\137\x6d\157\x64\x61\154\x2d\x62\157\x64\x79\x22\76\xa\x9\x9\x9\11\x9\11\x9";
        if (!(isset($Jb) && !empty($Jb))) {
            goto aEG;
        }
        echo "\x9\11\11\x9\x9\x9\x9\x9\x3c\x64\151\166\40\40\x69\x64\75\x22\x6f\164\x70\x4d\145\163\x73\141\x67\x65\42\x20\xa\11\x9\x9\x9\11\11\11\x9";
        if (!get_user_meta($mJ, "\155\x6f\62\146\137\x69\163\x5f\x65\162\162\157\162", true)) {
            goto aiD;
        }
        echo "\11\x9\11\11\11\11\11\x9\x9\163\x74\x79\x6c\x65\75\x22\142\141\x63\153\x67\162\157\165\x6e\144\55\x63\x6f\x6c\x6f\x72\x3a\x23\x46\x41\x44\x42\x44\x38\x3b\x20\x63\x6f\x6c\x6f\162\72\x23\105\x37\64\103\63\103\x3b\77\76\42";
        update_user_meta($mJ, "\155\157\62\x66\x5f\x69\163\137\x65\162\162\x6f\162", false);
        aiD:
        echo "\x9\x9\11\11\x9\x9\x9\11\x3e\xa\11\x9\11\11\11\11\x9\x9\x9\x3c\x70\x20\x63\x6c\x61\x73\163\75\42\x6d\x6f\x32\x66\x61\137\144\x69\163\x70\x6c\141\x79\x5f\155\145\163\163\141\x67\x65\137\146\162\157\156\164\x65\x6e\x64\x22\x20\x73\164\171\x6c\x65\75\x22\x74\145\x78\x74\x2d\141\x6c\x69\147\x6e\72\40\x6c\x65\146\x74\x20\x21\151\x6d\x70\157\x72\x74\x61\x6e\164\73\40\42\76\x20";
        echo $Jb;
        echo "\x3c\x2f\x70\x3e\xa\x9\x9\11\x9\x9\11\x9\x9\74\x2f\x64\151\x76\76\xa\x9\x9\x9\11\11\11\11\11";
        if (!isset($Jb)) {
            goto BEE;
        }
        echo "\x20\40\74\x62\162\x2f\x3e\40";
        BEE:
        echo "\11\x9\x9\11\x9\x9\x9";
        aEG:
        echo "\11\x9\x9\11\11\x9\x9\74\144\151\x76\40\x63\154\x61\x73\x73\75\x22\155\157\62\x66\137\162\157\167\42\76\12\11\11\x9\11\x9\11\11\x9\x3c\146\157\162\155\x20\156\x61\155\x65\x3d\x22\x66\x22\40\155\x65\164\150\x6f\x64\75\x22\160\157\163\164\x22\40\141\143\164\151\x6f\x6e\75\42\42\x20\x69\x64\x3d\42\x6d\x6f\x32\146\x5f\151\156\x6c\151\156\x65\137\x76\x65\162\x69\x66\x79\x70\x68\157\x6e\145\x5f\x66\x6f\162\x6d\x22\x3e\xa\x9\11\11\11\11\x9\x9\11\11\x3c\x70\76\xa\x9\11\11\x9\x9\11\x9\11\x9";
        if ($xB == "\x53\x4d\123\x20\101\x4e\x44\40\105\x4d\101\x49\x4c") {
            goto cLT;
        }
        if ($xB == "\117\124\x50\x20\x4f\x56\x45\122\40\x45\x4d\101\x49\114") {
            goto AR5;
        }
        echo "\x9\11\11\11\11\11\x9\x9\x9\11";
        echo __("\x45\x6e\x74\x65\x72\40\171\x6f\165\162\40\x70\150\157\156\x65\x20\156\165\155\142\x65\x72", "\155\151\x6e\151\157\x72\141\x6e\147\x65\55\x32\55\x66\141\143\x74\157\162\x2d\141\x75\164\150\x65\x6e\164\x69\x63\x61\x74\151\157\x6e");
        echo "\74\x2f\x68\x34\76\xa\11\x9\11\x9\x9\x9\x9\x9\11\x9";
        goto MQy;
        cLT:
        echo "\11\x9\x9\11\x9\11\x9\11\x9\11\11\x9";
        echo __("\105\x6e\x74\x65\x72\40\171\x6f\165\162\40\x70\x68\157\x6e\x65\40\156\165\x6d\x62\x65\x72\56\40\x41\156\x20\x4f\x6e\x65\x20\124\151\155\145\40\120\x61\x73\x73\143\x6f\144\x65\x28\x4f\x54\120\x29\x20\x77\x6c\154\40\142\145\x20\163\145\156\x74\40\164\x6f\40\164\150\x69\163\40\156\165\155\x62\145\x72\x20\x61\156\x64\x20\171\x6f\165\x72\40\145\155\141\x69\x6c\x20\x61\144\x64\x72\145\163\x73\56", "\x6d\x69\156\x69\157\x72\x61\156\x67\145\x2d\x32\55\x66\141\x63\164\157\x72\x2d\141\165\164\x68\145\x6e\164\151\x63\x61\x74\151\x6f\x6e");
        echo "\x3c\57\160\x3e\12\11\x9\11\11\x9\11\11\11\11\11\x9\11\40\x20";
        goto MQy;
        AR5:
        MQy:
        if ($xB == "\x4f\124\120\x20\117\x56\x45\x52\x20\x45\x4d\101\x49\114") {
            goto ZtY;
        }
        echo "\x9\x9\x9\x9\x9\x9\x9\x9\x9\40\40\12\11\x9\11\x9\11\11\x9\11\x9\74\x69\156\x70\165\x74\x20\x63\x6c\141\x73\x73\75\42\155\157\62\x66\x5f\x74\x61\142\x6c\x65\x5f\164\145\x78\164\142\x6f\x78\42\x20\40\164\x79\x70\x65\75\42\x74\145\x78\164\42\40\156\141\x6d\145\75\42\x76\x65\162\151\146\171\x5f\160\150\157\156\x65\42\x20\40\151\144\75\x22\x70\150\157\x6e\145\42\xa\x9\11\11\x9\11\x9\x9\11\11\x9\166\x61\154\165\x65\75\42\12\x9\x9\x9\x9\11\11\11\11\11\x9";
        if (!isset($_SESSION["\x6d\157\62\x66\x5f\x70\x68\x6f\x6e\x65"])) {
            goto Teo;
        }
        echo $_SESSION["\155\157\62\x66\x5f\160\150\x6f\x6e\x65"];
        Teo:
        echo "\x9\11\x9\x9\x9\11\11\11\x9\11\x22\40\x70\141\x74\164\145\162\156\75\42\x5b\134\53\135\x3f\133\x30\55\71\135\x7b\61\x2c\64\175\134\x73\x3f\133\x30\x2d\x39\x5d\173\x37\x2c\x31\x32\175\x22\40\162\145\161\165\x69\x72\145\144\75\42\164\x72\x75\145\42\x20\164\151\164\154\x65\75\x22";
        echo __("\x45\156\164\x65\162\40\x70\150\157\156\145\40\x6e\x75\155\x62\145\162\x20\167\x69\x74\150\157\x75\x74\40\x61\156\x79\40\x73\x70\141\x63\145\40\157\x72\x20\x64\141\163\150\x65\x73", "\x6d\x69\x6e\151\157\x72\141\x6e\x67\145\x2d\x32\55\x66\141\143\164\x6f\162\55\141\x75\x74\150\145\x6e\164\x69\x63\x61\x74\151\x6f\x6e");
        echo "\x22\40\x2f\x3e\74\142\162\40\57\76\xa\x9\x9\x9\11\11\x9\11\x9\x9";
        ZtY:
        echo "\11\x9\x9\x9\11\x9\11\x9\x9";
        $vj = $aq->get_user_detail("\155\x6f\x32\x66\x5f\165\163\145\162\x5f\145\x6d\141\151\154", $mJ);
        if (!($xB == "\x53\x4d\123\40\x41\116\x44\x20\x45\115\x41\111\114" || $xB == "\x4f\124\120\x20\117\126\105\x52\x20\105\x4d\101\111\114")) {
            goto y1t;
        }
        echo "\11\x9\x9\x9\11\x9\11\x9\11\11\x3c\x69\156\160\x75\x74\40\143\154\141\x73\163\x3d\42\155\x6f\x32\x66\x5f\111\x52\137\x70\x68\157\x6e\x65\x22\40\40\x74\x79\160\145\75\x22\x74\145\x78\164\42\40\156\141\x6d\x65\75\42\x76\x65\x72\x69\146\171\x5f\145\x6d\x61\x69\154\x22\x20\x69\144\75\x22\145\155\141\x69\x6c\42\12\11\x9\x9\x9\x9\x9\11\11\11\11\166\141\154\165\145\75\42\12\x9\x9\x9\x9\x9\11\x9\11\11\x9";
        if (isset($_SESSION["\155\x6f\x32\x66\137\x65\155\141\151\x6c"])) {
            goto F5J;
        }
        echo $vj;
        goto O2s;
        F5J:
        echo $_SESSION["\155\x6f\62\x66\x5f\x65\155\x61\x69\154"];
        O2s:
        echo "\x9\11\11\x9\x9\11\x9\11\x9\11\42\40\40\164\151\164\154\145\x3d\x22";
        echo __("\105\156\164\x65\162\40\171\x6f\165\x72\x20\x65\x6d\141\151\x6c", "\155\x69\156\x69\x6f\162\141\156\147\145\x2d\62\x2d\146\141\x63\x74\157\162\55\141\165\x74\150\145\156\164\x69\143\141\x74\x69\157\156");
        echo "\42\40\x73\x74\171\154\x65\x3d\x22\167\x69\144\x74\x68\x3a\40\62\65\x30\160\x78\x3b\42\40\x64\x69\x73\x61\x62\154\x65\x64\40\x2f\x3e\74\x62\162\x20\x2f\76\xa\11\x9\x9\11\x9\x9\11\11\11";
        y1t:
        echo "\40\40\12\x9\11\11\11\x9\11\11\x9\x9\74\x69\156\160\x75\164\40\164\171\x70\x65\75\x22\163\x75\x62\155\151\x74\x22\x20\x6e\141\x6d\145\x3d\x22\166\145\162\151\146\171\x22\40\143\154\141\x73\163\75\x22\x6d\151\x6e\151\157\x72\x61\x6e\x67\x65\x5f\x62\x75\164\164\x6f\x6e\42\40\166\x61\x6c\x75\145\75\x22\xa\11\x9\11\11\x9\x9\11\11\x9";
        if (isset($_SESSION["\x6d\157\x32\x66\137\x74\162\x61\156\163\x61\143\x74\x69\157\156\111\x64"])) {
            goto i5w;
        }
        echo __("\x53\x65\156\144\40\x4f\124\x50", "\155\151\156\151\x6f\162\x61\x6e\147\x65\55\62\55\146\x61\x63\x74\x6f\162\55\141\x75\x74\x68\145\x6e\164\151\x63\141\164\x69\157\156");
        goto Qle;
        i5w:
        echo __("\122\145\163\x65\x6e\144\40\117\124\120", "\x6d\151\x6e\x69\x6f\162\x61\156\147\145\55\62\x2d\146\x61\x63\x74\157\162\x2d\x61\165\x74\x68\145\x6e\x74\x69\x63\141\164\151\157\156");
        Qle:
        echo "\11\x9\11\x9\x9\11\x9\x9\11\42\40\x2f\76\12\11\11\11\x9\11\11\11\11\x9\74\x69\156\160\x75\164\40\164\171\160\145\x3d\42\150\x69\144\144\145\156\x22\x20\156\x61\155\145\x3d\x22\155\x6f\62\x66\137\x73\145\143\157\156\x64\x5f\146\141\x63\x74\x6f\x72\x22\x20\x76\x61\x6c\x75\x65\x3d\x22";
        echo $uV;
        echo "\x22\x3e\12\11\11\x9\x9\x9\x9\11\11\11\74\151\x6e\x70\165\164\x20\164\171\x70\x65\75\x22\x68\x69\144\x64\145\x6e\42\40\x6e\141\155\x65\75\42\x6d\157\62\x66\137\x72\x65\x63\x6f\156\146\x69\147\165\x72\145\x5f\166\x65\x72\151\x66\171\137\160\x68\x6f\x6e\145\x5f\x61\156\144\x5f\x6f\x74\160\x5f\157\x76\x65\x72\137\145\x6d\x61\151\x6c\137\x6e\x6f\156\x63\145\x22\x20\166\x61\x6c\x75\145\75\x22";
        echo wp_create_nonce("\x6d\157\62\x66\55\x72\145\x63\x6f\x6e\x66\151\147\165\x72\x65\55\x76\145\x72\x69\146\171\x2d\x70\150\157\x6e\x65\55\x61\x6e\x64\55\157\x74\160\x2d\x6f\x76\145\162\x2d\x73\155\163\x2d\x6e\x6f\156\143\145");
        echo "\x22\x20\57\76\12\x9\x9\11\11\11\11\x9\11\74\x2f\146\x6f\162\x6d\76\12\11\11\11\x9\x9\x9\x9\74\57\x64\x69\x76\76\40\x20\12\x9\x9\x9\x9\11\11\11\x3c\x66\x6f\162\x6d\x20\156\141\155\145\75\x22\146\42\40\155\145\x74\150\157\144\x3d\x22\x70\157\163\164\42\40\x61\143\164\151\157\156\75\42\x22\x20\x69\x64\75\x22\x6d\x6f\62\x66\x5f\162\145\143\157\x6e\146\x69\147\x75\x72\145\x5f\x76\141\x6c\151\144\141\164\x65\x6f\164\160\x5f\146\157\x72\155\42\x20\x3e\xa\x9\x9\x9\x9\x9\11\11\x9\74\160\76\xa\x9\x9\11\x9\x9\11\x9\x9\11";
        if ($xB == "\123\x4d\123\x20\x41\x4e\104\40\x45\x4d\x41\111\114") {
            goto DTs;
        }
        echo "\x9\x9\x9\11\x9\11\11\11\x9\x9";
        echo __("\120\x6c\x65\141\163\145\x20\145\156\x74\145\162\x20\x74\x68\x65\40\117\x6e\x65\40\x54\151\155\145\40\x50\141\x73\163\143\x6f\x64\145\40\163\145\156\164\40\x74\157\40\171\157\165\162\40\x70\x68\157\156\145\x2e", "\155\x69\x6e\x69\157\162\141\156\147\x65\x2d\x32\55\146\x61\x63\164\157\162\55\141\165\164\150\145\156\x74\x69\143\x61\x74\x69\x6f\x6e");
        echo "\74\x2f\x70\76\xa\11\11\11\11\11\11\11\11";
        goto qLS;
        DTs:
        echo "\11\11\11\11\x9\x9\11\11\x3c\150\x34\76";
        echo __("\x45\x6e\x74\x65\162\x20\x4f\x6e\x65\40\x54\151\155\145\40\x50\x61\x73\x73\x63\x6f\x64\145", "\155\x69\x6e\x69\157\162\141\x6e\x67\145\x2d\62\55\146\x61\x63\164\157\x72\55\141\x75\x74\150\145\x6e\164\151\143\x61\164\151\157\x6e");
        echo "\x3c\57\x68\64\76\xa\x9\x9\x9\x9\11\11\11\11\11\11";
        qLS:
        echo "\x9\11\x9\11\11\11\11\11\x3c\x69\156\160\x75\164\40\143\x6c\141\163\163\x3d\42\155\x6f\x32\x66\137\111\122\137\x70\150\157\x6e\x65\137\x4f\x54\x50\42\x20\x20\162\x65\x71\x75\151\x72\x65\x64\x3d\x22\164\x72\x75\x65\42\x20\160\141\x74\164\145\162\x6e\x3d\x22\133\x30\x2d\71\x5d\x7b\64\x2c\70\175\x22\40\141\165\x74\157\146\157\143\165\163\75\42\x74\x72\x75\145\42\x20\164\x79\x70\x65\75\42\x74\145\170\164\42\x20\x6e\141\x6d\x65\75\42\x6f\x74\160\137\x74\x6f\153\145\x6e\x22\40\160\154\141\x63\x65\150\157\154\x64\x65\x72\x3d\x22";
        echo __("\x45\x6e\x74\145\162\40\x74\x68\x65\40\x63\157\x64\145", "\x6d\x69\156\151\x6f\x72\141\x6e\x67\x65\x2d\62\x2d\146\x61\x63\x74\x6f\162\55\141\165\x74\150\145\x6e\164\x69\x63\x61\164\x69\x6f\x6e");
        echo "\x22\x20\x69\x64\75\x22\x6f\164\160\x5f\164\x6f\x6b\145\156\42\x2f\76\74\142\162\x3e\12\11\11\11\11\x9\x9\x9\x9\74\x69\x6e\160\165\x74\x20\164\171\160\145\75\42\163\x75\142\155\151\x74\x22\x20\x6e\141\x6d\x65\x3d\x22\x76\141\154\x69\x64\x61\x74\x65\42\40\143\154\141\x73\x73\x3d\x22\x6d\x69\x6e\x69\157\162\141\156\x67\145\137\142\165\x74\164\157\156\42\x20\x76\141\x6c\x75\145\x3d\x22";
        echo __("\126\x65\162\151\x66\171\x20\103\157\x64\145", "\155\x69\x6e\x69\157\x72\141\156\147\x65\x2d\x32\55\146\x61\143\x74\157\x72\x2d\141\x75\164\150\145\156\x74\151\x63\141\x74\x69\157\156");
        echo "\x22\x20\x2f\x3e\12\11\11\11\x9\11\11\11\11\74\x69\156\x70\165\164\40\x74\171\x70\145\x3d\42\150\x69\x64\x64\145\x6e\x22\40\156\x61\155\x65\75\x22\155\x6f\62\x66\137\x73\145\x63\x6f\156\x64\x5f\146\x61\x63\x74\x6f\x72\42\40\x76\141\154\x75\145\75\x22";
        echo $uV;
        echo "\42\76\12\11\11\11\11\x9\11\x9\11\x3c\151\x6e\x70\x75\x74\x20\164\171\x70\x65\75\x22\x68\151\x64\144\x65\156\x22\40\156\141\x6d\145\75\42\155\157\x32\146\137\162\145\x63\x6f\x6e\146\x69\147\165\162\x65\x5f\x76\x61\154\x69\x64\141\164\145\137\x6f\164\160\x5f\x6e\157\156\x63\145\x22\x20\166\141\x6c\165\x65\75\42";
        echo wp_create_nonce("\x6d\x6f\x32\x66\55\162\145\143\157\x6e\146\151\147\x75\x72\145\55\166\x61\154\151\x64\141\164\145\x2d\157\x74\160\55\x6e\157\156\x63\x65");
        echo "\x22\40\x2f\x3e\xa\x9\x9\11\11\x9\x9\11\x3c\57\x66\x6f\162\x6d\x3e\xa\11\11\x9\x9\11\x9\11\11";
        mo2f_customize_logo();
        echo "\x9\x9\11\11\11\x9\x3c\57\x64\x69\x76\76\xa\x9\x9\x9\11\11\x3c\57\x64\x69\x76\x3e\12\x9\x9\11\11\x3c\57\144\151\166\x3e\12\11\11\11\74\57\144\151\x76\76\xa\11\11\x9\74\x66\157\162\x6d\40\156\141\x6d\145\75\x22\x66\x22\x20\x6d\x65\164\150\157\x64\75\42\x70\157\163\164\x22\40\141\143\164\x69\157\156\75\x22\x22\x20\151\x64\x3d\x22\155\157\x32\x66\x5f\x63\141\x6e\143\145\x6c\137\146\x6f\162\155\x22\76\12\11\x9\x9\11\x9\74\151\156\160\165\164\40\164\171\x70\145\75\42\150\151\x64\x64\145\156\x22\40\x6e\141\x6d\145\75\x22\x6f\160\164\x69\x6f\x6e\42\40\x76\x61\154\x75\145\x3d\x22\x6d\157\x32\x66\x5f\x63\141\156\143\x65\x6c\x5f\x63\x6f\156\x66\x69\147\165\162\141\x74\x69\157\156\42\40\x2f\x3e\xa\x9\11\11\74\57\x66\x6f\x72\155\x3e\xa\x9\11\11\74\x66\157\162\155\40\x6e\141\155\145\x3d\x22\146\42\x20\155\x65\164\x68\157\144\x3d\x22\160\157\x73\164\42\x20\141\x63\164\151\157\156\75\42\x22\40\x69\144\75\42\x6d\x6f\62\x66\137\x72\x65\x63\x6f\x6e\146\x69\147\165\x72\x65\x5f\x72\145\163\145\156\144\x5f\x6f\x74\x70\137\146\157\162\x6d\x22\40\163\164\x79\154\x65\75\42\144\151\163\x70\x6c\141\x79\x3a\156\x6f\156\x65\73\42\76\12\11\x9\x9\11\74\x69\x6e\x70\x75\164\x20\x74\x79\160\x65\x3d\x22\x68\151\x64\x64\145\156\x22\40\x6e\x61\x6d\145\x3d\42\x6d\x6f\62\146\x5f\162\145\143\x6f\x6e\146\151\147\165\162\x65\137\x72\145\163\x65\156\x64\x5f\x6f\164\x70\137\x6e\157\156\x63\145\42\x20\x76\x61\154\165\145\x3d\42";
        echo wp_create_nonce("\155\157\x32\146\55\x72\x65\143\157\x6e\146\x69\x67\165\162\x65\x2d\x72\x65\x73\145\x6e\144\x2d\157\164\x70\x2d\156\x6f\x6e\143\145");
        echo "\x22\40\57\x3e\12\x9\11\11\74\57\146\x6f\162\155\76\12\x9\11\74\57\x62\x6f\x64\x79\x3e\xa\x9\11\x3c\x73\143\162\151\160\164\x3e\12\11\x9\11\x6a\x51\165\145\x72\x79\x28\42\x23\x70\150\157\x6e\145\x22\x29\x2e\x69\156\x74\x6c\x54\x65\154\111\x6e\x70\165\164\x28\x29\73\12\11\x9\11\146\165\x6e\143\164\151\x6f\x6e\x20\155\157\142\x61\143\153\x28\x29\173\xa\x9\11\x9\x9\x6a\121\165\x65\162\171\x28\47\x23\155\157\62\x66\x5f\x63\141\156\x63\145\x6c\x5f\x66\x6f\x72\x6d\x27\x29\x2e\x73\x75\x62\155\151\164\x28\51\73\12\11\11\x9\175\xa\11\x9\11\x6a\x51\x75\x65\162\x79\x28\47\141\133\150\162\x65\146\75\42\x23\x72\145\x73\x65\156\144\x73\155\x73\x6c\x69\156\x6b\x22\x5d\x27\51\x2e\143\x6c\x69\x63\x6b\50\146\165\156\x63\164\x69\157\156\50\145\x29\x20\173\12\11\x9\x9\11\x6a\x51\x75\x65\162\x79\50\47\x23\155\157\62\x66\x5f\x72\145\x63\157\x6e\x66\x69\147\x75\x72\x65\137\x72\x65\x73\x65\156\144\137\157\164\160\137\146\x6f\x72\155\x27\51\x2e\x73\165\142\155\x69\x74\50\x29\x3b\12\x9\x9\x9\x7d\51\73\12\x9\11\x3c\x2f\163\143\x72\151\160\x74\76\xa\11\74\x2f\150\164\155\x6c\x3e\xa\x9\11\x9";
        goto KBm;
        av2:
        echo "\11\x9\x3c\150\164\x6d\154\x3e\12\11\x9\x3c\x68\145\x61\x64\x3e\x20\40\x3c\x6d\145\164\x61\40\143\150\141\x72\x73\145\164\x3d\42\x75\x74\x66\55\x38\x22\x2f\76\12\11\x9\11\x3c\155\x65\x74\x61\x20\150\164\x74\160\55\145\161\165\x69\x76\75\42\130\55\125\x41\55\x43\x6f\x6d\x70\141\x74\x69\142\154\x65\42\40\x63\157\156\x74\145\x6e\164\75\x22\x49\x45\x3d\x65\144\147\x65\42\x3e\xa\x9\11\11\74\155\x65\x74\141\40\156\141\155\145\x3d\42\x76\x69\145\x77\x70\157\162\x74\x22\x20\x63\157\156\x74\x65\x6e\x74\x3d\x22\x77\151\x64\x74\x68\75\144\145\x76\x69\143\145\x2d\167\x69\144\x74\150\x2c\40\151\156\151\x74\151\141\154\x2d\x73\143\141\154\145\x3d\61\42\76\xa\x9\11\11";
        echo "\74\x73\x63\x72\x69\160\x74\40\163\x72\x63\x3d\42\x68\164\x74\160\x73\x3a\57\57\141\152\141\x78\x2e\147\x6f\157\147\154\x65\141\x70\151\163\56\143\157\155\57\x61\152\141\x78\x2f\x6c\151\142\163\x2f\152\x71\165\145\162\x79\x2f\x32\56\x32\x2e\64\x2f\x6a\161\x75\145\x72\x79\56\155\151\156\56\152\163\42\76\x3c\57\x73\x63\x72\151\160\x74\x3e";
        echo "\74\163\x63\162\x69\x70\x74\40\x73\x72\143\x3d\x22" . plugins_url("\151\x6e\143\x6c\165\x64\145\163\x2f\x6a\x73\x2f\142\x6f\x6f\x74\x73\164\x72\141\160\56\155\x69\156\56\x6a\x73", dirname(dirname(__FILE__))) . "\42\40\x3e\74\57\x73\143\162\151\160\164\76";
        echo "\x3c\154\x69\x6e\153\40\162\x65\x6c\75\x22\x73\164\171\x6c\145\163\x68\x65\x65\164\x22\x20\164\x79\x70\x65\75\x22\x74\145\170\x74\57\143\x73\x73\x22\x20\150\x72\x65\x66\x3d\42" . plugins_url("\151\x6e\x63\x6c\165\x64\145\x73\57\x63\x73\x73\x2f\x62\157\x6f\x74\x73\x74\x72\141\160\x2e\x6d\151\x6e\56\x63\163\163", dirname(dirname(__FILE__))) . "\x22\40\57\x3e";
        echo "\74\x6c\151\x6e\x6b\x20\162\145\x6c\75\x22\x73\x74\x79\x6c\x65\163\150\x65\x65\164\x22\40\164\171\160\145\x3d\x22\x74\145\x78\164\x2f\x63\x73\163\x22\40\x68\162\145\x66\x3d\42" . plugins_url("\x69\156\x63\x6c\165\x64\145\163\57\x63\163\x73\x2f\146\162\x6f\x6e\x74\137\145\156\144\x5f\154\157\x67\x69\x6e\56\x63\x73\x73", dirname(dirname(__FILE__))) . "\x22\x20\x2f\x3e";
        echo "\74\x6c\151\156\x6b\x20\x72\145\154\x3d\x22\163\164\x79\x6c\145\163\x68\145\145\x74\42\40\x74\171\160\x65\75\42\164\145\170\164\x2f\143\x73\163\x22\x20\x68\x72\x65\146\75\x22" . plugins_url("\151\156\x63\154\x75\144\145\x73\57\x63\163\x73\57\163\x74\x79\154\145\x5f\163\x65\x74\164\x69\x6e\147\163\56\143\x73\x73", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\x3c\x6c\151\x6e\x6b\40\x72\145\x6c\75\42\163\164\171\x6c\x65\163\150\x65\145\164\42\40\x74\x79\x70\x65\x3d\42\164\x65\170\164\57\x63\163\163\42\40\150\162\145\146\x3d\x22" . plugins_url("\x69\156\143\154\x75\x64\145\163\57\143\x73\x73\57\150\x69\144\145\x2d\154\157\147\x69\x6e\x2e\143\x73\163", dirname(dirname(__FILE__))) . "\x22\x20\57\76";
        echo "\x9\x9\74\x2f\x68\x65\x61\x64\x3e\12\11\11\11\74\x62\157\144\171\76\xa\x9\11\x9\74\144\x69\x76\x20\x63\x6c\141\163\x73\75\x22\155\x6f\x32\x66\x5f\155\x6f\144\141\154\42\40\x74\x61\x62\x69\x6e\x64\x65\x78\x3d\42\55\61\x22\40\162\157\x6c\x65\x3d\42\144\151\141\x6c\x6f\x67\42\40\x69\x64\x3d\42\155\171\x4d\x6f\144\141\154\65\42\76\12\x9\11\x9\x9\x3c\x64\151\166\40\x63\154\x61\x73\163\x3d\42\x6d\x6f\x32\x66\x2d\155\157\x64\141\x6c\x2d\x62\x61\x63\x6b\x64\x72\x6f\160\x22\x3e\x3c\57\x64\151\x76\x3e\xa\x9\x9\x9\x9\x3c\x64\151\166\40\143\x6c\x61\163\163\x3d\42\x6d\x6f\x32\146\x5f\x6d\157\144\x61\154\x2d\144\x69\x61\154\157\147\x20\x6d\157\x32\146\137\155\157\144\141\x6c\55\x6c\147\x22\40\x73\x74\171\154\x65\75\42\x77\x69\x64\x74\x68\72\71\71\x39\x70\170\x20\x21\151\x6d\160\157\x72\x74\141\x6e\164\73\155\x61\x72\x67\x69\156\x3a\60\160\170\40\141\165\x74\x6f\x20\41\151\x6d\160\x6f\x72\x74\x61\x6e\164\73\x22\76\xa\x9\x9\11\x9\x9\74\144\151\x76\40\x63\154\141\163\x73\75\x22\154\157\147\x69\x6e\x20\x6d\x6f\x5f\143\165\163\x74\x6f\155\145\162\x5f\x76\x61\154\x69\x64\x61\x74\151\x6f\156\55\x6d\x6f\x64\x61\154\x2d\143\x6f\156\164\145\x6e\164\42\x3e\12\x9\x9\x9\x9\11\x9\x3c\144\151\x76\x20\x63\x6c\141\163\163\75\x22\x6d\157\x32\x66\137\155\157\x64\141\x6c\55\x68\145\141\x64\x65\162\42\76\12\11\x9\x9\11\x9\11\11\74\x63\x65\156\164\145\x72\x3e\xa\x9\x9\11\x9\11\11\x9\74\x68\x34\x3e";
        echo __("\x52\x65\x63\157\156\x66\151\x67\x75\162\141\164\x69\157\156\x20\x73\165\143\x63\145\163\x73\x66\165\154", "\155\151\x6e\151\x6f\162\141\x6e\147\145\x2d\62\x2d\x66\x61\143\x74\x6f\162\55\x61\165\164\150\x65\x6e\164\151\143\141\164\151\x6f\x6e");
        echo "\74\x2f\150\x34\76\12\11\x9\x9\x9\11\x9\40\40\x20\74\57\143\145\156\x74\145\x72\x3e\xa\x9\11\x9\11\x9\11\74\x2f\144\151\x76\x3e\12\x9\11\x9\11\11\x9\x3c\x64\x69\x76\40\143\x6c\x61\163\x73\75\42\155\157\x32\x66\137\155\x6f\x64\x61\154\x2d\142\157\x64\171\40\x63\x65\x6e\164\145\162\x22\x3e\xa\x9\x9\x9\x9\x9\x9\x9\x3c\x63\x65\x6e\x74\145\x72\x3e\12\x9\11\11\11\11\11\11\11\74\x68\63\x3e";
        echo __("\117\x54\120\40\117\x76\145\162\x20\x53\x4d\x53\x20\x68\141\x73\40\x62\145\145\x6e\40\x72\x65\143\157\156\146\151\x67\x75\x72\145\144\40\163\x75\143\x63\x65\x73\163\146\165\x6c\x6c\x79\x2e", "\x6d\x69\156\x69\157\x72\141\x6e\147\x65\55\x32\55\x66\x61\x63\x74\157\162\55\x61\x75\x74\x68\145\156\164\151\143\x61\164\151\x6f\x6e");
        echo "\x3c\57\x68\63\76\12\11\11\x9\x9\x9\x9\11\74\57\x63\145\x6e\x74\x65\x72\x3e\12\11\x9\11\11\x9\x9\11\x3c\x2f\x62\162\76\xa\x9\11\x9\x9\11\11\11\74\151\156\x70\165\x74\x20\164\171\160\145\75\x22\x62\x75\x74\x74\x6f\156\x22\x20\156\x61\155\x65\x3d\x22\142\x61\143\153\42\40\x69\144\75\42\142\141\143\x6b\x5f\x62\164\156\x22\40\143\154\x61\x73\x73\75\x22\x6d\x69\x6e\x69\x6f\162\x61\x6e\x67\x65\137\142\165\164\x74\157\156\42\40\157\x6e\x63\154\x69\143\x6b\75\x20\42\x6d\157\142\x61\143\x6b\50\x29\x3b\x22\40\x76\141\x6c\165\x65\x3d\42";
        echo __("\102\x61\143\153", "\x6d\151\156\x69\157\162\141\156\x67\x65\x2d\x32\55\146\141\143\x74\x6f\162\55\141\165\x74\x68\145\x6e\x74\x69\143\141\x74\151\157\156");
        echo "\42\40\57\x3e\12\x9\11\x9\x9\x9\x9\74\57\x64\151\166\76\xa\11\11\11\x9\11\74\x2f\144\x69\166\x3e\12\11\11\11\x9\74\x2f\144\x69\x76\76\12\11\x9\x9\x3c\x2f\144\x69\166\76\xa\x9\74\146\157\x72\155\40\x6e\141\155\145\x3d\42\x66\42\x20\x6d\x65\164\150\157\144\75\42\x70\x6f\x73\164\x22\40\141\143\x74\151\157\156\x3d\42\x22\x20\x69\144\x3d\42\x6d\157\x32\146\137\x63\141\156\x63\145\x6c\137\146\x6f\162\x6d\42\x3e\12\11\11\11\x9\74\x69\x6e\x70\165\164\40\x74\x79\160\145\75\42\150\151\144\x64\145\x6e\42\x20\x6e\x61\155\x65\x3d\42\x6f\x70\164\151\x6f\156\x22\40\x76\x61\154\x75\x65\x3d\42\155\157\62\146\137\x63\141\156\x63\145\x6c\137\143\x6f\156\146\x69\x67\165\162\141\164\x69\x6f\156\42\x20\57\x3e\12\11\x9\11\74\57\146\157\x72\x6d\x3e\xa\x9\x9\x9\x3c\x2f\x62\x6f\144\171\76\12\x9\74\x73\143\162\x69\160\164\76\12\x9\x9\11\x66\x75\156\143\x74\x69\157\156\x20\x6d\x6f\x62\141\x63\x6b\x28\x29\x7b\xa\11\x9\x9\x9\x6a\x51\x75\145\x72\171\x28\x27\43\155\157\x32\146\x5f\143\141\x6e\x63\145\x6c\137\x66\157\x72\x6d\x27\x29\56\163\165\142\x6d\151\164\50\51\73\xa\x9\11\x9\x7d\12\11\74\57\x73\x63\x72\x69\160\164\x3e\12\11\11\x9";
        KBm:
    }
    function prompt_user_for_reconfigure_otp_over_email($mJ, $Um, $Jb, $uV = null)
    {
        $current_user = get_userdata($mJ);
        global $aq;
        $xB = "\117\124\120\40\x4f\x56\105\x52\x20\x45\115\101\x49\114";
        if ($Um == "\115\117\62\106\137\x52\105\103\117\116\106\111\x47\125\x52\105\x5f\x53\125\103\x43\105\x53\x53\137\x4f\124\120\137\117\x56\105\x52\137\105\115\101\x49\x4c") {
            goto NBS;
        }
        echo "\11\74\x68\164\x6d\x6c\x3e\12\11\11\x3c\150\145\141\144\76\x20\40\74\155\x65\x74\141\x20\x63\150\x61\162\163\145\x74\75\42\165\x74\x66\x2d\70\x22\x2f\x3e\12\x9\11\11\x3c\155\x65\x74\141\x20\x68\x74\164\x70\55\145\x71\x75\151\x76\75\x22\x58\x2d\x55\101\x2d\103\x6f\155\160\141\164\x69\x62\x6c\x65\42\40\x63\157\156\164\x65\156\164\x3d\x22\111\105\x3d\x65\x64\x67\145\x22\x3e\xa\x9\11\x9\74\x6d\x65\x74\x61\x20\156\x61\155\x65\x3d\x22\166\x69\145\167\x70\157\x72\x74\42\40\143\x6f\x6e\164\145\156\x74\75\42\x77\x69\x64\164\x68\x3d\x64\x65\166\151\143\145\55\167\151\x64\x74\150\54\40\151\156\151\164\151\x61\x6c\55\163\143\x61\154\x65\75\61\42\76\xa\x9\11\x9";
        echo "\x3c\163\x63\162\x69\160\164\x20\163\x72\x63\x3d\42\x68\x74\164\160\163\72\x2f\x2f\141\x6a\141\x78\56\x67\157\x6f\147\154\145\141\x70\x69\x73\56\143\x6f\155\x2f\141\152\x61\170\57\154\x69\x62\x73\57\x6a\161\165\145\162\171\57\x32\56\62\56\64\57\152\x71\165\145\x72\171\56\x6d\151\156\x2e\152\163\42\x3e\74\57\163\x63\x72\x69\160\164\76";
        echo "\74\x73\x63\162\x69\160\x74\x20\x73\162\x63\x3d\x22" . plugins_url("\x69\x6e\143\x6c\x75\x64\x65\163\57\x6a\163\x2f\142\157\157\164\163\164\162\x61\x70\x2e\155\151\x6e\x2e\152\163", dirname(dirname(__FILE__))) . "\42\40\x3e\x3c\x2f\163\x63\162\151\x70\164\x3e";
        echo "\x3c\163\x63\x72\x69\x70\164\x20\163\x72\143\x3d\x22" . plugins_url("\x69\x6e\143\154\x75\144\145\x73\57\152\163\57\x70\x68\x6f\156\145\56\152\x73", dirname(dirname(__FILE__))) . "\42\40\76\74\x2f\x73\x63\x72\x69\x70\x74\76";
        echo "\x3c\x6c\x69\x6e\x6b\x20\x72\145\x6c\75\42\x73\x74\x79\x6c\x65\163\150\145\x65\x74\42\40\164\x79\160\x65\x3d\42\x74\x65\170\x74\x2f\x63\x73\163\x22\40\x68\162\x65\146\75\x22" . plugins_url("\x69\156\x63\x6c\x75\144\x65\163\x2f\x63\x73\x73\x2f\142\x6f\157\164\163\164\x72\141\160\56\x6d\151\x6e\56\x63\x73\x73", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
        echo "\74\x6c\x69\156\153\x20\162\145\x6c\75\x22\x73\x74\x79\154\145\163\x68\145\x65\164\42\40\x74\x79\160\145\75\42\164\145\x78\164\x2f\x63\163\163\42\40\x68\x72\145\x66\x3d\x22" . plugins_url("\151\x6e\143\154\x75\144\x65\x73\x2f\x63\x73\163\x2f\146\x72\x6f\156\x74\x5f\145\156\144\137\154\157\x67\151\156\x2e\143\163\x73", dirname(dirname(__FILE__))) . "\x22\x20\57\76";
        echo "\74\x6c\x69\x6e\x6b\x20\x72\145\154\x3d\42\163\164\x79\x6c\145\x73\x68\145\145\x74\x22\40\x74\x79\160\145\x3d\x22\x74\145\x78\164\57\x63\x73\x73\42\x20\x68\x72\x65\146\75\42" . plugins_url("\x69\x6e\143\x6c\x75\x64\145\163\57\143\163\x73\x2f\x73\x74\171\x6c\x65\137\163\x65\164\164\151\x6e\x67\x73\x2e\x63\163\163", dirname(dirname(__FILE__))) . "\x22\x20\x2f\x3e";
        echo "\x3c\x6c\x69\156\x6b\40\162\x65\x6c\75\x22\x73\x74\171\154\145\163\150\x65\x65\164\x22\x20\164\171\160\145\x3d\42\x74\x65\x78\x74\57\x63\163\163\42\x20\150\x72\145\146\x3d\x22" . plugins_url("\x69\156\x63\x6c\165\x64\145\x73\x2f\x63\x73\163\57\x68\151\144\x65\55\154\x6f\147\x69\x6e\x2e\x63\163\x73", dirname(dirname(__FILE__))) . "\42\40\x2f\x3e";
        echo "\x3c\x6c\x69\x6e\x6b\40\x72\145\x6c\75\42\163\x74\171\x6c\x65\x73\150\145\x65\x74\x22\x20\x74\171\x70\145\75\42\x74\x65\170\x74\57\x63\163\163\x22\x20\x68\162\145\146\75\42" . plugins_url("\151\x6e\x63\x6c\165\144\x65\163\57\143\163\x73\x2f\x70\150\157\156\145\56\x63\x73\163", dirname(dirname(__FILE__))) . "\42\x20\x2f\x3e";
        echo "\x9\11\x3c\57\150\145\x61\144\x3e\xa\11\11\74\142\157\x64\171\x3e\12\x9\x9\11\74\x64\151\166\x20\x63\154\x61\163\163\75\42\x6d\x6f\62\x66\x5f\x6d\x6f\144\141\154\x22\40\x74\x61\142\151\x6e\144\x65\x78\75\42\x2d\x31\42\40\x72\x6f\x6c\x65\x3d\42\144\x69\x61\154\157\x67\x22\x20\151\x64\75\42\155\171\x4d\157\144\x61\x6c\x35\x22\x3e\xa\x9\11\11\x9\x3c\x64\151\166\x20\x63\154\141\x73\163\x3d\42\x6d\x6f\x32\146\55\155\x6f\144\x61\x6c\55\142\141\143\153\144\162\x6f\160\x22\76\74\x2f\x64\151\166\x3e\12\11\11\x9\11\74\144\x69\166\40\143\154\141\163\x73\x3d\x22\155\157\x5f\x63\165\163\x74\x6f\155\x65\x72\x5f\166\141\154\x69\x64\141\164\151\x6f\x6e\x2d\155\157\144\141\154\55\x64\x69\x61\154\157\x67\x20\x6d\157\137\x63\x75\x73\x74\157\x6d\145\x72\137\166\141\x6c\151\x64\141\164\x69\x6f\x6e\x2d\x6d\x6f\x64\141\154\x2d\x6d\x64\x22\x20\76\12\11\11\11\x9\11\74\144\x69\x76\40\143\154\x61\163\x73\75\42\x6c\157\147\151\x6e\x20\x6d\x6f\137\x63\165\x73\x74\x6f\x6d\145\162\x5f\x76\141\154\x69\144\141\164\x69\x6f\156\55\155\x6f\x64\141\154\55\143\157\156\164\x65\x6e\x74\x22\x3e\xa\x9\x9\x9\x9\x9\x9\x3c\x64\x69\x76\x20\x63\154\141\163\x73\x3d\x22\155\157\62\146\x5f\x6d\x6f\x64\x61\154\55\150\x65\141\144\x65\162\x22\76\xa\11\11\x9\x9\x9\x9\x9\x3c\x73\164\162\x6f\156\147\40\163\164\x79\x6c\145\x3d\x22\146\157\x6e\164\x2d\163\151\172\x65\72\62\145\x6d\73\42\143\154\141\163\x73\x3d\x22\155\157\x32\x66\137\155\157\144\x61\154\x2d\164\x69\164\x6c\x65\42\x3e\x3c\x62\165\164\164\x6f\156\x20\164\171\160\x65\75\42\142\x75\164\x74\x6f\x6e\x22\x20\143\154\141\x73\163\x3d\42\x6d\157\x32\146\137\143\x6c\x6f\163\145\42\x20\144\141\164\x61\55\144\151\x73\155\151\163\x73\x3d\x22\155\x6f\x64\x61\x6c\x22\40\x61\162\x69\141\55\x6c\x61\142\145\x6c\x3d\42\x43\154\157\x73\145\x22\40\x74\151\164\154\x65\x3d\42";
        echo __("\x42\141\143\x6b", "\155\x69\156\x69\x6f\162\141\156\147\x65\x2d\62\x2d\146\141\x63\x74\157\x72\x2d\x61\165\164\150\x65\x6e\164\x69\143\x61\x74\151\x6f\156");
        echo "\x22\x20\x6f\156\x63\154\x69\x63\153\75\x22\x6d\x6f\142\x61\x63\x6b\x28\51\x3b\x22\x3e\74\x73\160\x61\156\x20\141\x72\x69\141\x2d\x68\151\144\x64\x65\156\75\42\x74\x72\x75\x65\x22\x3e\x26\x74\151\x6d\145\163\x3b\74\x2f\x73\x70\x61\x6e\76\74\x2f\x62\x75\164\x74\x6f\156\76\xa\11\x9\x9\x9\x9\x9\11";
        if ($xB == "\x53\x4d\x53\x20\x41\x4e\104\x20\x45\x4d\x41\111\114") {
            goto TpB;
        }
        if ($xB == "\117\x54\120\x20\x4f\x56\105\x52\x20\x45\115\x41\111\x4c") {
            goto kmB;
        }
        echo "\x9\x9\11\x9\x9\x9\x9\11";
        echo __("\x56\145\x72\x69\146\171\x20\x59\x6f\165\162\40\x50\x68\157\x6e\x65", "\155\151\156\x69\157\162\x61\x6e\147\145\x2d\x32\55\146\x61\143\164\157\162\55\x61\x75\x74\x68\145\x6e\x74\x69\143\x61\164\x69\157\x6e");
        echo "\x3c\57\163\x74\x72\157\x6e\x67\76\12\x9\x9\11\x9\11\x9\11";
        goto RfE;
        TpB:
        echo "\x9\x9\x9\x9\11\x9\x9\11";
        echo __("\x56\145\162\151\x66\171\40\131\157\x75\x72\x20\120\150\x6f\156\145\x20\x61\x6e\144\x20\105\155\141\x69\154", "\155\151\156\151\157\162\x61\156\147\145\55\62\x2d\x66\141\x63\164\157\x72\55\141\165\x74\x68\x65\x6e\164\151\143\141\164\x69\x6f\x6e");
        echo "\74\57\x73\x74\x72\157\156\147\76\xa\x9\11\11\x9\x9\11\11\11";
        goto RfE;
        kmB:
        echo "\x9\x9\x9\11\x9\11\11\11";
        echo __("\x56\x65\162\151\146\x79\x20\131\x6f\165\x72\x20\x45\115\101\111\x4c", "\x6d\151\156\x69\157\162\141\156\147\145\x2d\62\x2d\146\141\x63\x74\157\162\55\141\x75\x74\150\145\x6e\164\151\x63\141\164\151\157\x6e");
        echo "\x3c\x2f\163\x74\162\x6f\x6e\147\x3e\xa\11\x9\x9\x9\x9\11\11\x9";
        RfE:
        echo "\x9\11\11\x9\x9\x9\x3c\57\x64\x69\x76\x3e\12\x9\11\x9\x9\x9\x9\74\x64\x69\166\40\x63\x6c\x61\x73\x73\75\x22\155\x6f\x32\146\x5f\x6d\157\144\x61\x6c\x2d\142\x6f\x64\171\42\76\xa\11\11\x9\11\x9\11\11";
        if (!(isset($Jb) && !empty($Jb))) {
            goto sYj;
        }
        echo "\x9\11\x9\11\x9\x9\x9\x9\74\x64\151\x76\40\x20\151\144\x3d\42\x6f\164\160\x4d\x65\x73\163\141\x67\145\42\x20\12\11\x9\x9\11\11\x9\x9\x9";
        if (!get_user_meta($mJ, "\x6d\x6f\62\146\137\151\x73\137\x65\x72\x72\157\162", true)) {
            goto Auh;
        }
        echo "\x9\11\x9\x9\11\11\x9\x9\x9\163\x74\171\x6c\145\x3d\42\x62\141\x63\x6b\147\162\157\165\x6e\x64\55\x63\157\154\x6f\x72\x3a\43\x46\x41\x44\x42\x44\x38\73\x20\x63\157\154\157\162\x3a\43\x45\x37\64\103\63\103\73\x3f\76\x22";
        update_user_meta($mJ, "\155\x6f\x32\x66\x5f\151\163\x5f\145\x72\162\157\x72", false);
        Auh:
        echo "\x9\11\x9\11\x9\11\x9\11\x3e\12\11\x9\x9\11\x9\11\11\x9\x9\x3c\160\40\x63\x6c\141\x73\x73\75\42\x6d\x6f\x32\146\141\x5f\x64\x69\163\160\154\x61\x79\137\x6d\x65\163\x73\141\147\145\137\146\x72\157\x6e\x74\145\156\144\42\x20\163\164\x79\154\145\75\42\x74\x65\x78\x74\x2d\141\154\151\147\x6e\x3a\40\154\145\x66\164\40\x21\151\x6d\x70\157\x72\164\x61\156\164\x3b\x20\x22\x3e\40";
        echo $Jb;
        echo "\x3c\57\160\76\xa\11\x9\x9\11\x9\x9\x9\11\74\57\x64\x69\x76\x3e\12\11\11\x9\11\x9\11\x9\11";
        if (!isset($Jb)) {
            goto zF9;
        }
        echo "\x20\x20\x3c\142\x72\x2f\x3e\40";
        zF9:
        echo "\x9\x9\11\x9\11\11\11";
        sYj:
        echo "\x9\x9\x9\x9\x9\x9\11\74\x64\151\x76\x20\x63\x6c\x61\x73\x73\75\42\x6d\x6f\x32\x66\137\x72\x6f\x77\42\76\12\x9\x9\11\11\x9\x9\x9\11\74\146\x6f\162\x6d\40\x6e\x61\x6d\145\x3d\42\x66\42\40\155\145\164\150\x6f\144\x3d\42\160\x6f\x73\x74\x22\40\141\143\164\151\x6f\x6e\75\x22\x22\40\x69\x64\75\x22\x6d\x6f\x32\x66\x5f\x69\x6e\x6c\x69\x6e\x65\137\x76\x65\x72\x69\x66\171\x70\150\157\x6e\145\137\x66\157\x72\155\x22\76\xa\x9\x9\11\11\x9\11\x9\11\11\74\160\76\12\x9\x9\x9\11\x9\x9\x9\11\11";
        if ($xB == "\123\x4d\x53\40\101\116\x44\x20\105\x4d\101\x49\x4c") {
            goto BJK;
        }
        if ($xB == "\x4f\124\x50\x20\x4f\126\105\x52\x20\105\115\101\x49\x4c") {
            goto mT6;
        }
        echo "\x9\x9\11\11\x9\x9\11\x9\11\x9";
        echo __("\x45\156\x74\x65\x72\40\171\157\165\162\x20\160\150\x6f\156\x65\40\156\x75\155\142\145\162", "\155\x69\x6e\x69\x6f\162\141\156\147\145\x2d\62\55\x66\x61\x63\164\157\162\x2d\x61\x75\x74\x68\x65\x6e\164\151\x63\x61\164\151\157\x6e");
        echo "\x3c\x2f\x68\64\x3e\12\11\11\11\11\11\11\x9\x9\x9\11";
        goto sqV;
        BJK:
        echo "\x9\11\11\x9\x9\11\11\11\x9\11";
        echo __("\x45\x6e\x74\145\162\40\x79\157\165\x72\x20\x70\x68\x6f\156\145\40\156\x75\155\x62\145\x72\56\40\x41\x6e\40\117\x6e\x65\40\124\x69\155\x65\40\120\x61\163\163\x63\157\144\x65\x28\x4f\124\x50\51\40\167\154\154\x20\x62\x65\40\163\145\156\x74\x20\164\x6f\x20\164\x68\x69\x73\40\x6e\x75\155\x62\x65\162\40\141\156\x64\40\x79\157\165\162\x20\x65\155\x61\x69\154\x20\x61\x64\x64\162\145\x73\x73\56", "\x6d\x69\156\151\157\x72\x61\156\147\145\55\x32\x2d\x66\141\x63\x74\x6f\162\55\141\x75\x74\x68\x65\156\164\x69\143\141\164\x69\157\x6e");
        echo "\x3c\x2f\160\x3e\xa\11\11\11\11\11\x9\x9\11\x9\11";
        goto sqV;
        mT6:
        sqV:
        if ($xB == "\117\124\x50\x20\117\x56\x45\x52\x20\x45\115\101\111\x4c") {
            goto DYe;
        }
        echo "\11\x9\x9\11\11\11\11\11\x9\x20\40\xa\11\x9\x9\11\x9\x9\x9\11\x9\74\x69\156\x70\x75\164\x20\x63\x6c\141\163\x73\75\x22\x6d\157\x32\146\x5f\x74\141\142\154\145\137\x74\x65\170\x74\x62\x6f\x78\x22\x20\x20\164\171\160\145\x3d\x22\x74\x65\170\x74\x22\x20\x6e\141\x6d\145\75\42\x76\x65\162\x69\146\x79\137\x70\150\157\x6e\x65\42\40\163\x74\x79\154\x65\75\x22\x70\141\144\x64\151\156\147\55\x6c\x65\x66\x74\72\x31\x35\45\x3b\42\x20\151\x64\75\42\160\x68\157\x6e\x65\x22\12\11\x9\x9\x9\x9\11\11\11\x9\11\x76\x61\x6c\x75\145\75\42\xa\x9\x9\x9\x9\11\11\x9\x9\11\x9";
        if (!isset($_SESSION["\x6d\157\x32\x66\137\160\150\157\156\x65"])) {
            goto Ga0;
        }
        echo $_SESSION["\155\157\x32\146\x5f\160\150\x6f\156\x65"];
        Ga0:
        echo "\11\11\11\11\11\11\x9\11\x9\x9\x22\x20\x70\141\164\164\145\x72\x6e\75\42\x5b\x5c\x2b\x5d\77\133\60\55\x39\135\x7b\61\54\64\x7d\x5c\x73\x3f\x5b\60\55\x39\x5d\x7b\67\54\x31\62\175\42\x20\x72\x65\161\x75\151\162\x65\144\x3d\42\x74\x72\165\145\x22\x20\x74\x69\164\154\x65\x3d\x22";
        echo __("\x45\156\x74\x65\162\40\x70\x68\157\156\145\40\x6e\x75\x6d\142\x65\162\40\167\x69\x74\150\157\165\164\x20\x61\x6e\171\40\x73\160\x61\x63\x65\x20\157\162\40\144\141\x73\x68\145\163", "\155\151\x6e\x69\x6f\162\141\x6e\x67\145\x2d\62\x2d\x66\x61\x63\164\157\x72\x2d\141\x75\x74\150\x65\x6e\164\x69\143\141\164\x69\x6f\156");
        echo "\x22\x20\57\x3e\74\x62\x72\x20\57\x3e\12\11\11\x9\11\11\11\x9\x9\x9";
        DYe:
        echo "\x9\x9\x9\x9\x9\11\x9\11\11";
        $vj = $aq->get_user_detail("\x6d\x6f\x32\x66\x5f\165\163\x65\162\137\145\x6d\x61\x69\x6c", $mJ);
        if (!empty($vj)) {
            goto SAX;
        }
        $user = wp_get_current_user();
        $vj = $user->user_email;
        SAX:
        if (!($xB == "\123\115\123\40\101\116\104\x20\105\115\101\111\x4c" || $xB == "\117\124\120\40\117\x56\x45\122\40\105\115\101\111\114")) {
            goto ddx;
        }
        echo "\x9\11\x9\x9\11\11\11\11\11\x9\x3c\x69\156\160\x75\x74\x20\143\x6c\x61\163\163\x3d\x22\x6d\x6f\62\x66\x5f\x49\122\137\x70\150\x6f\x6e\x65\42\x20\x20\164\171\160\x65\75\x22\164\145\170\x74\42\40\x6e\x61\x6d\x65\75\42\x76\x65\162\151\146\171\137\145\155\x61\151\x6c\x22\x20\151\x64\75\x22\x65\155\x61\x69\x6c\x22\12\x9\11\11\x9\11\11\11\x9\11\11\x76\x61\154\165\145\75\x22\xa\x9\x9\11\x9\11\x9\x9\11\x9\x9";
        if (isset($_SESSION["\155\157\x32\x66\x5f\x65\155\x61\151\x6c"])) {
            goto vBP;
        }
        echo $vj;
        goto go9;
        vBP:
        echo $_SESSION["\155\x6f\62\x66\137\x65\x6d\x61\151\154"];
        go9:
        echo "\x9\x9\x9\11\x9\x9\11\11\11\x9\42\x20\x20\164\x69\x74\154\x65\x3d\42";
        echo __("\x45\156\x74\x65\x72\40\171\157\165\x72\40\145\x6d\x61\x69\154", "\155\x69\156\151\157\x72\x61\156\x67\145\55\x32\55\x66\x61\143\x74\157\162\x2d\141\x75\164\150\145\156\x74\151\x63\141\x74\x69\x6f\x6e");
        echo "\x22\40\163\x74\x79\154\145\x3d\42\x77\x69\x64\164\150\x3a\x20\62\65\60\x70\x78\73\x22\x20\40\x2f\76\74\142\x72\40\57\x3e\12\x9\x9\x9\11\x9\x9\x9\x9\11";
        ddx:
        echo "\x20\x20\xa\x9\x9\11\11\11\11\11\11\11\74\x69\x6e\160\165\164\x20\164\171\160\145\x3d\x22\x73\x75\142\155\x69\164\42\x20\x6e\x61\155\145\x3d\42\166\x65\162\x69\146\x79\x22\40\143\x6c\x61\x73\163\75\42\155\151\x6e\x69\157\x72\141\156\147\x65\137\142\x75\x74\164\x6f\x6e\x22\40\x76\141\154\x75\x65\x3d\42\xa\x9\x9\11\11\x9\11\x9\x9\11";
        if (isset($_SESSION["\155\x6f\62\x66\x5f\164\162\141\156\163\x61\x63\164\x69\x6f\x6e\111\x64"])) {
            goto r32;
        }
        echo __("\123\x65\x6e\144\40\117\x54\120", "\x6d\151\156\151\x6f\162\141\156\147\x65\55\62\x2d\x66\x61\143\x74\157\x72\x2d\x61\165\164\x68\x65\x6e\164\151\143\141\x74\x69\157\156");
        goto J4c;
        r32:
        echo __("\x52\x65\163\x65\156\x64\x20\117\124\120", "\x6d\x69\x6e\151\x6f\162\141\156\x67\145\55\62\55\x66\x61\143\x74\x6f\x72\x2d\141\165\x74\x68\145\x6e\x74\x69\143\x61\x74\151\x6f\x6e");
        J4c:
        echo "\x9\x9\11\11\11\11\11\11\11\42\x20\57\76\xa\x9\x9\x9\11\11\11\x9\11\x9\74\x69\156\160\165\164\x20\164\x79\x70\x65\75\42\150\151\144\x64\x65\x6e\42\40\156\x61\x6d\145\x3d\x22\x6d\x6f\62\x66\x5f\163\145\143\157\x6e\144\x5f\x66\141\x63\164\157\162\x22\40\166\141\x6c\x75\145\75\42";
        echo $uV;
        echo "\x22\x20\57\x3e\12\x9\x9\11\x9\x9\11\11\11\x9\74\x69\156\x70\165\x74\x20\x74\171\x70\145\x3d\42\150\x69\144\x64\x65\x6e\42\x20\156\x61\x6d\x65\x3d\x22\x6d\x6f\x32\x66\137\x72\x65\143\157\x6e\146\x69\147\165\162\145\137\x76\x65\x72\151\146\x79\x5f\160\x68\x6f\x6e\145\x5f\x61\x6e\x64\137\x6f\x74\160\x5f\157\x76\x65\162\137\x65\x6d\141\151\x6c\x5f\x6e\157\x6e\x63\x65\42\x20\x76\x61\x6c\165\145\x3d\x22";
        echo wp_create_nonce("\x6d\x6f\x32\146\x2d\x72\145\x63\x6f\x6e\146\x69\x67\165\162\145\x2d\x76\145\162\x69\146\x79\x2d\160\x68\157\156\x65\x2d\141\156\x64\x2d\157\x74\160\55\x6f\x76\145\x72\55\163\155\x73\x2d\x6e\x6f\156\x63\145");
        echo "\x22\x20\x2f\76\xa\x9\11\11\11\11\11\11\11\74\57\x66\x6f\x72\x6d\76\12\x9\11\x9\11\11\x9\x9\74\x2f\144\x69\166\x3e\x20\x20\xa\11\x9\11\x9\11\11\x9\x3c\x66\157\x72\x6d\x20\x6e\141\x6d\145\75\42\146\x22\40\155\145\164\x68\x6f\x64\x3d\42\160\157\163\164\x22\40\x61\143\164\x69\x6f\156\x3d\42\x22\40\x69\x64\75\x22\x6d\x6f\x32\x66\137\162\145\x63\x6f\x6e\146\x69\147\x75\x72\x65\137\166\x61\x6c\151\144\141\164\x65\157\x74\160\137\x66\x6f\x72\x6d\x22\x20\76\xa\11\11\x9\x9\11\x9\11\11\x3c\160\x3e\12\11\x9\11\11\11\x9\11\x9\11";
        if ($xB == "\x53\x4d\123\x20\101\116\104\x20\x45\115\101\x49\x4c") {
            goto nWF;
        }
        echo "\x9\x9\11\x9\11\x9\x9\x9\11\11";
        echo __("\120\154\145\141\163\145\x20\x65\156\164\x65\x72\40\164\150\x65\40\117\x6e\x65\40\x54\x69\155\145\x20\x50\x61\x73\163\143\x6f\144\x65\x20\163\x65\156\x74\x20\x74\157\x20\171\157\x75\162\40\x70\x68\x6f\x6e\145\x2e", "\x6d\x69\x6e\x69\157\162\x61\x6e\x67\x65\55\x32\55\x66\x61\x63\164\x6f\x72\55\141\165\164\150\x65\x6e\x74\x69\143\141\x74\151\157\x6e");
        echo "\74\57\160\x3e\xa\11\11\11\x9\11\x9\11\x9";
        goto DjN;
        nWF:
        echo "\11\11\x9\11\x9\11\x9\11\74\x68\64\76";
        echo __("\x45\x6e\164\145\162\40\117\x6e\x65\40\x54\151\x6d\145\40\120\141\x73\x73\143\157\144\x65", "\x6d\x69\156\x69\157\162\x61\156\x67\x65\55\62\x2d\146\x61\143\x74\x6f\162\55\141\165\x74\150\x65\156\x74\151\x63\x61\x74\151\157\156");
        echo "\74\x2f\x68\64\76\12\x9\11\x9\11\11\11\11\11\11\x9";
        DjN:
        echo "\11\11\11\11\11\11\11\x9\74\x69\156\x70\165\x74\x20\x63\x6c\141\163\x73\x3d\42\x6d\157\x32\146\137\111\x52\137\x70\x68\157\x6e\x65\x5f\117\x54\120\42\40\40\162\145\161\165\151\162\145\x64\x3d\x22\x74\x72\x75\145\42\x20\x70\x61\x74\x74\145\x72\x6e\x3d\42\133\60\x2d\x39\x5d\173\64\54\70\175\x22\40\141\x75\164\157\146\x6f\143\x75\163\x3d\42\x74\x72\165\x65\42\x20\x74\x79\x70\145\75\x22\164\145\x78\x74\x22\40\x6e\141\155\x65\75\x22\x6f\x74\160\x5f\164\157\153\145\156\x22\x20\160\x6c\141\x63\145\x68\x6f\154\144\145\x72\75\42";
        echo __("\105\156\x74\x65\x72\x20\164\150\145\40\x63\157\x64\145", "\155\151\x6e\x69\x6f\x72\141\x6e\147\x65\x2d\x32\55\146\x61\x63\x74\157\x72\55\141\x75\x74\x68\145\156\x74\151\x63\x61\x74\151\x6f\x6e");
        echo "\x22\x20\151\144\x3d\42\x6f\x74\160\x5f\164\x6f\153\x65\x6e\42\x2f\76\74\142\x72\76\12\11\x9\11\x9\11\11\x9\x9\x3c\x69\156\160\x75\x74\x20\x74\171\x70\x65\75\x22\163\165\x62\x6d\151\164\x22\x20\156\x61\155\145\75\x22\x76\x61\x6c\x69\x64\x61\x74\x65\x22\40\x63\154\x61\x73\x73\75\42\x6d\x69\156\151\157\x72\x61\x6e\147\145\137\x62\x75\x74\164\157\156\42\x20\x76\141\154\165\145\75\x22";
        echo __("\126\x65\162\x69\x66\x79\40\x43\x6f\144\145", "\155\x69\156\151\x6f\162\x61\156\147\x65\x2d\62\55\x66\141\143\164\157\x72\x2d\x61\165\x74\150\145\x6e\x74\x69\143\x61\x74\151\157\x6e");
        echo "\x22\40\x2f\76\12\11\x9\x9\11\11\x9\x9\11\x20\74\x69\x6e\160\165\164\40\164\171\160\145\x3d\x22\150\151\144\144\x65\x6e\x22\x20\x6e\x61\x6d\x65\75\42\155\x6f\x32\x66\x5f\163\x65\143\157\x6e\144\x5f\x66\141\143\x74\157\x72\42\40\x76\x61\x6c\x75\145\75\42";
        echo $uV;
        echo "\42\x20\57\x3e\xa\11\x9\11\11\11\x9\11\x9\x3c\151\x6e\x70\x75\164\40\164\171\x70\x65\75\42\150\x69\x64\x64\145\x6e\x22\x20\156\x61\x6d\x65\75\42\x6d\x6f\x32\146\137\162\145\143\x6f\156\x66\151\147\165\x72\145\137\166\x61\154\x69\x64\141\x74\145\137\x6f\164\x70\x5f\156\157\156\x63\x65\42\x20\166\141\x6c\165\145\x3d\x22";
        echo wp_create_nonce("\x6d\x6f\62\146\55\162\145\x63\x6f\x6e\146\151\147\x75\162\145\x2d\x76\x61\x6c\151\x64\x61\x74\x65\55\x6f\x74\160\x2d\x6e\x6f\156\143\145");
        echo "\x22\x20\57\76\12\11\x9\11\x9\x9\11\11\x3c\x2f\x66\157\x72\x6d\76\12\x9\11\11\11\11\11\x9\11";
        mo2f_customize_logo();
        echo "\x9\11\x9\11\x9\11\x3c\57\x64\151\166\x3e\12\11\x9\11\11\11\x3c\57\144\x69\166\76\xa\x9\x9\11\11\74\57\x64\151\166\x3e\xa\x9\11\x9\74\57\x64\x69\x76\76\12\11\11\11\x3c\146\x6f\162\x6d\40\x6e\141\x6d\145\x3d\42\x66\42\x20\155\145\164\x68\x6f\x64\x3d\42\160\157\x73\164\42\x20\x61\x63\x74\x69\x6f\156\x3d\42\42\40\x69\144\x3d\42\155\157\x32\x66\137\x63\141\x6e\x63\145\x6c\137\146\157\162\x6d\x22\76\xa\x9\x9\x9\x9\x9\74\x69\x6e\x70\x75\x74\x20\164\171\160\x65\x3d\42\x68\151\144\144\x65\x6e\42\x20\x6e\x61\155\145\75\42\157\x70\164\x69\157\x6e\x22\x20\166\141\x6c\165\x65\x3d\x22\155\x6f\62\146\x5f\143\141\156\x63\145\154\x5f\143\157\156\146\x69\147\165\x72\x61\164\151\157\156\x22\x20\57\76\xa\x9\11\11\74\x2f\146\157\162\155\76\xa\x9\11\11\74\x66\157\x72\x6d\40\156\141\155\145\75\x22\x66\42\x20\x6d\145\x74\x68\x6f\x64\75\x22\x70\157\163\164\42\40\141\x63\x74\x69\x6f\x6e\x3d\42\42\x20\151\x64\x3d\42\155\157\x32\x66\137\162\x65\143\x6f\156\146\151\x67\165\x72\145\x5f\162\x65\x73\x65\156\144\x5f\157\x74\160\x5f\146\157\162\x6d\x22\x20\163\x74\x79\154\145\75\x22\144\x69\163\x70\154\x61\x79\x3a\x6e\x6f\156\145\73\x22\76\12\x9\11\x9\11\74\151\156\x70\x75\x74\x20\164\171\x70\145\75\x22\150\x69\x64\144\145\x6e\x22\x20\156\141\x6d\145\75\42\155\x6f\x32\x66\x5f\x72\x65\x63\x6f\156\x66\x69\147\165\162\x65\x5f\162\x65\163\145\156\144\137\x6f\164\x70\x5f\156\x6f\x6e\143\x65\42\40\166\x61\x6c\x75\x65\75\42";
        echo wp_create_nonce("\x6d\x6f\62\146\x2d\162\x65\x63\157\156\x66\x69\x67\x75\162\x65\x2d\162\145\163\145\x6e\x64\x2d\157\164\160\55\156\157\156\143\x65");
        echo "\42\40\57\76\12\11\x9\x9\x3c\57\x66\157\162\x6d\x3e\xa\x9\x9\74\57\x62\157\x64\x79\x3e\12\x9\11\x3c\x73\x63\x72\151\x70\x74\x3e\xa\11\x9\x9\152\x51\x75\x65\162\171\x28\x22\43\x70\150\157\x6e\145\x22\x29\x2e\151\x6e\164\154\124\x65\154\x49\156\x70\165\164\50\x29\x3b\xa\x9\11\11\146\x75\x6e\143\x74\x69\157\x6e\x20\155\157\142\x61\143\x6b\50\x29\173\12\x9\x9\11\x9\x6a\121\165\145\162\x79\x28\x27\43\155\157\x32\x66\x5f\x63\141\156\x63\x65\x6c\137\x66\157\162\155\x27\51\x2e\163\x75\142\155\x69\x74\x28\51\x3b\xa\11\11\x9\175\12\x9\11\11\152\121\x75\x65\162\x79\50\x27\x61\x5b\x68\162\x65\x66\x3d\42\x23\x72\145\163\x65\x6e\144\x73\155\163\154\x69\156\153\42\135\47\51\56\143\x6c\x69\143\153\50\146\x75\156\x63\164\151\157\x6e\50\x65\51\40\173\xa\x9\11\11\x9\x6a\121\x75\x65\x72\x79\x28\47\x23\x6d\x6f\62\x66\x5f\x72\x65\143\x6f\156\x66\x69\147\165\162\x65\137\162\145\x73\145\156\144\137\x6f\x74\x70\137\x66\x6f\x72\x6d\47\51\x2e\x73\165\142\155\x69\164\50\51\73\xa\11\11\11\175\51\x3b\xa\11\x9\74\57\x73\143\x72\x69\x70\x74\x3e\xa\11\x3c\57\150\x74\155\154\x3e\xa\x9\x9\x9";
        goto QNJ;
        NBS:
        echo "\11\x9\x3c\150\x74\155\x6c\x3e\12\11\x9\x3c\150\145\141\x64\x3e\40\40\74\x6d\x65\x74\x61\40\143\x68\x61\162\x73\145\164\75\42\165\x74\x66\55\x38\x22\x2f\76\xa\11\11\x9\74\x6d\x65\x74\141\40\x68\164\164\x70\55\145\161\165\151\x76\75\42\x58\55\x55\x41\55\x43\157\x6d\x70\141\164\151\x62\x6c\145\x22\x20\x63\157\x6e\x74\145\156\x74\75\x22\111\105\x3d\x65\x64\147\145\x22\x3e\xa\x9\x9\11\74\155\x65\x74\141\x20\x6e\x61\155\x65\75\42\x76\151\x65\x77\160\x6f\162\x74\42\40\x63\x6f\156\x74\145\x6e\x74\x3d\42\167\x69\144\164\150\75\x64\x65\166\151\x63\x65\x2d\167\151\x64\164\x68\54\x20\x69\156\x69\x74\x69\141\154\55\163\x63\x61\154\x65\75\61\42\x3e\xa\x9\11\11";
        echo "\74\x73\x63\x72\x69\x70\x74\40\x73\162\x63\x3d\42\x68\164\164\x70\163\x3a\57\x2f\141\152\x61\x78\x2e\x67\157\x6f\x67\154\145\x61\x70\151\163\x2e\x63\157\155\x2f\x61\152\x61\x78\x2f\x6c\151\x62\163\x2f\x6a\x71\165\145\x72\171\57\62\56\62\x2e\64\57\x6a\161\x75\145\x72\x79\x2e\155\151\x6e\x2e\152\163\x22\76\x3c\x2f\163\x63\x72\151\160\x74\76";
        echo "\x3c\163\x63\x72\151\160\164\40\x73\162\x63\x3d\x22" . plugins_url("\x69\156\x63\x6c\x75\x64\145\x73\57\x6a\x73\57\142\x6f\x6f\x74\x73\164\162\x61\160\x2e\x6d\151\x6e\x2e\x6a\163", dirname(dirname(__FILE__))) . "\x22\x20\76\74\x2f\x73\x63\x72\151\160\x74\76";
        echo "\74\154\x69\x6e\153\40\162\145\154\75\x22\163\164\171\x6c\145\163\150\x65\x65\x74\42\40\x74\x79\160\145\75\42\x74\x65\170\x74\57\x63\x73\x73\x22\40\150\162\145\146\x3d\42" . plugins_url("\x69\156\x63\x6c\x75\x64\145\x73\57\143\x73\163\x2f\x62\157\157\164\163\x74\162\x61\160\56\155\x69\x6e\x2e\143\163\x73", dirname(dirname(__FILE__))) . "\42\40\57\76";
        echo "\74\154\x69\x6e\153\x20\x72\x65\154\75\42\x73\164\171\x6c\145\163\150\145\x65\x74\x22\x20\x74\x79\160\145\x3d\x22\164\145\x78\x74\x2f\x63\163\163\42\40\150\162\x65\x66\x3d\x22" . plugins_url("\x69\x6e\143\154\x75\144\145\x73\57\x63\163\x73\57\146\162\157\156\x74\x5f\145\156\144\x5f\x6c\157\147\x69\x6e\x2e\143\163\163", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
        echo "\x3c\x6c\151\156\153\40\162\x65\154\x3d\x22\163\x74\171\x6c\145\x73\150\x65\x65\164\x22\x20\x74\171\x70\145\x3d\x22\x74\145\170\x74\x2f\x63\163\163\42\40\150\x72\x65\x66\75\x22" . plugins_url("\x69\156\143\154\x75\144\x65\x73\57\x63\163\x73\x2f\x73\164\171\154\145\x5f\x73\x65\164\x74\151\156\x67\163\56\x63\x73\x73", dirname(dirname(__FILE__))) . "\x22\40\57\x3e";
        echo "\74\154\151\x6e\153\40\x72\145\x6c\x3d\x22\x73\x74\171\154\145\x73\x68\145\145\164\42\40\164\171\160\145\75\x22\164\145\170\x74\57\143\x73\163\42\x20\150\x72\x65\146\x3d\42" . plugins_url("\x69\156\143\154\165\144\145\163\57\143\x73\x73\x2f\x68\x69\144\145\x2d\x6c\157\147\151\156\56\143\x73\163", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
        echo "\11\11\74\57\x68\x65\x61\x64\76\xa\11\11\11\74\142\157\x64\x79\76\xa\11\x9\x9\x3c\x64\151\x76\40\143\154\141\163\163\x3d\x22\x6d\x6f\62\146\137\x6d\x6f\x64\141\x6c\x22\x20\164\x61\142\151\x6e\144\x65\x78\x3d\x22\55\x31\42\40\162\x6f\154\x65\75\x22\x64\151\141\x6c\157\x67\x22\x20\151\144\75\x22\x6d\x79\x4d\x6f\x64\x61\154\65\x22\76\12\11\x9\x9\x9\74\x64\x69\166\40\x63\x6c\141\163\163\x3d\x22\155\x6f\62\x66\55\x6d\x6f\144\141\154\x2d\x62\x61\143\x6b\144\162\x6f\x70\x22\76\x3c\57\144\x69\x76\76\xa\11\x9\x9\11\74\144\151\x76\x20\x63\x6c\x61\163\163\x3d\x22\x6d\157\62\146\x5f\x6d\157\144\141\x6c\55\x64\x69\141\154\157\x67\x20\x6d\x6f\x32\x66\137\x6d\157\x64\x61\x6c\x2d\154\147\42\40\x73\164\x79\x6c\x65\75\x22\x77\x69\x64\x74\x68\72\x39\x39\x39\x70\170\x20\41\x69\x6d\160\157\162\164\141\x6e\164\73\x6d\141\162\147\x69\x6e\x3a\60\x70\x78\40\x61\x75\x74\157\40\x21\151\x6d\160\157\x72\164\x61\156\164\73\x22\76\12\11\11\x9\11\x9\74\144\x69\x76\x20\143\x6c\x61\163\163\75\42\x6c\x6f\x67\x69\x6e\40\155\x6f\137\x63\165\163\164\x6f\x6d\145\162\137\x76\141\154\x69\144\x61\x74\x69\x6f\156\55\155\157\x64\x61\x6c\55\143\x6f\x6e\x74\x65\156\164\x22\76\xa\x9\11\11\x9\x9\11\74\x64\x69\166\x20\143\x6c\141\163\x73\75\x22\155\x6f\62\x66\x5f\x6d\x6f\144\141\154\x2d\150\145\141\x64\x65\x72\42\x3e\12\x9\11\x9\11\x9\11\x9\x3c\143\145\156\x74\x65\162\76\xa\11\11\11\11\x9\11\11\x3c\150\64\x3e";
        echo __("\x52\x65\143\157\156\146\151\x67\165\162\141\x74\x69\x6f\156\x20\163\x75\x63\x63\x65\x73\163\146\165\x6c", "\x6d\151\x6e\x69\157\162\141\156\147\145\x2d\x32\x2d\x66\x61\x63\164\157\x72\x2d\x61\x75\x74\x68\x65\156\x74\151\x63\x61\164\151\157\156");
        echo "\x3c\57\x68\64\76\12\11\11\11\11\11\x20\x3c\57\x63\145\x6e\164\x65\162\x3e\12\11\11\11\x9\x9\11\74\x2f\x64\151\166\76\xa\11\11\x9\x9\x9\x9\x3c\x64\x69\166\x20\x63\x6c\x61\x73\x73\x3d\42\x6d\x6f\62\x66\137\x6d\157\144\141\154\x2d\142\157\x64\171\x20\x63\145\156\164\145\x72\42\76\xa\11\11\11\x9\11\11\x9\74\x63\145\156\x74\145\x72\x3e\12\x9\11\11\x9\11\x9\x9\x9\x3c\x68\63\x3e";
        echo __("\x4f\x54\120\40\x4f\x76\145\x72\40\x45\155\141\x69\154\x20\x68\x61\163\x20\x62\x65\145\156\40\x72\145\x63\x6f\156\146\x69\147\x75\162\145\x64\x20\163\x75\143\x63\145\163\x73\x66\165\x6c\x6c\x79\x2e", "\x6d\151\x6e\x69\157\x72\x61\x6e\147\145\x2d\x32\55\x66\141\143\x74\x6f\162\x2d\x61\165\164\x68\145\x6e\x74\x69\x63\141\164\151\157\x6e");
        echo "\x3c\x2f\x68\x33\76\xa\x9\11\11\11\11\x9\11\x3c\57\143\145\x6e\x74\x65\162\x3e\12\11\11\11\11\11\x9\11\x3c\x2f\142\162\76\xa\11\11\11\x9\x9\x9\x9\74\x69\156\160\165\x74\40\164\171\x70\x65\x3d\42\142\165\164\164\157\156\42\40\x6e\x61\x6d\145\75\42\142\141\x63\x6b\42\x20\x69\144\75\42\142\141\143\153\x5f\x62\164\x6e\42\x20\143\x6c\x61\x73\x73\75\x22\x6d\151\156\151\x6f\162\x61\x6e\x67\x65\137\142\165\x74\164\x6f\156\x22\40\x6f\x6e\143\154\151\x63\153\75\40\42\155\157\x62\x61\x63\x6b\x28\51\x3b\x22\40\166\x61\x6c\165\x65\x3d\x22";
        echo __("\102\x61\x63\153", "\x6d\151\x6e\x69\157\x72\x61\156\x67\145\x2d\x32\55\x66\141\143\164\x6f\162\x2d\x61\165\x74\150\145\x6e\x74\151\143\141\164\151\x6f\156");
        echo "\x22\40\57\x3e\12\x9\x9\x9\x9\11\x9\x3c\x2f\x64\x69\x76\76\xa\11\x9\11\11\x9\x3c\x2f\144\151\x76\x3e\xa\11\11\x9\x9\74\57\x64\151\x76\x3e\12\11\11\11\x3c\x2f\x64\151\x76\76\12\x9\74\x66\x6f\x72\155\40\x6e\x61\155\x65\75\x22\x66\x22\40\x6d\x65\x74\150\x6f\144\75\42\160\157\163\164\x22\x20\141\143\x74\151\x6f\156\75\x22\x22\x20\x69\x64\x3d\42\x6d\157\62\146\137\x63\x61\156\x63\x65\154\x5f\146\x6f\x72\x6d\x22\x3e\12\x9\11\x9\11\x3c\151\x6e\x70\x75\164\40\x74\171\x70\x65\x3d\42\x68\x69\144\x64\145\x6e\x22\x20\x6e\x61\x6d\145\x3d\x22\x6f\x70\x74\151\157\x6e\42\40\166\141\154\165\145\75\x22\155\x6f\x32\x66\137\x63\x61\x6e\143\145\154\137\x63\x6f\156\146\x69\147\x75\162\x61\164\x69\x6f\x6e\42\x20\57\76\xa\x9\x9\x9\x3c\57\146\157\x72\x6d\x3e\12\x9\11\11\74\x2f\142\157\144\171\x3e\12\x9\74\x73\143\x72\151\x70\164\x3e\12\11\x9\11\x66\x75\156\x63\164\151\157\x6e\x20\x6d\x6f\x62\141\x63\153\50\51\173\xa\x9\11\x9\x9\x6a\121\165\145\x72\x79\x28\47\43\155\x6f\x32\146\137\143\141\156\143\145\x6c\137\146\x6f\162\x6d\47\51\x2e\x73\x75\x62\155\151\164\50\51\x3b\12\x9\x9\x9\175\12\11\74\57\163\143\x72\x69\160\x74\76\12\x9\x9\x9";
        QNJ:
    }
    public function mo2fa_reconfigform_ShortCode($Nx = null)
    {
        global $current_user;
        $OZ = wp_get_current_user();
        global $aq;
        $tB = miniorange_get_user_role($OZ);
        $h_ = miniorange_check_if_2fa_enabled_for_roles($tB);
        $T7 = wp_create_nonce("\x45\155\x61\x69\x6c\x53\141\166\x65\116\x6f\156\x63\x65");
        if (!(is_user_logged_in() && mo2f_is_customer_registered() && $h_)) {
            goto Vya;
        }
        $aA = fetch_methods($OZ);
        $aH = in_array("\107\x4f\x4f\x47\114\105\x20\x41\x55\x54\x48\x45\x4e\124\x49\103\101\124\x4f\x52", $aA) ? "\x6d\157\62\x66\x5f\143\x68\x65\x63\153\142\157\170\137\x73\150\x6f\167" : "\155\157\62\146\137\164\144\137\150\151\x64\x65";
        $un = in_array("\x4b\x42\101", $aA) ? "\x6d\157\62\x66\x5f\143\150\145\x63\x6b\x62\x6f\170\x5f\163\150\x6f\x77" : "\x6d\x6f\62\x66\137\x74\x64\137\x68\x69\144\145";
        $yF = in_array("\123\115\x53", $aA) ? "\x6d\x6f\x32\146\137\x63\x68\145\x63\x6b\142\157\x78\137\x73\x68\157\x77" : "\155\157\62\x66\x5f\164\x64\137\x68\x69\x64\145";
        $QQ = in_array("\117\x54\x50\x5f\117\x56\105\x52\x5f\x45\x4d\x41\111\114", $aA) ? "\155\157\x32\146\x5f\x63\x68\x65\143\x6b\x62\157\x78\137\x73\150\157\x77" : "\155\157\62\146\137\x74\x64\137\150\151\x64\x65";
        $tf = in_array("\x4f\125\x54\x20\x4f\x46\40\x42\101\116\104\x20\x45\115\x41\x49\114", $aA) ? "\155\x6f\62\146\x5f\143\x68\145\x63\153\142\x6f\x78\x5f\163\150\157\167" : "\x6d\157\62\146\x5f\x74\x64\x5f\x68\151\x64\x65";
        $xM = '';
        $cY = mo2f_is_customer_registered();
        $SB = !$cY ? "\144\x69\163\141\142\154\145\144" : '';
        $vj = $aq->get_user_detail("\155\157\x32\146\137\x75\163\145\x72\x5f\145\x6d\x61\151\154", $current_user->ID);
        wp_enqueue_style("\155\157\137\x77\x70\156\163\137\x73\x68\x6f\162\164\143\157\x64\145\137\163\164\171\x6c\x65");
        if (!($vj || 1)) {
            goto OqL;
        }
        $xM .= $aH == "\155\x6f\x32\146\137\143\x68\x65\x63\x6b\142\x6f\170\x5f\163\150\157\x77" ? "\12\11\11\x3c\146\157\x72\x6d\x20\x69\x64\75\x22\x6d\157\x32\x66\x5f\x32\x66\141\143\164\x6f\x72\x5f\162\145\x63\x6f\x6e\x66\x69\147\165\162\x65\x5f\146\157\x72\155\137\x67\x6f\157\147\x6c\x65\x22\40\x61\x63\164\151\x6f\x6e\x3d\x22\42\x20\155\x65\164\x68\157\x64\75\42\160\x6f\163\164\42\x3e\xa\x9\11\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\74\x70\40\x63\x6c\x61\163\x73\40\x3d\42" . $aH . "\x22\x3e\xa\x9\11\11\x9\x9\11\74\x69\x6e\x70\x75\x74\x20\x74\x79\160\145\x3d\x22\143\x68\145\x63\x6b\142\x6f\170\42\x20\151\144\x3d\42\x6d\x6f\62\146\x5f\x72\145\x63\157\156\x66\x69\x67\137\x67\157\x6f\147\x6c\x65\x22\x20\x6e\141\x6d\x65\x3d\42\x6d\157\62\x66\x5f\x72\x65\143\157\156\146\151\147\137\x67\x6f\x6f\x67\x6c\145\x22\x20\x76\x61\154\165\x65\x3d\x22\61\x22\x20" . checked(get_site_option("\155\x6f\62\146\x5f\162\145\x63\157\156\146\x69\147\x5f\x67\157\x6f\147\x6c\x65") == 1) . '' . $SB . "\x20\x2f\x3e\x52\x65\143\x6f\x6e\x66\x69\147\x75\162\145\40\107\x6f\x6f\x67\154\145\x20\101\165\x74\x68\x65\156\x74\x69\x63\141\164\157\162\74\142\162\x2f\76\74\x2f\160\76\xa\11\x9\x9\x9\11\11\74\x73\x63\x72\x69\x70\164\40\163\162\x63\75\x22\x2f\x2f\x61\152\141\x78\x2e\x67\x6f\x6f\147\154\x65\141\160\151\x73\x2e\143\157\x6d\x2f\x61\x6a\x61\170\x2f\x6c\x69\x62\x73\57\x6a\161\165\x65\162\171\57\x31\56\x31\61\x2e\60\57\152\x71\x75\145\162\x79\56\x6d\151\156\56\x6a\163\42\x3e\74\57\163\x63\x72\151\x70\x74\x3e\xa\x9\x9\x9\11\11\74\x73\x63\x72\151\x70\x74\x3e\12\11\x9\11\11\x9\x9\152\121\x75\145\162\171\x28\x22\43\155\x6f\62\146\x5f\162\x65\143\157\x6e\146\x69\x67\137\x67\157\x6f\147\x6c\145\x22\x29\x2e\143\154\x69\143\153\50\x66\x75\156\143\x74\x69\x6f\156\50\51\173\12\x9\x9\11\x9\11\11\11\152\121\165\x65\162\171\x28\42\x23\155\x6f\62\x66\137\x32\146\141\x63\164\157\162\137\162\x65\x63\x6f\156\146\151\x67\x75\162\145\137\x66\157\x72\x6d\137\x67\x6f\x6f\x67\x6c\x65\x22\51\x2e\x73\165\142\x6d\x69\164\x28\x29\73\12\x9\11\11\11\11\11\175\51\73\xa\11\11\11\x9\x9\x3c\x2f\163\143\162\x69\160\x74\76\12\11\11\11\11\x9\74\151\x6e\160\165\x74\40\164\171\x70\145\x3d\42\150\151\x64\144\145\156\42\x20\x6e\141\155\x65\75\42\x6f\x70\164\151\157\x6e\x22\x20\166\x61\x6c\165\x65\75\x22\x6d\157\62\146\137\62\146\x61\x63\164\x6f\162\x5f\162\145\143\x6f\x6e\x66\x69\x67\x75\162\145\137\x66\x6f\162\x6d\137\147\x6f\x6f\x67\154\x65\137\x73\141\166\x65\x22\x20\x2f\x3e\12\11\11\x3c\57\146\x6f\x72\155\76" : '';
        $xM .= $un == "\x6d\157\62\146\137\143\x68\x65\x63\153\x62\x6f\x78\137\163\150\x6f\x77" ? "\12\x9\11\x3c\x66\x6f\x72\155\x20\x69\144\x3d\x22\155\157\62\146\x5f\x32\x66\141\143\x74\x6f\162\137\162\x65\x63\x6f\156\x66\x69\x67\165\162\145\137\146\157\162\155\x5f\153\142\141\x22\40\x61\143\164\151\x6f\156\x3d\42\x22\40\x6d\x65\164\x68\157\x64\75\x22\160\157\x73\164\42\76\12\x9\11\x9\x9\74\x70\40\x63\x6c\141\163\x73\40\x3d\42" . $un . "\42\76\12\11\x9\11\x9\11\x9\x3c\151\x6e\x70\x75\164\x20\164\171\x70\145\x3d\x22\143\150\x65\x63\153\x62\x6f\x78\42\x20\151\x64\x3d\42\x6d\x6f\x32\x66\x5f\162\x65\x63\x6f\x6e\146\151\147\137\153\142\141\42\40\156\141\x6d\x65\75\42\x6d\x6f\62\146\x5f\x72\x65\143\157\156\146\x69\147\137\153\142\x61\x22\x20\166\x61\154\x75\145\75\42\61\x22\x20" . checked(get_site_option("\x6d\157\x32\x66\137\162\145\x63\x6f\156\146\x69\147\137\x6b\142\x61") == 1) . '' . $SB . "\40\x2f\x3e\122\x65\143\x6f\156\146\x69\147\165\x72\x65\40\x53\x65\x63\x75\162\151\164\171\40\x51\165\145\x73\164\x69\157\156\163\74\x62\162\57\76\x20\74\x2f\160\x3e\11\xa\11\11\11\x9\x9\x3c\x73\x63\162\151\160\164\40\x3e\12\11\x9\11\x9\x9\11\152\x51\x75\145\x72\x79\x28\x22\x23\155\157\62\x66\x5f\x72\145\143\x6f\156\146\151\x67\137\153\x62\x61\x22\51\56\143\x6c\x69\x63\x6b\x28\146\x75\x6e\143\164\x69\157\156\50\51\x7b\xa\11\11\11\11\11\11\x9\x6a\x51\165\145\162\171\x28\42\43\x6d\x6f\62\x66\x5f\62\x66\x61\143\164\x6f\x72\x5f\162\145\x63\157\156\146\151\147\x75\162\145\137\x66\x6f\x72\x6d\137\x6b\142\141\x22\51\x2e\x73\x75\x62\155\151\164\x28\51\73\12\x9\x9\11\11\11\11\175\x29\x3b\12\11\11\x9\11\11\74\57\x73\143\162\151\x70\164\x3e\xa\x9\11\x9\11\x9\x3c\151\x6e\160\165\x74\40\x74\x79\x70\145\75\42\x68\151\x64\144\145\156\x22\x20\156\x61\x6d\x65\75\42\157\x70\164\x69\x6f\156\42\x20\x76\x61\x6c\165\145\75\42\x6d\x6f\x32\146\137\62\x66\141\143\164\157\162\137\x72\145\x63\157\x6e\146\x69\x67\165\x72\145\x5f\146\x6f\162\x6d\x5f\153\x62\x61\x5f\x73\141\x76\145\42\40\x2f\76\xa\x9\x9\x3c\57\146\x6f\162\155\x3e" : '';
        $xM .= $yF == "\x6d\x6f\62\146\137\143\150\x65\143\x6b\142\x6f\x78\137\163\x68\157\167" ? "\74\146\x6f\162\155\x20\x69\x64\x3d\42\x6d\x6f\x32\146\137\x32\x66\141\x63\164\x6f\162\137\x72\x65\143\x6f\156\x66\x69\147\165\x72\145\x5f\x66\157\x72\155\137\163\155\163\42\x20\x61\x63\164\151\157\x6e\75\x22\42\40\155\x65\x74\150\x6f\144\75\42\x70\157\163\164\x22\76\xa\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x3c\x70\40\x63\x6c\141\x73\x73\x20\75\42" . $yF . "\x22\76\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x3c\x69\x6e\160\165\x74\40\164\171\x70\x65\75\x22\143\150\x65\x63\153\142\157\x78\x22\40\151\144\x3d\42\x6d\x6f\x32\146\137\162\145\143\157\x6e\x66\151\x67\x5f\x73\155\163\42\40\156\x61\155\145\75\x22\x6d\157\62\x66\x5f\162\x65\x63\157\156\x66\x69\147\137\x73\155\163\42\x20\x76\x61\x6c\x75\145\75\42\x31\x22\x20" . checked(get_site_option("\x6d\157\62\x66\137\162\x65\x63\x6f\156\x66\151\147\137\163\x6d\x73") == 1) . '' . $SB . "\x20\x2f\76\122\x65\x63\157\x6e\x66\x69\147\165\162\145\40\x4f\x54\120\x20\117\x76\x65\162\x20\x53\115\123\x3c\142\162\57\76\x20\12\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\74\57\x70\76\xa\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x3c\163\x63\x72\151\160\x74\76\xa\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x6a\x51\x75\x65\162\x79\50\42\x23\155\157\62\x66\x5f\x72\145\143\157\156\146\x69\x67\137\163\x6d\163\42\51\56\x63\154\x69\143\153\x28\x66\165\156\143\164\151\157\x6e\x28\51\173\xa\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\152\121\x75\x65\x72\x79\50\x22\43\x6d\157\x32\x66\x5f\62\146\141\143\164\x6f\162\x5f\162\x65\x63\x6f\x6e\146\x69\x67\x75\x72\145\137\x66\157\162\x6d\137\163\x6d\x73\x22\x29\x2e\163\165\142\x6d\x69\x74\x28\51\73\xa\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\175\x29\73\12\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\74\x2f\x73\143\162\151\x70\x74\76\12\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x3c\151\156\x70\x75\x74\40\164\x79\160\145\75\42\150\x69\x64\144\145\x6e\x22\40\x6e\x61\x6d\145\x3d\42\157\160\x74\x69\x6f\156\42\40\166\141\154\x75\x65\75\x22\155\157\62\146\137\62\x66\x61\x63\x74\x6f\162\137\162\x65\143\157\156\x66\151\147\x75\162\x65\137\146\x6f\162\x6d\137\x73\155\x73\x5f\163\x61\166\x65\x22\x20\57\x3e\xa\40\40\40\40\40\40\40\x20\x3c\x2f\x66\157\x72\155\x3e" : '';
        $xM .= $QQ == "\x6d\x6f\62\x66\137\x63\150\145\143\153\142\157\170\137\x73\x68\x6f\167" ? "\74\x66\x6f\x72\155\40\x69\x64\75\42\x6d\157\x32\x66\x5f\x32\x66\x61\143\x74\x6f\162\x5f\x72\145\x63\157\156\x66\151\147\x75\162\145\137\146\157\x72\155\137\157\x74\x70\137\x6f\166\145\x72\x5f\x65\155\141\x69\x6c\42\40\141\143\x74\x69\157\156\x3d\42\42\40\x6d\x65\x74\150\x6f\x64\x3d\x22\160\x6f\x73\x74\42\x3e\xa\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\74\x70\40\143\154\x61\x73\163\x20\75\42" . $QQ . "\42\x3e\xa\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x3c\151\x6e\x70\x75\x74\40\164\171\160\x65\75\42\x63\x68\x65\143\x6b\x62\x6f\x78\42\x20\x69\144\x3d\x22\155\x6f\62\x66\x5f\162\145\143\157\156\146\151\x67\137\157\164\x70\x5f\157\x76\145\162\137\x65\x6d\x61\151\x6c\x22\x20\156\141\155\145\75\42\155\157\x32\x66\137\x72\x65\143\x6f\x6e\x66\151\147\137\157\x74\x70\x5f\157\x76\x65\162\x5f\x65\x6d\x61\x69\x6c\42\40\166\141\154\x75\x65\75\x22\x31\42\40" . checked(get_site_option("\x6d\x6f\x32\x66\x5f\x72\x65\143\x6f\x6e\x66\x69\x67\x5f\x6f\164\160\x5f\x6f\x76\x65\162\x5f\x65\155\141\151\x6c") == 1) . '' . $SB . "\x20\57\76\122\145\x63\x6f\x6e\146\151\147\165\162\x65\40\117\x54\120\40\117\x76\x65\162\x20\x45\x6d\141\x69\x6c\74\142\x72\x2f\76\40\xa\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x3c\57\160\76\12\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x3c\x73\143\x72\x69\160\x74\76\xa\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x6a\121\165\145\x72\x79\50\42\43\x6d\x6f\x32\x66\137\162\145\143\x6f\156\146\x69\x67\x5f\157\164\160\x5f\x6f\166\x65\x72\137\x65\155\x61\x69\154\42\x29\56\143\154\x69\x63\153\x28\x66\165\x6e\x63\x74\x69\157\x6e\x28\51\x7b\xa\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\152\x51\x75\145\x72\x79\x28\42\x23\x6d\157\62\146\137\x32\x66\x61\x63\164\157\x72\137\162\145\143\x6f\156\146\x69\x67\x75\x72\145\137\x66\x6f\x72\x6d\x5f\x6f\x74\x70\137\x6f\166\145\162\x5f\x65\x6d\141\x69\154\42\51\x2e\x73\x75\142\155\x69\x74\x28\51\x3b\12\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x7d\51\x3b\12\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\74\x2f\163\143\162\x69\160\164\76\xa\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\74\x69\x6e\160\x75\164\x20\x74\171\160\145\75\42\x68\x69\144\144\145\x6e\42\x20\x6e\x61\x6d\x65\x3d\42\x6f\x70\x74\151\x6f\x6e\42\40\166\x61\154\165\x65\x3d\x22\x6d\x6f\62\x66\x5f\x32\x66\x61\x63\x74\x6f\x72\137\x72\145\x63\157\x6e\x66\151\x67\x75\162\145\137\x66\x6f\162\x6d\137\x6f\x74\160\137\157\x76\x65\x72\137\x65\x6d\x61\151\154\137\163\141\166\145\42\40\x2f\x3e\12\40\x20\x20\x20\x20\x20\x20\x20\74\x2f\146\x6f\162\x6d\x3e" : '';
        $xM .= "\74\146\157\x72\x6d\x20\x69\x64\x3d\42\155\157\x32\146\x5f\62\146\141\x63\x74\157\x72\x5f\162\x65\x63\157\156\x66\x69\x67\x75\162\145\137\x66\x6f\x72\155\137\145\155\141\x69\154\x5f\x76\x65\x72\151\146\x69\143\x61\x74\151\157\x6e\x5f\160\x6f\x70\x5f\165\x70\42\x20\141\143\x74\x69\157\156\x3d\x22\x22\x20\155\x65\164\x68\157\x64\75\x22\160\157\163\164\42\x20\x20\x63\x6c\x61\163\163\x3d\42\155\x6f\144\x61\x6c\61\x22\x20\x3e\xa\x9\11\74\144\151\x76\x20\143\154\x61\163\163\x3d\42\155\x6f\62\x66\137\155\157\x64\x61\x6c\x22\x20\164\x61\142\x69\156\144\x65\170\75\x22\55\61\x22\x20\162\x6f\x6c\145\x3d\42\144\151\x61\154\x6f\x67\x22\x20\x69\x64\x3d\42\x6d\x79\x4d\x6f\x64\x61\x6c\x35\x22\x3e\12\x9\x9\40\x20\xa\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\74\144\x69\166\x20\x69\x64\75\42\155\157\62\x66\137\x65\156\164\x65\x72\105\x6d\141\x69\154\123\x68\157\162\164\143\x6f\144\x65\x22\x3e\xa\11\11\x9\11\12\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x3c\144\151\166\40\x63\x6c\141\163\x73\75\x22\x6d\x6f\x32\x66\x2d\x6d\x6f\144\x61\x6c\55\142\141\143\153\x64\x72\157\x70\x22\76\74\57\x64\151\x76\x3e\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\11\x20\40\40\40\74\x64\151\166\40\x63\x6c\x61\x73\163\75\42\x6d\157\144\141\x6c\x2d\x63\157\x6e\164\145\156\x74\42\76\xa\x9\x9\x9\11\xa\11\x9\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\144\x69\166\40\143\x6c\x61\163\x73\75\x22\x6d\x6f\144\x61\154\55\x68\x65\x61\144\x65\x72\42\76\12\11\11\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\74\150\63\x20\x63\154\x61\x73\163\x3d\42\x6d\x6f\x64\x61\154\55\164\151\x74\154\x65\42\x20\163\x74\171\x6c\x65\75\42\164\145\x78\x74\x2d\x61\154\x69\147\156\72\40\x63\145\156\164\x65\162\x3b\40\146\x6f\156\x74\55\x73\x69\172\x65\72\40\62\60\x70\170\x3b\42\x3e\105\x6d\x61\x69\x6c\40\101\x64\144\x72\x65\x73\x73\74\57\x68\63\x3e\x3c\x73\160\141\x6e\40\151\x64\x3d\42\x63\x6c\x6f\163\145\105\x6e\x74\145\x72\x45\x6d\141\151\x6c\123\x68\157\162\x74\x63\157\144\x65\x22\40\x63\154\x61\163\x73\x3d\42\155\157\x64\141\154\55\x73\x70\141\x6e\55\143\154\157\163\x65\x22\76\x58\74\57\163\x70\141\x6e\76\12\11\x9\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\74\x2f\144\151\x76\x3e\12\x9\11\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\74\x64\151\166\x20\143\154\141\x73\x73\75\x22\155\157\x64\141\154\55\x62\157\x64\x79\x22\x20\163\x74\x79\x6c\145\75\x22\x68\145\x69\x67\150\164\x3a\40\141\x75\164\157\x22\x3e\12\11\11\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\74\150\64\x3e\74\151\76\x45\156\x74\145\x72\x20\x79\157\x75\x72\x20\105\155\141\x69\154\40\x49\104\x3a\46\156\x62\x73\x70\x3b\x20\40\74\151\156\160\x75\164\x20\x74\171\x70\x65\40\75\42\x65\155\x61\x69\154\42\40\151\144\75\x22\x65\x6d\x61\x69\x6c\x45\x6e\x74\145\162\145\144\123\x68\x6f\162\x74\x63\x6f\144\145\42\x20\x6e\x61\x6d\145\x3d\42\x6d\157\x32\x66\137\163\145\154\145\143\164\145\144\137\x65\155\x61\x69\x6c\42\x20\x73\x69\172\x65\x3d\x20\42\x34\x30\x22\40\162\x65\161\x75\x69\162\145\x64\40\x76\141\x6c\x75\145\x3d\x22" . $vj . "\x22\x20\76\x3c\57\151\76\74\x2f\150\x34\76\xa\11\11\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x3c\151\x6e\160\165\164\x20\x74\x79\x70\x65\x3d\x22\x68\151\144\144\x65\156\42\40\151\x64\x3d\42\143\x75\162\x72\x65\156\x74\137\x6d\x65\x74\x68\157\x64\x5f\163\150\157\162\x74\x63\x6f\x64\145\x22\40\x20\x76\141\154\165\145\x3d\42\42\40\76\40\12\11\11\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\74\151\156\x70\x75\x74\x20\x74\171\x70\x65\x3d\42\x68\151\x64\x64\145\x6e\x22\x20\x6e\x61\x6d\145\x3d\42\157\x70\164\x69\x6f\156\42\40\x76\x61\x6c\165\x65\75\42\155\x6f\62\146\137\62\x66\141\x63\164\x6f\162\137\x72\145\143\x6f\156\146\151\x67\165\x72\x65\x5f\146\157\162\155\x5f\x6f\165\164\137\157\146\x5f\x62\141\x6e\144\137\x65\x6d\x61\151\x6c\x5f\163\141\166\x65\42\40\57\x3e\xa\x9\11\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x3c\57\144\151\x76\x3e\xa\x9\x9\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x3c\x64\151\x76\x20\x63\x6c\141\163\163\x3d\42\155\157\x64\141\x6c\x2d\x66\157\x6f\164\145\162\x22\76\xa\x9\x9\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x3c\x62\165\164\x74\157\156\x20\x74\x79\160\145\x3d\42\142\165\x74\164\157\156\42\40\143\154\x61\x73\x73\75\x22\142\165\x74\164\157\x6e\x20\x62\x75\x74\x74\x6f\156\x2d\x70\162\151\155\141\162\x79\x20\142\x75\164\x74\x6f\156\x2d\x6c\x61\162\147\x65\42\40\151\144\75\x22\163\x61\166\145\137\x65\x6e\x74\145\x72\x65\144\137\145\x6d\x61\x69\x6c\137\163\150\x6f\x72\164\x63\x6f\x64\145\42\x3e\x53\x61\166\x65\74\x2f\142\x75\x74\x74\157\156\76\xa\x9\x9\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x3c\x2f\144\x69\x76\76\12\11\11\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\74\57\144\151\166\x3e\12\11\x9\11\x9\12\40\40\40\x20\x20\40\x20\x20\x9\40\40\40\74\x2f\x64\x69\166\76\12\11\x9\x9\x20\40\x20\x3c\x2f\144\151\x76\76\12\40\40\x20\40\40\40\40\x20\x3c\x2f\x66\x6f\162\155\76";
        $xM .= $tf == "\x6d\x6f\x32\146\x5f\x63\150\145\x63\x6b\x62\157\x78\x5f\163\150\x6f\167" ? "\x20\x3c\x66\x6f\162\155\x20\x69\x64\x3d\42\x6d\x6f\62\x66\137\62\146\x61\x63\164\157\x72\137\x72\145\143\x6f\x6e\146\x69\147\165\x72\145\137\x66\x6f\x72\155\137\x6f\x75\164\137\x6f\146\137\x62\141\x6e\144\137\145\x6d\141\x69\x6c\x22\40\141\x63\x74\x69\157\156\75\x22\42\x20\155\145\x74\150\157\x64\x3d\x22\x70\157\x73\x74\x22\76\xa\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x3c\160\x20\143\x6c\141\163\x73\x20\75\42" . $tf . "\42\x3e\xa\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x3c\x69\156\160\165\164\40\164\171\160\x65\75\42\x63\150\x65\143\153\x62\x6f\170\x22\x20\x69\x64\75\x22\157\165\164\x5f\x6f\x66\x5f\x62\x61\156\x64\x5f\x65\x6d\141\151\154\x22\40\x6e\x61\x6d\x65\x3d\42\x6f\165\164\x5f\x6f\x66\x5f\x62\x61\156\144\137\x65\x6d\141\x69\154\42\x20\x76\141\x6c\165\x65\75\42\61\42\40" . checked(get_site_option("\157\165\x74\x5f\x6f\146\x5f\142\x61\156\144\137\x65\x6d\141\x69\x6c") == 1) . '' . $SB . "\x20\x2f\76\122\145\143\157\x6e\x66\151\147\x75\162\145\40\x45\155\141\x69\x6c\40\x56\x65\x72\151\x66\x69\143\x61\164\x69\157\156\x3c\142\162\x2f\x3e\40\12\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\x70\76\12\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x3c\163\143\x72\x69\160\164\76\12\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\152\121\165\x65\x72\x79\50\42\43\x6f\165\x74\x5f\x6f\146\137\x62\x61\156\144\137\x65\x6d\x61\x69\154\x22\x29\56\x63\x68\x61\156\147\145\50\146\x75\x6e\x63\164\x69\x6f\156\x28\x29\173\12\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\151\x66\x28\144\x6f\143\165\155\x65\x6e\x74\x2e\x67\145\x74\x45\154\x65\155\145\156\x74\x42\x79\x49\x64\50\42\x6f\x75\x74\137\157\146\137\142\x61\x6e\144\137\x65\x6d\x61\151\x6c\42\51\x2e\x63\x68\145\143\153\x65\x64\x29\x7b\12\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\152\x51\165\x65\x72\171\x28\x22\43\x6d\x6f\x32\x66\x5f\62\146\x61\143\164\x6f\162\137\162\x65\x63\x6f\x6e\146\151\x67\x75\x72\145\x5f\x66\x6f\162\x6d\x5f\x65\155\141\151\x6c\137\x76\145\x72\151\146\x69\143\x61\x74\151\157\156\137\x70\157\160\x5f\165\x70\x22\x29\56\x63\163\x73\50\42\x64\151\x73\160\154\x61\171\x22\54\x20\x22\142\154\x6f\x63\153\x22\51\x3b\xa\11\x9\x9\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x6a\121\165\145\162\171\50\x22\56\155\x6f\x64\x61\154\55\x63\x6f\156\164\x65\x6e\x74\42\x29\x2e\x63\x73\x73\50\x22\167\x69\144\164\x68\42\x2c\40\42\x33\65\x25\x22\x29\73\xa\11\11\11\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x6a\121\x75\145\x72\171\x28\42\43\x63\165\162\x72\x65\156\x74\137\155\145\164\150\157\x64\137\163\150\x6f\x72\x74\x63\x6f\144\x65\42\x29\x2e\166\x61\154\x28\x22\x4f\125\x54\x20\117\106\40\x42\x41\x4e\104\40\x45\x4d\x41\x49\x4c\42\51\73\12\x9\11\11\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\166\141\x72\x20\145\155\x61\x69\154\x20\x20\x20\75\x20\152\x51\x75\x65\162\x79\x28\42\x23\145\x6d\x61\151\154\105\x6e\164\145\162\x65\x64\123\x68\157\x72\164\143\157\x64\145\42\51\x2e\x76\x61\154\50\51\x3b\12\x20\x20\xa\x9\11\x9\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\152\121\165\145\x72\x79\x28\x22\43\145\155\141\x69\154\x45\x6e\164\145\x72\145\144\123\x68\157\x72\x74\143\x6f\144\145\x22\51\x2e\x76\x61\154\50\x65\x6d\x61\151\154\x29\x3b\12\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\175\12\x9\11\11\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x7d\51\73\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x6a\121\165\145\x72\171\50\x22\43\143\154\157\163\x65\x45\156\164\x65\162\x45\x6d\x61\151\154\123\x68\157\x72\164\x63\x6f\x64\x65\x22\x29\56\143\154\x69\x63\x6b\x28\x66\165\x6e\x63\164\x69\157\156\50\x29\173\xa\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x6a\x51\165\x65\162\x79\50\x22\x23\155\157\62\x66\137\x32\x66\141\x63\164\x6f\x72\x5f\162\x65\143\x6f\x6e\146\151\147\x75\x72\145\x5f\146\157\162\x6d\137\145\155\x61\151\x6c\137\166\x65\x72\151\x66\151\x63\x61\x74\151\x6f\x6e\x5f\x70\157\160\137\x75\160\42\x29\x2e\x63\163\163\x28\42\x64\x69\x73\x70\154\x61\171\42\54\40\42\156\157\x6e\145\x22\x29\73\12\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x7d\51\73\12\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\152\x51\165\x65\x72\x79\x28\42\43\x73\141\x76\x65\137\145\156\164\x65\162\x65\x64\137\x65\155\141\151\154\137\x73\150\157\162\x74\143\x6f\x64\145\x22\51\56\x63\154\151\143\153\50\146\x75\156\143\164\x69\x6f\156\x28\x29\x7b\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\11\x6a\121\165\145\162\171\x28\42\43\155\157\62\146\x5f\62\146\141\x63\x74\157\x72\137\x72\145\143\157\x6e\x66\x69\147\165\162\145\137\146\157\162\x6d\137\145\x6d\141\x69\x6c\137\x76\x65\x72\151\146\x69\143\x61\x74\151\157\x6e\x5f\x70\x6f\160\137\x75\160\42\51\x2e\x73\165\x62\x6d\x69\x74\x28\51\73\12\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\175\51\x3b\xa\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\12\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x3c\57\163\143\x72\x69\160\x74\x3e\12\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x3c\151\156\x70\165\164\x20\x74\x79\160\x65\x3d\42\150\151\144\x64\145\x6e\x22\x20\156\x61\155\145\x3d\x22\155\157\62\146\x5f\x73\x65\154\145\143\x74\x65\x64\137\x65\155\x61\x69\154\x22\40\166\141\154\165\145\x3d\42" . $vj . "\x22\x20\57\x3e\xa\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x69\156\x70\165\x74\x20\164\171\160\145\x3d\x22\150\x69\144\144\x65\156\42\40\x6e\141\x6d\x65\75\x22\x6f\160\164\151\x6f\x6e\42\40\166\141\154\165\x65\x3d\42\x6d\x6f\62\x66\x5f\62\146\141\143\164\x6f\162\x5f\162\x65\x63\x6f\x6e\x66\151\147\165\x72\x65\x5f\146\x6f\162\x6d\137\x6f\x75\164\x5f\157\x66\x5f\142\x61\x6e\x64\137\x65\155\141\151\x6c\x5f\163\x61\x76\145\x22\40\57\x3e\12\x20\40\x20\40\40\x20\40\40\74\57\x66\x6f\x72\155\76" : '';
        return $xM;
        OqL:
        Vya:
    }
    public function mo2fa_enable2faform_ShortCode($Nx = null)
    {
        global $current_user;
        $OZ = wp_get_current_user();
        global $aq;
        $tB = miniorange_get_user_role($current_user);
        if (!(get_site_option("\x6d\157\x32\146\x5f\x73\153\151\160\x5f\x69\x6e\154\151\156\145\137\157\x70\x74\151\x6f\x6e", "\156\157\x74\x5f\145\170\x69\x73\164\x73") == "\x6e\x6f\164\137\x65\x78\x69\x73\164\x73")) {
            goto S9X;
        }
        update_site_option("\x6d\x6f\62\146\137\x73\x6b\x69\160\x5f\x69\x6e\154\x69\x6e\x65\137\x6f\160\x74\x69\x6f\156", true);
        S9X:
        $h_ = miniorange_check_if_2fa_enabled_for_roles($tB);
        $Px = $aq->get_user_detail("\155\x6f\x32\x66\137\x75\x73\145\162\137\145\x6d\x61\151\x6c", $current_user->ID);
        if (!(is_user_logged_in() && mo2f_is_customer_registered() && $h_)) {
            goto kGe;
        }
        global $current_user;
        $current_user = wp_get_current_user();
        $xM = '';
        $wt = $aq->get_user_detail("\x6d\157\62\x66\137\62\146\x61\x63\164\x6f\x72\137\145\156\x61\142\x6c\145\137\62\146\141\x5f\142\x79\x75\163\145\x72\x73", $current_user->ID);
        $Ms = isset($wt) ? $aq->get_user_detail("\x6d\157\x32\x66\x5f\62\146\141\x63\164\157\x72\137\145\156\x61\142\154\145\137\62\146\x61\137\x62\x79\165\163\145\x72\163", $current_user->ID) ? "\143\x68\145\x63\153\x65\144" : "\x20" : "\143\x68\145\143\x6b\145\144";
        $F3 = $Px ? '' : "\74\160\x20\163\x74\171\x6c\x65\75\47\x66\157\156\164\x2d\163\151\172\145\72\x31\62\x70\x78\x27\x3e\40\x45\x6e\141\x62\154\x65\x20\164\x68\x69\x73\x20\x63\x68\x65\143\153\x62\157\170\x20\164\157\40\x73\145\164\x75\160\40\x32\x2d\x46\141\143\164\157\x72\x2e\x20\x59\x6f\165\40\x77\151\x6c\154\40\142\145\40\141\x73\153\x65\x64\x20\164\x6f\40\163\x65\164\40\x75\160\x20\x79\x6f\165\162\x20\x32\156\x64\x20\106\141\x63\x74\x6f\162\40\144\165\x72\151\x6e\147\x20\154\x6f\147\151\x6e\40\x61\146\164\x65\x72\x20\x73\145\154\x65\x63\x74\151\x6e\147\40\141\x62\x6f\166\x65\x20\x63\x68\x65\x63\153\142\157\170\56\74\x2f\160\76";
        $xM = "\12\x9\11\74\x66\x6f\162\x6d\x20\x69\x64\x3d\47\155\x6f\x32\x66\x5f\x32\x66\141\143\164\x6f\162\x5f\x65\x6e\141\142\154\x65\62\x66\141\x5f\142\x79\165\163\145\162\x73\137\x66\x6f\162\155\47\x20\x61\x63\164\x69\x6f\156\x3d\x27\x27\40\155\145\164\x68\157\144\75\47\160\157\163\x74\x27\76\12\x9\11\x9\x3c\x69\156\160\x75\x74\x20\x74\171\160\145\75\x27\143\x68\x65\143\153\142\x6f\170\47\x20\x69\x64\x3d\47\x6d\x6f\62\146\x5f\62\146\141\143\164\157\x72\137\x65\x6e\x61\x62\154\145\x5f\x32\x66\x61\137\x62\171\165\x73\145\x72\163\x27\x20\156\x61\155\x65\75\x27\x6d\x6f\x32\146\137\62\x66\141\x63\x74\157\162\137\145\x6e\141\142\154\145\137\62\146\x61\x5f\x62\x79\x75\163\145\x72\x73\47\40" . $Ms . "\x2f\x3e\62\x20\106\141\143\164\157\162\x20\x4f\x6e\57\x4f\x66\146\x3c\x2f\142\162\76\xa\x9\x9\11\x3c\x69\156\160\x75\164\40\164\171\x70\145\75\47\150\x69\144\144\145\156\x27\x20\156\141\155\145\x3d\47\x6f\x70\x74\151\x6f\156\x27\x20\x76\x61\x6c\165\x65\x3d\x27\155\157\62\146\137\x32\146\141\143\x74\157\x72\137\145\156\141\x62\154\145\137\x32\x66\x61\47\76" . $F3 . "\x3c\57\x66\x6f\x72\155\x3e\12\x20\40\40\x20\40\x20\40\x20\74\x73\143\x72\x69\x70\x74\40\x73\162\143\x3d\47\57\57\141\x6a\141\170\x2e\x67\x6f\157\x67\x6c\145\x61\160\x69\163\56\x63\x6f\155\57\x61\152\x61\x78\57\154\x69\142\x73\x2f\152\x71\x75\x65\162\x79\x2f\61\56\61\x31\56\60\57\152\161\x75\145\x72\x79\56\155\151\156\56\152\163\47\76\x3c\x2f\x73\143\x72\x69\x70\164\76\xa\11\x9\74\163\x63\x72\x69\160\x74\x3e\12\x9\x9\11\152\121\165\145\x72\x79\50\x27\43\x6d\x6f\62\x66\x5f\x32\x66\x61\x63\x74\x6f\x72\x5f\145\x6e\x61\142\x6c\145\x5f\62\146\x61\137\x62\x79\165\x73\x65\x72\x73\47\51\56\143\154\x69\143\x6b\x28\x66\165\x6e\x63\x74\151\157\x6e\x28\x29\173\12\x9\11\x9\11\152\121\165\x65\x72\x79\x28\x27\x23\155\157\x32\146\x5f\62\146\141\143\x74\157\x72\137\145\156\141\142\154\x65\x32\146\x61\137\x62\x79\165\163\x65\x72\x73\137\146\157\162\x6d\47\x29\x2e\x73\x75\142\155\151\x74\x28\x29\x3b\12\11\11\11\x7d\x29\x3b\xa\x9\x9\x3c\57\x73\x63\162\x69\x70\164\x3e";
        return $xM;
        kGe:
    }
    public function mo2fa_enablerba_ShortCode($Nx = null)
    {
        if (is_user_logged_in()) {
            goto qc4;
        }
        $AW = MoWpnsUtility::get_mo2f_db_option("\155\x6f\x32\x66\x5f\x72\x62\141\137\154\157\147\151\x6e\146\x6f\x72\155\x5f\151\x64", "\x73\x69\164\x65\x5f\x6f\x70\164\x69\x6f\x6e");
        $xM = '';
        $xM = "\74\163\x63\x72\x69\x70\164\x3e\12\x9\11\x9\163\x65\x74\124\151\155\x65\x6f\165\x74\x28\xa\11\x9\11\11\x28\51\x3d\76\x20\173\x20\152\121\x75\x65\162\x79\x28\x64\157\143\165\155\x65\156\164\x29\56\x72\x65\x61\144\x79\50\146\165\x6e\x63\164\x69\157\x6e\x20\x28\51\40\173\12\11\11\x9\x9\x9\xa\11\x9\11\11\x6a\121\165\x65\x72\x79\x28\x27\x69\156\160\x75\x74\133\156\141\x6d\x65\75\x27\x6d\151\x6e\151\x6f\x72\x61\x6e\147\145\x5f\x72\142\141\x5f\x61\164\164\162\151\x62\x75\x72\145\x73\x27\135\x27\51\x2e\x76\141\154\x28\112\x53\x4f\116\56\x73\x74\x72\x69\156\x67\151\x66\x79\50\x72\x62\x61\x41\x74\164\162\x69\x62\165\x74\x65\x73\56\x61\164\164\162\x69\x62\x75\164\145\x73\51\x29\73\12\xa\x9\x9\11\x9\151\146\x20\50\144\x6f\x63\x75\x6d\145\x6e\x74\x2e\147\x65\164\105\x6c\145\x6d\x65\x6e\164\x42\171\111\x64\x28\47\x6c\x6f\147\x69\156\146\157\162\x6d\47\x29\40\x21\75\40\x6e\x75\154\154\51\x20\x7b\12\11\11\11\x9\x9\x6a\121\165\145\x72\171\x28\x27\x23\154\157\x67\x69\156\x66\x6f\162\155\x27\x29\56\x6f\156\50\x27\163\x75\x62\155\x69\164\47\54\x20\146\x75\156\143\x74\151\x6f\x6e\40\50\145\51\x20\173\xa\11\x9\11\x9\x9\x9\x6a\x51\x75\x65\x72\x79\x28\47\x69\x6e\x70\x75\x74\133\x6e\141\x6d\145\x3d\47\x6d\x69\156\x69\157\x72\x61\156\x67\x65\137\162\142\x61\x5f\x61\164\164\x72\151\142\x75\162\x65\x73\x27\x5d\47\51\56\x76\141\x6c\50\112\x53\117\x4e\56\163\164\162\151\156\x67\x69\x66\171\50\162\x62\141\x41\164\x74\162\x69\142\x75\x74\145\x73\x2e\141\164\x74\162\x69\x62\x75\x74\x65\x73\x29\x29\73\xa\x9\x9\11\11\11\x7d\x29\x3b\xa\11\x9\x9\11\175\40\145\x6c\163\145\40\x7b\xa\x9\11\x9\x9\x9\151\x66\x20\x28\144\x6f\x63\x75\155\x65\156\x74\x2e\x67\x65\164\x45\154\x65\x6d\145\156\x74\x73\x42\x79\103\x6c\141\x73\x73\116\141\155\x65\50\x27\x6c\157\147\151\156\47\x29\40\41\75\x20\156\x75\x6c\x6c\x29\40\173\xa\x9\x9\11\x9\x9\x9\x6a\121\x75\145\x72\171\x28\x27\56\154\157\x67\x69\x6e\47\x29\56\x6f\156\x28\x27\x73\x75\142\155\x69\x74\47\54\x20\146\165\156\x63\x74\151\x6f\156\x20\x28\x65\51\40\x7b\xa\x9\x9\11\11\x9\11\x9\152\x51\x75\145\x72\171\50\x27\151\156\x70\165\164\x5b\156\x61\155\145\x3d\x27\x6d\x69\x6e\x69\157\x72\141\x6e\147\145\x5f\x72\142\141\137\141\164\x74\162\151\x62\x75\162\145\163\47\x5d\47\51\x2e\x76\141\154\x28\112\123\117\116\56\163\x74\162\x69\156\147\151\146\171\x28\x72\x62\x61\x41\x74\x74\x72\x69\x62\165\x74\x65\163\x2e\x61\x74\x74\x72\x69\x62\165\x74\x65\163\51\x29\x3b\xa\11\x9\x9\11\x9\x9\x7d\x29\x3b\12\x9\x9\11\x9\x9\175\xa\x9\x9\x9\11\175\12\x9\x9\11\12\x9\x9\11\x7d\x29\x7d\54\61\60\60\x30\x29\x3b\12\11\11\11\x9\x3c\x2f\163\x63\162\x69\160\x74\76\xa\11\11\11\74\x70\x3e\74\x69\x6e\160\x75\164\x20\x74\x79\160\x65\x3d\x27\150\x69\x64\x64\x65\x6e\47\x20\x69\144\75\x27\x6d\151\x6e\x69\x6f\x72\x61\156\x67\145\137\x72\x62\141\137\141\x74\164\162\151\x62\x75\x72\x65\x73\47\x20\x6e\x61\155\145\75\47\x6d\x69\156\151\157\162\141\x6e\x67\145\137\162\x62\x61\137\141\x74\x74\x72\x69\142\x75\x72\x65\163\47\40\166\x61\x6c\x75\145\75\47\47\x20\x2f\76\x3c\57\x70\76";
        wp_enqueue_script("\155\x6f\x32\146\x61\x5f\x6a\x71\165\x65\162\171\x5f\163\143\162\x69\160\164", plugins_url("\x69\x6e\x63\154\165\144\x65\163\57\152\163\57\162\x62\141\57\152\163\57\x6a\161\x75\145\162\x79\55\61\x2e\x39\56\x31\56\152\163", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\157\x32\146\141\x5f\x66\x6c\141\x73\x68\137\163\x63\x72\x69\x70\x74", plugins_url("\x69\156\x63\x6c\165\x64\x65\163\57\x6a\163\x2f\x72\x62\x61\x2f\152\x73\x2f\x6a\161\x75\x65\162\x79\x2e\x66\x6c\141\163\x68\x2e\152\x73", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\x6f\62\x66\x61\137\x75\141\x70\141\162\x73\145\162\x5f\x73\143\x72\151\160\164", plugins_url("\151\x6e\143\154\x75\144\145\x73\57\x6a\x73\57\x72\142\x61\57\152\163\57\x75\141\55\x70\141\162\x73\x65\x72\56\152\x73", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\x6f\62\146\x61\137\x63\x6c\151\145\156\x74\137\x73\143\162\x69\x70\164", plugins_url("\151\156\143\154\x75\x64\145\163\x2f\152\163\x2f\x72\x62\x61\57\x6a\163\x2f\143\x6c\x69\145\x6e\x74\56\x6a\163", dirname(dirname(__FILE__))));
        wp_enqueue_script("\155\157\62\x66\x61\x5f\144\145\166\151\143\x65\137\163\143\x72\x69\x70\x74", plugins_url("\x69\x6e\x63\x6c\x75\x64\145\163\x2f\x6a\163\x2f\x72\x62\141\x2f\152\x73\57\144\145\166\x69\x63\x65\137\141\164\x74\162\x69\x62\x75\x74\145\163\56\152\x73", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\x6f\x32\146\x61\x5f\163\167\x66\137\163\x63\x72\x69\160\164", plugins_url("\x69\156\x63\154\165\x64\145\163\x2f\x6a\163\57\162\x62\141\57\x6a\x73\57\163\167\x66\157\x62\152\x65\x63\x74\56\152\163", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\157\x32\x66\141\x5f\x66\157\156\164\x5f\163\x63\162\x69\x70\x74", plugins_url("\x69\x6e\143\154\165\144\x65\163\57\x6a\x73\57\x72\x62\141\x2f\x6a\x73\x2f\146\157\156\x74\144\145\164\x65\x63\164\x2e\x6a\163", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\x6d\157\x32\x66\141\137\x6d\165\x72\155\165\x72\137\x73\x63\162\151\160\x74", plugins_url("\151\156\143\154\165\x64\x65\x73\x2f\x6a\163\57\x72\x62\141\x2f\152\163\57\x6d\165\162\155\x75\162\150\141\163\150\x33\x2e\152\x73", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        wp_enqueue_script("\155\157\x32\x66\x61\137\155\x69\156\x69\157\x72\x61\x6e\x67\x65\x5f\163\143\162\x69\x70\x74", plugins_url("\x69\156\x63\154\165\144\145\x73\x2f\152\163\x2f\x72\x62\x61\57\x6a\x73\57\155\151\x6e\x69\x6f\x72\141\x6e\147\x65\x2d\x66\x70\56\x6a\163", dirname(dirname(__FILE__))), array(), MO2F_VERSION);
        return $xM;
        qc4:
    }
}

Function Calls

None

Variables

None

Stats

MD5 c93ec5911eea6b4057980a71d73f4dbf
Eval Count 0
Decode Time 173 ms