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 function mo2f_collect_device_attributes_handler($dj, $kO = null) { $e8 = ..
Decoded Output download
<?php
function mo2f_collect_device_attributes_handler($dj, $kO = null)
{
$e8 = MoWpnsUtility::get_mo2f_multisite_compatible("mo2f_remember_device");
echo "\x9<html>
\x9<head>
\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\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 "\x9</head>
<body>\xa\x9<div>\xa\x9 <form id="morba_loginform" method="post">\xa \x9 <h1>";
echo __("Please wait", "miniorange-2-factor-authentication");
echo "...</h1>
<img src="";
echo plugins_url("includes/images/ajax-loader-login.gif", dirname(dirname(dirname(__FILE__))));
echo ""/>\xa\x9 \x9";
if (!$e8) {
goto LG;
}
echo "\x9 \x9 <p><input type="hidden" id="miniorange_rba_attribures" name="miniorange_rba_attribures" value=""/></p>\xa \x9 \x9";
echo "<script src="" . plugins_url("includes/js/rba/js/jquery-1.9.1.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/jquery.flash.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/ua-parser.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/client.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/device_attributes.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/swfobject.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/fontdetect.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/murmurhash3.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
echo "<script src="" . plugins_url("includes/js/rba/js/miniorange-fp.js", dirname(dirname(dirname(__FILE__)))) . "" ></script>";
LG:
echo " \x9\x9<input type="hidden" name="miniorange_attribute_collection_nonce"\xa\x9\x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-login-attribute-collection-nonce");
echo ""/>\xa \x9<input type="hidden" name="option" value="miniorange_attribute_collection"/>
\x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa \x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa \x9</form>
</div>
</body>\xa </html>\xa\x9";
}
function miniorange_get_user_role($current_user)
{
$tB = array();
if (is_multisite()) {
goto DA;
}
$tB = $current_user->roles;
return $tB;
goto qL;
DA:
$jN = get_blogs_of_user($current_user->ID);
foreach ($jN as $Vw) {
switch_to_blog($Vw->userblog_id);
$k_ = new WP_User($current_user->ID, $Vw->userblog_id);
$TA = $k_->roles;
if (empty($TA)) {
goto Ef;
}
$tB = array_merge($tB, $TA);
Ef:
restore_current_blog();
iq:
}
VQ:
return $tB;
qL:
}
function redirect_user_to($user, $kO)
{
$tB = miniorange_get_user_role($user);
$gN = array_shift($tB);
$pd = isset($kO) && !empty($kO) ? $kO : null;
$Uw = MoWpnsUtility::get_mo2f_db_option("mo2f_enable_custom_redirect", "site_option");
if ($Uw) {
goto RR;
}
if (is_multisite() && is_super_admin()) {
goto Ub;
}
if ($gN == "administrator") {
goto PJ;
}
$pd = empty($pd) ? home_url() : $pd;
goto yd;
PJ:
$pd = empty($pd) ? admin_url() : $pd;
yd:
goto IM;
Ub:
$pd = empty($pd) ? admin_url() : $pd;
IM:
goto SU;
RR:
if (is_multisite()) {
goto Ci;
}
$pd = get_option("mo2fa_" . $gN . "_login_url") ? get_option("mo2fa_" . $gN . "_login_url") : home_url();
goto rj;
Ci:
if (is_super_admin($user->ID)) {
goto Lk;
}
if ($gN == "administrator") {
goto eA;
}
$pd = get_option("mo2fa_" . $gN . "_login_url") ? get_option("mo2fa_" . $gN . "_login_url") : home_url();
goto QN;
Lk:
$pd = get_option("mo2fa_superadmin_login_url") ? get_option("mo2fa_superadmin_login_url") : admin_url();
goto QN;
eA:
$pd = get_option("mo2fa_administrator_login_url") ? get_option("mo2fa_administrator_login_url") : admin_url();
QN:
rj:
SU:
if (get_site_option("mo2f_login_transactions", 0)) {
goto dg;
}
update_site_option("mo2f_login_transactions", 1);
goto HV;
dg:
$K0 = get_site_option("mo2f_login_transactions");
$fV = array(1, 5, 10, 50, 100, 300, 500, 1000, 5000, 10000, 20000);
update_site_option("mo2f_login_transactions", $K0 + 1);
update_site_option("mo2f_last_transaction", time());
if (!in_array($K0, $fV)) {
goto eg;
}
$eO = new Customer_Cloud_Setup();
$eO->mo2f_send_email_active_usage();
eg:
HV:
if (MO2f_Utility::get_index_value("GLOBALS", "mo2f_is_ajax_request")) {
goto h9;
}
wp_redirect($pd);
goto Yn;
h9:
$iD = array("redirect" => $pd);
wp_send_json_success($iD);
Yn:
}
function miniorange_check_if_2fa_enabled_for_roles($tB)
{
if (!empty($tB)) {
goto Ru;
}
return 0;
Ru:
foreach ($tB as $kB) {
if (!MoWpnsUtility::get_mo2f_multisite_compatible("mo2fa_" . $kB)) {
goto ZE;
}
return 1;
ZE:
CF:
}
Ju:
return 0;
}
function mo2fa_prompt_mfa_form_for_user($VW, $dj, $kO, $OZ)
{
$Fo = array("Google Authenticator" => "GOOGLE AUTHENTICATOR", "Security Questions" => "KBA", "Email Verification" => "OUT OF BAND EMAIL", "OTP Over SMS" => "SMS", "OTP Over Email" => "OTP_OVER_EMAIL", "OTPOverTelegram" => "OTP OVER TELEGRAM");
echo " <html>
\x9\x9\x9<head>\xa \x9\x9<meta charset="utf-8"/>\xa\x9\x9 \x9<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9 \x9<meta name="viewport" content="width=device-width, initial-scale=1">
\x9 \x9";
mo2f_inline_css_and_js();
echo "\x9\x9\x9</head>\xa \x9\x9<body>
\x9 <div class="mo2f_modal1" tabindex="-1" role="dialog" id="myModal51">
\x9 \x9 <div class="mo2f-modal-backdrop"></div>\xa\x9 \x9\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">\xa\x9 <div class="mo2f_modal-header">\xa\x9 \x9\x9 <h3 class="mo2f_modal-title"><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
esc_attr_e("Back to login", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();"><span aria-hidden="true">×</span></button>\xa
\x9\x9 ";
esc_html_e("Select 2 Factor method for authentication", "miniorange-2-factor-authentication");
echo "</h3>\xa\x9 \x9 \x9 </div>\xa\x9\x9 \x9\x9 \x9<div class="mo2f_modal-body">\xa ";
$Pi = get_userdata($OZ->ID)->roles[0];
$Hv = array();
if (get_site_option("mo2f_all_users_method")) {
goto NV;
}
$Hv = get_site_option("mo2f_auth_methods_for_" . $Pi);
goto Ve;
NV:
$Hv = get_site_option("mo2f_auth_methods_for_users");
Ve:
foreach ($VW as $Yt => $kB) {
if (!in_array($Fo[$kB], $Hv, true)) {
goto CZ;
}
echo "<span >
\x9 <label>\xa <input type="radio" name="mo2f_selected_mfactor_method" class ="mo2f-styled-radio_conf" value="" . esc_html($kB) . ""/>";
echo "<span class="mo2f-styled-radio-text_conf">";
echo esc_html($kB);
echo " </span> </label>\xa \x9\x9\x9<br>\xa \x9\x9 <br>
\x9</span>";
CZ:
Q8:
}
X3:
mo2f_customize_logo();
echo "\x9 \x9 </div>\xa \x9\x9 </div>
\x9 </div>\xa \x9 \x9</div>\xa \x9\x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo esc_url(wp_login_url());
echo "" style="display:none;">
\x9\x9\x9\x9 <input type="hidden" name="miniorange_mobile_validation_failed_nonce" value="";
echo esc_attr(wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce"));
echo "" />
\x9\x9\x9 <input type="hidden" name="redirect_to" value="";
echo esc_url($kO);
echo ""/>
\x9\x9 <input type="hidden" name="session_id" value="";
echo esc_attr($dj);
echo ""/>\xa\x9\x9 </form>
\x9\x9 <form name="f" method="post" action="" id="mo2f_select_mfa_methods_form" style="display:none;">
\x9 <input type="hidden" name="mo2f_selected_mfactor_method" />\xa\x9 \x9\x9\x9<input type="hidden" name="mo2f_miniorange_2factor_method_nonce" value="";
echo esc_attr(wp_create_nonce("mo2f_miniorange-2factor-method-nonce"));
echo "" />\xa\x9 \x9<input type="hidden" name="option" value="miniorange_mfactor_method" />\xa\x9 \x9<input type="hidden" name="redirect_to" value="";
echo esc_url($kO);
echo ""/>
\x9 \x9<input type="hidden" name="session_id" value="";
echo esc_attr($dj);
echo ""/>
\x9 </form>\xa\x9 <script>
\x9\x9\x9function mologinback(){
\x9\x9\x9 jQuery('#mo2f_backto_mo_loginform').submit();\xa \x9\x9\x9}\xa\x9\x9\x9\x9jQuery('input:radio[name=mo2f_selected_mfactor_method]').click(function() {\xa\x9\x9\x9 var selectedMethod = jQuery(this).val();
\x9 \x9document.getElementById("mo2f_select_mfa_methods_form").elements[0].value = selectedMethod;\xa\x9\x9 \x9\x9jQuery('#mo2f_select_mfa_methods_form').submit();\xa \x9 });\x9\x9\x9\x9\xa \x9\x9</script>
\x9 </body>
</html>\xa\x9 ";
}
function mo2f_register_profile($M2, $m_, $DR, $dj = null)
{
if (MO2F_IS_ONPREM) {
goto JF;
}
$vj = $M2;
$P1 = $DR;
if (!(isset($m_) && $m_ == "true")) {
goto s6;
}
if ($P1["status"] == "WAIT_FOR_INPUT" && $P1["decision_flag"]) {
goto Mp;
}
return false;
goto mv;
Mp:
$rF = new Miniorange_Rba_Attributes();
json_decode($rF->mo2f_register_rba_profile($vj, $P1["sessionUuid"]), true);
return true;
mv:
s6:
return false;
goto KD;
JF:
$IZ = $M2;
$aV = $DR;
global $aq, $ce;
$O_ = json_decode(stripslashes($aV), true);
if (is_array($O_)) {
goto BI;
}
return "ERROR";
goto ym;
BI:
if (!(sizeof($O_) != 9)) {
goto Pm;
}
return "ERROR";
Pm:
ym:
$xo = $aq->update_user_device_details($IZ, $O_, $dj);
return $xo;
KD:
}
function mo2f_collect_attributes($M2, $aV, $dj = null)
{
if (MO2F_IS_ONPREM) {
goto OF;
}
$P1 = array();
$P1["decision_flag"] = false;
$P1["sessionUuid"] = '';
$vj = $M2;
if (get_site_option("mo2f_remember_device")) {
goto S5;
}
$P1["status"] = "RBA_NOT_ENABLED";
goto Yu;
S5:
$V4 = new Miniorange_Rba_Attributes();
$pc = json_decode($V4->mo2f_collect_attributes($vj, $aV), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto i9;
}
$P1["status"] = "JSON_ATTR_NOT_COLLECTED";
goto Ov;
i9:
if ($pc["status"] == "SUCCESS") {
goto rc;
}
$P1["status"] = "ATTR_NOT_COLLECTED";
goto K3;
rc:
$uu = $pc["sessionUuid"];
$v7 = json_decode($V4->mo2f_evaluate_risk($vj, $uu), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto AV;
}
$P1["status"] = "JSON_EVALUATE_ERROR";
$P1["sessionUuid"] = $uu;
goto Rb;
AV:
if ($v7["status"] == "SUCCESS" || $v7["status"] == "WAIT_FOR_INPUT") {
goto HJ;
}
$P1["status"] = $v7["status"];
$P1["sessionUuid"] = $uu;
goto lS;
HJ:
$P1["status"] = $v7["status"];
$P1["sessionUuid"] = $uu;
$P1["decision_flag"] = true;
lS:
Rb:
K3:
Ov:
Yu:
return $P1;
goto fj;
OF:
$IZ = $M2;
if (get_site_option("mo2f_remember_device") && MoWpnsUtility::get_mo2f_db_option("mo2f_login_option", "site_option")) {
goto AN;
}
$P1["status"] = "RBA_NOT_ENABLED";
$P1["decision_flag"] = false;
return $P1;
goto LD;
AN:
$_SESSION["attributes"] = '';
$_SESSION["user_id"] = '';
global $aq;
$O_ = json_decode(stripslashes($aV), true);
if (is_array($O_)) {
goto b1;
}
$P1["status"] = "ATTRIBUTE_ERROR";
$P1["decision_flag"] = false;
return $P1;
goto du;
b1:
if (!(sizeof($O_) != 9)) {
goto Qa;
}
$P1["status"] = "ATTRIBUTE_ERROR";
$P1["decision_flag"] = false;
return $P1;
Qa:
du:
$VM = sanitize_text_field($O_[8]["attrValue"]);
$xo = $aq->get_device_details($IZ, md5($VM), $dj);
if ($xo != "SUCCESS") {
goto XK;
}
goto MC;
XK:
MO2f_Utility::mo2f_set_transient($dj, "mo2fa_rba_attributes", $aV, 600);
$_SESSION["attributes"] = $aV;
$_SESSION["user_id"] = $IZ;
MC:
$C7["status"] = $xo;
$C7["decision_flag"] = true;
return $C7;
LD:
fj:
}
function mo2f_get_user_2ndfactor($user)
{
global $aq;
$fx = $aq->get_user_detail("mo2f_user_email", $user->ID);
$qf = new Two_Factor_Setup();
$CY = json_decode($qf->mo2f_get_userinfo($fx), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto u5;
}
$uV = "NONE";
goto HH;
u5:
if ($CY["status"] == "ERROR") {
goto x9;
}
if ($CY["status"] == "SUCCESS") {
goto Xs;
}
if ($CY["status"] == "FAILED") {
goto FM;
}
$uV = "NONE";
goto MO;
x9:
$uV = "NONE";
goto MO;
Xs:
$uV = $CY["authType"];
goto MO;
FM:
$uV = "USER_NOT_FOUND";
MO:
HH:
return $uV;
}
function mo2f_get_forgotphone_form($Um, $Jb, $kO, $dj)
{
$iI = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_forgotphone", "get_option");
$LT = MoWpnsUtility::get_mo2f_multisite_compatible("mo2f_enable_forgotphone_email");
$c_ = MoWpnsUtility::get_mo2f_multisite_compatible("mo2f_enable_forgotphone_kba");
echo " <html>\xa\x9<head>\xa\x9 <meta http-equiv="X-UA-Compatible" content="IE=edge">\xa <meta name="viewport" content="width=device-width, initial-scale=1">
\x9";
echo_js_css_files();
echo " </head>
<body>\xa <div class="mo2f_modal" tabindex="-1" role="dialog">\xa <div class="mo2f-modal-backdrop"></div>
\x9\x9<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">\xa\x9 <div class="login mo_customer_validation-modal-content">\xa\x9 \x9 <div class="mo2f_modal-header">\xa\x9\x9 \x9 <h4 class="mo2f_modal-title">
\x9\x9 <button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"
\x9 \x9\x9 \x9 title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo ""\xa\x9 \x9\x9\x9 \x9onclick="mologinback();"><span aria-hidden="true">×</span></button>
\x9 \x9\x9\x9";
echo __("How would you like to authenticate yourself?", "miniorange-2-factor-authentication");
echo "\x9\x9\x9 \x9</h4>\xa \x9 </div>
\x9 \x9<div class="mo2f_modal-body">\xa \x9 \x9";
if (!$iI) {
goto Sy;
}
if (!(isset($Jb) && !empty($Jb))) {
goto HX;
}
echo "\x9\x9\x9 <div id="otpMessage" class="mo2fa_display_message_frontend">\xa\x9 \x9 \x9\x9<p class="mo2fa_display_message_frontend">";
echo $Jb;
echo "</p>
\x9\x9\x9\x9 </div>\xa \x9 ";
HX:
echo "\x9 \x9\x9 <p class="mo2f_backup_options">";
echo __("Please choose the options from below:", "miniorange-2-factor-authentication");
echo "</p>\xa \x9 <div class="mo2f_backup_options_div">
\x9 \x9 \x9 ";
if (!$LT) {
goto zA;
}
echo "\x9\x9 \x9 <input type="radio" name="mo2f_selected_forgotphone_option"\xa \x9 \x9\x9\x9 value="One Time Passcode over Email"
\x9 \x9\x9\x9 \x9 checked="checked"/>";
echo __("Send a one time passcode to my registered email", "miniorange-2-factor-authentication");
echo " \x9\x9 \x9 \x9<br><br>
\x9 \x9\x9 \x9\x9";
zA:
if (!$c_) {
goto Ee;
}
echo "\x9\x9\x9 \x9\x9\x9\x9<input type="radio" name="mo2f_selected_forgotphone_option"\xa \x9\x9 \x9 \x9 value="KBA"/>";
echo __("Answer your Security Questions (KBA)", "miniorange-2-factor-authentication");
echo " \x9\x9\x9\x9\x9 ";
Ee:
echo "\x9 \x9\x9\x9 \x9<br><br>\xa\x9\x9\x9\x9 <input type="button" name="miniorange_validate_otp" value="";
echo __("Continue", "miniorange-2-factor-authentication");
echo "" class="miniorange_validate_otp"\xa\x9\x9\x9 \x9 \x9 onclick="mo2fselectforgotphoneoption();"/>
\x9\x9 \x9\x9\x9</div>
\x9 \x9 ";
mo2f_customize_logo();
Sy:
echo " \x9\x9</div>\xa \x9</div>
\x9</div>
</div>\xa\x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""\xa\x9 class="mo2f_display_none_forms">\xa\x9 <input type="hidden" name="miniorange_mobile_validation_failed_nonce"\xa \x9\x9 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 <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9</form>
\x9<form name="f" id="mo2f_challenge_forgotphone_form" method="post" class="mo2f_display_none_forms">
<input type="hidden" name="mo2f_configured_2FA_method"/>
\x9 <input type="hidden" name="miniorange_challenge_forgotphone_nonce"\xa \x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-challenge-forgotphone-nonce");
echo ""/>
\x9<input type="hidden" name="option" value="miniorange_challenge_forgotphone">
\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
</form>\xa
<script>\xa\x9\x9function mologinback() {\xa\x9\x9\x9jQuery('#mo2f_backto_mo_loginform').submit();
}
\x9function mo2fselectforgotphoneoption() {\xa\x9\x9\x9var option = jQuery('input[name=mo2f_selected_forgotphone_option]:checked').val();\xa \x9document.getElementById("mo2f_challenge_forgotphone_form").elements[0].value = option;\xa\x9 \x9jQuery('#mo2f_challenge_forgotphone_form').submit();
\x9 }
\x9</script>
\x9</body>\xa </html>
\x9";
}
function mo2f_get_kba_authentication_prompt($Um, $Jb, $kO, $dj, $Ug)
{
$BB = new MoWpnsHandler();
global $ce;
$uP = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_login_option", "get_option");
$Qb = MoWpnsUtility::get_mo2f_multisite_compatible("mo2f_remember_device");
$bR = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
MO2f_Utility::mo2f_debug_file("Prompted KBA validation screen" . " User_IP-" . $ce->get_client_ip() . " User_Id-" . $bR);
echo " <html>\xa <head>\xa\x9 <meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9<meta name="viewport" content="width=device-width, initial-scale=1">
\x9\x9";
echo_js_css_files();
echo "\x9</head>\xa <body>\xa <div class="mo2f_modal" tabindex="-1" role="dialog">\xa\x9 <div class="mo2f-modal-backdrop"></div>\xa\x9\x9<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">\xa\x9 <div class="login mo_customer_validation-modal-content">\xa \x9\x9\x9<div class="mo2f_modal-header">
\x9\x9 \x9<h4 class="mo2f_modal-title">
\x9\x9\x9\x9<button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"\xa\x9\x9 \x9 \x9\x9 title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo ""\xa\x9\x9 \x9\x9\x9\x9 onclick="mologinback();"><span aria-hidden="true">×</span></button>\xa\x9\x9\x9 \x9 ";
echo __("Validate Security Questions", "miniorange-2-factor-authentication");
echo " \x9 </h4>
\x9\x9\x9 </div>\xa \x9\x9 <div class="mo2f_modal-body">
\x9 <div id="kbaSection" class="kbaSectiondiv">
\x9\x9\x9\x9\x9<div id="otpMessage">\xa \x9 \x9<p style="font-size:13px;"\xa \x9\x9 \x9 class="mo2fa_display_message_frontend">";
echo isset($Jb) && !empty($Jb) ? $Jb : __("Please answer the following questions:");
echo "</p>\xa \x9\x9 \x9</div>
\x9\x9 \x9<form name="f" id="mo2f_submitkba_loginform" method="post">\xa\x9 \x9 \x9<div id="mo2f_kba_content">\xa\x9\x9 \x9 <p class="mo2f_middle_text">
\x9 \x9 \x9\x9 \x9";
$P5 = $Ug;
echo $P5[0]["question"];
echo "\x9\x9\x9 \x9 \x9 <br>
\x9 \x9 \x9\x9\x9\x9 <input class="mo2f-textbox" type="password" name="mo2f_answer_1" id="mo2f_answer_1"\xa \x9\x9\x9\x9 \x9\x9\x9 required="true" autofocus="true"\xa \x9 \x9\x9 pattern="(?=\S)[A-Za-z\303\xa3\xc3\xb5\xc3\242\xc3\xaa\303\xae\303\264\303\273\303\x81\303\200\303\211\xc3\210\303\x8d\xc3\x8c\xc3\223\xc3\222\303\x9a\xc3\x99\xc3\xa1\303\240\303\251\xc3\xa8\303\xad\303\254\303\xb3\303\262\303\xba\303\2710-9_@.$#&+\-\s]{1,100}"
\x9\x9\x9\x9 \x9 \x9 title="Only alphanumeric letters with special characters(_@.$#&+-) are allowed."\xa \x9\x9\x9 \x9 \x9\x9 autocomplete="off"><br>
\x9\x9 \x9\x9";
echo $P5[1]["question"];
echo "<br>\xa\x9 \x9\x9\x9 \x9 <input class="mo2f-textbox" type="password" name="mo2f_answer_2" id="mo2f_answer_2"
\x9\x9\x9\x9 \x9 \x9 required="true" pattern="(?=\S)[A-Za-z\xc3\xa3\xc3\265\303\242\303\252\303\xae\xc3\xb4\303\xbb\303\201\303\200\303\x89\303\x88\xc3\215\303\x8c\303\223\xc3\222\303\232\xc3\231\xc3\xa1\xc3\240\xc3\xa9\xc3\xa8\xc3\255\303\xac\303\263\303\262\303\272\xc3\2710-9_@.$#&+\-\s]{1,100}"
\x9\x9 \x9\x9\x9\x9\x9\x9\x9 title="Only alphanumeric letters with special characters(_@.$#&+-) are allowed."\xa\x9 \x9 \x9 autocomplete="off">\xa
\x9 \x9 \x9\x9\x9</p>
\x9\x9 \x9 \x9\x9</div>
\x9\x9 \x9";
mo2f_remember_device_option($uP, $Qb, $dj);
echo " \x9\x9\x9\x9\x9 <input type="submit" name="miniorange_kba_validate" id="miniorange_kba_validate"\xa \x9\x9\x9\x9\x9\x9 class="miniorange_kba_validate" style="float:left;"
\x9\x9\x9 \x9 value="";
echo __("Validate", "miniorange-2-factor-authentication");
echo ""/>\xa \x9 \x9 <input type="hidden" name="miniorange_kba_nonce"
\x9 \x9\x9 \x9 value="";
echo wp_create_nonce("miniorange-2-factor-kba-nonce");
echo ""/>
\x9 \x9\x9 <input type="hidden" name="option"
\x9\x9 value="miniorange_kba_validate"/>
\x9 \x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9 \x9\x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9\x9 \x9\x9</form>\xa \x9\x9 <br>
\x9 \x9 </div><br>\xa \x9\x9 ";
if (!(MoWpnsUtility::get_mo2f_db_option("mo2f_back_up_codes", "site_option") == 1)) {
goto PV;
}
if (empty(get_user_meta($bR, "mo_backup_code_generated", true))) {
goto zz;
}
echo "
\x9 \x9<div>\xa\x9\x9\x9 \x9 <a href="#mo2f_backup_option" class="mo2f_footer_text">
\x9\x9 \x9 \x9 \x9<p >";
echo __("Use Backup Codes", "miniorange-2-factor-authentication");
echo "</p>
\x9 \x9\x9 \x9</a>\xa\x9\x9\x9 \x9 \x9</div>\xa \x9\x9\x9 ";
goto bu;
zz:
echo "\x9\x9 \x9\x9 <div>
\x9\x9 \x9 \x9 <a href="#mo2f_backup_generate" class="mo2f_footer_text">\xa\x9\x9 \x9 <p >";
echo __("Send backup codes on email", "miniorange-2-factor-authentication");
echo "</p>\xa\x9\x9 \x9\x9 </a>
\x9\x9 </div>
\x9\x9\x9\x9 ";
bu:
PV:
echo "\x9 \x9 \x9<div>
\x9 \x9\x9 \x9\x9<p><a href="";
echo $BB->lockedOutlink();
echo "" target="_blank" class="mo2f_footer_text mo2fa_bottom" >";
echo __("I'm locked out & unable to login.", "miniorange-2-factor-authentication");
echo "</a></p>\xa \x9 \x9</div>\xa
\x9 \x9\x9\x9";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo "
\x9 </div>\xa\x9\x9 </div>\xa </div>
</div>\xa\x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""
class="mo2f_display_none_forms">\xa\x9 <input type="hidden" name="miniorange_mobile_validation_failed_nonce"
\x9 value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo ""/>
\x9<input type="hidden" name="option" value="miniorange_mobile_validation_failed">
\x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa </form>
<script>\xa function mologinback() {\xa \x9jQuery('#mo2f_backto_mo_loginform').submit();\xa }
jQuery('a[href="#mo2f_backup_option"]').click(function() {
\x9 jQuery('#mo2f_backup').submit();\xa });
\x9jQuery('a[href="#mo2f_backup_generate"]').click(function() {
\x9jQuery('#mo2f_create_backup_codes').submit();
\x9});
\x9\x9var is_ajax = "";
echo MO2f_Utility::get_index_value("GLOBALS", "mo2f_is_ajax_request");
echo "";\xa\x9 if(is_ajax){\xa jQuery('#mo2f_answer_1').keypress(function (e) {\xa\x9\x9\x9\x9if (e.which == 13) {//Enter key pressed
\x9\x9\x9\x9 e.preventDefault();
\x9 mo2f_kba_ajax(); \xa \x9 \x9}
\x9\x9 });
\x9\x9\x9jQuery('#mo2f_answer_2').keypress(function (e) {\xa\x9\x9\x9 if (e.which == 13) {//Enter key pressed
\x9 \x9 e.preventDefault(); \xa \x9 \x9mo2f_kba_ajax();
\x9 \x9 }\xa \x9\x9});
\x9\x9\x9jQuery("#miniorange_kba_validate").click(function(e){
\x9 e.preventDefault();
\x9\x9\x9mo2f_kba_ajax();\xa \x9\x9});\xa\xa \x9function mo2f_kba_ajax(){\xa\x9\x9 jQuery('#mo2f_answer_1').prop('disabled','true');
\x9jQuery('#mo2f_answer_2').prop('disabled','true');
jQuery('#miniorange_kba_validate').prop('disabled','true'); \xa\x9 \x9var data = {
\x9\x9 \x9"action" : "mo2f_ajax",
\x9\x9 "mo2f_ajax_option" : "mo2f_ajax_kba",
\x9 \x9"mo2f_answer_1" : jQuery( "input[name=\'mo2f_answer_1\']" ).val(),
\x9"mo2f_answer_2" : jQuery( "input[name=\'mo2f_answer_2\']" ).val(),\xa \x9 \x9"miniorange_kba_nonce" : jQuery( "input[name=\'miniorange_kba_nonce\']" ).val(),
\x9\x9\x9\x9"session_id" : jQuery( "input[name=\'session_id\']" ).val(),
\x9 "redirect_to" : jQuery( "input[name=\'redirect_to\']" ).val(),\xa\x9\x9 "mo2f_trust_device" : jQuery( "input[name=\'mo2f_trust_device\']" ).val(),
};
\x9 jQuery.post(my_ajax_object.ajax_url, data, function(response) {
\x9\x9\x9if ( typeof response.data === "undefined") {
\x9\x9 jQuery("html").html(response);\xa\x9\x9\x9}\xa\x9\x9\x9else
\x9 \x9\x9location.href = response.data.redirect;
\x9\x9\x9});
\x9}\xa }
</script>\xa </body>
</html>
\x9";
}
function mo2f_get_push_notification_oobemail_prompt($IZ, $Um, $Jb, $kO, $dj, $Ug)
{
$BB = new MoWpnsHandler();
global $aq, $jz, $ce;
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_forgotphone", "get_option");
$qw = $aq->get_user_detail("mo2f_SecurityQuestions_config_status", $IZ);
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_is_NC", "get_option");
$sE = get_user_meta($IZ, "mo2f_EV_txid", true);
$bR = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
MO2f_Utility::mo2f_debug_file("Waiting for push notification validation " . " User_IP-" . $ce->get_client_ip() . " User_Id-" . $bR);
if (MO2F_IS_ONPREM) {
goto Yj;
}
$sE = MO2f_Utility::getTransactionIdFromSessionId($dj);
Yj:
echo " <html>\xa <head>\xa <meta http-equiv="X-UA-Compatible" content="IE=edge">\xa <meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9 ";
echo_js_css_files();
echo " </head>
<body>
<div class="mo2f_modal" tabindex="-1" role="dialog">\xa <div class="mo2f-modal-backdrop"></div>
<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">\xa <div class="login mo_customer_validation-modal-content">
<div class="mo2f_modal-header">\xa <h4 class="mo2f_modal-title">
<button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"
title="";
echo mo2f_lt("Back to login");
echo ""
onclick="mologinback();"><span aria-hidden="true">×</span></button>\xa \x9 \x9\x9";
echo mo2f_lt("Accept Your Transaction");
echo "</h4>
</div>\xa <div class="mo2f_modal-body">\xa\x9 \x9 ";
if (!(isset($Jb) && !empty($Jb))) {
goto hw;
}
echo " <div id="otpMessage">\xa <p class="mo2fa_display_message_frontend">";
echo $Jb;
echo "</p>\xa </div>
\x9 \x9\x9";
hw:
echo " <div id="pushSection">\xa
<div>
<center>\xa <p class="mo2f_push_oob_message">";
echo mo2f_lt("Waiting for your approval...");
echo "</p>
</center>
</div>\xa <div id="showPushImage">\xa <center>
<img src="";
echo plugins_url("includes/images/ajax-loader-login.gif", dirname(dirname(__FILE__)));
echo ""/>
</center>
</div>\xa
\xa <span style="padding-right:2%;">
";
if (isset($Um) && $Um == "MO_2_FACTOR_CHALLENGE_PUSH_NOTIFICATIONS") {
goto Xy;
}
if (!(isset($Um) && $Um == "MO_2_FACTOR_CHALLENGE_OOB_EMAIL" && $Qz && $qw)) {
goto QP;
}
echo " <center>\xa <a href="#mo2f_alternate_login_kba" class="mo2f_middle_text">\xa <p class="mo2f_push_oob_backup">";
echo mo2f_lt("Didn't receive mail?");
echo "</p>
</a>
</center>
";
QP:
goto mG;
Xy:
echo " <center>\xa ";
if (!($Qz && !$Ni)) {
goto Aj;
}
echo " <input type="button" name="miniorange_login_forgotphone"
onclick="mologinforgotphone();" id="miniorange_login_forgotphone"\xa class="miniorange_login_forgotphone"\xa value="";
echo mo2f_lt("Forgot Phone?");
echo ""/>
";
Aj:
echo "   \xa <input type="button" name="miniorange_login_offline" onclick="mologinoffline();"\xa id="miniorange_login_offline" class="miniorange_login_offline"
value="";
echo mo2f_lt("Phone is Offline?");
echo ""/>
</center>
";
mG:
echo " </span>\xa <center>\xa ";
if (!(MoWpnsUtility::get_mo2f_db_option("mo2f_back_up_codes", "site_option") == 1)) {
goto OI;
}
if (empty(get_user_meta($bR, "mo_backup_code_generated", true))) {
goto Yr;
}
echo " <div>
<a href="#mo2f_backup_option" class="mo2f_footer_text">
<p >";
echo __("Use Backup Codes", "miniorange-2-factor-authentication");
echo "</p>
</a>
</div>
";
goto DF;
Yr:
echo " <div>
<a href="#mo2f_backup_generate" class="mo2f_footer_text">
<p style="font-size:14px; font-weight:bold;">";
echo __("Send backup codes on email", "miniorange-2-factor-authentication");
echo "</p>\xa </a>
</div>\xa ";
DF:
OI:
echo " <div>\xa <p><a href="";
echo $BB->lockedOutlink();
echo "" target="_blank" class="mo2f_footer_text mo2fa_bottom">";
esc_html_e("I'm locked out & unable to login.");
echo "</a></p>\xa </div>\xa </center>\xa </div>
\xa\x9\x9 ";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo " </div>
</div>\xa </div>\xa </div>\xa <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""\xa class="mo2f_display_none_forms">\xa <input type="hidden" name="miniorange_mobile_validation_failed_nonce"\xa value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo ""/>
<input type="hidden" name="option" value="miniorange_mobile_validation_failed">
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="currentMethod" value="emailVer"/>
</form>\xa <form name="f" id="mo2f_mobile_validation_form" method="post" class="mo2f_display_none_forms">\xa <input type="hidden" name="miniorange_mobile_validation_nonce"\xa value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-nonce");
echo ""/>\xa <input type="hidden" name="option" value="miniorange_mobile_validation">\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa <input type="hidden" name="tx_type"/>\xa <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
<input type="hidden" name="TxidEmail" value="";
echo $sE;
echo ""/>\xa \xa </form>
<form name="f" id="mo2f_show_softtoken_loginform" method="post" class="mo2f_display_none_forms">
<input type="hidden" name="miniorange_softtoken"
value="";
echo wp_create_nonce("miniorange-2-factor-softtoken");
echo ""/>\xa <input type="hidden" name="option" value="miniorange_softtoken">\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
</form>\xa <form name="f" id="mo2f_show_forgotphone_loginform" method="post" class="mo2f_display_none_forms">\xa <input type="hidden" name="request_origin_method" value="";
echo $Um;
echo ""/>
<input type="hidden" name="miniorange_forgotphone"
value="";
echo wp_create_nonce("miniorange-2-factor-forgotphone");
echo ""/>
<input type="hidden" name="option" value="miniorange_forgotphone">\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
</form>
<form name="f" id="mo2f_alternate_login_kbaform" method="post" class="mo2f_display_none_forms">\xa <input type="hidden" name="miniorange_alternate_login_kba_nonce"\xa value="";
echo wp_create_nonce("miniorange-2-factor-alternate-login-kba-nonce");
echo ""/>
<input type="hidden" name="option" value="miniorange_alternate_login_kba">
<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa </form>\xa\xa\xa <script>\xa var timeout;
var login_status = '";
echo $Um;
echo "';
var calls = 0;\xa var onprem = '";
echo MO2F_IS_ONPREM;
echo "';\xa \xa if(login_status != "MO_2_FACTOR_CHALLENGE_PUSH_NOTIFICATIONS" && onprem ==1)
{
pollPushValidation();
function pollPushValidation()
{ calls = calls + 1;\xa var data = {'txid':'";
echo $sE;
echo "'};
jQuery.ajax({
url: '";
echo get_site_option("siteurl");
echo "'+"/wp-login.php",\xa type: "POST",\xa data: data,\xa success: function (result) {\xa
var status = result;\xa if (status == 1) {\xa jQuery('input[name="tx_type"]').val("EV");\xa jQuery('#mo2f_mobile_validation_form').submit();
} else if (status == 'ERROR' || status == 'FAILED' || status == 'DENIED' || status ==0) {
jQuery('#mo2f_backto_mo_loginform').submit();
} else {\xa if(calls<300)
{
timeout = setTimeout(pollPushValidation, 1000);
}\xa else
{\xa jQuery('#mo2f_backto_mo_loginform').submit();\xa }
}\xa }\xa });\xa }
\xa }\xa else
{
mo2f_pollPushValidation();
function mo2f_pollPushValidation() {\xa var transId = "";
echo $Ug;
echo "";\xa var jsonString = "{\"txId\":\"" + transId + "\"}";\xa var postUrl = "";
echo MO_HOST_NAME;
echo "" + "/moas/api/auth/auth-status";
jQuery.ajax({\xa url: postUrl,
type: "POST",\xa dataType: "json",
data: jsonString,
contentType: "application/json; charset=utf-8",\xa success: function (result) {\xa var status = JSON.parse(JSON.stringify(result)).status;
if (status == 'SUCCESS') {
jQuery('input[name="tx_type"]').val("PN");
jQuery('#mo2f_mobile_validation_form').submit();
} else if (status == 'ERROR' || status == 'FAILED' || status == 'DENIED') {
jQuery('#mo2f_backto_mo_loginform').submit();
} else {\xa timeout = setTimeout(pollPushValidation, 3000);\xa }\xa }
});
}
}
function mologinoffline() {\xa jQuery('#mo2f_show_softtoken_loginform').submit();
}\xa
function mologinforgotphone() {
jQuery('#mo2f_show_forgotphone_loginform').submit();\xa }\xa
function mologinback() {\xa jQuery('#mo2f_backto_mo_loginform').submit();
}\xa
jQuery('a[href="#mo2f_alternate_login_kba"]').click(function () {\xa jQuery('#mo2f_alternate_login_kbaform').submit();\xa });\xa jQuery('a[href="#mo2f_backup_option"]').click(function() {\xa jQuery('#mo2f_backup').submit();\xa });
jQuery('a[href="#mo2f_backup_generate"]').click(function() {\xa jQuery('#mo2f_create_backup_codes').submit();\xa });\xa
</script>\xa </body>\xa </html>\xa\x9";
}
function mo2f_get_qrcode_authentication_prompt($Um, $Jb, $kO, $Nc, $dj, $Ug)
{
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_forgotphone", "get_option");
$BB = new MoWpnsHandler();
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_is_NC", "get_option");
$bR = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
echo " <html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa <meta name="viewport" content="width=device-width, initial-scale=1">
\x9";
echo_js_css_files();
echo " </head>\xa <body>
<div class="mo2f_modal" tabindex="-1" role="dialog">
<div class="mo2f-modal-backdrop"></div>
<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">
<div class="login mo_customer_validation-modal-content">\xa <div class="mo2f_modal-header">\xa <h4 class="mo2f_modal-title">\xa <button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"
title="";
echo mo2f_lt("Back to login");
echo ""
onclick="mologinback();"><span aria-hidden="true">×</span></button>
\x9\x9 \x9\x9";
echo mo2f_lt("Scan QR Code");
echo "</h4>
</div>
<div class="mo2f_modal-body center">\xa \x9\x9 ";
if (!(isset($Jb) && !empty($Jb))) {
goto VI;
}
echo " <div id="otpMessage">\xa <p class="mo2fa_display_message_frontend">";
echo $Jb;
echo "</p>\xa </div>\xa <br>
\x9 \x9";
VI:
echo " <div id="scanQRSection">
<div style="margin-bottom:10%;">
<center>
<p class="mo2f_login_prompt_messages">";
echo mo2f_lt("Identify yourself by scanning the QR code with miniOrange Authenticator app.");
echo "</p>\xa </center>
</div>
<div id="showQrCode" style="margin-bottom:10%;">
<center>";
echo "<img src="data:image/jpg;base64," . $Nc . "" />";
echo "</center>\xa </div>\xa <span style="padding-right:2%;">
<center>\xa \x9 ";
if ($Ni) {
goto qt;
}
echo " ";
if (!$Qz) {
goto IX;
}
echo " <input type="button" name="miniorange_login_forgotphone" onclick="mologinforgotphone();"\xa id="miniorange_login_forgotphone" class="miniorange_login_forgotphone"\xa style="margin-right:5%;"
value="";
echo mo2f_lt("Forgot Phone?");
echo ""/>
\x9\x9\x9 ";
IX:
echo "   
\x9\x9 ";
qt:
echo " <input type="button" name="miniorange_login_offline" onclick="mologinoffline();"
id="miniorange_login_offline" class="miniorange_login_offline"\xa value="";
echo mo2f_lt("Phone is Offline?");
echo ""/>\xa </center>
</span>
";
if (!(MoWpnsUtility::get_mo2f_db_option("mo2f_back_up_codes", "site_option") == 1)) {
goto hJ;
}
if (empty(get_user_meta($bR, "mo_backup_code_generated", true))) {
goto ih;
}
echo " <div>
<a href="#mo2f_backup_option" class="mo2f_footer_text">
<p>";
echo __("Use Backup Codes", "miniorange-2-factor-authentication");
echo "</p>\xa </a>\xa </div>\xa ";
goto oC;
ih:
echo " <div>\xa <a href="#mo2f_backup_generate" class="mo2f_footer_text">
<p style="font-size:14px; font-weight:bold;">";
echo __("Send backup codes on email", "miniorange-2-factor-authentication");
echo "</p>\xa </a>\xa </div>\xa ";
oC:
hJ:
echo " <div>
<p><a href="";
echo $BB->lockedOutlink();
echo "" target="_blank" class="mo2f_footer_text mo2fa_bottom">";
esc_html_e("I'm locked out & unable to login.");
echo "</a></p>\xa </div>\xa </div>\xa\x9 \x9 \x9";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo " </div>\xa </div>
</div>
</div>
<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""\xa class="mo2f_display_none_forms">
<input type="hidden" name="miniorange_mobile_validation_failed_nonce"\xa value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo ""/>\xa <input type="hidden" name="option" value="miniorange_mobile_validation_failed">\xa <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
</form>
<form name="f" id="mo2f_mobile_validation_form" method="post" class="mo2f_display_none_forms">
<input type="hidden" name="miniorange_mobile_validation_nonce"\xa value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-nonce");
echo ""/>\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa <input type="hidden" name="option" value="miniorange_mobile_validation">
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
</form>\xa <form name="f" id="mo2f_show_softtoken_loginform" method="post" class="mo2f_display_none_forms">
<input type="hidden" name="miniorange_softtoken"
value="";
echo wp_create_nonce("miniorange-2-factor-softtoken");
echo ""/>
<input type="hidden" name="option" value="miniorange_softtoken">\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa </form>
<form name="f" id="mo2f_show_forgotphone_loginform" method="post" class="mo2f_display_none_forms">
<input type="hidden" name="request_origin_method" value="";
echo $Um;
echo ""/>
<input type="hidden" name="miniorange_forgotphone"\xa value="";
echo wp_create_nonce("miniorange-2-factor-forgotphone");
echo ""/>\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa <input type="hidden" name="option" value="miniorange_forgotphone">\xa <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa </form>\xa <script>
var timeout;
pollMobileValidation();
\xa function pollMobileValidation() {
var transId = "";
echo $Ug;
echo "";
var jsonString = "{\"txId\":\"" + transId + "\"}";
var postUrl = "";
echo MO_HOST_NAME;
echo "" + "/moas/api/auth/auth-status";
jQuery.ajax({
url: postUrl,
type: "POST",\xa dataType: "json",\xa data: jsonString,\xa contentType: "application/json; charset=utf-8",
success: function (result) {
var status = JSON.parse(JSON.stringify(result)).status;
if (status == 'SUCCESS') {
var content = "<div id='success'><center><img src='" + "";
echo plugins_url("includes/images/right.png", dirname(dirname(__FILE__)));
echo "" + "' /></center></div>";
jQuery("#showQrCode").empty();\xa jQuery("#showQrCode").append(content);
setTimeout(function () {
jQuery("#mo2f_mobile_validation_form").submit();
}, 100);\xa } else if (status == 'ERROR' || status == 'FAILED') {\xa var content = "<div id='error'><center><img src='" + "";
echo plugins_url("includes/images/wrong.png", dirname(dirname(__FILE__)));
echo "" + "' /></center></div>";
jQuery("#showQrCode").empty();\xa jQuery("#showQrCode").append(content);
setTimeout(function () {
jQuery('#mo2f_backto_mo_loginform').submit();\xa }, 1000);
} else {\xa timeout = setTimeout(pollMobileValidation, 3000);\xa }\xa }\xa });
}
function mologinoffline() {
jQuery('#mo2f_show_softtoken_loginform').submit();
}\xa\xa function mologinforgotphone() {
jQuery('#mo2f_show_forgotphone_loginform').submit();\xa }
function mologinback() {\xa jQuery('#mo2f_backto_mo_loginform').submit();
}
jQuery('a[href="#mo2f_backup_option"]').click(function() {
jQuery('#mo2f_backup').submit();\xa });\xa jQuery('a[href="#mo2f_backup_generate"]').click(function() {
jQuery('#mo2f_create_backup_codes').submit();
});
\xa </script>\xa </body>
</html>
";
}
function mo2f_check_backtologform_action()
{
if ($GLOBALS["pagenow"] != "wp-login.php" && get_site_option("mo2f_login_form_url")) {
goto Br;
}
return wp_login_url();
goto fk;
Br:
$jB = get_site_option("mo2f_login_form_url");
$yI = sanitize_url($_SERVER["HTTP_REFERER"]);
if (str_contains($jB, ",")) {
goto sD;
}
if (strpos($yI, $jB) !== false) {
goto Lg;
}
goto fK;
sD:
$vQ = explode(",", $jB);
foreach ($vQ as $ZS) {
if (!(strpos($yI, $ZS) !== false)) {
goto hY;
}
return $ZS;
hY:
Ku:
}
Qm:
goto fK;
Lg:
return $jB;
fK:
fk:
}
function mo2f_get_otp_authentication_prompt($Um, $Jb, $kO, $dj, $bR, $R5 = null)
{
global $aq, $ce;
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_forgotphone", "get_option");
$BB = new MoWpnsHandler();
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_is_NC", "get_option");
$MV = get_site_option("mo2f_attempts_before_redirect", 3);
$bR = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
$nk = $aq->get_user_detail("mo2f_OTPOverEmail_config_status", $bR);
MO2f_Utility::mo2f_debug_file("Prompted 2fa validation screen " . "User_IP-" . $ce->get_client_ip() . " User_Id-" . $bR);
echo " <html>
<head>\xa\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
";
echo_js_css_files();
echo "\x9</head>\xa\x9<body>
\x9<div class="mo2f_modal" tabindex="-1" role="dialog">\xa\x9\x9<div class="mo2f-modal-backdrop"></div>\xa\x9 <div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">
\x9 \x9<div class="login mo_customer_validation-modal-content">\xa\x9 <div class="mo2f_modal-header">
\x9 \x9\x9 <h4 class="mo2f_modal-title">\xa \x9\x9\x9 <button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"
\x9 \x9 \x9title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo ""
\x9 \x9 \x9\x9 onclick="mologinback();"><span aria-hidden="true">×</span></button>
\x9\x9 \x9\x9\x9";
echo __("Validate OTP", "miniorange-2-factor-authentication");
echo " \x9 </h4>
\x9 \x9</div>\xa \x9\x9 <div class="mo2f_modal-body center">\xa \x9 ";
if (!(isset($Jb) && !empty($Jb))) {
goto p1;
}
echo "\x9 \x9\x9\x9 <div id="otpMessage">\xa\x9\x9\x9 \x9\x9 <p class="mo2fa_display_message_frontend">";
echo $Jb;
echo "</p>
\x9 </div>\xa\x9\x9 ";
p1:
echo "<br> \x9 <span><b>";
echo __("Attempts left", "miniorange-2-factor-authentication");
echo "</b>:</span> ";
echo $MV;
echo "<br>
\x9 ";
if (!($MV == 1)) {
goto tC;
}
echo " \x9\x9<span style='color:red;'><b>";
__("If you fail to verify your identity, you will be redirected back to login page to verify your credentials.", "miniorange-2-factor-authentication");
echo "</b></span> <br>
\x9 ";
tC:
echo " <br>
\x9\x9 <div id="showOTP">\xa\x9 \x9\x9\x9\x9<div class="mo2f-login-container">\xa \x9 \x9<form name="f" id="mo2f_submitotp_loginform" method="post">
\x9 <center>\xa \x9 \x9\x9\x9\x9<input type="text" name="mo2fa_softtoken" style="height:28px !important;"
\x9 \x9\x9 \x9\x9\x9\x9 placeholder="";
echo __("Enter code", "miniorange-2-factor-authentication");
echo ""\xa \x9 \x9\x9 \x9\x9 id="mo2fa_softtoken" required="true" class="mo_otp_token" autofocus="true"
\x9 \x9 \x9\x9 \x9 pattern="[0-9]{4,8}"\xa\x9\x9\x9\x9 \x9 \x9 title="";
echo __("Only digits within range 4-8 are allowed.", "miniorange-2-factor-authentication");
echo ""/>
\x9\x9\x9\x9\x9 \x9 ";
if ($Um == "MO_2_FACTOR_CHALLENGE_OTP_OVER_SMS") {
goto NS;
}
if ($Um == "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL") {
goto mh;
}
goto Vq;
NS:
echo " \x9 \x9 \x9 <br><span class="mo2f_middle_text mo2fa_left">";
echo __("Didn't get code?", "miniorange-2-factor-authentication");
echo " </span><span><a href="#resend" class="mo2f_middle_text mo2fa_right"><u>";
echo __("RESEND IT", "miniorange-2-factor-authentication");
echo "</u></a></span>
\x9 \x9\x9\x9 \x9\x9\x9<br><br>
\x9 \x9 \x9";
goto Vq;
mh:
echo " \x9\x9\x9 \x9\x9\x9 <br><span class="mo2f_middle_text mo2fa_left">";
echo __("Didn't get code?", "miniorange-2-factor-authentication");
echo " </span><span><a href="#resendemailotp" class="mo2f_middle_text mo2fa_right"><u>";
echo __("RESEND IT", "miniorange-2-factor-authentication");
echo "</u></a></span> \xa\x9 \x9\x9\x9 \x9\x9\x9\x9<br><br>\xa \x9 \x9 ";
Vq:
echo " \x9\x9\x9\x9 \x9\x9</center>
\x9 \x9 \x9 <br>
\x9\x9 \x9 \x9 <input type="submit" name="miniorange_otp_token_submit" id="miniorange_otp_token_submit"\xa\x9\x9 \x9\x9 \x9 class="miniorange_otp_token_submit"\xa\x9 \x9 \x9\x9\x9 \x9 value="";
echo __("Validate", "miniorange-2-factor-authentication");
echo ""/>
\x9\x9\x9 \x9 \x9";
if (!($R5 == 1)) {
goto C9;
}
echo "\x9 \x9\x9 \x9\x9\x9 <input type="button" name="miniorange_otp_token_back" id="miniorange_otp_token_back"
\x9 \x9 \x9 class="miniorange_otp_token_submit"\xa \x9 \x9\x9 value="";
echo __("Back", "miniorange-2-factor-authentication");
echo ""/>\xa \x9 \x9\x9\x9\x9";
C9:
echo " \x9\x9\x9\x9 \x9 <input type="hidden" name="request_origin_method" value="";
echo $Um;
echo ""/>
\x9\x9 \x9\x9\x9 <input type="hidden" name="miniorange_soft_token_nonce"\xa\x9\x9 \x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-soft-token-nonce");
echo ""/>
\x9\x9 \x9\x9\x9 \x9<input type="hidden" name="option" value="miniorange_soft_token">\xa\x9\x9\x9\x9 \x9\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9\x9 \x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9 \x9</form>\xa \x9\x9\x9\x9 ";
if (!($Qz && isset($Um) && $Um != "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL")) {
goto GY;
}
echo "\x9 \x9\x9 <a name="miniorange_login_forgotphone" onclick="mologinforgotphone();"
\x9 \x9 \x9 id="miniorange_login_forgotphone"
\x9\x9\x9 \x9 class="mo2f-link">";
echo __("Forgot Phone ?", "miniorange-2-factor-authentication");
echo "</a>
\x9\x9\x9 \x9\x9 ";
GY:
echo " \x9 \x9 \x9\x9";
if (!($Um != "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL" || $Um == "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL" && $nk)) {
goto zt;
}
if (!(MoWpnsUtility::get_mo2f_db_option("mo2f_back_up_codes", "site_option") == 1)) {
goto tR;
}
if (empty(get_user_meta($bR, "mo_backup_code_generated", true))) {
goto tb;
}
echo "\x9\x9 \x9 \x9 <div>
\x9\x9 <a href="#mo2f_backup_option" class="mo2f_footer_text">
\x9 \x9\x9\x9\x9 \x9 <p>";
echo __("Use Backup Codes", "miniorange-2-factor-authentication");
echo "</p>\xa \x9 \x9</a>
\x9\x9 \x9\x9\x9\x9</div>\xa\x9 \x9 \x9 \x9 \x9";
goto eL;
tb:
echo " \x9\x9\x9 \x9 <div>
\x9\x9\x9\x9 \x9\x9<a href="#mo2f_backup_generate" class="mo2f_footer_text">
\x9 \x9\x9<p style="font-size:14px; font-weight:bold;">";
echo __("Send backup codes on email", "miniorange-2-factor-authentication");
echo "</p>
\x9 </a>\xa\x9\x9\x9 \x9\x9 </div>
\x9 \x9 \x9 \x9";
eL:
tR:
echo "\x9\x9\x9\x9 \x9 <div>\xa \x9 \x9 <p><a href="";
echo $BB->lockedOutlink();
echo "" target="_blank" class="mo2f_footer_text mo2fa_bottom">";
echo __("I'm locked out & unable to login.", "miniorange-2-factor-authentication");
echo "</a></p>\xa\x9 \x9\x9\x9 </div>
\x9 \x9 \x9";
zt:
echo " \x9\x9 </div>
\x9 </div>
\x9\x9 </center>\xa\x9\x9\x9 \x9";
mo2f_customize_logo();
if (!($Um != "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL" || $Um == "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL" && $nk)) {
goto yZ;
}
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
yZ:
echo " \x9\x9\x9</div>
\x9</div>
\x9 </div>
</div>
<form name="f" id="mo2f_backto_inline_registration" method="post" action="";
echo wp_login_url();
echo ""\xa\x9\x9 class="mo2f_display_none_forms">
<input type="hidden" name="miniorange_back_inline_reg_nonce"
\x9 value="";
echo wp_create_nonce("miniorange-2-factor-back-inline-reg-nonce");
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9<input type="hidden" name="option" value="miniorange2f_back_to_inline_registration">
<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa \x9
\x9</form>\xa \xa <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""
\x9 class="mo2f_display_none_forms">\xa <input type="hidden" name="miniorange_mobile_validation_failed_nonce"\xa\x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo ""/>\xa\x9\x9<input type="hidden" name="option" value="miniorange_mobile_validation_failed">
\x9 <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa \x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa </form>
<form name="f" id="mo2f_resend_otp" method="post" action="" style="display:none;">
\x9\x9<input type="hidden" name="mo2f_resend_otp_nonce" value="";
echo wp_create_nonce("mo2f_resend_otp_nonce");
echo "" />
\x9\x9<input type="hidden" name="option" value="mo2f_resend_otp_nonce">\xa <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa </form>\xa <form name="f" id="mo2f_show_forgotphone_otp_loginform" method="post" action="" class="mo2f_display_none_forms">
<input type="hidden" name="request_origin_method" value="";
echo $Um;
echo ""/>
\x9 \x9<input type="hidden" name="miniorange_forgotphone"
\x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-forgotphone");
echo ""/>\xa\x9\x9 <input type="hidden" name="option" value="miniorange_forgotphone">\xa\x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9\x9 <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9\x9</form>\xa ";
if (!(MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_forgotphone", "get_option") && isset($Um) && $Um != "MO_2_FACTOR_CHALLENGE_OTP_OVER_EMAIL")) {
goto Vi;
}
echo " \x9<form name="f" id="mo2f_show_forgotphone_loginform" method="post" action="" class="mo2f_display_none_forms">\xa <input type="hidden" name="request_origin_method" value="";
echo $Um;
echo ""/>
<input type="hidden" name="miniorange_forgotphone"
\x9\x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-forgotphone");
echo ""/>
\x9\x9\x9<input type="hidden" name="option" value="miniorange_forgotphone">
\x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9 \x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9\x9</form>
\xa ";
Vi:
echo "\xa <script>\xa\x9\x9jQuery('#miniorange_otp_token_back').click(function(){
\x9 jQuery('#mo2f_backto_inline_registration').submit();
\x9\x9});
\x9jQuery('a[href="#mo2f_backup_option"]').click(function() {
\x9 jQuery('#mo2f_backup').submit();
\x9});\xa jQuery('a[href="#mo2f_backup_generate"]').click(function() {
\x9 jQuery('#mo2f_create_backup_codes').submit();\xa\x9 });
\x9\x9jQuery('a[href="#resend"]').click(function() {\xa jQuery('#mo2f_resend_otp').submit();
});
\x9\x9 jQuery('a[href="#resendemailotp"]').click(function() {
jQuery('#mo2f_show_forgotphone_otp_loginform').submit();\xa });
\x9\x9function mologinback() {
\x9\x9 jQuery('#mo2f_backto_mo_loginform').submit();
\x9}
\xa\x9\x9function mologinforgotphone() {\xa\x9 jQuery('#mo2f_show_forgotphone_loginform').submit();\xa \x9}\xa\x9\x9var is_ajax = '";
echo MO2f_Utility::get_index_value("GLOBALS", "mo2f_is_ajax_request");
echo "';\xa\x9 if(is_ajax){
jQuery('#mo2fa_softtoken').keypress(function (e) {\xa \x9 \x9if (e.which == 13) {//Enter key pressed
\x9 \x9\x9e.preventDefault();
\x9 \x9mo2f_otp_ajax(); \xa\x9 \x9}
\x9 \x9});
\x9\x9jQuery("#miniorange_otp_token_submit").click(function(e){\xa \x9 \x9e.preventDefault();\xa\x9\x9 \x9\x9mo2f_otp_ajax();\xa\x9\x9\x9});\xa
\x9 function mo2f_otp_ajax(){
\x9\x9 jQuery('#mo2fa_softtoken').prop('disabled','true');\xa\x9 \x9\x9jQuery('#miniorange_otp_token_submit').prop('disabled','true');\xa \x9 \x9var data = {\xa\x9\x9 \x9"action" : "mo2f_ajax",\xa \x9 "mo2f_ajax_option" : "mo2f_ajax_otp",\xa \x9 "mo2fa_softtoken" : jQuery( "input[name=\'mo2fa_softtoken\']" ).val(),
\x9\x9 \x9 "miniorange_soft_token_nonce" : jQuery( "input[name=\'miniorange_soft_token_nonce\']" ).val(),
\x9\x9\x9 "session_id" : jQuery( "input[name=\'session_id\']" ).val(),
\x9\x9\x9 "redirect_to" : jQuery( "input[name=\'redirect_to\']" ).val(),\xa \x9 \x9 "request_origin_method" : jQuery( "input[name=\'request_origin_method\']" ).val(),\xa \x9 \x9};
\x9\x9 jQuery.post(my_ajax_object.ajax_url, data, function(response) {\xa \x9\x9\x9 if(typeof response.data === "undefined")
\x9 \x9 jQuery("html").html(response);\xa\x9 else if(response.data.reload)
\x9 \x9\x9 \x9location.reload( true );\xa \x9\x9\x9else\xa \x9 location.href = response.data.redirect;
\x9\x9});\xa \x9\x9}
}
\x9</script>\xa\x9</body>
\x9</html>\xa\x9";
}
function mo2f_get_device_form($kO, $dj)
{
echo "\x9<html>\xa <head>\xa \x9<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
\x9";
echo_js_css_files();
echo " </head>\xa <body>\xa\x9<div class="mo2f_modal" tabindex="-1" role="dialog">\xa\x9\x9<div class="mo2f-modal-backdrop"></div>\xa\x9 <div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">
\x9 \x9<div class="login mo_customer_validation-modal-content">\xa \x9\x9\x9<div class="mo2f_modal-header">
\x9\x9\x9 <h4 class="mo2f_modal-title">\xa \x9 \x9<button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close"
\x9 \x9 \x9title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo ""
\x9onclick="mologinback();"><span aria-hidden="true">×</span></button>
\xa\x9\x9 \x9\x9";
echo __("Remember Device", "miniorange-2-factor-authentication");
echo " \x9\x9\x9 </h4>
\x9\x9\x9\x9</div>
\x9\x9 <div class="mo2f_modal-body center">
\x9\x9 <div id="mo2f_device_content">
\x9 \x9<p class="mo2f_login_prompt_messages">";
echo __("Do you want to remember this device?", "miniorange-2-factor-authentication");
echo "</p>
\x9 \x9<input type="button" name="miniorange_trust_device_yes" onclick="mo_check_device_confirm();"\xa \x9 \x9 id="miniorange_trust_device_yes" class="mo_green" style="margin-right:5%;"
\x9 \x9 value="";
echo __("Yes", "miniorange-2-factor-authentication");
echo ""/>\xa\x9 \x9\x9 \x9<input type="button" name="miniorange_trust_device_no" onclick="mo_check_device_cancel();"\xa\x9\x9\x9 \x9\x9 id="miniorange_trust_device_no" class="mo_red"
\x9\x9 \x9\x9 value="";
echo __("No", "miniorange-2-factor-authentication");
echo ""/>\xa\x9 \x9 </div>
\x9 \x9\x9<div id="showLoadingBar" hidden>
\x9\x9\x9 \x9<p class="mo2f_login_prompt_messages">";
echo __("Please wait...We are taking you into your account.", "miniorange-2-factor-authentication");
echo "</p>\xa\x9\x9 \x9 <img src="";
echo plugins_url("includes/images/ajax-loader-login.gif", dirname(dirname(__FILE__)));
echo ""/>
\x9\x9\x9 </div>\xa \x9 \x9 <br><br>
\x9\x9 <span>
\x9 \x9 ";
echo __("Click on ", "miniorange-2-factor-authentication");
echo " \x9<i><b>";
echo __("Yes ", "miniorange-2-factor-authentication");
echo "</b></i>";
echo __("if this is your personal device.", "miniorange-2-factor-authentication");
echo " \x9\x9\x9<br>\xa\x9\x9 \x9 \x9";
echo __("Click on ", "miniorange-2-factor-authentication");
echo " \x9\x9\x9\x9 <i><b>";
echo __("No ", "miniorange-2-factor-authentication");
echo "</b></i> ";
echo __("if this is a public device.", "miniorange-2-factor-authentication");
echo " \x9\x9 </span><br><br>\xa \x9";
mo2f_customize_logo();
echo " \x9\x9 </div>\xa\x9\x9 </div>
\x9 </div>\xa\x9</div>
\x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo ""
\x9 class="mo2f_display_none_forms">\xa <input type="hidden" name="miniorange_mobile_validation_failed_nonce"
\x9 value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo ""/>
<input type="hidden" name="option" value="miniorange_mobile_validation_failed">
\x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9</form>\xa\x9<form name="f" id="mo2f_trust_device_confirm_form" method="post" action="" class="mo2f_display_none_forms">\xa <input type="hidden" name="mo2f_trust_device_confirm_nonce"
\x9\x9\x9 value="";
echo wp_create_nonce("miniorange-2-factor-trust-device-confirm-nonce");
echo ""/>
\x9 <input type="hidden" name="option" value="miniorange_rba_validate">\xa\x9\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa \x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa\x9</form>
<form name="f" id="mo2f_trust_device_cancel_form" method="post" action="" class="mo2f_display_none_forms">\xa <input type="hidden" name="mo2f_trust_device_cancel_nonce"\xa \x9 value="";
echo wp_create_nonce("miniorange-2-factor-trust-device-cancel-nonce");
echo ""/>\xa <input type="hidden" name="option" value="miniorange_rba_cancle">
\x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa\x9</form>
<script>
\x9function mologinback() {
\x9\x9\x9jQuery('#mo2f_backto_mo_loginform').submit();\xa\x9 }
\xa\x9 function mo_check_device_confirm() {\xa \x9 jQuery('#mo2f_device_content').css("display", "none");
\x9 jQuery('#showLoadingBar').css("display", "block");
\x9\x9\x9jQuery('#mo2f_trust_device_confirm_form').submit();
}
function mo_check_device_cancel() {\xa \x9jQuery('#mo2f_device_content').css("display", "none");\xa\x9 \x9jQuery('#showLoadingBar').css("display", "block");
jQuery('#mo2f_trust_device_cancel_form').submit();
\x9}
</script>
\x9</body>\xa\x9</html>\xa ";
}
function mo2f_customize_logo()
{
$tQ = wp_upload_dir();
if (!(MoWpnsUtility::get_mo2f_db_option("mo2f_disable_poweredby", "site_option") != 1)) {
goto Zb;
}
if (get_site_option("mo2f_enable_custom_poweredby") == 1) {
goto DH;
}
echo "<div style="float:right; left:78%; top:83%;" ><a target="_blank" href="http://miniorange.com/2-factor-authentication"><img alt="logo" src="";
echo plugins_url("/includes/images/miniOrange2.png", dirname(dirname(__FILE__)));
echo "" /></a></div>\xa ";
goto hF;
DH:
echo "<div style="float:right; left:78%; top:83%;" ><img alt="logo" src="";
echo $tQ["baseurl"] . "/miniorange/custom.png";
echo "" style="height:28px; max-width:100px;"/></div>\xa";
hF:
Zb:
}
function echo_js_css_files()
{
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__))) . "" />";
if (!get_site_option("mo2f_personalization_ui")) {
goto G8;
}
echo "<link rel="stylesheet" type="text/css" href="" . plugins_url("includes/css/mo2f_login_popup_ui.css", dirname(dirname(__FILE__))) . "" />";
G8:
}
function prompt_user_for_relogin($mJ, $Um, $Jb, $kO, $dj)
{
echo "\x9
<html>
<head> <meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9 <meta name="viewport" content="width=device-width, initial-scale=1">
";
echo_js_css_files();
echo " </head>\xa <body>
<div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9 <div class="mo2f-modal-backdrop"></div>
\x9 <div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">\xa\x9 <div class="login mo_customer_validation-modal-content">
\x9\x9\x9<div class="mo2f_modal-header">
<h4 class="mo2f_modal-title" ><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
echo __("Cancel", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();" ><span aria-hidden="true">×</span></button>\xa\x9 \x9 ";
echo __("Email already registered", "miniorange-2-factor-authentication");
echo " \x9 </h4>
\x9 </div>\xa\x9\x9 <div class="mo2f_modal-body center">\xa \x9 <center>\xa\x9\x9\x9 <h2 style="margin-bottom:0px !important;">";
echo $Jb;
echo "</h2>
\x9 <br>
\x9 \x9 </center>\xa \x9 ";
mo2f_customize_logo();
echo "\x9\x9 </div>\xa\x9\x9 </div>\xa\x9 </div>
\x9 <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" style="display:none;">
\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">
<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
<input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
</form>\xa <script>\xa\x9 function mologinback()\xa\x9\x9 {\xa \x9 jQuery('#mo2f_backto_mo_loginform').submit();
\x9\x9 }
\x9 </script>\xa </body>
</html>\xa\x9";
}
function mo2f_backup_form($Um, $Jb, $kO, $dj)
{
global $ce;
$uM = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
MO2f_Utility::mo2f_debug_file("Prompted 2fa Backup code validation screen " . "User_IP-" . $ce->get_client_ip() . " User_Id-" . $uM);
echo "<html>\xa <head> <meta charset="utf-8"/>\xa <meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9 <meta name="viewport" content="width=device-width, initial-scale=1">
\x9 ";
echo_js_css_files();
echo " </head>
<body>
\x9 <div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9 <div class="mo2f-modal-backdrop"></div>\xa\x9 <div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">\xa \x9<div class="login mo_customer_validation-modal-content">
\x9 <div class="mo2f_modal-header">\xa \x9 <h4 class="mo2f_modal-title"><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();"><span aria-hidden="true">×</span></button>
\x9\x9 \x9 ";
echo __("Validate Backup Code", "miniorange-2-factor-authentication");
echo "\x9 </h4>
\x9 </div>\xa \x9 <div class="mo2f_modal-body">
\x9 <div id="kbaSection" style="padding-left:10px;padding-right:10px;">\xa \x9 \x9 <div id="otpMessage" >
\x9\x9 \x9 \x9
\x9 \x9 <p style="font-size:15px;">";
echo isset($Jb) && !empty($Jb) ? $Jb : __("Please answer the following questions:", "miniorange-2-factor-authentication");
echo "</p>
\x9 \x9 \x9 </div>
\x9\x9\x9 <form name="f" id="mo2f_submitbackup_loginform" method="post" action="">
\x9\x9 \x9 \x9<div id="mo2f_kba_content">
\x9\x9 \x9 \x9 <p style="font-size:15px;">\xa\x9\x9 \x9\x9 \x9 <input class="mo2f-textbox" type="text" name="mo2f_backup_code" id="mo2f_backup_code" required="true" autofocus="true" title="";
echo __("Only alphanumeric letters with special characters(_@.$#&+-) are allowed.", "miniorange-2-factor-authentication");
echo "" autocomplete="off" ><br />\xa \x9 \x9\x9 </p>\xa \x9 \x9</div>\xa \x9 \x9\x9<input type="submit" name="miniorange_backup_validate" id="miniorange_backup_validate" class="miniorange_otp_token_submit" style="float:left;" value="";
echo __("Validate", "miniorange-2-factor-authentication");
echo "" />
\x9 \x9 \x9 <input type="hidden" name="miniorange_validate_backup_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-validate-backup-nonce");
echo "" />\xa \x9\x9\x9<input type="hidden" name="option" value="miniorange_validate_backup_nonce">\xa\x9 \x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa \x9 \x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9\x9\x9 \x9 </form>\xa \x9\x9 </br>\xa\x9 \x9 </div>
\x9 \x9 <br /><br /><br />
\x9 ";
mo2f_customize_logo();
echo "\x9\x9 </div>\xa </div>\xa\x9\x9 </div>
\x9 </div>
\x9 <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" style="display:none;">\xa \x9 <input type="hidden" name="miniorange_mobile_validation_failed_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo "" />
\x9 <input type="hidden" name="option" value="miniorange_mobile_validation_failed">
\x9 <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>\xa\x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>
\x9 </form>\xa </body>
<script>
\x9 function mologinback(){
\x9jQuery('#mo2f_backto_mo_loginform').submit();\xa }
</script>\xa</html>\xa\x9";
}
function mo2f_device_exceeded_error()
{
echo "\x9 \xa<html>
<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";
echo_js_css_files();
echo " </head>
<body>\xa <div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
<div class="mo2f-modal-backdrop"></div>
<div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">
<div class="login mo_customer_validation-modal-content">
\x9 <div class="mo2f_modal-header">\xa \x9 <h2 class="mo2f_modal-title" ><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
echo __("Cancel", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();" ><span aria-hidden="true">×</span></button>
\x9\x9 ";
echo __(" <center>Access Denied!</center>", "miniorange-2-factor-authentication");
echo "\x9 \x9 </h2>\xa\x9\x9 </div>\xa \x9<div class="mo2f_modal-body center">\xa\x9\x9 <center>
\x9 <h4 style="margin-bottom:0px !important;"> ";
echo __("A new device is detected. Your access is limited to " . MoWpnsUtility::get_mo2f_db_option("mo2f_device_limit", "site_option") . " Devices. Please login with old devices to gain access or contact your administrator for more information.", "miniorange-2-factor-authentication");
echo "</h4>\xa\x9\x9\x9 <br>\xa </center>
\x9\x9 ";
mo2f_customize_logo();
echo " </div>\xa\x9 </div>\xa </div>
\x9 <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" style="display:none;">
<input type="hidden" name="miniorange_mobile_validation_failed_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo "" />
</form>\xa <script>
\x9 function mologinback()\xa {\xa\x9 jQuery('#mo2f_backto_mo_loginform').submit();\xa\x9 }
</script>
</body>\xa</html>\xa ";
}
function mo2f_rba_attribute_error()
{
echo " \xa<html>
<head> <meta charset="utf-8"/>\xa\x9 <meta http-equiv="X-UA-Compatible" content="IE=edge">
\x9 <meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9";
echo_js_css_files();
echo " </head>
<body>
\x9 <div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">\xa\x9 <div class="mo2f-modal-backdrop"></div>
\x9 <div class="mo_customer_validation-modal-dialog mo_customer_validation-modal-md">
\x9\x9 <div class="login mo_customer_validation-modal-content">
\x9 \x9<div class="mo2f_modal-header">\xa\x9 \x9 <h2 class="mo2f_modal-title" ><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
echo __("Cancel", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();" ><span aria-hidden="true">×</span></button>
\x9\x9 ";
echo __(" <center>Access Denied!</center>", "miniorange-2-factor-authentication");
echo " \x9\x9 </h2>\xa\x9\x9\x9</div>
\x9\x9<div class="mo2f_modal-body center">\xa \x9 <center>\xa\x9 \x9 <h4 style="margin-bottom:0px !important;"> ";
echo __("There seems to be issues with the attributes of your device. Please contact your administrator for more information.", "miniorange-2-factor-authentication");
echo "</h4>
\x9\x9 <br>
\x9 </center>\xa\x9 \x9 ";
mo2f_customize_logo();
echo " \x9 </div>\xa \x9 </div>
\x9 </div>
<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" style="display:none;">
<input type="hidden" name="miniorange_mobile_validation_failed_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-mobile-validation-failed-nonce");
echo "" />\xa\x9 </form>
\x9 <script>\xa \x9 function mologinback()
\x9 {
\x9 jQuery('#mo2f_backto_mo_loginform').submit();\xa }\xa </script>\xa </body>
</html>\xa\x9";
}
function mo2f_remember_device_option($uP, $Qb, $dj = null)
{
global $aq;
if (!($uP && $Qb)) {
goto hc;
}
if (MO2F_IS_ONPREM) {
goto lD;
}
echo " \x9\x9 <span class="mo2f_rememberdevice">\xa\x9 \x9\x9<input type="checkbox" name="mo2f_trust_device" class="mo2f_trust_device"\xa \x9 \x9\x9 id="mo2f_trust_device"/>";
echo __("Remember this device.", "miniorange-2-factor-authentication");
echo " \x9\x9\x9</span>\xa\x9 \x9 <br>\xa\x9\x9\x9 <br>
\x9";
goto l8;
lD:
if (!MoWpnsUtility::get_mo2f_db_option("mo2f_enable_rba_types", "site_option")) {
goto al;
}
$bR = MO2f_Utility::mo2f_get_transient($dj, "mo2f_current_user_id");
if (!isset($bR)) {
goto LQ;
}
$IG = $aq->get_all_device_count_by_user($bR);
if (!($IG < MoWpnsUtility::get_mo2f_db_option("mo2f_device_limit", "site_option") || MO2f_Utility::mo2f_get_transient($dj, "mo2f_device_expired"))) {
goto AE;
}
echo "\x9\x9 \x9 <span style="float:left; font-size:15px;"><input style="vertical-align:text-top;" type="checkbox" name="mo2f_trust_device" id="mo2f_trust_device" />";
echo __("Remember this device.", "miniorange-2-factor-authentication");
echo "</span>\xa \x9\x9 \x9<br><br>
\x9\x9\x9 \x9\x9";
AE:
LQ:
al:
l8:
hc:
}
function mo2f_backup_codes_generate($IZ, $kO, $dj)
{
global $aq;
update_site_option("mo2f_is_inline_used", "1");
if (get_user_meta($IZ, "mo_backup_code_generated", true) && !get_user_meta($IZ, "mo_backup_code_downloaded", true)) {
goto Kk;
}
$tI = MO2f_Utility::mo_2f_generate_backup_codes();
$Nk = MO2f_Utility::mo2f_get_codes_hash($tI);
update_user_meta($IZ, "mo2f_backup_codes", $Nk);
$fx = $aq->get_user_detail("mo2f_user_email", $IZ);
if (!empty($fx)) {
goto I7;
}
$OZ = get_user_by("id", $IZ);
$fx = $OZ->user_email;
I7:
$xo = MO2f_Utility::mo2f_email_backup_codes($tI, $fx);
update_user_meta($IZ, "mo_backup_code_generated", 1);
goto nz;
Kk:
$uL = get_user_meta($IZ, "chqwetcsdvnvd", true);
$Yt = MoWpnsUtility::get_mo2f_multisite_compatible("mo2f_encryption_key");
$R_ = MO2f_Utility::decrypt_data($uL, $Yt);
$tI = explode(",", $R_);
delete_user_meta($IZ, "chqwetcsdvnvd");
$xo = true;
nz:
update_user_meta($IZ, "mo_backup_code_screen_shown", 1);
echo " <html>\xa\x9\x9<head> <meta charset="utf-8"/>
\x9\x9<meta http-equiv="X-UA-Compatible" content="IE=edge">\xa\x9\x9\x9<meta name="viewport" content="width=device-width, initial-scale=1">\xa\x9\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 \x9<style>
\x9 \x9\x9.mo2f_kba_ques, .mo2f_table_textbox{\xa\x9\x9\x9 \x9background: whitesmoke none repeat scroll 0% 0%;
\x9 \x9 }\xa\x9\x9 </style>\xa </head>\xa\x9 <body>
\x9 <div class="mo2f_modal" tabindex="-1" role="dialog" id="myModal5">
\x9<div class="mo2f-modal-backdrop"></div>
<div class="mo2f_modal-dialog mo2f_modal-lg">
\x9 \x9 <div class="login mo_customer_validation-modal-content">\xa \x9 \x9\x9 <div class="mo2f_modal-header">\xa\x9 \x9 \x9\x9\x9<h4 class="mo2f_modal-title"><button type="button" class="mo2f_close" data-dismiss="modal" aria-label="Close" title="";
echo __("Back to login", "miniorange-2-factor-authentication");
echo "" onclick="mologinback();"><span aria-hidden="true">×</span></button>
\x9 \x9\x9\x9";
echo __("Two Factor Setup Complete", "miniorange-2-factor-authentication");
echo "</h4>\xa \x9\x9\x9\x9\x9</div>
\x9 \x9\x9 <div class="mo2f_modal-body center">
\xa\x9 \x9\x9\x9\x9\xa \x9 \x9 <h3> ";
echo __("Please download the backup codes for account recovery.");
echo "</h3>
\x9\x9 \x9 \x9<h4>
\x9\x9\x9\x9 ";
echo __("You will receive the backup codes via email if you have your SMTP configured.\xa <br>If you have received the codes on your email and do not wish to download the codes, click on Finish. ");
echo "\x9 \x9 \x9 </h4>
\x9 \x9 \x9\x9\x9 \x9
\x9\x9\x9 <h4> \xa\x9\x9 \x9\x9\x9\x9";
echo __("Backup Codes can be used to login into user account in case you forget your phone or get locked out.\xa <br>Please use this carefully as each code can only be used once. Please do not share these codes with anyone.");
echo "\x9 \x9 \x9\x9</h4>\xa \x9 \x9 \x9\x9\x9\x9 \x9 <div> \xa \x9\x9\x9 \x9\x9<div style="display: inline-flex;width: 350px; ">
\x9\x9 \x9 \x9 <div id="clipboard" style="border: solid;width: 55%;float: left;">
\x9\x9\x9 \x9\x9\x9";
$c9 = 0;
pI:
if (!($c9 < 5)) {
goto JX;
}
$h2 = $tI[$c9];
echo "<br>" . $h2 . " <br>";
C1:
$c9++;
goto pI;
JX:
$yR = '';
$c9 = 0;
kL:
if (!($c9 < 5)) {
goto aP;
}
$h2 = $tI[$c9];
$yR .= $h2;
if (!($c9 != 4)) {
goto FU;
}
$yR .= ",";
FU:
mm:
$c9++;
goto kL;
aP:
echo "\x9\x9\x9 \x9\x9 \x9 </div>
\x9\x9\x9 \x9\x9<div style="width: 50%;float: right;">\xa \x9\x9\x9\x9\x9<form name="f" method="post" id="mo2f_users_backup1" action="">\xa \x9\x9 \x9\x9\x9\x9 \x9 <input type="hidden" name="option" value="mo2f_users_backup1" />
\x9 \x9 <input type="hidden" name="mo2f_inline_backup_codes" value="";
echo $yR;
echo "" />
\x9\x9\x9 \x9\x9\x9 \x9 <input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9 \x9\x9\x9 \x9<input type="hidden" name="mo2f_inline_backup_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-inline-backup-nonce");
echo "" />
\x9 \x9\x9 \x9\x9\xa \x9\x9\x9 \x9\x9\x9 \x9<input type="submit" name="Generate Codes1" id="codes" style="display:inline;width:100%;margin-left: 20%;margin-bottom: 37%;margin-top: 29%" class="button button-primary button-large" value="";
echo __("Download Codes", "miniorange-2-factor-authentication");
echo "" />
\x9\x9\x9\x9 \x9 </form>\xa \x9\x9\x9 \x9\x9\x9</div>
\x9 \x9 \x9 \x9 <form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" >\xa \x9\x9 \x9\x9 <input type="hidden" name="option" value="mo2f_goto_wp_dashboard" />
\x9 \x9 \x9 <input type="hidden" name="mo2f_inline_wp_dashboard_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-inline-wp-dashboard-nonce");
echo "" />
\x9\x9 \x9\x9\x9\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo ""/>\xa \x9 \x9 \x9\x9\x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo ""/>
\x9\x9\x9\x9\x9\x9\x9\x9<input type="submit" name="login_page" id="login_page" style="display:inline;margin-left:-198%;margin-top: 289% !important;margin-right: 24% !important;width: 209%" class="button button-primary button-large" value="";
echo __("Finish", "miniorange-2-factor-authentication");
echo "" /><br>\xa\x9\x9\x9\x9\x9 \x9 \x9</form>
\x9 \x9\x9\x9\x9\x9</div>
\x9\x9 \x9</div>\xa
\x9\x9 \x9\x9 ";
mo2f_customize_logo();
echo "\x9 \x9 \x9 </div>
\x9\x9</div>
\x9\x9 \x9</div>\xa </div>\xa \x9<form name="f" id="mo2f_backto_mo_loginform" method="post" action="";
echo mo2f_check_backtologform_action();
echo "" style="display:none;">
\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\x9</form>
\x9</body>\xa\x9 <script>\xa \x9 function mologinback(){\xa\x9\x9\x9 jQuery('#mo2f_backto_mo_loginform').submit();
\x9\x9 }
</script>\xa\x9</html>\xa\x9\x9";
}
function mo2f_create_backup_form($kO, $dj, $Um, $Jb)
{
echo " <form name="f" id="mo2f_backup" method="post" action="" style="display:none;">
\x9\x9<input type="hidden" name="miniorange_backup_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-backup-nonce");
echo "" />\xa \x9<input type="hidden" name="option" value="miniorange_backup_nonce">\xa\x9 <input type="hidden" name="redirect_to" value="";
echo $kO;
echo "" />
\x9\x9\x9<input type="hidden" name="session_id" value="";
echo $dj;
echo "" />\xa\x9 </form>
<form name="f" id="mo2f_create_backup_codes" method="post" action="" style="display:none;">\xa \x9<input type="hidden" name="miniorange_generate_backup_nonce" value="";
echo wp_create_nonce("miniorange-2-factor-generate-backup-nonce");
echo "" />\xa\x9\x9\x9<input type="hidden" name="option" value="miniorange_create_backup_codes">\xa \x9<input type="hidden" name="redirect_to" value="";
echo $kO;
echo "" />\xa \x9 <input type="hidden" name="session_id" value="";
echo $dj;
echo "" />\xa\x9 <input type="hidden" name="login_status" value="";
echo $Um;
echo "" />\xa\x9 \x9<input type="hidden" name="login_message" value="";
echo $Jb;
echo "" />
\x9</form>
\x9";
}
?>
Did this file decode correctly?
Original Code
<?php
function mo2f_collect_device_attributes_handler($dj, $kO = null)
{
$e8 = MoWpnsUtility::get_mo2f_multisite_compatible("\x6d\x6f\62\x66\x5f\162\x65\x6d\145\x6d\x62\x65\162\x5f\144\145\x76\151\x63\x65");
echo "\x9\x3c\150\164\x6d\154\76\12\x9\x3c\x68\x65\x61\x64\76\12\x9\x9\x3c\155\145\x74\x61\x20\x68\x74\x74\160\x2d\x65\x71\x75\x69\166\75\42\x58\x2d\125\101\x2d\103\157\x6d\x70\x61\164\151\x62\x6c\x65\42\x20\143\x6f\156\x74\x65\156\x74\75\42\x49\105\75\145\x64\x67\x65\x22\76\xa\x9\11\x3c\x6d\x65\164\x61\40\156\141\155\145\75\x22\x76\151\145\167\x70\157\162\164\x22\40\x63\157\x6e\164\x65\156\x74\75\x22\x77\x69\x64\x74\150\75\144\145\x76\x69\143\x65\55\x77\151\144\164\150\x2c\40\151\156\x69\164\151\141\154\55\x73\143\141\154\145\x3d\61\42\76\12\11\11";
echo "\74\163\x63\x72\151\x70\x74\40\x73\162\x63\75\x22\150\164\164\160\163\72\57\57\141\x6a\x61\x78\56\x67\x6f\157\147\154\145\141\160\x69\163\x2e\x63\157\155\x2f\141\x6a\x61\x78\57\x6c\x69\x62\163\x2f\152\161\165\145\x72\x79\57\62\x2e\62\x2e\64\x2f\152\x71\x75\x65\x72\171\x2e\155\x69\156\56\152\163\x22\76\74\x2f\x73\x63\162\x69\x70\164\x3e";
echo "\x9\x3c\x2f\x68\145\141\144\76\12\11\x3c\x62\157\x64\x79\x3e\xa\x9\74\144\151\x76\x3e\xa\x9\11\x3c\x66\x6f\162\x6d\x20\151\x64\75\x22\155\157\162\142\x61\137\x6c\x6f\147\151\156\146\x6f\x72\x6d\42\x20\x6d\145\164\x68\157\x64\75\42\160\157\163\164\42\76\xa\11\x9\11\74\150\x31\x3e";
echo __("\120\154\x65\x61\163\x65\40\x77\141\151\x74", "\155\x69\156\151\x6f\162\x61\x6e\147\145\x2d\x32\55\146\141\143\164\157\x72\55\141\x75\164\x68\x65\x6e\x74\151\143\141\x74\x69\157\156");
echo "\56\x2e\56\74\57\150\61\x3e\12\11\11\11\74\151\155\147\40\163\x72\143\75\42";
echo plugins_url("\x69\156\x63\x6c\165\x64\145\163\x2f\151\155\141\x67\x65\163\57\141\152\141\170\55\x6c\x6f\141\x64\x65\162\x2d\x6c\x6f\x67\x69\x6e\56\x67\151\146", dirname(dirname(dirname(__FILE__))));
echo "\x22\57\x3e\xa\x9\11\x9";
if (!$e8) {
goto LG;
}
echo "\x9\11\x9\11\x3c\x70\x3e\74\x69\x6e\160\165\164\x20\x74\171\160\145\x3d\x22\150\x69\x64\x64\145\x6e\42\40\x69\144\75\x22\x6d\x69\156\x69\157\162\x61\156\147\145\x5f\162\142\x61\137\x61\164\x74\162\x69\x62\165\162\x65\163\42\x20\156\141\155\145\75\42\155\x69\156\x69\x6f\x72\141\156\x67\145\x5f\162\x62\x61\137\x61\164\164\x72\x69\142\165\162\x65\163\42\x20\x76\141\x6c\165\x65\75\x22\42\x2f\76\x3c\57\x70\x3e\xa\11\x9\11\x9";
echo "\x3c\163\x63\x72\x69\x70\164\40\x73\x72\143\75\42" . plugins_url("\x69\x6e\143\x6c\x75\144\145\163\57\x6a\x73\x2f\x72\142\141\x2f\x6a\x73\x2f\x6a\x71\x75\145\162\x79\x2d\x31\56\x39\56\x31\56\x6a\163", dirname(dirname(dirname(__FILE__)))) . "\42\40\76\74\x2f\x73\143\162\x69\160\164\x3e";
echo "\74\163\x63\x72\x69\x70\x74\40\163\x72\x63\75\42" . plugins_url("\151\156\143\154\x75\x64\x65\163\x2f\x6a\x73\57\162\x62\x61\57\x6a\x73\57\152\x71\x75\x65\162\x79\56\x66\154\x61\163\x68\x2e\152\163", dirname(dirname(dirname(__FILE__)))) . "\42\x20\x3e\x3c\x2f\163\x63\x72\151\160\164\x3e";
echo "\74\x73\143\x72\x69\x70\x74\40\163\x72\143\75\x22" . plugins_url("\x69\156\x63\154\165\144\145\x73\57\x6a\163\x2f\162\142\141\x2f\x6a\163\x2f\x75\x61\55\160\141\162\163\x65\162\x2e\x6a\163", dirname(dirname(dirname(__FILE__)))) . "\x22\x20\76\74\57\163\x63\x72\151\160\x74\x3e";
echo "\x3c\163\x63\162\x69\160\164\40\x73\x72\143\x3d\x22" . plugins_url("\151\x6e\x63\x6c\x75\144\x65\x73\x2f\152\163\57\x72\142\x61\x2f\152\163\x2f\143\x6c\151\145\156\164\56\x6a\x73", dirname(dirname(dirname(__FILE__)))) . "\42\40\76\x3c\57\163\143\162\151\160\x74\x3e";
echo "\x3c\x73\x63\162\x69\x70\164\x20\163\x72\143\75\x22" . plugins_url("\x69\x6e\x63\x6c\165\x64\145\x73\x2f\x6a\163\57\162\142\x61\x2f\x6a\x73\57\144\x65\x76\151\143\x65\x5f\x61\164\164\x72\151\142\165\x74\x65\163\x2e\152\163", dirname(dirname(dirname(__FILE__)))) . "\x22\40\76\74\x2f\163\x63\x72\x69\x70\x74\x3e";
echo "\x3c\x73\143\162\151\x70\164\40\x73\162\x63\x3d\x22" . plugins_url("\x69\156\x63\x6c\165\x64\145\163\x2f\152\163\57\x72\x62\141\57\152\163\57\x73\167\x66\x6f\x62\152\145\143\164\x2e\152\x73", dirname(dirname(dirname(__FILE__)))) . "\x22\40\76\74\x2f\163\143\x72\151\160\164\x3e";
echo "\74\x73\143\x72\151\x70\164\x20\x73\162\143\75\x22" . plugins_url("\151\156\x63\x6c\x75\144\145\x73\x2f\152\x73\x2f\162\x62\x61\57\152\163\x2f\146\x6f\156\164\x64\x65\x74\x65\x63\x74\56\152\x73", dirname(dirname(dirname(__FILE__)))) . "\x22\40\x3e\x3c\57\x73\143\162\151\160\x74\76";
echo "\x3c\163\x63\x72\x69\x70\x74\x20\x73\162\x63\x3d\42" . plugins_url("\x69\x6e\x63\x6c\x75\x64\x65\x73\x2f\152\163\57\162\142\141\x2f\152\x73\x2f\x6d\x75\162\x6d\x75\162\x68\141\163\x68\x33\x2e\152\x73", dirname(dirname(dirname(__FILE__)))) . "\42\x20\76\74\x2f\163\x63\x72\x69\x70\x74\x3e";
echo "\74\x73\x63\162\x69\x70\164\40\163\162\x63\75\42" . plugins_url("\151\156\143\154\x75\x64\x65\163\57\x6a\x73\57\162\x62\141\x2f\152\x73\x2f\155\151\156\x69\x6f\x72\141\156\x67\145\x2d\x66\160\x2e\x6a\163", dirname(dirname(dirname(__FILE__)))) . "\42\40\76\x3c\57\163\x63\x72\151\x70\164\x3e";
LG:
echo "\11\x9\x9\x3c\x69\x6e\160\165\x74\x20\x74\171\160\145\75\x22\x68\x69\x64\x64\145\156\x22\40\x6e\141\155\145\x3d\42\x6d\151\156\151\157\162\141\156\147\145\x5f\x61\x74\x74\162\x69\142\x75\164\x65\137\x63\157\154\154\x65\143\164\x69\157\156\x5f\156\x6f\156\143\x65\42\xa\x9\x9\x9\11\x20\40\40\166\141\x6c\x75\x65\x3d\x22";
echo wp_create_nonce("\x6d\151\156\151\x6f\x72\x61\x6e\x67\145\55\x32\55\x66\x61\x63\164\x6f\x72\55\154\x6f\x67\151\x6e\x2d\x61\164\164\162\x69\x62\165\x74\x65\x2d\x63\157\154\154\x65\143\164\151\x6f\156\55\156\x6f\x6e\x63\145");
echo "\x22\57\x3e\xa\11\11\x9\x3c\151\156\160\x75\x74\x20\164\171\x70\145\75\x22\x68\x69\x64\144\x65\x6e\x22\x20\156\141\155\145\x3d\x22\157\160\164\151\x6f\156\x22\40\x76\x61\154\165\x65\75\42\155\151\156\151\x6f\x72\x61\156\x67\145\137\x61\x74\164\162\x69\x62\x75\164\x65\137\x63\157\154\x6c\x65\143\164\151\157\156\x22\x2f\76\12\x9\x9\11\74\x69\156\x70\x75\164\x20\x74\x79\x70\x65\75\x22\x68\151\144\144\x65\156\42\x20\x6e\x61\155\145\75\42\x72\145\x64\151\x72\x65\x63\164\x5f\164\157\x22\40\166\141\154\x75\x65\75\42";
echo $kO;
echo "\x22\x2f\x3e\xa\11\x9\x9\74\x69\x6e\x70\165\164\x20\x74\x79\160\145\75\42\x68\x69\x64\x64\145\156\x22\40\156\141\x6d\145\75\x22\x73\x65\163\x73\151\157\x6e\137\x69\x64\x22\40\x76\x61\x6c\x75\145\75\x22";
echo $dj;
echo "\42\57\x3e\xa\11\x9\x3c\x2f\x66\157\162\x6d\x3e\12\11\74\57\144\x69\x76\x3e\12\11\x3c\57\x62\157\144\171\x3e\xa\11\x3c\57\x68\164\x6d\x6c\76\xa\x9";
}
function miniorange_get_user_role($current_user)
{
$tB = array();
if (is_multisite()) {
goto DA;
}
$tB = $current_user->roles;
return $tB;
goto qL;
DA:
$jN = get_blogs_of_user($current_user->ID);
foreach ($jN as $Vw) {
switch_to_blog($Vw->userblog_id);
$k_ = new WP_User($current_user->ID, $Vw->userblog_id);
$TA = $k_->roles;
if (empty($TA)) {
goto Ef;
}
$tB = array_merge($tB, $TA);
Ef:
restore_current_blog();
iq:
}
VQ:
return $tB;
qL:
}
function redirect_user_to($user, $kO)
{
$tB = miniorange_get_user_role($user);
$gN = array_shift($tB);
$pd = isset($kO) && !empty($kO) ? $kO : null;
$Uw = MoWpnsUtility::get_mo2f_db_option("\155\157\62\x66\137\x65\156\141\142\154\x65\x5f\143\165\163\164\157\x6d\x5f\162\x65\144\x69\x72\145\x63\164", "\x73\x69\164\145\137\x6f\x70\164\x69\x6f\156");
if ($Uw) {
goto RR;
}
if (is_multisite() && is_super_admin()) {
goto Ub;
}
if ($gN == "\x61\144\x6d\151\156\151\163\164\x72\141\164\x6f\x72") {
goto PJ;
}
$pd = empty($pd) ? home_url() : $pd;
goto yd;
PJ:
$pd = empty($pd) ? admin_url() : $pd;
yd:
goto IM;
Ub:
$pd = empty($pd) ? admin_url() : $pd;
IM:
goto SU;
RR:
if (is_multisite()) {
goto Ci;
}
$pd = get_option("\155\x6f\62\x66\x61\x5f" . $gN . "\x5f\x6c\x6f\x67\x69\156\137\165\162\x6c") ? get_option("\155\157\62\x66\141\137" . $gN . "\137\x6c\157\147\151\156\x5f\x75\162\x6c") : home_url();
goto rj;
Ci:
if (is_super_admin($user->ID)) {
goto Lk;
}
if ($gN == "\x61\144\x6d\x69\x6e\x69\163\164\x72\x61\164\157\x72") {
goto eA;
}
$pd = get_option("\155\x6f\x32\146\141\x5f" . $gN . "\x5f\154\x6f\147\151\x6e\x5f\x75\x72\x6c") ? get_option("\155\157\62\x66\x61\x5f" . $gN . "\x5f\154\157\x67\x69\x6e\137\165\x72\x6c") : home_url();
goto QN;
Lk:
$pd = get_option("\155\x6f\x32\146\141\x5f\163\x75\160\x65\x72\141\144\x6d\x69\x6e\x5f\154\157\x67\151\x6e\137\165\162\154") ? get_option("\155\157\x32\x66\x61\x5f\x73\x75\x70\x65\162\141\144\155\x69\x6e\137\x6c\x6f\x67\151\x6e\137\x75\162\154") : admin_url();
goto QN;
eA:
$pd = get_option("\155\x6f\x32\x66\x61\137\x61\144\x6d\x69\x6e\x69\163\164\162\141\x74\x6f\x72\x5f\x6c\157\147\151\156\x5f\165\x72\154") ? get_option("\x6d\157\62\146\x61\x5f\141\144\155\x69\x6e\x69\x73\x74\162\141\164\157\162\137\x6c\157\x67\x69\156\x5f\x75\162\154") : admin_url();
QN:
rj:
SU:
if (get_site_option("\x6d\x6f\62\146\x5f\154\x6f\147\151\156\x5f\164\162\141\x6e\163\x61\143\164\x69\x6f\x6e\163", 0)) {
goto dg;
}
update_site_option("\x6d\x6f\x32\146\x5f\x6c\x6f\x67\x69\156\137\x74\x72\141\x6e\163\x61\143\x74\x69\157\x6e\163", 1);
goto HV;
dg:
$K0 = get_site_option("\155\157\62\146\x5f\154\157\147\x69\x6e\137\x74\162\141\156\x73\141\x63\164\x69\157\x6e\163");
$fV = array(1, 5, 10, 50, 100, 300, 500, 1000, 5000, 10000, 20000);
update_site_option("\155\x6f\x32\x66\x5f\x6c\x6f\147\x69\156\x5f\x74\x72\x61\x6e\163\141\x63\x74\151\157\x6e\163", $K0 + 1);
update_site_option("\155\x6f\x32\x66\137\154\x61\x73\164\137\164\x72\141\x6e\x73\141\143\164\x69\157\156", time());
if (!in_array($K0, $fV)) {
goto eg;
}
$eO = new Customer_Cloud_Setup();
$eO->mo2f_send_email_active_usage();
eg:
HV:
if (MO2f_Utility::get_index_value("\x47\x4c\x4f\x42\101\x4c\x53", "\155\157\x32\x66\137\151\163\x5f\x61\152\x61\x78\x5f\162\145\x71\x75\145\x73\164")) {
goto h9;
}
wp_redirect($pd);
goto Yn;
h9:
$iD = array("\162\x65\x64\x69\x72\x65\x63\x74" => $pd);
wp_send_json_success($iD);
Yn:
}
function miniorange_check_if_2fa_enabled_for_roles($tB)
{
if (!empty($tB)) {
goto Ru;
}
return 0;
Ru:
foreach ($tB as $kB) {
if (!MoWpnsUtility::get_mo2f_multisite_compatible("\155\157\x32\146\x61\137" . $kB)) {
goto ZE;
}
return 1;
ZE:
CF:
}
Ju:
return 0;
}
function mo2fa_prompt_mfa_form_for_user($VW, $dj, $kO, $OZ)
{
$Fo = array("\107\157\x6f\147\154\145\40\x41\165\x74\x68\x65\156\x74\x69\x63\141\x74\157\x72" => "\107\117\x4f\107\x4c\105\x20\x41\x55\124\110\x45\116\124\111\103\101\x54\117\x52", "\123\x65\x63\x75\162\x69\x74\x79\40\121\x75\145\x73\164\x69\157\x6e\x73" => "\113\102\x41", "\105\155\141\x69\154\40\126\x65\x72\151\x66\151\143\x61\164\151\x6f\156" => "\117\x55\124\40\117\x46\x20\x42\101\116\104\x20\105\x4d\101\x49\114", "\x4f\124\x50\40\x4f\166\x65\162\x20\123\115\x53" => "\x53\115\x53", "\117\x54\x50\40\x4f\166\145\x72\x20\x45\155\x61\x69\154" => "\x4f\x54\120\x5f\x4f\126\x45\x52\137\105\x4d\101\x49\114", "\x4f\124\x50\117\x76\145\162\124\145\154\x65\147\x72\141\155" => "\x4f\124\x50\40\117\x56\105\122\x20\x54\105\x4c\105\x47\122\x41\115");
echo "\11\74\x68\164\155\x6c\76\12\x9\x9\x9\x3c\150\145\x61\144\76\xa\11\11\x9\x9\x3c\155\145\164\141\x20\143\150\x61\162\x73\145\x74\x3d\42\x75\164\146\x2d\70\x22\57\x3e\xa\x9\x9\11\x9\x3c\155\145\x74\x61\x20\150\164\x74\x70\x2d\145\161\x75\151\x76\75\x22\x58\55\x55\101\x2d\x43\157\155\160\141\x74\x69\x62\154\145\42\40\x63\x6f\156\164\x65\156\164\75\42\x49\105\75\145\x64\147\x65\42\76\xa\x9\11\11\x9\74\x6d\145\164\x61\40\x6e\x61\x6d\145\75\x22\x76\x69\145\167\160\x6f\x72\x74\42\40\143\x6f\156\x74\145\156\x74\75\42\167\x69\144\164\x68\x3d\x64\145\x76\x69\143\145\x2d\167\151\144\x74\150\x2c\x20\151\156\x69\x74\x69\x61\154\55\x73\143\141\154\x65\75\x31\42\76\12\11\x9\11\x9";
mo2f_inline_css_and_js();
echo "\x9\x9\x9\x3c\x2f\150\x65\141\144\76\xa\11\x9\x9\74\x62\157\x64\x79\x3e\12\x9\11\11\11\x3c\x64\x69\166\x20\x63\154\x61\163\x73\75\42\x6d\x6f\x32\146\137\155\157\144\x61\x6c\x31\42\x20\164\141\x62\151\156\x64\x65\x78\x3d\42\55\61\42\40\x72\x6f\x6c\x65\75\42\x64\x69\141\154\157\147\x22\x20\x69\144\75\42\155\x79\x4d\x6f\144\x61\154\65\61\42\x3e\12\x9\11\x9\11\11\74\x64\x69\x76\40\143\x6c\141\163\x73\75\42\x6d\x6f\x32\x66\55\155\x6f\x64\141\x6c\55\142\x61\143\153\144\x72\x6f\160\42\x3e\x3c\57\144\x69\166\x3e\xa\x9\11\x9\x9\11\x3c\x64\151\166\40\x63\154\x61\x73\163\75\x22\155\157\137\x63\x75\x73\164\x6f\x6d\145\162\x5f\x76\x61\154\x69\x64\x61\164\151\157\156\55\155\157\x64\141\154\x2d\x64\x69\x61\154\157\x67\x20\155\157\137\x63\165\x73\164\157\155\145\x72\137\x76\141\154\151\x64\x61\164\x69\x6f\156\55\155\157\x64\x61\x6c\55\x6d\x64\x22\76\12\x9\x9\x9\x9\11\11\x3c\144\151\166\x20\x63\x6c\141\x73\x73\x3d\42\x6c\x6f\147\x69\156\x20\155\157\137\143\x75\163\x74\157\x6d\x65\162\x5f\x76\141\x6c\151\144\x61\164\x69\x6f\x6e\x2d\155\x6f\x64\141\154\x2d\x63\x6f\156\x74\145\x6e\164\x22\76\xa\x9\11\11\11\11\11\11\x3c\x64\151\x76\x20\143\154\141\163\163\x3d\42\x6d\157\62\146\137\155\x6f\144\141\x6c\55\x68\145\141\x64\145\x72\x22\x3e\xa\x9\11\11\x9\x9\11\11\11\x3c\150\x33\40\143\x6c\141\x73\x73\75\x22\155\157\62\146\137\x6d\157\144\141\154\x2d\164\x69\x74\154\145\x22\76\74\142\165\164\x74\157\156\40\x74\x79\x70\x65\x3d\x22\142\165\x74\x74\157\x6e\42\x20\143\x6c\x61\163\163\75\x22\x6d\157\62\x66\x5f\143\154\x6f\x73\x65\42\x20\144\x61\x74\141\55\x64\x69\x73\x6d\x69\163\x73\x3d\x22\155\157\144\141\154\x22\x20\141\162\151\x61\55\x6c\x61\x62\145\x6c\x3d\42\103\154\157\163\x65\42\x20\164\x69\164\x6c\x65\75\42";
esc_attr_e("\x42\x61\143\x6b\x20\164\157\x20\x6c\157\147\x69\x6e", "\155\x69\156\x69\x6f\x72\x61\156\147\145\x2d\x32\x2d\x66\141\x63\164\x6f\x72\55\x61\x75\164\x68\x65\156\164\151\143\141\x74\x69\157\x6e");
echo "\x22\x20\157\x6e\143\154\151\x63\153\x3d\x22\155\x6f\x6c\157\147\x69\156\x62\141\143\153\50\x29\x3b\x22\x3e\74\163\x70\x61\156\40\141\x72\151\141\x2d\x68\x69\x64\x64\x65\x6e\75\x22\164\162\x75\x65\x22\x3e\46\164\151\x6d\x65\163\x3b\x3c\x2f\x73\160\141\156\76\74\x2f\x62\165\164\x74\x6f\156\x3e\xa\12\11\11\x9\x9\11\11\11\11";
esc_html_e("\123\x65\154\145\x63\x74\40\x32\x20\x46\x61\143\164\157\162\x20\155\x65\164\150\x6f\144\x20\146\157\x72\x20\141\165\x74\x68\x65\x6e\x74\151\x63\141\164\151\157\156", "\155\151\156\151\157\162\141\x6e\x67\x65\55\x32\x2d\x66\x61\143\x74\x6f\162\x2d\x61\x75\164\150\145\156\164\151\x63\141\164\x69\x6f\x6e");
echo "\x3c\57\150\63\76\xa\x9\11\x9\11\x9\11\11\x3c\x2f\144\151\166\x3e\xa\x9\x9\11\x9\x9\11\x9\74\144\151\166\40\x63\x6c\141\163\163\x3d\42\x6d\157\x32\x66\x5f\155\x6f\x64\141\x6c\x2d\142\157\144\x79\x22\x3e\xa\11\11\11\11\11\11\11\11\11";
$Pi = get_userdata($OZ->ID)->roles[0];
$Hv = array();
if (get_site_option("\155\x6f\62\146\137\x61\154\x6c\137\x75\x73\x65\x72\x73\x5f\155\145\x74\150\x6f\x64")) {
goto NV;
}
$Hv = get_site_option("\155\157\62\146\x5f\x61\165\x74\x68\137\x6d\145\164\x68\x6f\144\x73\x5f\146\x6f\162\137" . $Pi);
goto Ve;
NV:
$Hv = get_site_option("\155\157\x32\146\137\x61\165\x74\x68\137\155\x65\x74\150\157\144\163\137\x66\x6f\x72\x5f\x75\163\145\x72\x73");
Ve:
foreach ($VW as $Yt => $kB) {
if (!in_array($Fo[$kB], $Hv, true)) {
goto CZ;
}
echo "\x3c\163\160\141\156\x20\x20\x3e\12\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x9\11\x3c\x6c\x61\142\145\154\76\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\11\11\11\74\151\x6e\160\x75\x74\40\164\171\160\145\75\42\x72\x61\144\x69\157\42\40\40\156\141\155\x65\75\x22\x6d\157\x32\146\x5f\x73\145\x6c\x65\x63\164\x65\x64\x5f\x6d\x66\x61\x63\x74\157\162\x5f\x6d\x65\x74\150\x6f\144\x22\x20\143\x6c\141\x73\163\x20\75\42\x6d\x6f\x32\146\x2d\x73\x74\x79\154\x65\144\55\162\141\x64\151\x6f\137\x63\x6f\x6e\x66\42\40\166\x61\154\x75\145\75\x22" . esc_html($kB) . "\x22\57\x3e";
echo "\74\x73\160\141\x6e\x20\x63\x6c\141\x73\163\75\x22\x6d\157\62\x66\55\x73\164\x79\154\x65\144\55\162\141\x64\151\157\55\x74\145\x78\x74\137\143\157\x6e\x66\x22\x3e";
echo esc_html($kB);
echo "\x20\x3c\x2f\x73\160\141\x6e\76\x20\x3c\x2f\x6c\141\x62\x65\x6c\x3e\xa\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x9\x9\x9\74\142\162\76\xa\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x9\x9\11\x3c\x62\162\76\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\11\x9\x3c\x2f\163\160\141\x6e\x3e";
CZ:
Q8:
}
X3:
mo2f_customize_logo();
echo "\x9\11\x9\11\11\11\11\x3c\x2f\144\x69\x76\x3e\xa\11\11\11\x9\x9\11\x3c\57\144\x69\x76\x3e\12\11\x9\11\11\11\x3c\57\144\151\x76\76\xa\11\x9\11\x9\74\57\x64\151\x76\76\xa\11\11\x9\x9\x3c\x66\157\x72\155\40\x6e\141\x6d\145\75\x22\146\42\40\151\x64\x3d\42\x6d\x6f\x32\x66\x5f\x62\x61\143\153\x74\x6f\137\x6d\157\x5f\154\157\147\151\156\x66\x6f\x72\155\x22\40\155\145\x74\x68\x6f\x64\75\42\x70\x6f\x73\x74\x22\x20\x61\143\164\x69\x6f\156\x3d\x22";
echo esc_url(wp_login_url());
echo "\x22\40\x73\164\x79\x6c\x65\75\x22\x64\151\163\x70\x6c\141\x79\72\x6e\157\156\x65\73\x22\x3e\12\x9\x9\x9\x9\11\74\151\x6e\x70\165\164\x20\164\x79\x70\x65\x3d\42\150\151\144\144\x65\x6e\x22\40\x6e\141\x6d\x65\75\x22\155\151\x6e\151\x6f\x72\141\156\x67\145\x5f\x6d\157\x62\x69\154\145\137\166\x61\154\151\144\x61\x74\x69\x6f\156\x5f\x66\x61\151\154\145\144\137\156\x6f\156\x63\145\x22\40\166\x61\x6c\x75\x65\75\42";
echo esc_attr(wp_create_nonce("\x6d\151\156\x69\x6f\x72\141\x6e\x67\145\x2d\62\x2d\x66\141\143\x74\157\162\x2d\x6d\157\x62\x69\x6c\x65\x2d\x76\141\x6c\151\144\141\164\151\x6f\x6e\x2d\x66\141\x69\154\x65\144\55\156\157\156\143\x65"));
echo "\x22\40\x2f\x3e\12\x9\x9\x9\11\11\74\x69\156\160\165\x74\x20\x74\x79\160\x65\x3d\x22\x68\x69\x64\x64\x65\x6e\x22\x20\x6e\x61\x6d\x65\75\42\x72\145\x64\x69\162\145\x63\164\137\x74\x6f\42\x20\166\141\154\x75\145\75\x22";
echo esc_url($kO);
echo "\x22\57\76\12\11\11\x9\x9\11\x3c\151\156\160\x75\x74\x20\x74\x79\160\x65\75\42\150\151\144\x64\145\156\42\x20\x6e\141\x6d\x65\75\42\x73\145\163\x73\x69\x6f\156\137\151\x64\42\x20\x76\x61\x6c\165\x65\x3d\x22";
echo esc_attr($dj);
echo "\42\x2f\76\xa\x9\x9\11\11\74\57\146\x6f\x72\x6d\x3e\12\x9\x9\11\11\74\x66\157\x72\155\x20\x6e\x61\x6d\145\75\42\146\x22\x20\155\x65\x74\x68\x6f\144\x3d\42\160\x6f\163\164\x22\40\141\x63\164\x69\157\x6e\x3d\x22\42\x20\x69\x64\75\x22\155\x6f\62\146\137\x73\x65\154\145\143\x74\137\155\146\141\137\155\145\164\x68\x6f\x64\x73\137\146\x6f\162\155\42\x20\x73\164\x79\154\145\75\x22\x64\151\163\160\154\141\x79\x3a\x6e\157\156\145\73\42\76\12\11\11\x9\11\11\74\151\156\x70\165\164\40\x74\x79\x70\145\x3d\x22\150\151\x64\144\145\x6e\42\x20\x6e\141\x6d\x65\75\42\155\x6f\x32\146\x5f\163\145\154\145\143\x74\145\x64\137\155\146\x61\x63\164\157\x72\x5f\155\145\x74\150\157\144\42\x20\57\76\xa\x9\11\x9\x9\x9\x3c\x69\156\160\165\x74\x20\x74\x79\160\x65\75\x22\x68\151\x64\x64\x65\156\x22\40\156\x61\x6d\145\x3d\x22\x6d\157\x32\146\137\x6d\151\156\x69\x6f\162\x61\x6e\147\x65\137\62\x66\141\x63\164\x6f\x72\x5f\155\145\x74\150\x6f\144\x5f\156\157\x6e\x63\145\42\x20\x76\141\x6c\165\x65\x3d\42";
echo esc_attr(wp_create_nonce("\x6d\x6f\62\x66\137\155\151\156\151\157\x72\141\x6e\x67\x65\x2d\62\146\141\143\164\x6f\x72\x2d\x6d\145\164\x68\x6f\144\55\x6e\x6f\x6e\143\145"));
echo "\x22\40\x2f\76\xa\x9\11\11\11\x9\74\151\156\x70\x75\x74\40\164\171\160\145\x3d\42\150\151\x64\x64\x65\x6e\x22\40\156\x61\x6d\145\x3d\42\x6f\160\x74\x69\157\156\42\x20\166\141\154\165\x65\75\x22\x6d\151\156\x69\x6f\x72\x61\x6e\147\145\137\155\146\x61\x63\x74\157\162\x5f\x6d\x65\164\150\157\144\x22\x20\57\x3e\xa\x9\11\11\11\x9\74\x69\x6e\160\165\x74\x20\x74\171\160\x65\75\x22\x68\151\x64\144\x65\156\42\40\156\141\x6d\145\x3d\42\x72\x65\x64\x69\x72\145\x63\x74\x5f\x74\x6f\42\x20\166\x61\x6c\x75\145\x3d\42";
echo esc_url($kO);
echo "\42\x2f\76\12\x9\11\11\11\x9\x3c\x69\x6e\160\x75\164\x20\x74\x79\x70\145\75\x22\150\x69\144\x64\x65\x6e\42\x20\x6e\x61\x6d\x65\x3d\x22\x73\x65\x73\163\151\157\156\x5f\151\144\42\40\166\x61\154\x75\x65\75\x22";
echo esc_attr($dj);
echo "\x22\x2f\x3e\12\11\11\x9\11\x3c\57\x66\x6f\162\155\x3e\xa\x9\11\11\x3c\163\x63\x72\x69\x70\164\x3e\12\11\x9\x9\x9\146\x75\156\x63\x74\x69\157\x6e\x20\155\157\154\x6f\x67\x69\156\142\141\143\153\50\x29\173\12\x9\x9\x9\11\11\x6a\121\165\145\x72\x79\x28\x27\x23\155\x6f\62\146\x5f\142\141\x63\153\x74\157\137\x6d\157\137\x6c\x6f\x67\x69\156\146\x6f\x72\x6d\47\51\56\x73\x75\142\155\151\164\x28\51\73\xa\11\x9\x9\x9\x7d\xa\x9\x9\x9\x9\152\121\x75\145\162\171\50\x27\151\156\x70\165\x74\x3a\x72\141\144\151\x6f\133\156\x61\155\145\75\155\157\x32\146\137\163\145\154\145\143\164\145\x64\x5f\155\146\x61\143\x74\x6f\162\137\x6d\x65\164\150\x6f\144\x5d\47\51\56\143\x6c\151\143\153\x28\x66\165\x6e\x63\x74\x69\157\156\50\51\40\x7b\xa\x9\x9\x9\11\11\166\141\x72\x20\163\x65\x6c\x65\x63\164\x65\x64\115\145\x74\x68\x6f\x64\x20\75\x20\x6a\x51\x75\x65\x72\x79\x28\164\150\x69\x73\x29\x2e\x76\141\x6c\x28\x29\73\12\11\x9\11\11\x9\144\x6f\143\x75\155\145\x6e\164\56\x67\145\x74\x45\x6c\145\x6d\x65\156\164\102\171\x49\x64\50\42\x6d\x6f\x32\146\x5f\163\145\154\145\143\164\x5f\x6d\x66\141\x5f\155\145\164\150\x6f\x64\163\x5f\146\x6f\162\x6d\42\51\x2e\145\154\145\x6d\x65\156\164\163\133\60\x5d\56\166\x61\154\165\145\x20\x3d\40\x73\x65\154\145\143\164\145\144\115\x65\164\x68\x6f\x64\73\xa\x9\x9\11\x9\x9\152\121\x75\x65\162\171\50\47\43\155\x6f\62\x66\x5f\x73\x65\x6c\x65\143\x74\137\x6d\146\141\x5f\155\x65\x74\x68\x6f\144\x73\x5f\x66\x6f\162\x6d\47\51\x2e\x73\x75\x62\155\x69\164\x28\51\73\xa\11\11\x9\11\x7d\51\73\x9\x9\x9\x9\xa\11\x9\x9\74\57\x73\143\162\x69\x70\x74\76\12\x9\11\11\74\57\x62\x6f\x64\x79\x3e\12\11\11\74\57\150\x74\155\154\x3e\xa\x9\11";
}
function mo2f_register_profile($M2, $m_, $DR, $dj = null)
{
if (MO2F_IS_ONPREM) {
goto JF;
}
$vj = $M2;
$P1 = $DR;
if (!(isset($m_) && $m_ == "\x74\162\165\x65")) {
goto s6;
}
if ($P1["\163\x74\x61\164\x75\163"] == "\127\x41\111\124\137\106\x4f\122\x5f\111\116\120\125\124" && $P1["\x64\145\x63\x69\163\x69\157\156\137\146\x6c\141\147"]) {
goto Mp;
}
return false;
goto mv;
Mp:
$rF = new Miniorange_Rba_Attributes();
json_decode($rF->mo2f_register_rba_profile($vj, $P1["\163\x65\163\x73\x69\157\x6e\x55\165\x69\x64"]), true);
return true;
mv:
s6:
return false;
goto KD;
JF:
$IZ = $M2;
$aV = $DR;
global $aq, $ce;
$O_ = json_decode(stripslashes($aV), true);
if (is_array($O_)) {
goto BI;
}
return "\x45\x52\122\x4f\x52";
goto ym;
BI:
if (!(sizeof($O_) != 9)) {
goto Pm;
}
return "\x45\122\122\x4f\122";
Pm:
ym:
$xo = $aq->update_user_device_details($IZ, $O_, $dj);
return $xo;
KD:
}
function mo2f_collect_attributes($M2, $aV, $dj = null)
{
if (MO2F_IS_ONPREM) {
goto OF;
}
$P1 = array();
$P1["\x64\x65\x63\151\x73\151\x6f\156\137\x66\x6c\x61\147"] = false;
$P1["\x73\x65\x73\163\151\157\156\x55\x75\x69\x64"] = '';
$vj = $M2;
if (get_site_option("\x6d\x6f\62\146\137\162\x65\155\x65\x6d\x62\145\162\137\144\145\166\x69\143\x65")) {
goto S5;
}
$P1["\x73\164\141\164\165\x73"] = "\122\x42\x41\x5f\116\x4f\x54\x5f\x45\x4e\x41\x42\114\105\104";
goto Yu;
S5:
$V4 = new Miniorange_Rba_Attributes();
$pc = json_decode($V4->mo2f_collect_attributes($vj, $aV), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto i9;
}
$P1["\x73\x74\141\x74\x75\x73"] = "\112\x53\117\116\137\101\124\x54\122\137\116\117\124\x5f\x43\117\x4c\x4c\105\x43\x54\105\104";
goto Ov;
i9:
if ($pc["\x73\x74\x61\164\165\x73"] == "\x53\125\103\x43\105\123\123") {
goto rc;
}
$P1["\163\164\x61\x74\x75\163"] = "\x41\124\x54\122\x5f\116\x4f\124\x5f\x43\x4f\x4c\114\x45\x43\x54\x45\104";
goto K3;
rc:
$uu = $pc["\163\x65\163\x73\x69\x6f\156\x55\x75\151\144"];
$v7 = json_decode($V4->mo2f_evaluate_risk($vj, $uu), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto AV;
}
$P1["\x73\x74\141\x74\165\163"] = "\112\x53\117\116\x5f\105\126\x41\114\125\x41\124\x45\137\x45\122\x52\x4f\x52";
$P1["\163\145\163\x73\151\157\156\x55\165\x69\x64"] = $uu;
goto Rb;
AV:
if ($v7["\x73\x74\141\164\x75\163"] == "\123\x55\103\x43\x45\x53\123" || $v7["\x73\x74\141\x74\x75\x73"] == "\x57\x41\x49\124\137\106\117\x52\137\111\116\120\x55\x54") {
goto HJ;
}
$P1["\x73\x74\x61\x74\165\163"] = $v7["\x73\x74\x61\164\165\x73"];
$P1["\163\145\x73\x73\151\x6f\x6e\125\x75\x69\x64"] = $uu;
goto lS;
HJ:
$P1["\163\x74\141\164\165\163"] = $v7["\163\164\x61\164\x75\x73"];
$P1["\163\145\x73\x73\151\x6f\156\125\x75\151\x64"] = $uu;
$P1["\144\145\143\x69\x73\151\157\x6e\137\x66\154\x61\x67"] = true;
lS:
Rb:
K3:
Ov:
Yu:
return $P1;
goto fj;
OF:
$IZ = $M2;
if (get_site_option("\155\157\x32\146\x5f\x72\145\155\145\x6d\142\x65\x72\137\144\145\166\151\x63\x65") && MoWpnsUtility::get_mo2f_db_option("\x6d\x6f\x32\x66\137\154\157\x67\151\156\x5f\x6f\160\x74\x69\157\x6e", "\163\151\x74\x65\137\x6f\x70\x74\x69\157\x6e")) {
goto AN;
}
$P1["\163\x74\141\x74\165\163"] = "\x52\x42\101\x5f\116\x4f\x54\137\x45\116\101\x42\x4c\105\104";
$P1["\x64\145\x63\151\163\151\157\156\137\x66\x6c\141\147"] = false;
return $P1;
goto LD;
AN:
$_SESSION["\141\164\164\x72\x69\142\x75\x74\145\x73"] = '';
$_SESSION["\165\x73\145\x72\137\151\x64"] = '';
global $aq;
$O_ = json_decode(stripslashes($aV), true);
if (is_array($O_)) {
goto b1;
}
$P1["\163\x74\141\x74\165\x73"] = "\101\x54\x54\x52\111\102\125\124\105\x5f\105\122\x52\117\x52";
$P1["\x64\x65\x63\x69\163\151\157\x6e\137\146\154\141\147"] = false;
return $P1;
goto du;
b1:
if (!(sizeof($O_) != 9)) {
goto Qa;
}
$P1["\163\x74\141\164\165\163"] = "\101\124\x54\122\x49\x42\x55\124\x45\x5f\x45\x52\x52\117\x52";
$P1["\144\145\143\x69\163\151\157\156\137\146\x6c\x61\x67"] = false;
return $P1;
Qa:
du:
$VM = sanitize_text_field($O_[8]["\141\x74\x74\162\126\x61\x6c\x75\x65"]);
$xo = $aq->get_device_details($IZ, md5($VM), $dj);
if ($xo != "\123\x55\103\103\x45\123\123") {
goto XK;
}
goto MC;
XK:
MO2f_Utility::mo2f_set_transient($dj, "\155\157\62\146\141\137\162\x62\x61\137\141\164\x74\162\151\x62\165\164\x65\x73", $aV, 600);
$_SESSION["\141\x74\x74\162\151\142\165\164\145\163"] = $aV;
$_SESSION["\165\x73\145\162\x5f\x69\x64"] = $IZ;
MC:
$C7["\x73\164\x61\164\x75\x73"] = $xo;
$C7["\144\145\143\151\163\151\157\x6e\137\x66\x6c\x61\x67"] = true;
return $C7;
LD:
fj:
}
function mo2f_get_user_2ndfactor($user)
{
global $aq;
$fx = $aq->get_user_detail("\155\x6f\62\146\137\x75\x73\x65\x72\x5f\145\155\x61\151\x6c", $user->ID);
$qf = new Two_Factor_Setup();
$CY = json_decode($qf->mo2f_get_userinfo($fx), true);
if (json_last_error() == JSON_ERROR_NONE) {
goto u5;
}
$uV = "\116\117\116\105";
goto HH;
u5:
if ($CY["\x73\164\141\x74\x75\x73"] == "\105\122\x52\117\122") {
goto x9;
}
if ($CY["\163\164\x61\164\165\x73"] == "\x53\125\103\103\105\123\x53") {
goto Xs;
}
if ($CY["\163\164\x61\164\x75\163"] == "\106\x41\x49\114\x45\104") {
goto FM;
}
$uV = "\x4e\117\116\105";
goto MO;
x9:
$uV = "\116\x4f\x4e\105";
goto MO;
Xs:
$uV = $CY["\141\165\x74\x68\x54\x79\x70\145"];
goto MO;
FM:
$uV = "\x55\123\x45\x52\137\116\x4f\124\137\106\x4f\125\116\x44";
MO:
HH:
return $uV;
}
function mo2f_get_forgotphone_form($Um, $Jb, $kO, $dj)
{
$iI = MoWpnsUtility::get_mo2f_db_and_migrate("\155\157\62\146\137\x65\x6e\x61\x62\154\145\x5f\146\157\162\147\157\x74\x70\150\x6f\x6e\145", "\x67\145\x74\x5f\x6f\160\x74\151\157\156");
$LT = MoWpnsUtility::get_mo2f_multisite_compatible("\x6d\x6f\62\146\x5f\x65\x6e\x61\x62\x6c\x65\137\146\x6f\x72\x67\157\x74\x70\150\157\x6e\x65\x5f\145\x6d\141\x69\x6c");
$c_ = MoWpnsUtility::get_mo2f_multisite_compatible("\155\x6f\62\146\137\x65\156\141\142\154\145\137\146\157\162\147\x6f\x74\160\150\x6f\156\145\137\x6b\142\x61");
echo "\11\x3c\150\x74\x6d\154\x3e\xa\x9\74\150\x65\141\144\76\xa\x9\11\74\x6d\x65\164\x61\x20\150\164\x74\160\x2d\x65\161\165\x69\166\x3d\42\130\x2d\125\x41\x2d\x43\x6f\x6d\x70\x61\x74\151\142\x6c\x65\x22\40\143\x6f\156\164\145\156\x74\75\42\111\x45\x3d\x65\x64\x67\145\42\76\xa\11\11\x3c\x6d\x65\164\x61\40\x6e\x61\155\x65\x3d\x22\x76\151\145\167\160\x6f\162\164\x22\x20\143\x6f\x6e\164\145\x6e\164\x3d\42\167\x69\144\164\x68\75\144\145\166\x69\x63\x65\55\x77\x69\144\x74\150\x2c\x20\x69\x6e\151\x74\x69\141\154\x2d\x73\143\x61\154\145\x3d\61\42\x3e\12\11\x9";
echo_js_css_files();
echo "\11\x3c\x2f\150\145\141\144\76\12\11\x3c\x62\157\x64\171\76\xa\11\74\144\151\x76\40\143\x6c\141\163\x73\x3d\x22\x6d\x6f\62\x66\137\x6d\157\x64\141\x6c\42\x20\164\x61\142\x69\x6e\x64\x65\170\x3d\42\55\x31\42\40\x72\x6f\x6c\x65\75\42\144\x69\141\x6c\157\147\x22\76\xa\11\11\x3c\144\151\166\40\143\154\141\163\x73\x3d\x22\x6d\x6f\62\146\55\155\157\x64\x61\x6c\x2d\x62\x61\143\153\x64\x72\157\160\42\x3e\74\57\144\151\166\x3e\12\x9\x9\74\144\x69\x76\x20\143\x6c\141\x73\163\75\x22\x6d\157\137\143\165\163\164\x6f\x6d\x65\162\137\166\141\x6c\x69\x64\x61\x74\151\x6f\156\x2d\155\157\x64\x61\154\55\144\x69\x61\x6c\x6f\147\x20\155\157\137\143\165\163\x74\157\x6d\x65\x72\x5f\x76\x61\x6c\x69\144\141\164\151\x6f\156\55\x6d\157\144\x61\x6c\55\x6d\144\x22\x3e\xa\x9\11\11\x3c\144\x69\166\40\143\154\141\163\x73\x3d\x22\154\157\147\151\156\x20\x6d\x6f\137\143\x75\x73\164\x6f\x6d\145\x72\x5f\166\141\154\x69\x64\141\x74\x69\157\x6e\55\x6d\x6f\x64\x61\x6c\55\143\x6f\x6e\x74\x65\156\164\42\x3e\xa\x9\11\x9\11\74\x64\x69\166\40\x63\x6c\x61\x73\x73\x3d\42\155\157\62\x66\137\x6d\157\144\141\154\55\x68\x65\141\144\x65\162\42\x3e\xa\x9\x9\11\x9\11\x3c\150\64\x20\143\x6c\141\x73\x73\x3d\x22\x6d\157\x32\146\137\155\x6f\x64\x61\x6c\x2d\x74\x69\x74\154\x65\42\x3e\12\x9\x9\11\11\11\11\x3c\x62\165\x74\x74\157\156\x20\164\171\160\145\x3d\x22\142\165\x74\164\x6f\x6e\x22\x20\143\x6c\x61\x73\x73\x3d\42\155\157\x32\x66\x5f\x63\154\x6f\x73\x65\x22\40\x64\141\164\x61\55\x64\151\163\x6d\151\163\x73\x3d\42\x6d\157\144\141\x6c\x22\x20\141\x72\x69\141\55\x6c\x61\x62\145\x6c\x3d\42\103\154\x6f\163\145\x22\12\x9\11\x9\x9\11\x9\11\11\x74\151\164\x6c\145\75\42";
echo __("\102\141\x63\x6b\40\164\x6f\x20\154\157\x67\151\x6e", "\x6d\151\x6e\x69\157\x72\x61\x6e\147\x65\x2d\x32\x2d\x66\141\143\164\157\x72\x2d\x61\165\x74\x68\145\156\x74\151\143\x61\x74\x69\x6f\x6e");
echo "\x22\xa\x9\11\x9\x9\x9\11\11\x9\x6f\x6e\x63\154\x69\143\x6b\x3d\42\155\157\x6c\x6f\x67\x69\156\x62\x61\143\153\x28\x29\x3b\x22\x3e\x3c\x73\160\x61\156\x20\141\162\x69\x61\x2d\150\x69\x64\144\145\156\x3d\42\x74\162\x75\x65\x22\x3e\46\164\151\x6d\145\x73\x3b\x3c\57\x73\160\x61\156\x3e\74\57\142\165\x74\164\x6f\156\76\12\x9\11\11\x9\x9\x9";
echo __("\x48\x6f\167\x20\167\157\165\x6c\x64\40\x79\x6f\165\x20\154\x69\153\145\40\164\157\x20\x61\x75\x74\150\x65\156\x74\151\143\x61\164\145\40\171\x6f\x75\162\x73\145\154\146\77", "\155\x69\156\151\x6f\162\141\x6e\x67\145\x2d\x32\55\146\141\x63\x74\x6f\162\x2d\x61\165\164\x68\145\x6e\164\x69\143\x61\x74\151\157\x6e");
echo "\x9\x9\x9\11\x9\74\57\x68\x34\x3e\xa\11\11\x9\11\74\x2f\x64\151\166\x3e\12\11\x9\11\x9\74\144\x69\166\x20\x63\x6c\141\163\x73\75\x22\155\x6f\62\146\x5f\x6d\x6f\x64\x61\x6c\55\x62\x6f\x64\171\x22\x3e\xa\11\11\x9\11\x9";
if (!$iI) {
goto Sy;
}
if (!(isset($Jb) && !empty($Jb))) {
goto HX;
}
echo "\x9\x9\x9\11\11\11\11\74\144\x69\166\40\x69\x64\75\x22\x6f\164\x70\x4d\145\163\x73\x61\147\x65\42\x20\x63\x6c\141\x73\x73\75\x22\155\157\x32\146\141\x5f\144\151\163\160\154\x61\171\x5f\x6d\145\x73\x73\141\147\x65\x5f\x66\162\157\156\164\145\156\x64\x22\x3e\xa\x9\11\11\x9\11\11\x9\x9\74\160\40\x63\x6c\x61\x73\x73\75\42\x6d\x6f\62\x66\141\x5f\x64\151\163\160\x6c\x61\171\137\155\x65\163\x73\x61\147\x65\x5f\146\x72\157\x6e\x74\145\x6e\144\42\76";
echo $Jb;
echo "\74\x2f\160\76\12\x9\x9\x9\x9\11\11\11\74\57\x64\x69\x76\x3e\xa\11\x9\11\11\11\11";
HX:
echo "\x9\11\11\x9\x9\11\x3c\160\40\x63\x6c\141\163\x73\x3d\42\155\x6f\x32\146\x5f\142\141\x63\x6b\165\x70\x5f\x6f\160\x74\151\x6f\156\x73\42\x3e";
echo __("\120\154\x65\x61\163\x65\40\143\150\x6f\x6f\163\x65\40\x74\150\x65\x20\x6f\160\x74\x69\157\x6e\x73\40\x66\x72\x6f\x6d\40\x62\145\x6c\157\167\x3a", "\155\151\156\151\157\162\141\x6e\147\145\55\x32\55\x66\x61\x63\164\157\x72\55\x61\x75\x74\x68\145\156\x74\x69\143\141\164\151\157\156");
echo "\x3c\57\160\x3e\xa\11\11\11\x9\11\11\x3c\144\x69\166\40\x63\154\x61\163\163\75\42\155\x6f\x32\146\x5f\142\141\x63\153\165\160\x5f\157\x70\x74\151\x6f\156\163\x5f\x64\151\x76\42\x3e\12\x9\11\x9\11\11\x9\11";
if (!$LT) {
goto zA;
}
echo "\x9\x9\11\11\11\11\x9\11\x3c\151\156\160\165\164\x20\164\x79\x70\x65\x3d\x22\162\x61\144\x69\157\x22\40\x6e\x61\155\145\75\42\155\157\62\x66\137\x73\x65\x6c\x65\x63\x74\x65\x64\137\146\x6f\162\147\x6f\164\160\150\157\x6e\145\x5f\157\x70\x74\151\x6f\156\42\xa\11\x9\11\11\x9\x9\x9\11\11\40\x20\x20\166\x61\x6c\x75\145\x3d\x22\117\x6e\145\x20\124\x69\x6d\145\40\x50\141\163\163\143\157\x64\x65\40\157\166\x65\162\x20\105\155\141\151\x6c\x22\12\x9\11\x9\x9\x9\11\11\x9\11\x20\40\x20\143\150\x65\x63\x6b\x65\x64\75\x22\x63\150\145\x63\x6b\x65\x64\42\x2f\x3e";
echo __("\x53\x65\156\144\x20\x61\40\x6f\156\x65\40\164\x69\x6d\145\40\160\141\163\163\143\157\144\145\40\x74\x6f\x20\155\x79\40\x72\145\x67\x69\x73\164\145\162\x65\x64\40\145\155\x61\151\x6c", "\x6d\x69\x6e\151\x6f\162\x61\156\x67\x65\55\62\x2d\146\x61\143\164\157\162\55\141\x75\164\150\145\156\164\x69\143\141\164\151\x6f\156");
echo "\11\x9\x9\11\11\x9\11\x9\74\142\x72\76\x3c\x62\162\x3e\12\x9\11\11\x9\x9\11\x9\x9";
zA:
if (!$c_) {
goto Ee;
}
echo "\x9\x9\x9\11\x9\x9\x9\x9\74\151\156\160\165\x74\40\x74\x79\160\x65\75\x22\162\141\x64\151\157\x22\40\x6e\141\155\x65\75\42\155\157\x32\146\137\x73\x65\x6c\145\x63\x74\145\144\x5f\146\157\x72\147\x6f\164\x70\150\157\x6e\x65\137\x6f\160\164\x69\157\156\x22\xa\11\11\x9\x9\11\11\x9\11\x9\40\x20\40\x76\x61\x6c\x75\145\75\x22\113\x42\101\x22\x2f\x3e";
echo __("\101\156\x73\x77\145\162\40\x79\x6f\165\162\x20\123\145\143\x75\x72\x69\164\x79\40\x51\165\x65\163\164\151\x6f\x6e\163\x20\50\113\102\x41\51", "\x6d\x69\x6e\151\157\162\141\x6e\147\145\55\62\55\146\x61\143\x74\157\x72\x2d\x61\165\164\150\145\156\x74\151\143\x61\164\151\157\156");
echo "\11\x9\x9\x9\x9\x9\11";
Ee:
echo "\x9\11\x9\x9\x9\11\x9\x3c\x62\162\x3e\74\142\x72\76\xa\x9\x9\x9\x9\11\11\11\74\151\156\160\165\164\x20\x74\171\160\x65\x3d\42\x62\x75\164\x74\x6f\x6e\x22\40\156\x61\x6d\145\x3d\x22\155\151\156\151\x6f\x72\x61\x6e\x67\145\x5f\166\x61\x6c\151\144\141\164\x65\137\157\x74\160\x22\40\166\141\x6c\x75\145\75\42";
echo __("\103\x6f\156\x74\151\156\165\145", "\x6d\151\x6e\x69\157\162\141\x6e\x67\145\55\x32\55\146\x61\143\164\x6f\162\55\141\x75\164\150\x65\x6e\164\x69\x63\141\x74\151\x6f\156");
echo "\x22\x20\143\154\x61\163\163\x3d\x22\x6d\x69\156\151\x6f\x72\x61\156\147\145\x5f\x76\x61\154\x69\x64\x61\x74\x65\137\157\164\x70\x22\xa\x9\x9\x9\11\11\x9\11\x9\40\x20\x20\x6f\156\143\154\x69\x63\x6b\x3d\x22\155\x6f\62\146\163\145\154\145\x63\x74\x66\157\162\x67\157\x74\160\x68\157\156\145\157\160\x74\x69\x6f\x6e\50\x29\73\x22\57\76\12\x9\x9\11\x9\x9\x9\74\57\144\151\x76\76\12\x9\11\11\11\x9\11";
mo2f_customize_logo();
Sy:
echo "\11\11\x9\x9\x3c\x2f\144\151\166\x3e\xa\11\11\x9\x3c\57\144\x69\166\x3e\12\11\x9\x3c\57\144\x69\166\76\12\11\74\x2f\x64\151\x76\x3e\xa\x9\74\x66\157\162\x6d\40\156\x61\155\x65\x3d\x22\x66\x22\x20\x69\x64\75\x22\155\157\62\x66\137\142\x61\143\x6b\x74\x6f\x5f\155\x6f\137\154\x6f\147\151\x6e\x66\157\162\155\42\40\x6d\x65\x74\x68\x6f\x64\x3d\x22\160\157\x73\164\42\40\141\143\x74\x69\x6f\x6e\75\42";
echo mo2f_check_backtologform_action();
echo "\42\xa\x9\11\40\x20\143\154\141\x73\x73\75\x22\155\x6f\x32\146\x5f\x64\151\x73\160\x6c\x61\x79\137\156\157\x6e\145\x5f\x66\157\x72\x6d\x73\42\76\xa\x9\11\74\151\156\x70\x75\x74\40\x74\x79\x70\145\x3d\42\150\151\144\144\145\156\x22\x20\156\141\155\145\75\x22\155\151\156\151\x6f\162\141\156\147\145\x5f\x6d\157\142\151\x6c\145\x5f\166\x61\x6c\151\144\x61\x74\x69\x6f\156\x5f\146\x61\x69\154\145\x64\137\x6e\x6f\x6e\143\x65\x22\xa\11\x9\x9\40\40\40\x76\141\154\165\145\75\x22";
echo wp_create_nonce("\155\151\156\x69\x6f\162\141\x6e\147\145\x2d\x32\x2d\x66\141\143\164\157\x72\x2d\x6d\157\142\151\x6c\145\55\166\141\x6c\151\144\x61\x74\151\x6f\156\55\146\141\x69\154\145\x64\x2d\x6e\x6f\156\x63\x65");
echo "\42\x2f\76\xa\11\x9\x3c\151\156\160\x75\164\40\x74\x79\160\x65\x3d\x22\150\x69\x64\144\145\156\42\40\x6e\141\155\x65\75\42\x6f\160\x74\x69\157\x6e\42\40\166\x61\154\x75\x65\x3d\42\x6d\151\x6e\151\157\162\x61\x6e\147\x65\137\x6d\157\142\151\x6c\145\x5f\166\x61\154\151\144\141\x74\151\157\x6e\137\146\141\151\154\x65\x64\x22\76\xa\11\11\74\x69\156\x70\x75\164\40\164\171\160\x65\x3d\42\x68\151\x64\x64\145\x6e\42\x20\x6e\141\x6d\145\75\42\163\145\163\163\x69\157\156\137\x69\x64\x22\40\x76\141\154\x75\145\x3d\x22";
echo $dj;
echo "\x22\x2f\x3e\12\11\x9\x3c\151\156\160\165\x74\40\164\x79\x70\x65\75\x22\150\x69\144\x64\145\x6e\42\x20\x6e\x61\x6d\x65\75\42\162\x65\x64\151\162\145\143\164\x5f\x74\157\42\x20\166\141\154\165\145\x3d\42";
echo $kO;
echo "\x22\x2f\76\12\x9\x3c\57\x66\157\162\x6d\76\12\x9\x3c\146\x6f\162\155\x20\156\x61\155\145\75\x22\x66\x22\40\x69\x64\75\42\155\x6f\62\x66\137\143\150\x61\154\x6c\145\156\x67\145\x5f\146\x6f\x72\147\157\x74\160\x68\157\156\145\x5f\146\x6f\x72\155\x22\40\x6d\145\x74\150\157\x64\x3d\42\160\x6f\163\x74\x22\x20\x63\154\x61\x73\x73\x3d\42\155\157\62\146\137\x64\151\163\x70\154\141\171\x5f\156\157\x6e\x65\137\146\x6f\x72\155\163\x22\76\12\11\11\x3c\x69\x6e\x70\x75\x74\x20\164\x79\160\x65\x3d\x22\150\151\144\144\x65\156\42\x20\156\141\155\145\x3d\42\155\x6f\62\146\137\143\157\156\146\151\x67\x75\162\x65\144\x5f\x32\x46\x41\x5f\155\x65\x74\150\157\x64\x22\x2f\76\12\x9\11\74\x69\156\x70\165\x74\40\164\x79\160\145\75\x22\150\x69\144\144\145\x6e\42\x20\x6e\141\155\145\75\42\155\x69\x6e\x69\157\162\x61\156\x67\x65\137\x63\x68\141\x6c\x6c\145\156\x67\145\137\146\x6f\162\x67\157\164\x70\x68\157\x6e\x65\137\156\157\156\x63\x65\x22\xa\11\x9\x9\x20\40\40\x76\x61\154\x75\145\x3d\42";
echo wp_create_nonce("\155\x69\x6e\x69\157\x72\x61\x6e\147\145\55\62\55\x66\x61\x63\x74\157\x72\55\x63\150\141\x6c\154\145\156\x67\145\x2d\x66\x6f\162\x67\157\x74\160\x68\x6f\x6e\145\55\156\x6f\156\x63\x65");
echo "\42\57\76\12\11\x9\74\151\x6e\160\x75\164\40\x74\171\x70\145\75\42\x68\151\x64\x64\145\156\x22\x20\156\141\155\x65\75\x22\157\x70\164\151\157\x6e\x22\40\x76\141\x6c\165\145\75\42\x6d\151\156\x69\x6f\x72\141\x6e\x67\x65\137\143\150\x61\154\154\x65\156\147\x65\x5f\146\157\x72\x67\157\x74\x70\150\x6f\156\145\x22\76\12\x9\11\x3c\x69\x6e\x70\165\164\40\164\x79\160\145\x3d\42\150\x69\x64\x64\145\156\42\x20\156\x61\155\x65\x3d\42\162\145\x64\x69\162\145\x63\164\x5f\164\x6f\42\40\x76\141\x6c\x75\145\x3d\42";
echo $kO;
echo "\42\57\76\12\11\11\x3c\151\x6e\x70\x75\x74\40\164\171\x70\x65\75\x22\x68\151\x64\x64\x65\156\42\x20\x6e\141\x6d\x65\75\42\163\145\163\x73\x69\157\x6e\x5f\151\x64\42\40\x76\141\154\165\x65\75\x22";
echo $dj;
echo "\42\x2f\x3e\12\11\x3c\57\x66\x6f\162\155\76\xa\12\11\74\x73\x63\162\x69\x70\164\76\xa\x9\x9\146\165\156\x63\164\151\x6f\x6e\40\155\x6f\x6c\157\x67\151\x6e\142\x61\143\153\50\51\x20\x7b\xa\x9\x9\x9\152\x51\x75\x65\x72\x79\50\47\x23\x6d\x6f\x32\x66\x5f\x62\x61\143\153\x74\x6f\x5f\155\157\137\154\x6f\x67\x69\156\146\157\x72\155\x27\51\56\163\x75\142\x6d\x69\x74\50\x29\x3b\12\11\11\175\12\12\11\x9\x66\x75\x6e\143\164\x69\x6f\156\x20\x6d\157\x32\146\163\145\x6c\145\x63\164\146\x6f\162\147\157\164\x70\150\x6f\156\x65\157\x70\164\151\x6f\156\50\51\40\x7b\xa\x9\x9\x9\x76\x61\x72\40\157\x70\164\x69\x6f\x6e\40\x3d\x20\152\121\165\145\x72\x79\x28\47\151\156\x70\165\164\133\156\141\155\145\x3d\x6d\x6f\x32\x66\x5f\x73\145\154\x65\x63\164\x65\144\x5f\146\157\162\x67\157\164\160\x68\x6f\156\x65\137\x6f\160\164\151\x6f\x6e\x5d\x3a\x63\x68\145\143\153\x65\144\47\x29\x2e\x76\x61\x6c\50\51\73\xa\11\11\x9\144\157\143\x75\x6d\145\156\164\56\x67\x65\x74\x45\x6c\145\x6d\145\x6e\164\x42\x79\x49\x64\x28\42\x6d\157\62\x66\137\143\x68\141\x6c\154\145\x6e\x67\x65\137\x66\157\162\147\157\x74\x70\150\x6f\x6e\145\137\146\157\162\155\42\x29\56\145\154\x65\155\x65\156\164\163\133\x30\135\56\166\141\x6c\165\145\x20\x3d\40\157\x70\164\151\157\x6e\73\xa\x9\11\x9\x6a\x51\x75\145\x72\171\x28\x27\x23\155\157\62\146\x5f\143\150\x61\x6c\x6c\x65\156\x67\145\137\146\x6f\162\147\x6f\164\160\x68\157\156\145\x5f\146\x6f\x72\155\47\51\56\x73\x75\x62\155\151\164\50\51\73\12\x9\11\x7d\12\x9\x3c\x2f\x73\x63\162\151\160\x74\76\12\x9\x3c\57\142\157\x64\171\x3e\xa\11\x3c\x2f\150\x74\x6d\x6c\76\12\x9";
}
function mo2f_get_kba_authentication_prompt($Um, $Jb, $kO, $dj, $Ug)
{
$BB = new MoWpnsHandler();
global $ce;
$uP = MoWpnsUtility::get_mo2f_db_and_migrate("\155\x6f\x32\x66\137\154\157\147\x69\156\137\x6f\160\x74\x69\157\156", "\x67\x65\164\137\x6f\x70\164\x69\x6f\x6e");
$Qb = MoWpnsUtility::get_mo2f_multisite_compatible("\155\x6f\x32\x66\137\162\145\x6d\x65\x6d\142\x65\162\137\x64\145\166\151\143\x65");
$bR = MO2f_Utility::mo2f_get_transient($dj, "\x6d\x6f\x32\146\137\x63\x75\x72\x72\x65\x6e\x74\x5f\165\x73\x65\162\x5f\x69\144");
MO2f_Utility::mo2f_debug_file("\x50\x72\x6f\x6d\x70\x74\x65\x64\40\x4b\102\x41\x20\x76\x61\154\x69\144\x61\164\x69\157\156\x20\163\x63\162\x65\x65\156" . "\x20\x55\x73\x65\x72\x5f\x49\120\x2d" . $ce->get_client_ip() . "\40\125\x73\145\x72\137\111\144\x2d" . $bR);
echo "\11\74\150\x74\155\x6c\76\xa\11\x3c\x68\x65\141\144\76\xa\x9\11\74\x6d\x65\164\x61\x20\x68\164\x74\160\x2d\145\161\x75\x69\x76\75\x22\x58\x2d\x55\x41\x2d\x43\157\x6d\160\141\x74\x69\x62\x6c\x65\x22\40\x63\157\156\x74\145\x6e\x74\75\x22\111\105\75\145\144\147\145\x22\76\12\11\x9\74\x6d\x65\164\141\x20\156\x61\x6d\145\x3d\x22\166\151\x65\167\x70\x6f\x72\x74\x22\x20\143\x6f\x6e\x74\145\x6e\x74\75\42\x77\x69\x64\x74\150\x3d\x64\145\166\151\x63\x65\x2d\x77\151\x64\164\x68\54\40\x69\156\x69\164\x69\141\154\x2d\163\143\x61\154\x65\75\x31\x22\x3e\12\x9\x9";
echo_js_css_files();
echo "\x9\74\x2f\x68\145\141\144\x3e\xa\11\x3c\x62\157\144\x79\x3e\xa\11\x3c\x64\x69\166\40\x63\x6c\x61\x73\x73\x3d\42\155\157\x32\146\137\155\x6f\144\141\x6c\x22\40\x74\x61\x62\151\156\144\145\170\x3d\42\x2d\x31\x22\40\x72\157\x6c\x65\x3d\x22\144\x69\141\154\157\147\42\x3e\xa\x9\11\74\x64\x69\x76\40\143\154\x61\163\x73\x3d\42\x6d\x6f\62\x66\55\155\157\x64\141\154\55\142\x61\143\153\144\x72\157\160\x22\76\x3c\x2f\144\151\x76\x3e\xa\x9\x9\74\144\151\x76\40\x63\x6c\141\163\163\x3d\x22\x6d\157\x5f\x63\x75\163\x74\157\x6d\x65\162\x5f\166\141\x6c\x69\144\x61\164\x69\157\x6e\x2d\155\x6f\x64\141\x6c\x2d\x64\x69\141\154\157\x67\40\155\157\x5f\143\x75\163\x74\157\x6d\x65\162\x5f\166\141\154\151\x64\x61\x74\x69\x6f\x6e\55\155\x6f\x64\x61\x6c\55\x6d\x64\x22\76\xa\x9\11\11\x3c\x64\151\x76\40\x63\x6c\x61\x73\163\x3d\x22\154\x6f\147\x69\x6e\40\x6d\x6f\x5f\x63\165\163\164\x6f\155\x65\162\137\166\x61\x6c\151\144\141\x74\151\x6f\156\x2d\x6d\x6f\x64\x61\x6c\x2d\143\x6f\x6e\164\x65\156\x74\42\x3e\xa\11\x9\x9\x9\x3c\x64\x69\166\x20\143\154\x61\x73\163\x3d\x22\155\157\62\146\x5f\x6d\x6f\144\x61\x6c\x2d\x68\145\x61\x64\145\162\42\x3e\12\x9\x9\11\11\x9\x3c\150\x34\40\143\154\x61\x73\163\x3d\x22\x6d\x6f\x32\x66\x5f\x6d\x6f\x64\141\x6c\x2d\x74\x69\164\154\145\x22\x3e\12\11\11\x9\x9\x9\x9\x3c\142\165\164\164\157\x6e\40\x74\x79\160\x65\75\42\x62\x75\x74\x74\157\156\x22\40\x63\x6c\141\x73\163\75\x22\155\x6f\62\146\137\x63\x6c\157\163\145\42\40\144\x61\x74\141\x2d\144\151\x73\155\x69\x73\163\x3d\x22\x6d\157\x64\141\154\x22\x20\x61\x72\151\141\55\154\x61\142\x65\x6c\x3d\x22\x43\x6c\157\163\145\x22\xa\x9\x9\11\x9\11\x9\x9\11\164\x69\x74\154\x65\x3d\42";
echo __("\102\x61\x63\x6b\x20\164\157\40\x6c\x6f\147\x69\156", "\x6d\x69\156\151\157\x72\x61\156\147\x65\x2d\x32\x2d\146\x61\x63\164\x6f\162\x2d\x61\165\x74\x68\145\x6e\164\151\143\x61\x74\151\157\156");
echo "\42\xa\x9\x9\11\x9\x9\x9\x9\11\157\x6e\143\154\x69\x63\x6b\x3d\42\x6d\157\x6c\157\147\x69\x6e\x62\141\143\x6b\50\51\73\42\76\74\x73\x70\x61\x6e\40\x61\162\151\x61\55\x68\151\144\x64\145\x6e\75\42\x74\x72\x75\x65\x22\x3e\x26\164\x69\155\x65\x73\x3b\74\57\x73\x70\141\x6e\x3e\x3c\57\142\x75\164\164\x6f\x6e\x3e\xa\x9\x9\x9\11\x9\11";
echo __("\126\141\x6c\151\144\141\x74\x65\x20\123\145\x63\165\x72\151\x74\171\x20\121\165\x65\x73\x74\x69\157\x6e\163", "\x6d\x69\156\x69\157\162\141\156\147\145\x2d\62\55\x66\x61\x63\x74\157\x72\55\141\x75\x74\150\x65\156\x74\x69\x63\141\164\151\x6f\156");
echo "\11\x9\11\11\11\74\57\x68\64\76\12\x9\x9\x9\11\x3c\57\x64\151\166\x3e\xa\11\x9\x9\11\x3c\144\x69\166\40\143\x6c\141\x73\x73\75\x22\155\x6f\62\146\x5f\x6d\157\144\x61\x6c\55\142\x6f\x64\171\42\76\12\11\x9\11\11\11\x3c\x64\151\x76\x20\151\144\75\x22\x6b\x62\x61\123\145\x63\164\151\x6f\156\x22\x20\143\154\141\163\x73\75\42\x6b\x62\141\123\145\x63\x74\x69\x6f\x6e\x64\151\166\42\76\12\11\x9\x9\x9\x9\x9\74\x64\151\166\x20\151\144\x3d\x22\x6f\x74\160\x4d\x65\x73\x73\x61\147\145\x22\x3e\xa\11\11\11\x9\11\11\x9\x3c\x70\x20\x73\x74\x79\154\x65\75\42\x66\157\156\x74\55\x73\x69\172\x65\x3a\61\x33\x70\x78\73\42\xa\11\x9\x9\11\11\x9\11\x20\x20\40\143\154\141\x73\163\x3d\42\155\157\x32\x66\x61\137\144\151\163\x70\x6c\141\171\x5f\x6d\x65\163\x73\x61\147\x65\137\x66\162\157\156\x74\145\x6e\144\42\x3e";
echo isset($Jb) && !empty($Jb) ? $Jb : __("\120\154\145\141\x73\x65\x20\141\x6e\163\167\145\x72\x20\164\150\145\x20\x66\157\154\x6c\x6f\x77\x69\156\x67\40\161\165\x65\163\164\x69\157\x6e\163\72");
echo "\74\57\x70\x3e\xa\11\11\x9\x9\11\x9\74\x2f\144\151\x76\x3e\12\x9\x9\11\11\11\x9\74\146\157\x72\155\x20\156\x61\x6d\145\75\x22\146\x22\40\151\x64\x3d\x22\155\157\x32\x66\137\163\x75\142\155\x69\x74\153\x62\x61\137\154\x6f\x67\x69\156\146\x6f\162\x6d\42\x20\x6d\x65\x74\150\157\x64\75\x22\x70\x6f\x73\164\42\76\xa\x9\11\11\11\x9\11\x9\x3c\x64\151\166\40\x69\144\x3d\x22\x6d\x6f\62\x66\137\x6b\x62\x61\137\x63\x6f\156\164\145\156\x74\x22\76\xa\x9\x9\11\x9\11\11\11\11\x3c\160\x20\x63\x6c\141\163\163\75\42\x6d\157\x32\x66\137\x6d\x69\x64\144\x6c\x65\x5f\164\145\170\164\42\76\12\x9\11\11\x9\11\x9\x9\11\x9";
$P5 = $Ug;
echo $P5[0]["\x71\165\x65\163\164\151\157\x6e"];
echo "\x9\x9\x9\11\x9\11\11\x9\11\x3c\142\x72\x3e\12\x9\11\x9\11\x9\x9\x9\x9\11\x3c\151\x6e\160\165\x74\x20\x63\x6c\x61\x73\163\x3d\42\x6d\x6f\x32\146\x2d\164\x65\170\164\142\x6f\170\42\40\164\x79\x70\x65\x3d\x22\x70\141\x73\x73\x77\157\x72\144\42\x20\156\x61\155\x65\75\x22\155\x6f\62\146\137\141\x6e\x73\x77\x65\162\x5f\x31\42\x20\x69\x64\75\x22\155\157\x32\x66\137\x61\156\163\167\145\162\x5f\61\x22\xa\11\11\x9\x9\x9\x9\11\x9\x9\x9\x20\x20\40\162\x65\161\x75\151\x72\145\144\x3d\42\164\x72\165\x65\42\40\x61\x75\164\157\146\x6f\143\165\163\x3d\x22\164\x72\x75\x65\42\xa\11\11\11\x9\11\11\11\x9\x9\11\40\40\40\160\x61\x74\x74\145\162\156\75\42\50\x3f\75\134\x53\51\133\101\55\132\x61\55\x7a\303\xa3\xc3\xb5\xc3\242\xc3\xaa\303\xae\303\264\303\273\303\x81\303\200\303\211\xc3\210\303\x8d\xc3\x8c\xc3\223\xc3\222\303\x9a\xc3\x99\xc3\xa1\303\240\303\251\xc3\xa8\303\xad\303\254\303\xb3\303\262\303\xba\303\271\x30\55\x39\137\x40\56\44\x23\46\x61\x6d\x70\x3b\x2b\134\x2d\x5c\163\135\173\x31\54\x31\x30\x30\x7d\42\12\11\x9\x9\x9\x9\11\11\x9\11\x9\x20\40\40\164\151\164\x6c\145\x3d\x22\x4f\x6e\x6c\171\40\141\x6c\x70\150\141\156\x75\155\145\x72\151\143\x20\154\145\164\x74\145\x72\163\40\167\x69\164\150\x20\163\x70\x65\143\x69\x61\154\40\143\150\141\x72\141\x63\x74\x65\162\x73\x28\x5f\100\56\44\x23\x26\x61\x6d\x70\73\53\x2d\51\x20\x61\162\145\x20\x61\154\x6c\x6f\167\145\x64\56\42\xa\11\11\x9\x9\x9\11\x9\11\x9\x9\40\40\40\x61\x75\x74\x6f\x63\157\x6d\160\154\145\164\x65\x3d\x22\x6f\x66\x66\x22\x3e\x3c\x62\x72\x3e\12\11\x9\x9\11\11\11\11\x9\x9";
echo $P5[1]["\x71\165\x65\163\x74\151\157\x6e"];
echo "\74\x62\x72\x3e\xa\x9\11\x9\x9\x9\11\11\x9\11\x3c\151\156\x70\165\x74\40\x63\x6c\141\x73\x73\x3d\x22\x6d\157\62\x66\55\x74\145\170\x74\142\157\170\x22\x20\164\x79\160\145\x3d\42\160\x61\x73\x73\167\157\x72\x64\42\40\x6e\141\x6d\145\75\42\x6d\x6f\x32\x66\137\x61\156\x73\x77\145\x72\x5f\x32\x22\x20\x69\144\75\x22\155\x6f\62\146\x5f\141\x6e\163\x77\145\x72\x5f\62\42\12\11\x9\x9\x9\x9\11\11\x9\11\x9\40\40\x20\162\145\161\x75\x69\x72\145\144\75\x22\164\162\165\x65\x22\40\160\141\x74\164\x65\x72\156\x3d\x22\x28\x3f\75\134\123\51\x5b\x41\x2d\132\x61\55\172\xc3\xa3\xc3\265\303\242\303\252\303\xae\xc3\xb4\303\xbb\303\201\303\200\303\x89\303\x88\xc3\215\303\x8c\303\223\xc3\222\303\232\xc3\231\xc3\xa1\xc3\240\xc3\xa9\xc3\xa8\xc3\255\303\xac\303\263\303\262\303\272\xc3\271\60\x2d\71\137\100\x2e\x24\43\x26\141\155\160\73\53\134\55\x5c\x73\x5d\173\61\x2c\61\60\x30\175\42\12\x9\x9\11\x9\x9\x9\x9\x9\x9\x9\x20\x20\x20\x74\x69\164\154\x65\x3d\x22\117\x6e\154\x79\x20\141\154\160\150\x61\156\165\155\145\x72\151\x63\40\x6c\145\164\164\145\162\163\40\167\151\164\150\40\x73\x70\145\143\151\141\x6c\40\143\x68\x61\x72\141\143\164\x65\162\163\x28\137\100\56\x24\43\46\141\x6d\x70\73\x2b\x2d\51\40\x61\x72\x65\x20\x61\x6c\x6c\157\x77\145\144\x2e\42\xa\x9\11\11\11\11\x9\11\x9\11\11\40\x20\x20\x61\165\164\157\143\x6f\x6d\160\x6c\145\164\145\75\42\157\146\146\42\x3e\xa\12\x9\11\11\x9\11\x9\x9\x9\74\57\160\76\12\x9\x9\11\x9\11\x9\x9\x3c\x2f\x64\151\x76\76\12\11\x9\x9\11\11\11\x9";
mo2f_remember_device_option($uP, $Qb, $dj);
echo "\11\x9\x9\x9\x9\x9\11\x3c\151\x6e\x70\165\x74\40\164\171\x70\145\x3d\42\163\x75\142\155\x69\164\x22\x20\156\141\x6d\145\75\x22\155\151\156\x69\x6f\162\141\x6e\147\145\137\153\142\141\x5f\166\141\154\x69\144\141\x74\145\x22\x20\151\x64\75\42\x6d\151\x6e\x69\x6f\162\141\x6e\x67\x65\137\153\x62\x61\137\x76\x61\154\151\144\141\x74\x65\42\xa\11\x9\x9\x9\x9\x9\x9\11\40\x20\40\143\x6c\141\x73\163\75\x22\x6d\151\156\x69\157\162\x61\156\x67\145\137\x6b\142\x61\137\x76\141\154\151\x64\x61\x74\145\42\x20\163\x74\171\x6c\x65\x3d\x22\146\154\x6f\141\x74\x3a\x6c\x65\x66\x74\73\x22\12\11\11\x9\x9\x9\11\11\x9\x20\x20\40\166\141\154\165\145\75\42";
echo __("\x56\141\154\151\x64\141\x74\145", "\155\151\156\x69\x6f\x72\x61\x6e\147\145\55\62\55\x66\x61\143\164\157\x72\x2d\x61\165\164\150\145\x6e\164\151\143\x61\164\151\x6f\x6e");
echo "\x22\x2f\x3e\xa\11\x9\11\x9\11\11\11\x3c\x69\x6e\160\x75\164\x20\164\x79\160\145\75\42\150\x69\x64\144\145\156\42\40\x6e\x61\x6d\x65\x3d\42\155\x69\x6e\151\157\162\x61\156\147\145\137\x6b\142\x61\x5f\x6e\157\x6e\143\x65\42\12\x9\11\x9\x9\11\11\x9\11\40\x20\x20\x76\x61\x6c\x75\x65\x3d\42";
echo wp_create_nonce("\155\x69\x6e\151\x6f\162\x61\x6e\x67\x65\55\62\x2d\146\141\x63\164\157\162\55\153\142\141\55\x6e\x6f\x6e\x63\x65");
echo "\42\57\76\12\11\11\x9\11\11\x9\x9\40\74\151\156\x70\x75\164\x20\164\171\x70\x65\x3d\x22\x68\x69\x64\x64\145\156\42\x20\156\x61\x6d\x65\x3d\42\x6f\x70\164\x69\157\x6e\x22\12\11\11\11\x9\x9\11\11\11\40\x20\x20\166\141\x6c\x75\x65\75\42\x6d\x69\x6e\151\157\x72\x61\156\x67\145\x5f\153\142\x61\137\x76\x61\x6c\x69\144\x61\164\145\42\x2f\76\12\x9\11\x9\x9\11\11\11\x3c\x69\x6e\160\165\164\x20\164\x79\x70\145\75\x22\x68\x69\144\x64\x65\x6e\42\x20\x6e\141\155\145\75\x22\x72\145\x64\151\162\145\143\164\x5f\x74\x6f\42\x20\x76\x61\x6c\165\x65\75\x22";
echo $kO;
echo "\42\57\x3e\12\x9\11\11\11\x9\x9\x9\x3c\x69\156\160\165\x74\40\164\x79\x70\145\x3d\x22\x68\151\144\144\x65\156\x22\x20\x6e\141\155\x65\x3d\x22\x73\145\163\x73\151\x6f\x6e\137\151\x64\42\40\166\141\154\x75\145\x3d\42";
echo $dj;
echo "\42\57\x3e\12\11\x9\x9\11\x9\x9\74\57\146\157\x72\155\76\xa\11\11\11\x9\x9\11\x3c\x62\162\76\12\11\x9\11\x9\11\74\57\144\x69\166\76\x3c\142\162\76\xa\11\11\x9\x9\11";
if (!(MoWpnsUtility::get_mo2f_db_option("\155\x6f\62\146\137\142\x61\x63\x6b\137\165\x70\137\x63\157\x64\x65\x73", "\x73\x69\x74\x65\x5f\x6f\160\164\151\157\x6e") == 1)) {
goto PV;
}
if (empty(get_user_meta($bR, "\x6d\x6f\x5f\x62\141\x63\153\165\160\x5f\143\157\144\x65\x5f\147\145\156\145\x72\141\164\145\x64", true))) {
goto zz;
}
echo "\12\x9\11\11\11\11\11\x9\74\x64\151\166\76\xa\x9\x9\x9\11\x9\11\11\11\74\x61\x20\x68\x72\145\146\x3d\x22\43\155\157\62\146\137\x62\x61\143\x6b\165\160\x5f\x6f\x70\x74\151\157\x6e\x22\x20\143\154\141\x73\163\75\x22\155\x6f\x32\146\137\146\157\x6f\164\145\x72\137\x74\145\x78\x74\x22\76\12\x9\x9\11\11\x9\11\x9\11\x9\x3c\x70\x20\76";
echo __("\x55\163\145\40\x42\x61\x63\x6b\165\x70\40\103\157\144\x65\163", "\155\151\156\151\157\x72\141\x6e\x67\145\x2d\62\x2d\146\x61\x63\164\x6f\162\x2d\x61\165\x74\150\145\156\x74\151\143\x61\x74\x69\x6f\156");
echo "\74\57\x70\x3e\12\x9\11\11\x9\x9\11\11\x9\74\x2f\141\76\xa\x9\x9\x9\11\x9\11\x9\x3c\x2f\x64\x69\166\x3e\xa\11\11\11\x9\x9\x9\11";
goto bu;
zz:
echo "\x9\x9\11\x9\x9\11\x3c\x64\151\x76\x3e\12\x9\x9\11\x9\11\x9\11\x3c\141\40\x68\x72\x65\x66\x3d\x22\x23\x6d\x6f\62\146\x5f\142\141\143\153\x75\x70\x5f\x67\145\x6e\145\162\141\164\145\x22\x20\x63\154\141\x73\x73\75\x22\x6d\x6f\62\x66\x5f\x66\157\x6f\164\145\162\137\x74\145\x78\164\x22\x3e\xa\x9\x9\11\11\11\x9\11\11\x3c\160\x20\x3e";
echo __("\x53\x65\156\x64\x20\x62\x61\x63\x6b\165\160\x20\x63\x6f\x64\x65\163\40\x6f\156\40\145\x6d\141\151\154", "\x6d\151\156\151\x6f\162\x61\x6e\147\145\x2d\x32\55\x66\141\143\164\157\x72\55\x61\165\164\150\x65\156\x74\x69\143\x61\164\151\157\156");
echo "\x3c\x2f\160\76\xa\x9\x9\11\11\x9\x9\11\74\57\x61\76\12\11\11\11\x9\x9\11\x3c\x2f\144\151\166\x3e\12\11\x9\x9\x9\x9\11";
bu:
PV:
echo "\x9\11\11\11\x9\11\x9\74\144\151\x76\x3e\12\x9\11\x9\x9\11\11\x9\x9\x3c\x70\76\74\141\40\150\x72\145\146\75\42";
echo $BB->lockedOutlink();
echo "\42\x20\x74\141\162\x67\145\x74\x3d\x22\137\142\154\141\156\153\x22\x20\143\x6c\141\163\163\x3d\x22\x6d\x6f\x32\146\137\146\x6f\x6f\x74\145\162\137\164\145\170\x74\40\155\x6f\62\x66\141\137\x62\x6f\164\x74\x6f\x6d\42\x20\76";
echo __("\x49\x27\155\40\154\157\x63\x6b\x65\144\40\x6f\x75\x74\40\46\x20\x75\156\x61\142\x6c\145\x20\164\x6f\40\x6c\x6f\147\x69\156\56", "\155\x69\x6e\151\157\162\x61\156\147\x65\55\x32\55\x66\141\x63\164\157\162\55\x61\165\x74\150\145\156\164\151\x63\x61\x74\x69\x6f\156");
echo "\74\57\141\x3e\74\57\x70\76\xa\11\x9\11\11\11\11\x9\74\x2f\x64\151\166\x3e\xa\12\x9\11\x9\x9\x9";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo "\12\11\11\x9\11\74\57\x64\x69\166\76\xa\x9\x9\11\74\57\x64\151\166\76\xa\11\11\x3c\x2f\x64\x69\166\76\12\11\74\x2f\144\151\x76\76\xa\x9\x3c\146\157\162\x6d\x20\156\x61\x6d\145\75\42\x66\42\x20\151\x64\75\x22\x6d\x6f\x32\x66\x5f\x62\x61\x63\x6b\x74\157\x5f\155\x6f\137\x6c\157\x67\x69\156\146\x6f\x72\155\42\x20\x6d\x65\x74\x68\157\x64\75\42\160\157\163\x74\42\x20\x61\x63\x74\151\157\156\75\x22";
echo mo2f_check_backtologform_action();
echo "\42\12\11\11\x20\x20\143\154\141\163\163\75\42\155\x6f\62\146\x5f\x64\x69\163\160\x6c\x61\x79\137\x6e\x6f\x6e\145\137\x66\157\162\x6d\163\42\x3e\xa\x9\11\x3c\x69\156\160\165\x74\x20\164\x79\160\145\x3d\x22\x68\x69\144\144\x65\x6e\42\40\x6e\x61\x6d\x65\75\42\x6d\x69\156\x69\x6f\162\141\156\x67\x65\x5f\x6d\x6f\x62\151\x6c\145\x5f\166\141\x6c\x69\x64\141\164\151\157\x6e\x5f\x66\x61\x69\154\x65\144\x5f\156\157\156\143\145\42\12\x9\11\11\x20\40\40\x76\x61\x6c\x75\145\75\x22";
echo wp_create_nonce("\155\x69\156\x69\x6f\x72\x61\x6e\147\145\55\x32\x2d\x66\x61\x63\x74\157\x72\x2d\155\x6f\x62\151\x6c\x65\x2d\x76\x61\154\x69\x64\x61\164\151\157\156\x2d\x66\141\x69\x6c\145\x64\x2d\156\157\156\x63\145");
echo "\42\x2f\76\12\11\x9\x3c\151\x6e\x70\x75\x74\40\164\171\x70\x65\x3d\x22\150\x69\144\x64\x65\x6e\x22\40\x6e\x61\155\x65\x3d\x22\x6f\x70\x74\x69\x6f\x6e\x22\x20\x76\141\154\165\x65\x3d\x22\155\x69\156\151\157\162\141\156\x67\145\137\155\157\x62\x69\x6c\145\137\x76\141\x6c\151\x64\141\164\x69\157\156\x5f\x66\x61\151\x6c\145\144\x22\76\12\x9\x9\74\x69\156\x70\x75\164\x20\x74\x79\160\145\75\x22\x68\151\x64\144\x65\156\x22\40\x6e\x61\155\145\x3d\x22\x73\145\x73\x73\x69\x6f\156\x5f\x69\x64\42\40\x76\x61\154\x75\145\x3d\x22";
echo $dj;
echo "\x22\57\76\12\11\x9\74\x69\x6e\160\165\x74\40\x74\171\x70\x65\x3d\42\x68\151\144\x64\145\x6e\x22\x20\x6e\141\x6d\x65\x3d\42\162\x65\x64\151\x72\x65\x63\x74\x5f\x74\x6f\x22\40\x76\141\x6c\165\145\75\42";
echo $kO;
echo "\x22\57\x3e\xa\11\74\57\146\x6f\x72\x6d\x3e\12\12\11\74\x73\x63\162\151\160\x74\x3e\xa\11\11\146\165\x6e\143\x74\x69\157\x6e\x20\x6d\x6f\154\157\147\151\156\x62\x61\143\153\x28\x29\x20\x7b\xa\11\11\x9\x6a\x51\165\145\x72\171\50\47\43\155\x6f\62\146\x5f\142\x61\143\x6b\164\157\137\155\x6f\x5f\154\157\x67\151\156\x66\157\162\x6d\47\x29\56\163\165\x62\x6d\151\x74\x28\51\73\xa\11\11\x7d\12\12\11\11\x6a\x51\165\145\x72\x79\x28\x27\x61\133\150\x72\145\146\x3d\x22\43\155\x6f\x32\146\x5f\x62\141\x63\x6b\x75\x70\x5f\x6f\160\164\x69\x6f\156\42\x5d\x27\x29\56\x63\154\151\143\x6b\50\x66\165\x6e\143\164\151\x6f\x6e\50\51\40\x7b\12\11\x9\11\152\121\x75\145\x72\x79\x28\47\x23\155\x6f\x32\x66\137\142\x61\x63\153\165\x70\47\x29\56\163\x75\x62\155\151\x74\50\51\x3b\xa\11\11\175\51\73\12\11\x9\152\x51\x75\145\162\x79\x28\47\x61\133\x68\162\x65\x66\x3d\x22\43\x6d\157\62\146\137\x62\x61\143\153\165\x70\x5f\x67\x65\156\x65\162\x61\164\x65\x22\x5d\x27\x29\x2e\x63\154\x69\x63\153\x28\x66\165\x6e\143\x74\x69\157\x6e\50\x29\40\x7b\12\11\11\x9\152\x51\x75\x65\x72\x79\50\47\x23\x6d\157\x32\146\x5f\143\162\x65\x61\164\x65\137\x62\x61\143\x6b\x75\x70\137\143\157\x64\x65\x73\x27\51\x2e\163\165\x62\x6d\151\164\50\51\x3b\12\11\x9\175\x29\x3b\12\12\x9\x9\x76\x61\162\x20\x69\x73\137\x61\152\141\x78\x20\75\x20\x22";
echo MO2f_Utility::get_index_value("\x47\114\x4f\x42\101\x4c\x53", "\x6d\157\x32\x66\x5f\151\x73\137\x61\x6a\141\x78\137\162\x65\161\165\145\163\164");
echo "\x22\x3b\xa\x9\11\x69\146\x28\151\x73\137\x61\x6a\141\170\x29\x7b\xa\11\11\11\152\x51\165\145\x72\171\x28\x27\43\155\x6f\x32\146\137\141\156\x73\x77\145\x72\137\x31\47\51\56\x6b\x65\x79\x70\162\145\x73\x73\50\146\165\x6e\x63\x74\151\157\x6e\40\50\x65\51\40\173\xa\x9\x9\x9\x9\x69\x66\x20\x28\145\x2e\x77\x68\151\143\150\x20\x3d\75\x20\61\63\51\40\173\x2f\x2f\105\x6e\164\145\x72\40\x6b\145\171\40\160\162\145\x73\163\145\144\12\x9\x9\x9\x9\11\145\56\x70\x72\145\x76\145\x6e\x74\x44\x65\x66\141\165\154\x74\x28\x29\73\12\11\x9\11\11\11\x6d\157\62\x66\137\x6b\142\x61\137\141\x6a\x61\170\50\51\x3b\40\xa\11\x9\11\x9\175\12\x9\x9\11\175\51\x3b\12\x9\x9\x9\x6a\x51\165\145\x72\x79\50\47\43\x6d\x6f\62\x66\x5f\141\x6e\163\167\145\162\137\x32\47\51\56\153\145\x79\x70\162\145\163\x73\50\146\165\x6e\143\164\x69\x6f\x6e\40\x28\145\51\x20\173\xa\x9\x9\x9\11\151\x66\x20\50\145\x2e\x77\150\151\x63\150\40\x3d\75\x20\x31\x33\51\40\173\x2f\57\x45\x6e\x74\145\162\40\x6b\x65\171\40\x70\x72\145\163\163\x65\x64\12\11\x9\11\x9\11\145\x2e\x70\x72\145\x76\x65\156\x74\x44\x65\x66\141\165\x6c\164\50\51\73\40\xa\11\x9\11\11\x9\x6d\157\x32\146\x5f\153\142\x61\137\x61\x6a\x61\x78\50\x29\x3b\12\x9\11\x9\11\175\xa\11\x9\x9\175\51\73\12\x9\x9\x9\152\121\165\145\x72\x79\50\x22\43\x6d\x69\156\x69\157\x72\x61\x6e\147\145\x5f\153\142\141\x5f\166\141\x6c\151\144\x61\x74\145\x22\51\56\143\154\x69\x63\x6b\x28\x66\165\x6e\143\164\x69\157\156\x28\145\x29\173\12\11\x9\11\11\x65\56\160\162\x65\x76\x65\x6e\164\104\145\x66\x61\165\154\x74\x28\x29\x3b\12\11\x9\x9\x9\x6d\x6f\x32\x66\137\153\x62\x61\137\x61\152\x61\170\50\x29\73\xa\11\x9\x9\175\x29\x3b\xa\xa\11\x9\x66\165\156\143\164\x69\x6f\x6e\40\155\157\62\146\137\153\x62\x61\137\141\152\x61\x78\50\51\x7b\xa\x9\x9\11\152\x51\165\145\162\x79\50\x27\43\x6d\x6f\x32\x66\x5f\x61\156\163\167\x65\x72\x5f\x31\x27\x29\56\160\162\157\160\50\47\x64\x69\x73\x61\x62\x6c\145\x64\47\54\x27\x74\162\165\145\47\51\73\12\11\11\x9\152\x51\165\145\x72\x79\50\47\x23\155\157\x32\146\137\141\x6e\163\167\x65\x72\137\62\47\51\56\160\162\157\x70\x28\x27\144\151\x73\141\x62\154\145\x64\x27\x2c\47\164\x72\165\145\x27\51\73\12\11\11\11\152\x51\x75\145\x72\x79\x28\47\43\155\151\x6e\151\157\162\141\156\x67\x65\x5f\153\142\141\137\166\x61\154\x69\144\x61\x74\145\47\x29\x2e\x70\162\x6f\x70\x28\x27\144\151\163\x61\x62\x6c\145\144\x27\x2c\47\164\x72\165\x65\47\51\x3b\x20\x20\40\x20\40\40\x20\xa\x9\11\x9\x76\141\162\40\x64\x61\x74\x61\x20\75\40\173\12\x9\x9\11\x9\x22\x61\x63\x74\x69\157\x6e\x22\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x3a\x20\x22\155\157\x32\146\x5f\141\x6a\x61\170\42\54\12\11\x9\x9\11\x22\x6d\157\62\x66\x5f\141\x6a\141\170\x5f\x6f\160\x74\x69\157\x6e\x22\40\x20\x3a\x20\42\x6d\157\62\x66\137\x61\x6a\141\170\x5f\153\x62\x61\42\54\12\11\x9\11\x9\x22\x6d\157\x32\146\137\141\x6e\163\x77\145\162\x5f\x31\x22\x20\x20\40\40\x20\x3a\40\152\x51\165\145\x72\x79\50\x20\42\151\156\160\165\x74\x5b\x6e\141\155\x65\x3d\134\47\x6d\157\x32\x66\x5f\x61\x6e\163\167\145\162\x5f\x31\x5c\x27\x5d\x22\x20\51\56\166\141\154\50\x29\x2c\12\11\11\11\x9\x22\155\x6f\62\x66\137\141\156\x73\167\x65\162\x5f\x32\x22\x20\40\x20\x20\40\72\40\152\x51\x75\145\162\x79\x28\x20\x22\151\x6e\160\x75\x74\x5b\x6e\141\x6d\x65\75\134\x27\155\x6f\62\x66\137\x61\x6e\x73\167\145\162\x5f\62\134\47\x5d\42\40\51\56\x76\141\x6c\50\x29\x2c\xa\11\x9\11\x9\42\x6d\151\x6e\x69\157\162\141\156\x67\x65\x5f\x6b\x62\x61\x5f\x6e\157\x6e\x63\x65\x22\x20\72\x20\152\x51\165\x65\162\171\x28\x20\42\x69\x6e\x70\165\x74\133\x6e\141\155\x65\x3d\134\x27\155\x69\x6e\x69\157\162\141\x6e\x67\x65\137\x6b\142\x61\137\156\x6f\x6e\x63\145\134\47\x5d\x22\x20\x29\56\166\x61\154\50\51\54\12\x9\x9\x9\x9\x22\163\x65\x73\x73\x69\157\156\137\x69\x64\x22\x20\40\x20\40\x20\40\x20\40\x3a\40\x6a\121\165\x65\x72\x79\50\x20\42\151\156\160\165\x74\133\156\141\x6d\145\x3d\134\47\x73\x65\163\163\151\157\156\137\151\144\134\47\x5d\x22\x20\x29\56\x76\x61\154\50\51\54\12\11\x9\11\11\x22\x72\x65\x64\x69\162\145\x63\164\137\x74\157\42\40\x20\x20\x20\x20\x20\40\72\x20\x6a\121\165\x65\162\171\x28\40\x22\x69\x6e\160\x75\x74\x5b\x6e\141\x6d\x65\x3d\x5c\47\162\145\144\x69\x72\145\x63\x74\x5f\164\x6f\x5c\47\135\x22\x20\51\x2e\166\141\x6c\x28\x29\54\xa\x9\x9\11\11\x22\x6d\157\x32\x66\137\x74\162\165\163\164\x5f\144\x65\x76\151\x63\145\42\40\x3a\40\152\x51\x75\145\x72\171\50\x20\x22\x69\156\160\x75\x74\133\156\x61\x6d\x65\75\x5c\x27\155\157\62\146\x5f\164\x72\165\x73\164\x5f\144\x65\x76\x69\143\145\x5c\47\x5d\x22\40\51\x2e\166\141\x6c\x28\51\x2c\12\11\11\11\x7d\x3b\12\11\x9\11\x6a\121\165\x65\162\171\56\160\157\163\x74\x28\155\x79\x5f\x61\152\x61\170\x5f\x6f\x62\152\x65\143\164\x2e\x61\x6a\x61\x78\x5f\x75\162\x6c\54\40\x64\x61\164\x61\x2c\40\x66\165\x6e\143\x74\151\x6f\156\50\x72\145\x73\160\157\x6e\x73\x65\51\40\x7b\12\x9\x9\x9\151\146\40\x28\40\164\x79\160\x65\157\146\x20\x72\x65\163\x70\x6f\x6e\163\145\x2e\x64\x61\x74\x61\x20\x3d\75\75\x20\42\165\156\x64\x65\x66\x69\x6e\x65\144\x22\51\x20\173\12\x9\x9\11\11\x6a\121\x75\x65\162\171\x28\x22\x68\164\155\x6c\42\x29\56\150\164\x6d\x6c\x28\162\x65\163\x70\157\156\163\x65\x29\x3b\xa\x9\x9\x9\x7d\xa\x9\x9\x9\145\154\x73\x65\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\12\x9\11\x9\x9\x6c\157\x63\141\164\151\157\x6e\x2e\x68\x72\x65\x66\x20\75\40\162\x65\163\160\157\156\x73\x65\56\x64\141\164\141\x2e\162\145\144\x69\x72\x65\x63\164\73\40\40\12\x9\x9\x9\175\51\73\x20\12\11\x9\x7d\xa\11\175\12\11\x3c\x2f\163\x63\162\151\x70\164\76\xa\11\x3c\57\142\x6f\144\x79\x3e\12\12\11\74\57\x68\164\x6d\154\x3e\12\x9";
}
function mo2f_get_push_notification_oobemail_prompt($IZ, $Um, $Jb, $kO, $dj, $Ug)
{
$BB = new MoWpnsHandler();
global $aq, $jz, $ce;
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\x6f\x32\146\x5f\x65\x6e\x61\142\x6c\x65\x5f\146\x6f\x72\x67\x6f\164\160\x68\x6f\x6e\x65", "\147\x65\x74\x5f\157\x70\x74\151\157\156");
$qw = $aq->get_user_detail("\x6d\157\x32\146\x5f\x53\x65\x63\x75\162\151\164\x79\121\x75\x65\163\x74\151\x6f\x6e\163\137\x63\157\x6e\146\151\147\137\163\164\x61\x74\165\163", $IZ);
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("\155\157\62\x66\137\151\x73\137\x4e\x43", "\147\145\164\137\157\x70\x74\151\157\156");
$sE = get_user_meta($IZ, "\155\157\x32\146\x5f\x45\x56\x5f\164\170\x69\x64", true);
$bR = MO2f_Utility::mo2f_get_transient($dj, "\155\157\62\x66\137\143\165\x72\x72\x65\x6e\164\137\165\163\x65\162\137\151\x64");
MO2f_Utility::mo2f_debug_file("\x57\x61\x69\164\151\156\147\x20\x66\157\162\x20\x70\x75\163\150\x20\156\x6f\x74\x69\146\x69\143\141\x74\151\x6f\156\x20\x76\141\x6c\x69\x64\x61\x74\x69\x6f\x6e\40" . "\x20\125\163\145\x72\x5f\111\120\55" . $ce->get_client_ip() . "\40\x55\x73\x65\x72\x5f\x49\x64\x2d" . $bR);
if (MO2F_IS_ONPREM) {
goto Yj;
}
$sE = MO2f_Utility::getTransactionIdFromSessionId($dj);
Yj:
echo "\40\x20\x20\40\74\x68\164\155\154\x3e\xa\40\40\x20\40\x3c\150\145\141\144\x3e\xa\x20\x20\x20\40\x20\40\40\x20\x3c\x6d\x65\164\141\x20\150\164\164\160\55\145\x71\x75\x69\166\75\42\130\55\125\101\x2d\x43\x6f\x6d\x70\x61\x74\151\x62\154\145\42\40\x63\157\156\x74\x65\156\164\x3d\42\111\105\x3d\x65\x64\x67\x65\x22\76\xa\40\40\x20\x20\x20\x20\x20\x20\74\155\x65\164\x61\x20\x6e\x61\x6d\x65\x3d\x22\166\151\145\x77\160\x6f\x72\x74\x22\40\143\157\x6e\164\x65\156\x74\75\x22\167\151\x64\x74\x68\x3d\144\x65\x76\x69\x63\x65\x2d\x77\x69\144\164\150\x2c\x20\151\156\x69\x74\x69\x61\x6c\55\x73\x63\141\x6c\145\x3d\61\x22\x3e\xa\x9\11";
echo_js_css_files();
echo "\x20\40\40\x20\74\x2f\x68\145\141\x64\x3e\12\40\40\x20\x20\x3c\142\x6f\144\171\x3e\12\x20\40\x20\x20\74\144\151\166\40\x63\154\141\x73\163\75\x22\155\x6f\62\146\137\155\157\x64\141\154\42\x20\x74\141\142\151\x6e\x64\x65\x78\x3d\42\55\61\x22\40\x72\157\154\145\x3d\x22\144\x69\x61\x6c\x6f\147\42\x3e\xa\x20\40\40\40\40\40\x20\40\74\144\x69\x76\40\x63\154\141\x73\163\75\x22\155\x6f\x32\x66\x2d\155\157\x64\141\x6c\55\x62\141\x63\x6b\144\162\157\160\x22\76\74\57\144\151\x76\x3e\12\x20\40\40\x20\x20\x20\40\x20\74\x64\151\166\x20\x63\154\141\163\x73\x3d\42\155\157\x5f\x63\165\x73\164\157\x6d\145\x72\137\166\x61\154\151\144\x61\164\x69\157\x6e\55\x6d\x6f\144\x61\x6c\55\x64\151\141\x6c\157\x67\40\x6d\157\x5f\143\165\163\x74\157\x6d\x65\x72\x5f\x76\141\154\151\x64\x61\x74\x69\x6f\x6e\55\155\157\144\141\154\55\x6d\144\x22\76\xa\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\74\x64\x69\x76\40\x63\154\x61\163\163\75\x22\154\x6f\147\151\156\x20\155\157\x5f\143\x75\163\164\157\x6d\145\x72\137\x76\x61\x6c\x69\144\x61\x74\151\x6f\x6e\55\155\x6f\144\141\154\x2d\143\x6f\156\x74\x65\x6e\164\x22\x3e\12\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\74\144\x69\166\40\x63\154\141\163\x73\x3d\42\x6d\157\62\146\137\155\x6f\144\x61\x6c\55\150\x65\141\x64\x65\x72\42\76\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\74\x68\x34\x20\x63\154\x61\163\x73\x3d\x22\155\157\x32\146\137\155\157\x64\x61\x6c\x2d\x74\151\x74\x6c\x65\42\x3e\12\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\74\x62\x75\164\x74\x6f\156\x20\x74\x79\x70\x65\x3d\42\x62\x75\x74\x74\x6f\x6e\42\40\143\x6c\141\163\163\x3d\42\155\157\62\x66\137\143\154\x6f\163\x65\42\40\144\x61\x74\141\55\x64\151\x73\x6d\x69\x73\163\x3d\42\x6d\x6f\144\x61\154\x22\x20\141\x72\151\141\55\x6c\x61\142\x65\x6c\75\42\x43\154\x6f\163\145\x22\12\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\164\151\164\x6c\x65\75\42";
echo mo2f_lt("\102\141\143\x6b\40\x74\x6f\x20\x6c\x6f\147\151\x6e");
echo "\x22\12\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x6f\156\x63\154\151\x63\x6b\75\42\x6d\157\154\157\147\151\x6e\x62\x61\143\x6b\x28\51\73\42\76\74\x73\160\141\x6e\x20\x61\x72\x69\141\55\150\x69\144\x64\x65\x6e\75\x22\x74\x72\x75\x65\x22\76\x26\x74\x69\155\x65\163\73\x3c\57\163\x70\141\x6e\x3e\x3c\57\142\x75\164\x74\157\156\76\xa\11\11\x9\11\x9\x9";
echo mo2f_lt("\101\143\143\145\160\164\x20\131\x6f\165\x72\x20\x54\162\x61\156\163\141\x63\164\x69\157\x6e");
echo "\74\57\150\64\76\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\74\57\x64\x69\166\76\xa\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\74\x64\x69\x76\x20\143\x6c\141\163\x73\x3d\42\x6d\x6f\62\x66\137\x6d\x6f\x64\x61\154\x2d\x62\157\x64\x79\x22\x3e\xa\x9\11\11\x9\11";
if (!(isset($Jb) && !empty($Jb))) {
goto hw;
}
echo "\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x3c\x64\x69\166\x20\x69\x64\x3d\x22\x6f\x74\160\x4d\145\x73\x73\141\147\x65\42\x3e\xa\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x3c\x70\40\x63\154\x61\x73\x73\x3d\x22\x6d\x6f\62\146\x61\x5f\x64\x69\x73\160\x6c\141\x79\137\155\145\163\x73\141\147\145\x5f\146\162\157\156\164\145\x6e\144\42\x3e";
echo $Jb;
echo "\74\57\160\x3e\xa\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\74\x2f\144\x69\166\76\12\x9\11\11\x9\x9";
hw:
echo "\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\74\144\151\166\40\151\144\x3d\42\160\165\163\150\123\145\143\164\x69\157\156\42\76\xa\12\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x3c\x64\x69\x76\x3e\12\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\x63\x65\x6e\164\x65\162\76\xa\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\x70\x20\143\x6c\x61\x73\x73\75\x22\x6d\157\62\x66\x5f\x70\x75\163\150\137\157\x6f\x62\137\x6d\x65\x73\163\141\x67\x65\x22\x3e";
echo mo2f_lt("\127\x61\x69\164\x69\x6e\x67\40\x66\157\x72\x20\171\x6f\x75\162\x20\141\x70\160\x72\x6f\166\141\x6c\56\x2e\56");
echo "\74\57\160\76\12\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x3c\57\x63\x65\156\164\x65\x72\x3e\12\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x3c\x2f\x64\151\166\x3e\xa\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\74\x64\x69\x76\x20\x69\x64\75\42\x73\x68\x6f\167\x50\x75\x73\150\111\x6d\141\147\x65\42\x3e\xa\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x3c\143\145\156\164\145\x72\76\12\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\74\x69\x6d\x67\40\163\x72\x63\75\x22";
echo plugins_url("\151\x6e\143\154\x75\144\x65\163\x2f\151\155\x61\x67\145\x73\57\x61\x6a\x61\x78\x2d\x6c\157\x61\144\x65\x72\x2d\154\157\x67\x69\156\56\147\x69\146", dirname(dirname(__FILE__)));
echo "\x22\x2f\x3e\12\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\x2f\x63\145\156\164\x65\162\76\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\x3c\57\x64\151\166\76\xa\12\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x3c\163\x70\x61\156\40\163\x74\171\154\x65\x3d\42\x70\x61\x64\x64\151\156\147\x2d\162\x69\147\150\x74\72\62\x25\73\x22\x3e\12\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20";
if (isset($Um) && $Um == "\x4d\x4f\x5f\x32\137\x46\x41\x43\124\117\x52\137\103\x48\x41\x4c\114\x45\116\107\x45\137\x50\125\x53\x48\x5f\x4e\x4f\124\111\106\111\x43\x41\124\x49\117\116\123") {
goto Xy;
}
if (!(isset($Um) && $Um == "\115\117\x5f\62\137\106\101\103\x54\117\122\x5f\103\x48\101\x4c\114\105\x4e\107\105\x5f\117\x4f\102\137\105\x4d\x41\x49\114" && $Qz && $qw)) {
goto QP;
}
echo "\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\74\143\145\156\x74\145\x72\76\xa\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x3c\x61\x20\x68\x72\145\x66\x3d\42\x23\155\157\62\146\x5f\x61\154\164\x65\162\156\x61\x74\x65\x5f\154\157\x67\x69\156\137\153\142\x61\x22\40\x63\x6c\141\163\x73\75\x22\155\157\62\146\137\155\151\144\144\x6c\x65\137\164\145\170\x74\42\x3e\xa\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\160\40\x63\x6c\x61\163\x73\x3d\42\x6d\157\x32\x66\x5f\160\x75\163\x68\137\157\157\x62\x5f\x62\x61\143\x6b\165\160\x22\76";
echo mo2f_lt("\104\x69\x64\156\47\164\x20\x72\145\143\x65\151\166\x65\x20\x6d\x61\151\154\x3f");
echo "\74\x2f\x70\x3e\12\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x3c\x2f\141\x3e\12\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x3c\x2f\143\145\x6e\x74\x65\162\76\12\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20";
QP:
goto mG;
Xy:
echo "\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x3c\143\145\x6e\x74\x65\x72\76\xa\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20";
if (!($Qz && !$Ni)) {
goto Aj;
}
echo "\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\74\x69\x6e\160\x75\164\x20\164\x79\160\x65\75\x22\142\x75\164\x74\x6f\156\42\40\156\x61\x6d\145\75\42\x6d\151\156\151\157\x72\x61\156\x67\x65\137\154\x6f\147\x69\x6e\x5f\146\157\x72\x67\x6f\x74\160\150\x6f\156\145\x22\12\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\157\156\143\x6c\x69\143\153\x3d\42\155\x6f\x6c\157\x67\151\x6e\146\157\x72\x67\x6f\164\x70\150\157\156\145\50\x29\73\42\40\151\x64\x3d\42\155\151\156\151\157\x72\141\x6e\x67\145\137\154\x6f\147\151\156\137\146\157\162\147\x6f\x74\160\x68\x6f\x6e\x65\x22\xa\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\143\154\141\x73\x73\75\42\155\151\156\x69\157\162\x61\x6e\147\x65\137\154\157\147\151\x6e\137\146\157\162\147\157\x74\160\x68\157\156\145\42\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\166\x61\154\x75\145\x3d\x22";
echo mo2f_lt("\x46\x6f\162\x67\157\x74\x20\x50\x68\x6f\x6e\x65\77");
echo "\x22\x2f\x3e\12\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20";
Aj:
echo "\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\46\145\155\163\160\73\46\145\155\x73\x70\73\xa\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\74\151\156\160\165\x74\x20\x74\171\160\145\75\42\x62\x75\x74\164\x6f\156\42\x20\x6e\x61\x6d\145\x3d\x22\x6d\151\x6e\x69\157\x72\x61\x6e\x67\x65\x5f\x6c\157\147\x69\156\x5f\x6f\146\x66\154\151\x6e\145\42\40\x6f\156\143\154\x69\x63\x6b\x3d\42\x6d\x6f\154\x6f\x67\x69\x6e\157\146\x66\x6c\x69\156\145\50\51\x3b\x22\xa\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x69\144\75\42\x6d\x69\156\x69\157\162\141\x6e\x67\145\x5f\154\x6f\147\151\156\x5f\157\x66\146\x6c\151\x6e\x65\42\40\x63\x6c\x61\x73\163\x3d\42\x6d\151\156\x69\157\x72\141\156\x67\x65\x5f\x6c\x6f\147\x69\x6e\137\x6f\146\146\x6c\151\156\145\42\12\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\166\x61\x6c\x75\145\x3d\x22";
echo mo2f_lt("\x50\150\x6f\156\145\40\x69\x73\x20\x4f\146\x66\x6c\151\156\145\x3f");
echo "\x22\x2f\x3e\12\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\74\57\143\145\156\x74\145\162\x3e\12\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40";
mG:
echo "\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x3c\x2f\x73\160\141\156\x3e\xa\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x3c\x63\x65\156\x74\145\x72\76\xa\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40";
if (!(MoWpnsUtility::get_mo2f_db_option("\155\x6f\62\146\137\142\141\143\x6b\x5f\x75\160\x5f\143\x6f\144\x65\x73", "\163\x69\164\x65\x5f\x6f\160\x74\x69\x6f\x6e") == 1)) {
goto OI;
}
if (empty(get_user_meta($bR, "\x6d\x6f\x5f\142\141\x63\153\165\x70\137\x63\x6f\x64\x65\137\147\x65\156\145\162\141\x74\x65\x64", true))) {
goto Yr;
}
echo "\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\74\x64\151\x76\76\12\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\74\141\40\150\162\x65\x66\x3d\x22\43\155\x6f\x32\x66\x5f\x62\141\x63\x6b\x75\x70\x5f\157\160\x74\151\157\x6e\x22\x20\x63\154\x61\163\163\x3d\x22\x6d\157\62\146\x5f\x66\x6f\x6f\164\x65\x72\137\x74\x65\x78\x74\42\x3e\12\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\74\x70\x20\x3e";
echo __("\x55\x73\145\x20\102\141\143\153\x75\160\40\x43\157\144\145\x73", "\x6d\x69\156\151\x6f\162\141\x6e\x67\145\55\62\x2d\x66\x61\143\x74\x6f\162\x2d\141\x75\164\x68\145\x6e\164\151\x63\x61\164\151\157\x6e");
echo "\74\x2f\160\x3e\12\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x3c\57\141\x3e\12\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x3c\57\x64\151\166\76\12\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20";
goto DF;
Yr:
echo "\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x3c\x64\151\x76\76\12\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\141\x20\150\x72\x65\146\x3d\42\43\x6d\x6f\62\146\x5f\142\x61\143\x6b\165\160\x5f\147\145\156\145\162\x61\164\145\x22\x20\143\x6c\x61\x73\163\75\42\155\x6f\62\x66\x5f\146\157\157\x74\x65\162\x5f\x74\x65\x78\x74\x22\76\12\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x3c\x70\x20\163\x74\171\154\145\75\42\146\x6f\x6e\164\55\x73\x69\172\145\72\61\64\160\170\x3b\x20\146\x6f\x6e\164\55\x77\x65\x69\147\x68\x74\72\x62\x6f\x6c\144\x3b\42\x3e";
echo __("\x53\145\x6e\144\x20\x62\x61\x63\153\165\x70\40\x63\x6f\x64\145\163\40\157\x6e\x20\x65\x6d\x61\151\154", "\155\151\x6e\x69\x6f\x72\x61\x6e\147\x65\55\62\55\x66\x61\143\164\x6f\162\x2d\x61\165\164\150\145\x6e\x74\151\143\x61\164\151\x6f\156");
echo "\74\57\160\76\xa\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x3c\x2f\141\76\12\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x3c\57\144\151\166\76\xa\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40";
DF:
OI:
echo "\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\74\x64\151\166\x3e\xa\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x3c\x70\76\x3c\141\40\150\x72\145\146\75\x22";
echo $BB->lockedOutlink();
echo "\x22\x20\x74\x61\162\147\x65\164\x3d\x22\137\x62\x6c\x61\156\x6b\x22\x20\143\154\x61\x73\x73\75\x22\155\x6f\x32\x66\x5f\146\x6f\x6f\164\x65\162\x5f\x74\x65\x78\x74\40\155\157\62\x66\141\137\142\x6f\x74\164\x6f\155\42\x3e";
esc_html_e("\x49\x27\x6d\x20\x6c\157\143\153\145\x64\x20\x6f\x75\x74\x20\x26\x20\x75\156\141\x62\x6c\145\40\164\x6f\x20\154\x6f\147\151\156\56");
echo "\x3c\57\x61\x3e\x3c\x2f\160\x3e\xa\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\74\x2f\144\151\x76\76\xa\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\57\x63\145\x6e\x74\x65\162\76\xa\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\74\57\144\x69\x76\x3e\12\xa\x9\x9\11\11\11";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo "\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\74\x2f\x64\x69\166\x3e\12\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\74\57\144\x69\x76\x3e\xa\x20\x20\40\40\40\40\40\x20\x3c\57\x64\151\166\x3e\xa\40\40\x20\40\x3c\57\x64\151\166\x3e\xa\40\40\x20\40\x3c\x66\157\162\x6d\x20\156\141\155\x65\x3d\42\146\x22\40\x69\x64\75\x22\155\157\x32\146\137\142\x61\143\153\164\157\137\155\157\137\154\x6f\147\151\156\146\157\x72\155\42\40\155\145\x74\150\x6f\144\x3d\x22\x70\157\x73\x74\42\40\141\143\164\x69\x6f\x6e\75\x22";
echo mo2f_check_backtologform_action();
echo "\x22\xa\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x63\x6c\141\x73\163\75\42\x6d\x6f\x32\x66\137\144\151\163\160\154\141\x79\137\156\157\x6e\x65\137\x66\157\162\x6d\163\x22\x3e\xa\x20\x20\40\40\40\x20\40\x20\74\151\156\160\x75\x74\x20\x74\171\160\x65\x3d\x22\150\151\x64\144\145\156\42\x20\156\x61\x6d\x65\x3d\x22\155\x69\156\151\157\x72\141\156\x67\x65\137\x6d\x6f\x62\x69\154\x65\x5f\x76\x61\154\151\144\x61\164\x69\157\156\x5f\x66\141\x69\x6c\x65\144\137\156\x6f\156\x63\145\42\xa\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\166\141\154\x75\x65\x3d\42";
echo wp_create_nonce("\x6d\151\x6e\x69\157\x72\141\156\147\145\55\62\55\x66\x61\143\164\x6f\162\55\155\157\142\x69\x6c\x65\x2d\166\x61\x6c\151\x64\141\x74\x69\x6f\156\55\x66\141\x69\x6c\x65\x64\x2d\x6e\157\x6e\x63\145");
echo "\x22\x2f\76\12\x20\40\40\40\40\40\40\x20\x3c\151\156\x70\x75\164\40\164\171\160\x65\75\42\150\151\144\144\145\156\x22\40\x6e\x61\x6d\145\x3d\42\157\x70\164\x69\157\x6e\42\40\166\x61\154\x75\145\x3d\x22\155\x69\x6e\x69\157\162\x61\x6e\147\x65\137\x6d\x6f\142\151\x6c\x65\137\166\141\154\151\x64\141\x74\x69\x6f\156\137\x66\x61\151\x6c\x65\144\42\76\12\x20\x20\x20\40\40\x20\x20\x20\x3c\x69\x6e\x70\165\164\x20\164\x79\x70\145\x3d\42\x68\151\x64\144\x65\156\x22\40\156\141\155\145\75\42\163\145\163\163\151\157\156\x5f\151\x64\x22\x20\166\x61\154\165\145\x3d\x22";
echo $dj;
echo "\x22\x2f\76\xa\40\x20\x20\40\x20\40\x20\x20\74\151\x6e\160\165\x74\x20\x74\x79\160\x65\x3d\42\150\151\x64\144\145\156\42\40\x6e\x61\x6d\x65\75\42\x72\145\x64\x69\162\145\143\x74\137\164\157\x22\40\x76\141\x6c\165\x65\x3d\42";
echo $kO;
echo "\42\x2f\x3e\12\x20\x20\40\40\x20\40\40\40\x3c\x69\156\x70\165\164\40\164\171\160\x65\x3d\x22\x68\x69\x64\144\x65\x6e\42\40\156\141\155\x65\75\42\143\x75\162\162\x65\156\164\115\145\x74\150\x6f\144\x22\x20\166\141\x6c\x75\145\75\42\145\x6d\141\151\154\126\145\162\42\57\76\12\x20\40\x20\40\x20\x20\x20\x20\12\x20\x20\40\x20\x3c\x2f\x66\157\162\x6d\x3e\xa\40\40\40\40\x3c\146\x6f\162\155\x20\156\141\x6d\145\x3d\42\x66\42\40\x69\x64\75\x22\x6d\157\x32\x66\137\x6d\157\142\151\x6c\x65\137\166\x61\154\x69\x64\141\164\x69\157\x6e\x5f\146\x6f\162\x6d\x22\x20\155\145\x74\x68\157\x64\x3d\x22\x70\x6f\x73\x74\42\x20\x63\154\x61\163\x73\75\42\155\x6f\62\x66\137\144\x69\163\160\x6c\141\171\137\x6e\x6f\156\145\137\146\157\x72\x6d\163\42\76\xa\40\x20\x20\40\x20\x20\x20\x20\x3c\x69\x6e\x70\x75\164\40\164\x79\160\145\75\x22\x68\151\x64\x64\x65\x6e\42\x20\156\141\x6d\145\x3d\42\155\x69\x6e\151\x6f\x72\x61\x6e\147\145\x5f\155\x6f\142\151\154\x65\x5f\x76\x61\x6c\151\x64\141\x74\151\x6f\156\137\156\x6f\x6e\143\145\x22\xa\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x76\141\x6c\x75\x65\x3d\x22";
echo wp_create_nonce("\x6d\151\x6e\x69\x6f\x72\x61\156\147\x65\55\62\55\x66\141\x63\x74\157\162\55\155\x6f\142\x69\154\x65\x2d\166\141\x6c\x69\144\x61\x74\151\157\156\55\x6e\157\156\x63\x65");
echo "\x22\57\76\xa\40\x20\x20\40\40\40\40\x20\74\151\x6e\x70\165\x74\x20\164\171\160\145\75\x22\x68\151\x64\x64\145\156\42\40\x6e\141\155\x65\x3d\x22\x6f\160\164\x69\157\x6e\x22\40\166\141\154\165\145\x3d\x22\155\x69\156\x69\157\x72\x61\156\147\145\137\x6d\157\x62\151\154\145\137\x76\141\x6c\x69\144\141\x74\151\157\156\42\76\xa\x20\x20\40\40\40\x20\40\40\74\151\x6e\x70\165\x74\40\164\171\x70\145\x3d\42\x68\151\x64\144\x65\156\x22\x20\x6e\x61\155\x65\x3d\x22\x72\145\x64\x69\162\x65\x63\164\137\x74\x6f\x22\x20\166\141\154\x75\145\75\42";
echo $kO;
echo "\42\57\76\xa\x20\40\x20\40\40\x20\x20\40\x3c\151\156\x70\x75\x74\x20\x74\171\160\145\75\x22\150\x69\144\144\145\x6e\42\40\x6e\x61\155\x65\75\42\x74\x78\137\164\171\x70\x65\42\x2f\x3e\xa\40\x20\x20\x20\40\40\40\x20\x3c\x69\x6e\x70\165\164\x20\x74\171\160\145\75\x22\150\151\144\x64\145\x6e\x22\40\156\x61\155\145\75\42\163\x65\163\163\x69\x6f\x6e\137\151\144\x22\40\x76\141\x6c\x75\145\x3d\42";
echo $dj;
echo "\42\57\x3e\12\40\40\x20\40\x20\x20\40\40\74\x69\x6e\160\x75\x74\x20\x74\171\160\145\x3d\42\150\151\x64\x64\145\x6e\x22\x20\x6e\141\x6d\x65\x3d\42\x54\170\x69\144\105\x6d\141\x69\x6c\42\x20\x76\141\x6c\x75\x65\75\42";
echo $sE;
echo "\42\57\76\xa\x20\x20\x20\40\40\40\40\40\xa\40\x20\x20\40\74\57\146\157\x72\155\x3e\12\40\x20\40\x20\x3c\146\x6f\162\x6d\40\156\x61\x6d\145\x3d\42\x66\42\x20\x69\144\75\x22\155\157\62\x66\x5f\163\x68\x6f\167\x5f\163\x6f\x66\x74\164\x6f\x6b\x65\156\x5f\154\x6f\x67\x69\156\x66\157\162\155\42\40\x6d\145\x74\x68\157\x64\x3d\42\x70\x6f\163\164\42\x20\x63\x6c\x61\163\163\75\42\x6d\x6f\x32\x66\x5f\144\151\x73\x70\x6c\x61\x79\x5f\156\157\156\145\137\x66\157\x72\155\x73\x22\x3e\12\40\40\x20\40\x20\x20\x20\x20\x3c\151\x6e\x70\x75\x74\x20\164\x79\160\x65\x3d\x22\150\151\144\x64\145\156\x22\x20\x6e\x61\x6d\145\x3d\42\x6d\151\x6e\151\157\x72\x61\x6e\147\x65\137\x73\157\x66\164\164\157\153\x65\x6e\42\12\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\166\141\x6c\x75\x65\75\42";
echo wp_create_nonce("\x6d\x69\156\x69\x6f\162\141\x6e\147\x65\x2d\x32\55\x66\x61\143\x74\157\162\55\x73\157\146\164\x74\157\x6b\145\156");
echo "\42\x2f\x3e\xa\40\x20\x20\40\x20\x20\40\40\74\x69\x6e\x70\x75\164\x20\164\171\160\145\75\42\x68\x69\144\144\x65\x6e\x22\40\156\141\x6d\x65\x3d\x22\x6f\160\x74\151\x6f\156\x22\40\166\x61\x6c\165\145\75\x22\x6d\x69\156\151\157\162\x61\x6e\147\145\137\163\157\x66\x74\164\x6f\x6b\145\x6e\x22\76\xa\40\x20\x20\x20\x20\40\40\40\74\x69\156\160\x75\164\40\164\x79\160\x65\x3d\42\150\x69\x64\144\145\156\x22\40\156\141\155\x65\75\x22\162\145\144\151\162\145\143\164\x5f\x74\157\x22\x20\166\141\154\x75\145\75\42";
echo $kO;
echo "\x22\x2f\x3e\12\x20\40\x20\x20\x20\40\40\x20\x3c\151\x6e\x70\165\x74\x20\164\171\160\145\x3d\x22\150\151\x64\144\145\x6e\x22\x20\156\x61\x6d\x65\x3d\x22\x73\x65\x73\163\x69\x6f\156\x5f\x69\144\42\40\166\x61\x6c\165\x65\x3d\x22";
echo $dj;
echo "\x22\57\76\12\x20\40\40\40\74\57\x66\x6f\162\x6d\x3e\xa\x20\40\40\x20\74\146\157\162\x6d\40\x6e\141\x6d\x65\x3d\x22\x66\x22\x20\151\x64\75\x22\x6d\157\62\146\x5f\163\150\157\x77\137\x66\157\162\x67\x6f\x74\160\150\157\x6e\x65\x5f\x6c\157\x67\x69\156\146\157\x72\155\x22\40\155\145\x74\150\x6f\144\x3d\x22\160\x6f\x73\164\42\40\x63\x6c\x61\163\x73\x3d\x22\155\157\62\x66\x5f\144\x69\163\x70\x6c\141\171\x5f\x6e\x6f\156\145\x5f\x66\x6f\162\x6d\x73\x22\76\xa\40\40\x20\40\40\40\x20\40\x3c\151\x6e\x70\x75\x74\x20\164\x79\160\145\75\42\x68\x69\144\144\x65\x6e\x22\40\156\141\x6d\x65\75\42\162\x65\x71\165\x65\x73\x74\x5f\x6f\x72\151\147\151\156\x5f\155\145\x74\x68\x6f\144\42\x20\x76\141\154\x75\145\x3d\x22";
echo $Um;
echo "\42\x2f\x3e\12\x20\40\x20\x20\40\40\x20\x20\74\151\156\160\165\164\40\164\x79\x70\x65\75\42\x68\x69\144\x64\x65\x6e\x22\40\x6e\x61\x6d\145\x3d\42\x6d\151\x6e\x69\x6f\x72\141\x6e\147\x65\x5f\x66\157\x72\x67\157\164\x70\150\157\x6e\145\x22\12\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\166\x61\x6c\165\145\75\x22";
echo wp_create_nonce("\x6d\151\156\151\157\162\141\x6e\x67\145\x2d\62\55\x66\x61\143\164\157\x72\55\146\157\162\x67\157\164\160\x68\157\x6e\x65");
echo "\x22\57\76\12\40\x20\x20\x20\x20\40\x20\x20\x3c\151\x6e\x70\165\164\x20\164\171\160\145\75\x22\150\151\144\x64\145\x6e\42\40\x6e\141\155\x65\75\x22\x6f\x70\x74\151\x6f\156\42\x20\166\141\x6c\165\x65\x3d\42\155\151\x6e\x69\x6f\162\x61\x6e\x67\145\x5f\x66\x6f\x72\x67\157\164\x70\150\x6f\x6e\x65\x22\x3e\xa\40\x20\40\40\x20\40\40\x20\x3c\x69\156\x70\165\164\x20\164\171\160\145\75\42\x68\x69\144\144\x65\x6e\x22\x20\x6e\x61\155\x65\x3d\x22\x72\145\144\x69\162\145\143\164\x5f\164\157\42\40\x76\x61\x6c\165\x65\75\42";
echo $kO;
echo "\x22\x2f\76\xa\x20\x20\x20\40\x20\40\x20\40\74\151\x6e\x70\165\x74\40\x74\x79\x70\145\x3d\42\150\151\144\144\x65\156\x22\x20\156\141\x6d\x65\x3d\42\x73\145\x73\163\151\x6f\x6e\x5f\151\x64\x22\40\166\x61\x6c\x75\145\75\x22";
echo $dj;
echo "\x22\57\x3e\12\40\x20\40\40\74\57\146\157\x72\x6d\76\12\x20\40\40\x20\74\146\157\x72\x6d\40\156\141\155\x65\75\42\146\42\40\x69\144\75\x22\x6d\157\x32\146\137\141\154\x74\x65\162\156\141\x74\145\x5f\x6c\x6f\x67\x69\156\x5f\153\x62\x61\x66\157\x72\155\42\40\155\x65\164\150\157\144\x3d\x22\160\157\x73\164\x22\40\x63\x6c\141\163\x73\x3d\x22\x6d\x6f\x32\146\137\144\151\x73\160\154\x61\x79\x5f\156\x6f\x6e\x65\137\146\157\162\155\x73\x22\x3e\xa\40\x20\x20\x20\x20\40\40\40\x3c\151\x6e\x70\165\x74\x20\164\x79\160\x65\75\x22\150\151\144\x64\145\x6e\42\x20\156\x61\155\145\x3d\x22\155\151\156\151\157\x72\x61\x6e\147\x65\x5f\x61\154\x74\145\162\156\x61\x74\145\137\154\x6f\x67\151\156\137\153\142\x61\x5f\x6e\157\x6e\143\x65\x22\xa\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x76\x61\154\x75\x65\x3d\x22";
echo wp_create_nonce("\x6d\151\x6e\151\157\162\x61\156\147\x65\x2d\x32\55\x66\141\x63\164\x6f\162\x2d\141\154\x74\145\x72\x6e\x61\x74\145\55\154\157\147\151\156\55\x6b\142\141\55\156\157\156\x63\145");
echo "\42\57\x3e\12\40\x20\x20\40\x20\40\x20\x20\74\x69\156\x70\x75\164\40\164\x79\x70\x65\x3d\x22\150\151\x64\144\145\x6e\42\40\156\141\x6d\x65\x3d\x22\x6f\160\x74\x69\157\156\x22\x20\166\x61\x6c\x75\x65\75\42\x6d\x69\x6e\151\157\x72\141\156\x67\145\x5f\x61\154\x74\x65\x72\156\141\x74\145\x5f\154\157\x67\x69\x6e\137\x6b\142\x61\x22\x3e\12\40\x20\40\x20\40\40\40\x20\x3c\151\x6e\x70\165\x74\40\x74\x79\x70\x65\x3d\x22\150\x69\144\144\x65\156\x22\40\156\x61\155\145\75\42\162\x65\144\151\162\x65\x63\x74\x5f\164\x6f\42\40\x76\x61\x6c\x75\145\x3d\x22";
echo $kO;
echo "\x22\57\x3e\12\x20\40\x20\40\x20\x20\x20\x20\x3c\x69\156\x70\165\x74\40\x74\x79\160\145\x3d\42\x68\151\x64\144\145\x6e\42\x20\156\141\x6d\x65\75\x22\163\x65\x73\163\151\157\x6e\137\151\x64\42\x20\x76\141\154\x75\x65\x3d\x22";
echo $dj;
echo "\x22\x2f\76\xa\x20\x20\40\40\x3c\57\146\x6f\162\155\x3e\xa\xa\xa\x20\40\40\40\74\163\x63\x72\x69\x70\x74\76\xa\40\x20\x20\40\40\x20\x20\x20\166\x61\162\40\x74\x69\x6d\x65\x6f\165\x74\73\12\40\x20\x20\x20\x20\40\x20\40\166\141\162\40\x6c\x6f\x67\x69\156\137\163\x74\x61\164\165\163\40\75\x20\x27";
echo $Um;
echo "\x27\x3b\12\40\40\40\x20\40\x20\40\40\166\141\x72\x20\143\x61\x6c\154\x73\40\40\40\x20\x20\x3d\x20\60\x3b\xa\40\40\40\40\x20\x20\x20\x20\x76\x61\162\x20\x6f\156\160\x72\x65\155\40\x3d\40\x27";
echo MO2F_IS_ONPREM;
echo "\x27\x3b\xa\40\x20\x20\x20\x20\x20\x20\x20\xa\40\x20\40\x20\40\x20\x20\40\151\146\50\154\x6f\x67\x69\x6e\137\x73\164\x61\x74\165\163\x20\41\x3d\40\x22\x4d\117\137\x32\x5f\106\101\x43\124\x4f\x52\x5f\x43\110\101\x4c\x4c\x45\x4e\107\x45\137\120\125\123\x48\137\116\x4f\124\111\x46\111\x43\x41\124\111\x4f\116\x53\x22\40\46\46\x20\157\156\x70\x72\145\x6d\x20\x3d\75\61\51\12\40\40\x20\x20\x20\x20\x20\x20\x7b\12\x20\40\40\x20\40\40\x20\40\40\40\40\40\x70\157\x6c\x6c\120\165\163\x68\126\x61\x6c\151\x64\141\x74\x69\157\156\50\x29\73\12\40\x20\40\x20\40\40\x20\40\40\x20\40\40\146\165\x6e\143\x74\x69\157\156\40\x70\157\154\x6c\x50\x75\x73\x68\x56\x61\x6c\x69\x64\x61\x74\x69\x6f\x6e\50\51\12\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x7b\x20\40\40\143\x61\x6c\154\163\x20\75\x20\143\x61\154\154\163\40\x2b\40\61\73\xa\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\166\141\162\40\x64\x61\x74\141\40\75\40\173\47\164\170\151\x64\x27\72\47";
echo $sE;
echo "\47\175\73\12\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x6a\x51\165\145\162\x79\x2e\141\x6a\141\x78\50\x7b\12\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x75\x72\x6c\x3a\40\x27";
echo get_site_option("\x73\x69\x74\x65\165\162\154");
echo "\x27\53\x22\x2f\167\160\55\x6c\x6f\x67\151\x6e\56\160\x68\160\42\x2c\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x74\x79\160\145\72\x20\x22\120\x4f\123\124\42\x2c\xa\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x64\x61\164\x61\x3a\40\144\x61\164\141\x2c\xa\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\163\165\143\x63\x65\163\163\72\x20\146\165\x6e\x63\x74\151\157\x6e\40\50\162\145\163\x75\x6c\164\x29\40\173\xa\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\12\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x76\x61\x72\x20\163\164\x61\x74\165\x73\x20\75\x20\162\145\163\165\x6c\x74\x3b\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x69\x66\40\x28\163\x74\141\164\165\x73\x20\75\75\40\61\x29\x20\x7b\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\152\121\165\x65\162\x79\50\x27\x69\x6e\x70\x75\x74\x5b\x6e\141\x6d\x65\75\x22\164\170\137\x74\171\x70\x65\42\135\x27\x29\56\x76\141\154\50\x22\105\x56\x22\51\73\xa\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x6a\x51\165\145\162\171\x28\x27\x23\x6d\x6f\62\146\x5f\155\x6f\142\x69\154\145\x5f\166\141\154\x69\x64\141\x74\151\x6f\x6e\x5f\x66\157\162\x6d\47\x29\x2e\x73\x75\142\155\151\164\x28\x29\73\12\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x7d\40\x65\x6c\x73\x65\x20\x69\146\40\x28\x73\x74\x61\164\x75\163\x20\x3d\75\40\x27\x45\122\122\117\122\47\40\174\174\40\x73\164\x61\x74\165\x73\x20\x3d\75\40\47\106\101\111\114\x45\104\x27\40\174\x7c\40\x73\x74\x61\x74\x75\x73\x20\75\x3d\40\x27\x44\105\x4e\111\x45\104\x27\40\x7c\174\40\163\x74\x61\164\x75\x73\40\75\75\60\x29\x20\173\12\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x6a\x51\x75\x65\x72\x79\50\x27\43\155\157\x32\146\x5f\142\x61\143\153\164\x6f\137\155\157\x5f\x6c\157\x67\151\x6e\x66\x6f\162\155\47\51\56\x73\x75\x62\155\151\164\50\51\x3b\12\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x7d\x20\x65\154\163\x65\x20\x7b\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\151\x66\50\x63\x61\154\x6c\163\x3c\x33\60\x30\51\12\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x7b\12\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\164\x69\155\145\x6f\x75\164\40\x3d\x20\x73\x65\x74\124\x69\155\x65\157\x75\164\x28\x70\157\154\154\120\x75\163\x68\x56\141\x6c\x69\144\x61\164\x69\x6f\x6e\54\40\x31\x30\x30\60\51\x3b\12\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x7d\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x65\154\x73\x65\12\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x7b\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x6a\x51\x75\145\162\171\50\x27\43\155\x6f\62\146\x5f\142\141\x63\153\x74\x6f\x5f\155\157\x5f\x6c\x6f\x67\x69\156\x66\x6f\162\x6d\x27\x29\x2e\163\x75\142\155\151\164\50\x29\x3b\xa\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x7d\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x7d\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\175\xa\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x7d\51\73\xa\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x7d\12\12\xa\x20\x20\x20\x20\x20\x20\40\40\175\xa\40\x20\40\40\40\40\x20\x20\145\154\163\x65\12\x20\x20\40\40\x20\40\x20\40\173\12\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\155\157\62\x66\137\x70\x6f\154\154\x50\x75\163\150\126\141\154\x69\144\141\164\151\157\x6e\50\51\x3b\12\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x66\x75\156\143\164\x69\x6f\x6e\40\x6d\157\62\146\137\x70\x6f\x6c\154\x50\x75\163\x68\126\141\154\151\x64\x61\x74\151\x6f\156\50\51\x20\x7b\xa\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x76\x61\x72\x20\164\x72\x61\156\x73\x49\144\x20\75\x20\42";
echo $Ug;
echo "\42\73\xa\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x76\x61\162\40\152\163\157\x6e\123\x74\x72\x69\156\147\x20\75\40\42\x7b\x5c\42\164\x78\111\x64\134\42\x3a\x5c\42\42\x20\x2b\x20\x74\162\x61\156\x73\111\144\40\x2b\x20\42\x5c\x22\175\x22\x3b\xa\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x76\x61\162\x20\160\x6f\163\x74\125\162\154\40\x3d\40\x22";
echo MO_HOST_NAME;
echo "\42\x20\53\x20\x22\x2f\155\157\x61\x73\x2f\141\160\x69\x2f\141\165\x74\150\57\x61\165\x74\150\55\x73\x74\x61\164\165\163\x22\x3b\12\12\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x6a\121\x75\145\162\x79\x2e\x61\152\x61\x78\50\173\xa\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\165\162\x6c\x3a\40\x70\157\163\164\125\162\154\x2c\12\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\164\171\160\x65\x3a\40\x22\120\117\x53\x54\42\x2c\xa\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\144\x61\164\141\x54\171\160\x65\x3a\40\x22\x6a\163\x6f\156\42\x2c\12\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x64\x61\164\x61\x3a\40\x6a\163\x6f\x6e\123\164\x72\x69\156\x67\54\12\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\143\x6f\x6e\x74\x65\x6e\164\x54\x79\x70\x65\x3a\x20\x22\x61\160\160\154\151\x63\x61\164\x69\157\156\x2f\152\163\157\x6e\73\x20\143\150\141\x72\163\x65\164\75\165\164\146\x2d\x38\42\54\xa\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\163\165\143\x63\145\x73\163\x3a\x20\146\x75\x6e\x63\x74\x69\x6f\x6e\x20\x28\x72\145\x73\165\x6c\x74\x29\40\x7b\xa\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\166\x61\162\x20\x73\164\141\x74\x75\163\x20\75\x20\x4a\123\x4f\116\56\x70\x61\162\163\x65\x28\112\123\x4f\116\56\x73\164\x72\151\x6e\x67\151\x66\171\50\x72\145\163\x75\x6c\164\x29\51\56\163\x74\141\x74\x75\x73\x3b\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\151\x66\x20\x28\163\x74\141\x74\x75\163\40\x3d\75\x20\47\x53\125\x43\103\x45\123\123\47\x29\x20\173\12\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x6a\121\x75\x65\162\x79\x28\47\151\x6e\x70\165\164\133\156\141\x6d\145\75\x22\x74\x78\137\x74\171\160\145\x22\x5d\47\x29\x2e\166\141\x6c\x28\42\120\116\x22\51\x3b\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x6a\121\x75\x65\162\x79\x28\47\x23\x6d\157\62\x66\137\x6d\x6f\142\x69\154\145\137\x76\141\x6c\x69\x64\x61\x74\x69\x6f\x6e\x5f\x66\x6f\x72\x6d\47\51\x2e\x73\x75\142\155\x69\x74\x28\51\73\12\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\175\40\145\154\163\x65\x20\x69\x66\x20\x28\x73\x74\x61\x74\x75\x73\40\75\x3d\x20\47\x45\122\x52\117\122\x27\40\x7c\174\40\x73\x74\x61\x74\x75\163\x20\75\75\x20\x27\106\x41\x49\114\105\x44\47\40\174\x7c\x20\x73\164\141\x74\x75\163\x20\x3d\x3d\40\47\104\105\116\x49\x45\104\47\51\40\x7b\12\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\152\121\x75\x65\x72\x79\x28\47\x23\155\x6f\x32\146\x5f\x62\x61\x63\x6b\164\157\x5f\155\157\x5f\154\x6f\147\x69\156\146\157\162\x6d\x27\51\x2e\x73\165\142\x6d\151\x74\x28\x29\73\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\175\x20\x65\154\163\145\x20\173\xa\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\164\151\155\x65\x6f\165\164\40\x3d\x20\163\x65\164\124\151\x6d\x65\x6f\x75\x74\50\160\157\x6c\154\120\x75\163\x68\126\141\154\x69\x64\x61\x74\151\157\x6e\54\x20\x33\60\x30\x30\x29\x3b\xa\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\175\xa\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x7d\12\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\175\x29\x3b\12\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\175\12\x20\40\40\x20\x20\x20\x20\40\175\12\12\40\x20\40\x20\40\x20\40\40\146\165\x6e\x63\164\151\157\x6e\40\155\157\x6c\x6f\x67\151\156\157\146\x66\x6c\151\156\145\x28\x29\40\173\xa\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\152\121\165\x65\162\x79\50\47\43\x6d\x6f\x32\x66\137\x73\x68\157\x77\x5f\163\157\146\164\x74\x6f\153\x65\x6e\137\154\157\x67\x69\x6e\146\x6f\162\x6d\47\51\x2e\x73\x75\x62\155\151\164\50\x29\73\12\x20\x20\40\40\40\x20\x20\x20\175\xa\12\x20\x20\x20\x20\x20\40\x20\40\x66\x75\x6e\143\164\x69\157\156\40\x6d\x6f\x6c\157\147\x69\156\x66\x6f\x72\147\157\164\x70\150\x6f\156\x65\50\51\40\173\12\x20\40\40\40\40\40\x20\40\40\40\40\x20\152\x51\x75\x65\x72\x79\x28\47\x23\x6d\157\62\146\137\163\x68\x6f\167\137\146\157\x72\x67\x6f\x74\x70\x68\x6f\x6e\x65\137\x6c\x6f\x67\151\x6e\x66\157\162\155\x27\51\56\163\165\142\155\x69\164\50\x29\73\xa\x20\40\40\40\x20\x20\x20\x20\175\xa\12\40\x20\40\x20\x20\40\40\40\146\x75\x6e\143\x74\151\x6f\156\x20\155\x6f\154\157\x67\x69\156\142\141\x63\153\50\x29\40\x7b\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\152\x51\x75\145\x72\x79\50\x27\43\x6d\x6f\62\x66\x5f\x62\141\143\153\164\157\x5f\x6d\x6f\137\x6c\157\147\x69\156\x66\157\x72\155\x27\x29\x2e\163\165\x62\155\151\164\50\x29\x3b\12\x20\40\40\40\x20\40\x20\x20\x7d\xa\12\40\40\x20\40\40\40\40\x20\152\121\165\145\162\171\x28\x27\x61\133\150\x72\x65\146\75\x22\43\155\157\62\146\x5f\141\x6c\164\x65\162\x6e\x61\164\x65\x5f\154\x6f\147\x69\x6e\x5f\153\142\141\x22\135\x27\51\56\x63\154\x69\x63\x6b\50\146\x75\x6e\143\x74\151\x6f\x6e\x20\50\51\x20\x7b\xa\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\152\121\165\145\162\x79\50\x27\43\155\157\62\146\137\x61\x6c\x74\145\x72\156\x61\x74\145\x5f\154\157\147\151\156\137\x6b\142\141\x66\157\162\155\47\51\56\x73\165\142\155\x69\x74\x28\51\73\xa\40\40\x20\x20\40\x20\x20\40\x7d\51\x3b\xa\40\40\x20\x20\x20\40\x20\40\x6a\x51\165\x65\162\x79\50\x27\141\133\150\162\145\x66\x3d\x22\x23\x6d\157\62\146\137\x62\141\143\x6b\x75\x70\x5f\157\x70\x74\151\157\156\x22\x5d\x27\x29\56\x63\154\151\x63\153\x28\x66\165\x6e\143\x74\151\x6f\156\x28\x29\40\x7b\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x6a\121\x75\x65\x72\x79\x28\47\x23\x6d\x6f\x32\146\x5f\x62\141\143\x6b\165\160\47\x29\x2e\x73\x75\x62\155\151\164\x28\x29\x3b\xa\40\x20\x20\40\40\40\x20\40\x7d\x29\73\12\x20\x20\x20\40\x20\x20\40\x20\152\x51\x75\x65\162\x79\50\x27\141\133\150\162\x65\x66\x3d\x22\43\x6d\157\62\x66\x5f\142\141\x63\x6b\165\x70\137\x67\x65\x6e\x65\162\141\x74\x65\42\x5d\x27\x29\x2e\143\154\x69\143\153\50\x66\165\156\x63\164\151\x6f\x6e\x28\x29\40\x7b\xa\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\152\x51\165\x65\x72\x79\50\x27\43\x6d\157\x32\146\x5f\143\162\145\x61\x74\x65\137\x62\x61\143\x6b\x75\160\137\x63\157\144\145\163\47\51\x2e\x73\165\x62\x6d\x69\164\x28\51\x3b\xa\40\x20\x20\40\40\x20\x20\x20\x7d\x29\x3b\xa\12\40\40\40\x20\74\x2f\x73\143\162\x69\x70\164\76\xa\x20\40\40\x20\x3c\57\x62\x6f\144\x79\76\xa\40\40\40\40\74\x2f\150\x74\155\154\x3e\xa\x9";
}
function mo2f_get_qrcode_authentication_prompt($Um, $Jb, $kO, $Nc, $dj, $Ug)
{
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("\155\157\62\146\137\x65\156\x61\x62\x6c\145\137\x66\x6f\162\x67\x6f\164\160\x68\157\156\x65", "\x67\x65\164\x5f\x6f\x70\164\x69\x6f\x6e");
$BB = new MoWpnsHandler();
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("\155\x6f\62\146\x5f\x69\x73\x5f\116\103", "\147\x65\x74\137\x6f\x70\x74\x69\157\x6e");
$bR = MO2f_Utility::mo2f_get_transient($dj, "\x6d\x6f\x32\x66\137\x63\165\162\162\145\x6e\x74\x5f\x75\x73\145\162\137\151\144");
echo "\x20\x20\x20\40\74\150\x74\x6d\x6c\x3e\12\40\x20\x20\40\74\150\145\141\144\x3e\12\40\40\40\40\40\40\40\x20\74\155\145\x74\x61\40\x68\x74\164\x70\x2d\145\161\165\x69\x76\75\42\130\x2d\125\x41\55\103\157\155\x70\141\164\151\x62\154\145\42\x20\x63\157\x6e\164\145\156\x74\x3d\42\111\105\x3d\x65\144\147\145\42\x3e\xa\40\x20\x20\x20\x20\40\40\x20\x3c\155\x65\164\x61\x20\x6e\x61\155\145\x3d\x22\x76\151\145\x77\x70\157\162\164\x22\x20\143\x6f\156\x74\x65\156\164\x3d\42\167\x69\x64\164\150\x3d\144\x65\x76\151\143\145\x2d\167\151\x64\x74\150\54\x20\x69\x6e\151\x74\151\x61\x6c\55\x73\x63\x61\154\x65\75\x31\x22\76\12\11\x9";
echo_js_css_files();
echo "\40\x20\x20\40\x3c\x2f\x68\145\x61\x64\76\xa\x20\40\40\x20\74\142\157\144\171\x3e\12\x20\x20\x20\40\74\144\x69\x76\x20\143\154\x61\163\x73\x3d\42\x6d\157\62\146\x5f\x6d\x6f\x64\141\154\x22\40\164\x61\x62\151\156\x64\145\170\x3d\42\55\61\42\x20\162\157\154\x65\75\42\144\x69\x61\154\x6f\147\x22\76\12\x20\40\40\x20\40\40\40\x20\74\144\x69\166\x20\x63\x6c\141\x73\163\x3d\x22\x6d\157\62\146\x2d\x6d\157\x64\x61\154\x2d\142\x61\x63\153\x64\x72\x6f\x70\42\76\x3c\x2f\144\x69\x76\x3e\12\x20\x20\40\40\40\40\40\40\74\144\151\166\40\143\154\x61\163\163\x3d\x22\155\157\x5f\x63\x75\x73\x74\157\155\x65\x72\x5f\x76\141\154\x69\144\141\x74\x69\157\x6e\55\x6d\x6f\x64\x61\x6c\55\x64\x69\141\154\157\147\x20\x6d\157\x5f\x63\x75\x73\x74\x6f\x6d\145\x72\137\x76\141\x6c\x69\x64\x61\x74\x69\x6f\x6e\x2d\x6d\x6f\x64\x61\154\55\155\x64\42\76\12\40\40\40\40\40\40\x20\40\40\x20\40\x20\74\144\151\166\x20\x63\x6c\x61\163\163\75\42\x6c\x6f\x67\151\x6e\x20\x6d\x6f\x5f\143\x75\163\164\157\x6d\x65\162\x5f\x76\x61\154\x69\144\x61\164\151\157\x6e\55\x6d\x6f\144\141\x6c\x2d\x63\x6f\x6e\x74\145\156\x74\x22\76\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\74\x64\151\x76\x20\x63\x6c\141\163\163\75\42\x6d\157\x32\x66\137\155\x6f\x64\141\x6c\x2d\x68\x65\x61\144\x65\x72\42\76\xa\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x3c\150\x34\x20\x63\x6c\x61\163\x73\x3d\x22\155\x6f\62\x66\x5f\x6d\x6f\144\141\x6c\x2d\x74\x69\164\154\145\x22\x3e\xa\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\74\142\165\164\x74\157\156\x20\164\171\160\x65\75\x22\x62\165\164\x74\157\x6e\x22\x20\143\x6c\141\163\x73\x3d\x22\155\157\x32\x66\x5f\x63\x6c\x6f\163\145\x22\40\144\141\164\x61\55\144\151\x73\155\x69\x73\x73\75\42\155\x6f\x64\x61\154\42\x20\x61\162\151\141\55\x6c\141\142\145\154\75\42\x43\x6c\x6f\163\x65\x22\12\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\164\151\164\x6c\x65\x3d\x22";
echo mo2f_lt("\x42\x61\143\153\40\164\157\40\x6c\157\x67\x69\156");
echo "\x22\12\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x6f\x6e\x63\x6c\151\143\153\75\x22\155\157\154\x6f\147\151\x6e\142\141\x63\153\50\x29\x3b\42\x3e\x3c\163\160\x61\x6e\40\x61\162\151\141\55\x68\151\x64\x64\x65\x6e\x3d\x22\x74\162\x75\145\42\x3e\46\164\x69\155\145\x73\73\x3c\57\x73\x70\141\x6e\x3e\x3c\x2f\142\165\164\164\x6f\156\x3e\12\x9\x9\11\11\x9\x9";
echo mo2f_lt("\123\x63\141\x6e\x20\121\x52\40\x43\157\144\x65");
echo "\74\57\150\x34\x3e\12\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\74\x2f\x64\151\166\x3e\12\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\74\x64\x69\x76\40\143\154\x61\x73\163\x3d\42\x6d\157\x32\146\137\155\x6f\144\x61\154\55\x62\x6f\x64\171\40\143\145\x6e\164\145\162\42\76\xa\11\11\x9\x9\11";
if (!(isset($Jb) && !empty($Jb))) {
goto VI;
}
echo "\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x3c\144\x69\x76\40\x69\144\x3d\42\x6f\164\160\115\145\x73\163\x61\147\x65\42\76\xa\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\74\x70\x20\143\x6c\141\x73\x73\x3d\42\155\157\x32\146\141\137\x64\151\163\160\x6c\x61\171\137\155\x65\163\x73\x61\147\145\137\146\162\157\156\x74\145\x6e\144\42\x3e";
echo $Jb;
echo "\74\57\160\x3e\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x3c\x2f\144\x69\166\76\xa\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\74\142\162\x3e\12\11\x9\11\11\x9";
VI:
echo "\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\74\144\x69\x76\x20\151\x64\75\42\x73\143\x61\x6e\x51\122\x53\x65\143\x74\151\x6f\156\x22\x3e\12\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\144\x69\166\40\163\x74\171\154\x65\x3d\x22\x6d\x61\x72\x67\x69\156\x2d\x62\157\164\x74\x6f\155\72\x31\x30\x25\x3b\x22\76\12\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x3c\x63\x65\156\x74\x65\x72\76\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x3c\x70\40\143\154\x61\163\163\x3d\42\155\157\62\x66\x5f\x6c\x6f\147\151\x6e\x5f\x70\x72\x6f\x6d\160\164\137\155\x65\163\x73\141\x67\x65\x73\x22\x3e";
echo mo2f_lt("\x49\144\145\156\x74\151\146\171\40\171\157\165\x72\x73\x65\x6c\x66\x20\142\x79\x20\163\x63\x61\x6e\x6e\x69\156\147\40\164\150\145\40\121\122\40\x63\x6f\144\x65\40\x77\x69\164\x68\x20\155\151\156\151\117\x72\141\156\x67\145\40\101\165\x74\x68\x65\156\x74\151\143\141\164\157\162\x20\x61\160\160\56");
echo "\x3c\57\160\76\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x3c\x2f\x63\x65\156\164\x65\x72\x3e\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x3c\57\x64\x69\x76\76\12\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\74\x64\151\166\40\x69\144\75\42\x73\x68\x6f\x77\121\162\x43\x6f\144\145\42\40\x73\164\171\154\x65\75\42\155\x61\162\147\x69\156\x2d\x62\x6f\x74\164\x6f\155\x3a\x31\60\45\x3b\42\x3e\12\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x3c\143\145\x6e\164\145\162\76";
echo "\x3c\x69\x6d\x67\40\x73\x72\x63\75\x22\144\x61\x74\x61\x3a\x69\x6d\x61\x67\145\x2f\152\x70\147\x3b\x62\141\163\145\66\x34\x2c" . $Nc . "\42\40\57\76";
echo "\74\x2f\x63\145\156\164\x65\x72\76\xa\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x3c\x2f\x64\151\166\x3e\xa\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\74\x73\x70\141\156\40\x73\x74\171\x6c\145\75\42\x70\x61\x64\144\x69\156\x67\55\x72\151\x67\150\x74\72\62\45\x3b\x22\76\12\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x3c\x63\x65\156\x74\145\162\76\xa\11\x9\11\x20\x20\40";
if ($Ni) {
goto qt;
}
echo "\11\11\11\11\x20\40\x20";
if (!$Qz) {
goto IX;
}
echo "\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\74\x69\x6e\x70\165\164\x20\164\171\160\x65\75\x22\x62\x75\164\164\x6f\x6e\42\x20\x6e\141\155\x65\75\42\x6d\151\x6e\151\x6f\x72\x61\156\147\145\137\x6c\x6f\147\151\x6e\x5f\146\157\162\x67\x6f\164\x70\150\x6f\156\x65\x22\40\x6f\x6e\x63\154\151\x63\153\x3d\x22\x6d\x6f\154\157\x67\x69\x6e\x66\x6f\x72\x67\157\164\x70\150\157\156\145\x28\x29\73\42\xa\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x69\x64\x3d\x22\x6d\151\156\151\x6f\162\141\x6e\x67\x65\x5f\x6c\157\147\151\x6e\x5f\x66\x6f\162\147\157\164\x70\x68\157\x6e\x65\42\40\x63\154\141\163\163\x3d\42\155\x69\x6e\151\157\162\x61\156\147\145\137\x6c\x6f\x67\151\156\x5f\146\157\162\x67\x6f\164\x70\150\x6f\156\145\x22\xa\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\163\x74\x79\154\145\75\42\155\141\162\x67\x69\156\x2d\162\x69\147\150\x74\72\65\45\73\x22\12\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\166\141\154\x75\145\x3d\42";
echo mo2f_lt("\106\157\x72\x67\157\164\x20\120\x68\x6f\x6e\x65\77");
echo "\42\57\76\12\x9\x9\x9\11\40\40\40";
IX:
echo "\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\46\145\155\x73\x70\x3b\x26\145\155\x73\x70\x3b\12\11\x9\x9\x20\x20\40";
qt:
echo "\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x3c\x69\156\160\165\164\40\x74\x79\x70\x65\75\x22\x62\165\164\x74\157\156\x22\x20\x6e\x61\x6d\145\x3d\42\155\x69\x6e\151\157\162\141\156\147\145\137\x6c\157\147\151\x6e\137\157\x66\146\154\x69\156\145\42\40\x6f\x6e\143\x6c\151\143\x6b\x3d\x22\x6d\157\154\157\x67\151\156\x6f\146\146\x6c\151\156\x65\x28\x29\73\x22\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x69\x64\x3d\x22\x6d\151\x6e\x69\x6f\162\x61\156\x67\x65\x5f\x6c\x6f\147\x69\156\x5f\x6f\146\x66\154\x69\156\x65\x22\40\x63\x6c\141\163\163\75\x22\x6d\151\x6e\151\157\x72\x61\156\x67\x65\137\154\157\x67\x69\156\x5f\157\x66\146\x6c\x69\x6e\145\42\xa\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x76\x61\154\x75\x65\x3d\42";
echo mo2f_lt("\120\150\157\156\145\x20\x69\x73\40\x4f\146\x66\154\x69\156\x65\77");
echo "\x22\x2f\76\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\74\x2f\x63\145\156\x74\x65\x72\x3e\12\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\74\x2f\163\x70\141\x6e\x3e\12\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20";
if (!(MoWpnsUtility::get_mo2f_db_option("\x6d\x6f\62\x66\x5f\142\141\x63\x6b\137\x75\160\137\x63\x6f\144\x65\x73", "\163\151\164\x65\137\157\x70\164\151\157\156") == 1)) {
goto hJ;
}
if (empty(get_user_meta($bR, "\155\x6f\x5f\x62\x61\143\x6b\165\160\137\x63\157\144\x65\x5f\x67\145\156\x65\162\141\164\145\144", true))) {
goto ih;
}
echo "\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\74\x64\151\166\x3e\12\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x3c\x61\x20\150\x72\145\146\75\x22\43\x6d\x6f\62\146\137\142\x61\x63\x6b\165\x70\137\157\x70\x74\151\157\x6e\x22\40\40\143\154\x61\163\x73\x3d\x22\155\x6f\x32\146\x5f\x66\x6f\x6f\x74\145\162\x5f\x74\x65\x78\x74\x22\x3e\12\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x3c\160\76";
echo __("\x55\x73\x65\x20\102\x61\143\153\x75\160\x20\103\x6f\x64\x65\163", "\x6d\151\156\x69\157\162\x61\x6e\147\145\55\62\x2d\x66\x61\x63\x74\x6f\x72\55\141\165\x74\x68\145\156\164\151\x63\141\x74\151\157\x6e");
echo "\x3c\x2f\160\76\xa\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\74\57\x61\x3e\xa\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\74\57\x64\x69\166\x3e\xa\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20";
goto oC;
ih:
echo "\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x3c\144\x69\166\76\xa\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x61\40\150\162\145\146\x3d\42\43\155\x6f\62\x66\137\142\x61\143\x6b\x75\160\137\147\145\x6e\145\162\141\x74\145\42\40\x63\x6c\x61\x73\163\75\x22\x6d\157\x32\146\137\146\x6f\x6f\x74\x65\x72\137\x74\x65\170\x74\x22\x3e\12\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\74\160\x20\x73\x74\171\x6c\x65\75\42\x66\157\x6e\x74\55\x73\x69\172\145\x3a\x31\64\160\170\73\x20\146\157\x6e\x74\x2d\167\x65\151\x67\x68\x74\72\x62\157\154\x64\x3b\x22\x3e";
echo __("\x53\x65\156\x64\40\x62\141\143\153\x75\160\x20\x63\157\x64\145\x73\40\157\x6e\40\x65\155\141\x69\x6c", "\x6d\x69\x6e\x69\x6f\x72\x61\156\x67\x65\x2d\62\x2d\x66\141\143\164\x6f\162\55\x61\165\164\150\x65\156\164\151\x63\x61\164\151\x6f\x6e");
echo "\74\x2f\x70\76\xa\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\141\x3e\xa\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\74\57\x64\151\166\x3e\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40";
oC:
hJ:
echo "\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x3c\x64\151\166\x3e\12\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x3c\x70\x3e\74\141\40\x68\x72\x65\146\75\42";
echo $BB->lockedOutlink();
echo "\42\40\164\x61\162\147\x65\x74\75\x22\137\x62\x6c\141\156\153\x22\40\x63\x6c\x61\x73\x73\x3d\x22\155\157\x32\x66\137\x66\x6f\x6f\164\x65\162\137\164\145\170\x74\40\x6d\157\x32\146\x61\x5f\142\x6f\164\x74\x6f\155\x22\x3e";
esc_html_e("\111\47\155\x20\x6c\157\x63\x6b\145\144\40\x6f\x75\164\40\x26\x20\165\156\x61\x62\154\x65\40\x74\x6f\40\154\x6f\x67\x69\156\x2e");
echo "\74\57\x61\76\x3c\x2f\x70\x3e\xa\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\74\x2f\144\151\x76\76\xa\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\74\x2f\144\x69\166\76\xa\x9\11\x9\11\x9";
mo2f_customize_logo();
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
echo "\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x3c\57\x64\x69\x76\x3e\xa\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x3c\x2f\144\151\166\76\12\x20\x20\40\40\x20\x20\40\x20\x3c\x2f\x64\x69\x76\76\12\40\x20\x20\40\74\x2f\x64\151\166\76\12\x20\x20\x20\x20\74\146\157\x72\155\x20\156\x61\x6d\x65\x3d\42\146\42\x20\151\144\x3d\42\155\x6f\62\x66\137\x62\141\x63\153\x74\x6f\137\155\x6f\x5f\x6c\x6f\147\151\156\x66\157\x72\x6d\x22\x20\x6d\x65\164\150\x6f\x64\x3d\42\x70\157\163\164\x22\x20\141\143\164\151\157\x6e\x3d\x22";
echo mo2f_check_backtologform_action();
echo "\42\xa\x20\40\40\x20\x20\40\40\40\x20\x20\x63\154\141\163\163\x3d\x22\155\157\62\146\x5f\144\x69\163\160\x6c\x61\x79\137\x6e\157\x6e\145\x5f\x66\x6f\162\x6d\163\x22\76\12\x20\40\40\x20\x20\x20\40\x20\74\x69\x6e\160\x75\x74\40\164\171\x70\x65\75\x22\x68\151\144\x64\x65\x6e\x22\x20\x6e\x61\155\145\75\x22\x6d\151\156\151\157\x72\141\156\147\x65\x5f\155\157\x62\151\x6c\145\137\166\141\154\x69\x64\141\164\x69\x6f\156\137\146\x61\151\x6c\145\144\137\156\x6f\156\143\145\42\xa\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\166\x61\x6c\x75\x65\75\x22";
echo wp_create_nonce("\x6d\151\156\x69\157\162\141\156\147\145\x2d\x32\x2d\x66\x61\x63\x74\x6f\162\x2d\x6d\x6f\x62\x69\154\145\55\166\141\154\151\144\141\x74\x69\157\x6e\55\146\x61\151\154\145\x64\x2d\x6e\x6f\x6e\x63\x65");
echo "\42\57\76\xa\40\40\40\40\x20\40\40\x20\74\151\x6e\x70\x75\x74\x20\164\x79\160\145\75\x22\x68\x69\x64\144\x65\156\42\40\x6e\141\x6d\145\x3d\x22\157\160\x74\151\x6f\156\x22\40\166\141\x6c\x75\x65\x3d\x22\155\x69\x6e\151\157\162\141\156\x67\x65\x5f\155\157\x62\151\x6c\x65\x5f\166\141\154\x69\x64\x61\164\151\157\x6e\137\x66\x61\x69\x6c\x65\144\42\x3e\xa\x20\40\40\40\x20\x20\x20\40\x3c\151\156\160\x75\x74\40\164\171\160\145\x3d\x22\150\151\x64\x64\x65\156\x22\x20\x6e\x61\155\x65\75\42\163\x65\x73\163\x69\x6f\156\137\151\x64\42\x20\x76\x61\154\165\145\75\x22";
echo $dj;
echo "\42\57\x3e\xa\40\x20\x20\40\40\x20\40\40\x3c\x69\x6e\160\x75\164\x20\164\171\160\x65\x3d\42\x68\151\x64\144\145\156\42\40\x6e\141\x6d\145\75\x22\162\145\x64\x69\x72\x65\143\164\137\164\157\x22\40\166\x61\154\x75\145\x3d\42";
echo $kO;
echo "\42\57\76\12\40\x20\x20\40\74\57\146\x6f\x72\155\76\12\x20\x20\x20\40\74\x66\x6f\162\x6d\40\x6e\141\155\x65\75\42\x66\42\40\x69\144\75\42\x6d\157\62\146\137\x6d\157\142\151\x6c\145\137\x76\x61\x6c\151\144\x61\164\151\157\156\x5f\146\157\x72\155\42\x20\x6d\x65\x74\x68\x6f\x64\75\x22\x70\x6f\x73\x74\x22\40\x63\x6c\x61\x73\x73\x3d\42\155\157\62\x66\x5f\144\151\163\x70\x6c\x61\171\x5f\x6e\157\156\x65\x5f\146\157\x72\155\163\42\76\12\x20\x20\40\40\x20\x20\x20\x20\x3c\151\156\x70\x75\164\40\164\171\x70\x65\75\42\150\x69\144\144\145\x6e\42\40\x6e\x61\x6d\x65\x3d\x22\x6d\151\x6e\x69\x6f\x72\x61\x6e\147\145\x5f\155\157\x62\151\x6c\x65\137\166\x61\154\x69\144\141\164\151\x6f\156\x5f\156\x6f\156\143\x65\x22\xa\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\166\141\154\165\x65\75\x22";
echo wp_create_nonce("\x6d\151\x6e\x69\157\162\x61\x6e\147\x65\x2d\62\x2d\x66\141\x63\x74\157\162\x2d\155\157\x62\x69\x6c\145\55\166\x61\x6c\151\x64\141\164\151\x6f\156\55\x6e\157\156\x63\x65");
echo "\42\x2f\x3e\xa\x20\40\40\40\x20\x20\x20\40\74\151\x6e\160\x75\x74\40\164\x79\x70\x65\x3d\x22\150\151\x64\144\145\x6e\42\40\x6e\x61\x6d\145\75\x22\162\145\144\151\x72\145\x63\164\x5f\164\x6f\x22\40\166\x61\x6c\x75\145\x3d\42";
echo $kO;
echo "\x22\57\x3e\xa\40\x20\40\x20\40\x20\x20\x20\74\x69\156\160\x75\x74\x20\164\171\x70\145\x3d\42\150\x69\x64\144\x65\x6e\42\x20\156\141\x6d\145\x3d\42\157\x70\x74\x69\x6f\x6e\x22\x20\166\x61\154\165\145\x3d\x22\155\151\156\151\157\162\141\x6e\x67\145\x5f\155\x6f\142\x69\154\145\137\166\141\x6c\151\x64\x61\164\151\x6f\x6e\42\x3e\12\40\x20\x20\x20\x20\40\x20\x20\x3c\151\x6e\x70\x75\164\40\x74\171\160\x65\75\42\150\x69\144\x64\145\156\42\40\156\141\155\x65\75\42\x73\x65\163\163\151\x6f\156\137\x69\x64\x22\40\x76\141\154\x75\145\x3d\x22";
echo $dj;
echo "\x22\x2f\x3e\12\x20\40\x20\x20\74\x2f\146\x6f\162\x6d\x3e\xa\40\x20\40\40\x3c\146\157\x72\155\x20\x6e\141\155\145\x3d\x22\x66\42\x20\151\144\75\x22\x6d\157\x32\x66\x5f\x73\150\157\x77\137\163\157\146\x74\x74\157\x6b\x65\x6e\137\154\157\147\x69\x6e\x66\x6f\x72\x6d\x22\x20\155\x65\164\150\x6f\x64\75\42\x70\157\x73\x74\x22\40\x63\154\x61\163\163\x3d\x22\x6d\157\62\x66\x5f\144\151\163\160\154\x61\171\137\156\157\x6e\145\137\x66\x6f\162\x6d\x73\42\x3e\12\40\40\40\40\x20\40\x20\x20\74\x69\156\160\165\x74\40\164\x79\x70\145\75\42\150\x69\144\144\x65\156\x22\40\156\x61\155\145\x3d\x22\x6d\x69\156\x69\157\162\141\156\147\x65\x5f\163\157\146\164\164\x6f\x6b\x65\156\x22\12\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\166\x61\154\165\145\x3d\x22";
echo wp_create_nonce("\155\151\156\x69\157\162\141\x6e\147\x65\x2d\x32\x2d\146\x61\143\x74\x6f\x72\55\x73\x6f\146\164\164\x6f\153\145\156");
echo "\42\57\x3e\12\x20\x20\x20\x20\x20\40\40\40\74\x69\x6e\x70\x75\164\x20\164\171\x70\x65\75\42\150\x69\x64\144\x65\156\x22\x20\156\x61\155\x65\x3d\x22\x6f\x70\164\151\x6f\156\x22\x20\x76\141\154\165\x65\x3d\x22\155\151\x6e\x69\x6f\x72\x61\156\x67\145\137\163\157\x66\x74\x74\157\153\x65\156\42\76\xa\40\x20\x20\x20\40\x20\x20\40\74\151\x6e\x70\x75\164\40\x74\x79\x70\x65\75\x22\150\x69\144\144\x65\x6e\42\40\156\x61\x6d\145\75\42\162\145\144\151\x72\x65\143\164\x5f\164\x6f\42\x20\166\x61\154\165\x65\x3d\x22";
echo $kO;
echo "\42\x2f\76\12\x20\40\40\40\40\x20\40\x20\74\151\x6e\160\165\x74\40\x74\x79\160\145\75\42\x68\151\144\144\x65\156\42\x20\x6e\x61\x6d\x65\x3d\42\x73\x65\163\163\151\x6f\x6e\x5f\151\x64\42\40\166\x61\154\165\145\x3d\x22";
echo $dj;
echo "\x22\57\x3e\xa\x20\x20\x20\x20\74\57\146\x6f\x72\155\76\12\40\x20\x20\40\74\x66\157\162\x6d\x20\156\x61\x6d\x65\75\x22\x66\x22\40\x69\144\75\x22\x6d\157\x32\x66\137\163\x68\x6f\x77\x5f\146\157\162\147\157\164\x70\150\x6f\x6e\x65\x5f\x6c\x6f\x67\151\156\146\157\162\x6d\x22\x20\155\145\x74\x68\x6f\x64\x3d\42\160\x6f\x73\x74\x22\x20\143\154\141\163\163\x3d\42\x6d\x6f\x32\146\137\x64\151\163\x70\154\141\x79\x5f\156\x6f\x6e\145\x5f\146\x6f\162\155\163\42\x3e\12\x20\40\x20\40\x20\40\x20\x20\74\151\156\160\165\164\40\x74\x79\x70\145\x3d\42\150\x69\144\144\145\156\x22\x20\156\141\155\x65\x3d\x22\162\x65\x71\x75\145\x73\x74\x5f\157\x72\151\147\151\156\137\155\145\164\150\157\x64\42\x20\x76\141\154\x75\145\x3d\x22";
echo $Um;
echo "\42\x2f\x3e\12\40\40\40\40\x20\40\40\x20\x3c\x69\156\160\165\164\x20\x74\171\160\145\75\x22\150\151\x64\144\x65\156\x22\40\156\141\155\145\x3d\x22\155\x69\156\x69\x6f\162\x61\156\x67\145\x5f\146\x6f\x72\x67\x6f\164\x70\x68\157\x6e\x65\x22\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\166\x61\x6c\165\145\x3d\42";
echo wp_create_nonce("\155\x69\156\x69\157\162\141\x6e\x67\x65\x2d\x32\55\146\141\143\x74\157\x72\x2d\146\x6f\x72\x67\157\164\160\x68\157\x6e\145");
echo "\42\x2f\x3e\xa\x20\40\x20\40\x20\40\x20\x20\74\x69\156\x70\165\x74\40\x74\171\160\145\x3d\x22\x68\x69\144\144\145\156\x22\x20\x6e\x61\155\x65\75\x22\x72\145\144\x69\x72\145\x63\164\137\x74\x6f\x22\40\166\x61\154\165\145\x3d\42";
echo $kO;
echo "\x22\57\x3e\xa\x20\x20\40\x20\x20\40\x20\x20\74\151\156\160\165\x74\40\164\171\160\145\x3d\42\x68\151\x64\x64\145\x6e\42\x20\x6e\141\155\145\x3d\42\x6f\160\164\x69\157\156\42\40\x76\x61\154\x75\x65\x3d\42\x6d\151\156\151\x6f\x72\141\x6e\x67\x65\137\146\x6f\162\147\x6f\164\x70\150\157\x6e\x65\x22\x3e\xa\40\x20\40\40\x20\x20\x20\x20\x3c\x69\156\160\x75\164\40\164\x79\160\x65\75\42\x68\x69\144\x64\x65\156\x22\40\x6e\141\x6d\x65\75\x22\163\x65\163\x73\151\x6f\156\x5f\151\144\42\x20\x76\x61\x6c\x75\145\x3d\x22";
echo $dj;
echo "\42\57\76\xa\40\x20\40\40\74\x2f\146\x6f\162\x6d\x3e\xa\x20\x20\40\x20\74\x73\143\162\x69\160\x74\76\12\x20\40\40\x20\x20\40\x20\40\166\141\162\x20\x74\x69\155\x65\x6f\x75\x74\x3b\12\x20\x20\40\x20\40\x20\x20\x20\x70\x6f\154\x6c\x4d\x6f\142\151\154\x65\126\141\x6c\x69\x64\141\164\x69\x6f\156\x28\51\x3b\12\xa\x20\40\x20\40\x20\x20\40\x20\146\x75\156\x63\x74\151\x6f\x6e\x20\160\x6f\x6c\154\115\x6f\x62\151\x6c\145\x56\141\154\151\144\141\x74\151\157\x6e\x28\x29\x20\x7b\12\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x76\141\162\x20\x74\x72\141\x6e\163\111\144\40\x3d\40\x22";
echo $Ug;
echo "\42\73\12\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x76\141\x72\40\x6a\x73\x6f\x6e\x53\164\162\151\x6e\147\40\x3d\40\x22\173\x5c\x22\x74\170\111\144\134\42\72\x5c\42\x22\x20\x2b\x20\164\162\x61\x6e\163\111\144\40\53\x20\x22\x5c\x22\x7d\x22\x3b\12\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x76\141\x72\x20\x70\x6f\163\x74\x55\x72\x6c\x20\75\40\x22";
echo MO_HOST_NAME;
echo "\42\x20\x2b\x20\x22\x2f\x6d\x6f\141\x73\57\x61\x70\151\x2f\x61\x75\164\150\57\x61\x75\164\150\x2d\163\x74\141\x74\x75\163\42\x3b\12\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x6a\x51\x75\145\162\171\x2e\x61\x6a\x61\170\50\x7b\12\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\165\162\154\72\x20\x70\157\163\164\x55\162\x6c\x2c\12\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x74\171\x70\145\x3a\x20\x22\120\117\x53\x54\x22\x2c\xa\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\144\141\x74\x61\x54\171\x70\x65\72\x20\x22\152\163\157\x6e\x22\x2c\xa\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\144\141\164\141\x3a\40\152\x73\x6f\x6e\123\164\x72\x69\x6e\x67\x2c\xa\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\143\157\156\164\145\156\x74\x54\171\x70\x65\x3a\x20\42\x61\160\160\x6c\151\x63\x61\x74\151\x6f\156\57\152\x73\157\x6e\x3b\x20\x63\x68\x61\162\163\145\x74\x3d\x75\164\146\x2d\70\42\54\12\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x73\x75\143\143\145\163\x73\x3a\x20\146\165\156\143\164\151\157\x6e\40\x28\x72\145\163\x75\x6c\164\x29\x20\173\12\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x76\x61\x72\40\x73\164\141\x74\165\163\x20\x3d\x20\x4a\123\x4f\x4e\56\160\141\x72\163\x65\50\112\x53\117\116\56\163\164\x72\151\156\x67\x69\146\x79\50\x72\145\163\165\154\164\51\x29\56\x73\x74\141\164\165\x73\x3b\12\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x69\146\x20\x28\163\164\141\x74\x75\x73\x20\75\x3d\x20\x27\x53\125\103\x43\105\123\x53\x27\x29\40\173\12\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x76\141\162\40\143\157\x6e\164\145\156\x74\x20\x3d\40\42\74\x64\x69\166\40\x69\144\x3d\47\163\165\143\143\x65\163\163\x27\x3e\74\143\x65\156\164\145\x72\76\x3c\x69\155\147\40\x73\x72\x63\75\47\42\40\x2b\40\x22";
echo plugins_url("\151\156\x63\x6c\x75\x64\145\163\57\151\x6d\x61\147\x65\x73\57\x72\x69\x67\x68\x74\x2e\160\x6e\x67", dirname(dirname(__FILE__)));
echo "\42\x20\53\40\x22\47\x20\57\76\x3c\57\143\145\156\x74\145\x72\76\x3c\57\144\x69\166\76\x22\73\12\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x6a\x51\165\x65\x72\171\x28\x22\43\163\150\157\x77\x51\162\x43\x6f\144\x65\x22\x29\56\145\x6d\160\164\x79\50\x29\73\xa\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x6a\x51\x75\145\162\171\50\x22\x23\x73\x68\157\x77\x51\162\103\157\x64\145\x22\x29\56\x61\x70\160\145\x6e\x64\x28\x63\157\156\x74\145\x6e\x74\51\73\12\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x73\x65\164\124\x69\155\x65\157\165\164\50\146\165\x6e\x63\164\x69\x6f\156\40\x28\x29\x20\173\12\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x6a\121\165\145\162\171\x28\x22\43\155\x6f\62\x66\137\155\x6f\142\151\154\x65\x5f\166\x61\x6c\151\144\x61\x74\151\x6f\156\137\x66\x6f\162\155\42\x29\x2e\x73\x75\142\155\151\x74\x28\x29\x3b\12\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\175\x2c\x20\x31\x30\60\x29\73\xa\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x7d\40\x65\x6c\x73\145\x20\x69\x66\40\x28\x73\x74\141\x74\165\x73\x20\x3d\75\x20\47\105\x52\x52\x4f\122\x27\40\174\x7c\x20\x73\x74\141\x74\165\163\x20\75\75\x20\47\x46\x41\x49\114\x45\x44\x27\51\x20\x7b\xa\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\166\x61\162\40\x63\x6f\156\x74\x65\156\164\x20\75\40\x22\74\144\x69\x76\40\151\x64\75\47\x65\x72\x72\157\x72\47\76\x3c\x63\145\x6e\x74\145\x72\76\74\x69\155\147\40\163\162\x63\x3d\x27\42\40\x2b\40\x22";
echo plugins_url("\x69\156\x63\x6c\165\144\145\x73\57\151\x6d\x61\147\145\163\x2f\167\162\157\156\147\x2e\160\x6e\x67", dirname(dirname(__FILE__)));
echo "\42\40\53\x20\x22\47\x20\x2f\76\74\57\143\145\156\x74\145\x72\x3e\74\x2f\x64\151\x76\76\42\73\12\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x6a\x51\x75\x65\x72\x79\50\x22\x23\163\x68\x6f\x77\121\x72\x43\157\144\x65\x22\51\x2e\145\155\x70\164\x79\x28\51\73\xa\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x6a\x51\x75\x65\162\x79\x28\42\x23\163\x68\x6f\167\121\x72\103\157\x64\x65\x22\51\56\141\160\160\145\x6e\x64\x28\x63\x6f\x6e\164\x65\x6e\x74\51\x3b\12\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\163\x65\164\x54\151\x6d\x65\157\x75\164\50\146\165\156\x63\164\x69\x6f\156\40\50\x29\40\x7b\12\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\152\121\x75\145\x72\171\50\47\x23\x6d\157\x32\x66\x5f\142\141\143\x6b\164\x6f\x5f\155\157\x5f\x6c\157\x67\x69\156\146\x6f\x72\x6d\x27\x29\x2e\x73\165\x62\x6d\151\164\x28\51\x3b\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x7d\x2c\40\x31\60\x30\x30\51\73\12\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x7d\x20\145\154\x73\x65\x20\x7b\xa\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x74\151\155\x65\157\165\x74\x20\75\x20\163\145\164\124\151\x6d\145\157\165\164\x28\x70\x6f\154\154\115\157\x62\x69\x6c\145\x56\x61\154\151\x64\x61\164\x69\x6f\156\x2c\40\63\x30\60\60\51\x3b\xa\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x7d\xa\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\175\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x7d\51\73\12\x20\40\x20\x20\40\x20\x20\40\175\12\12\40\x20\40\x20\40\40\40\40\x66\x75\156\143\164\151\x6f\156\40\x6d\157\x6c\157\x67\x69\156\157\146\x66\154\151\156\145\x28\51\x20\x7b\12\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\152\121\x75\145\162\171\x28\47\x23\x6d\x6f\62\x66\137\163\150\x6f\167\137\163\157\x66\164\x74\x6f\153\145\156\x5f\154\157\147\x69\x6e\146\157\162\155\x27\x29\x2e\163\165\142\155\x69\164\50\51\73\12\x20\x20\x20\40\x20\40\40\x20\175\xa\xa\x20\x20\40\x20\40\40\x20\x20\146\x75\156\x63\164\x69\157\156\40\155\x6f\154\157\x67\x69\x6e\x66\157\162\x67\157\164\x70\150\x6f\x6e\145\50\x29\x20\x7b\12\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\152\121\165\145\162\x79\50\47\x23\155\157\62\146\137\x73\150\x6f\167\x5f\146\x6f\162\x67\x6f\x74\x70\150\157\156\x65\137\x6c\157\147\151\156\146\x6f\162\x6d\47\x29\56\x73\165\x62\x6d\x69\164\50\51\x3b\xa\x20\x20\40\40\40\x20\40\x20\175\12\12\x20\x20\x20\x20\x20\40\x20\x20\146\165\x6e\x63\164\x69\x6f\156\x20\x6d\x6f\154\157\x67\x69\x6e\142\141\x63\x6b\x28\x29\x20\173\xa\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\152\x51\x75\x65\162\x79\50\x27\x23\155\157\62\x66\x5f\x62\x61\143\153\164\157\137\155\157\137\154\157\x67\x69\x6e\146\x6f\x72\x6d\47\x29\x2e\x73\165\142\155\x69\164\x28\x29\x3b\12\40\x20\x20\40\x20\40\x20\x20\x7d\12\40\40\x20\x20\x20\x20\x20\x20\152\x51\165\x65\x72\x79\50\x27\141\133\150\x72\145\146\75\42\x23\x6d\x6f\62\x66\x5f\x62\x61\143\x6b\x75\x70\x5f\157\x70\x74\x69\157\156\x22\x5d\47\x29\x2e\143\154\x69\x63\153\50\146\165\x6e\x63\x74\151\157\156\x28\51\x20\x7b\12\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x6a\121\x75\145\x72\x79\50\x27\x23\155\157\62\146\137\x62\141\x63\x6b\x75\x70\47\x29\x2e\163\165\142\x6d\x69\164\x28\x29\73\xa\x20\x20\x20\x20\40\40\x20\x20\175\x29\x3b\xa\40\x20\40\40\40\x20\x20\x20\152\x51\165\145\162\171\50\47\141\133\x68\x72\145\x66\x3d\42\43\x6d\157\62\x66\x5f\142\141\143\x6b\x75\x70\137\x67\145\156\x65\162\x61\x74\145\x22\x5d\47\51\56\143\154\151\143\153\50\x66\x75\156\x63\164\x69\157\156\x28\x29\40\173\12\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\152\x51\165\145\162\x79\x28\47\43\x6d\157\62\x66\x5f\x63\x72\x65\x61\164\145\137\x62\141\x63\x6b\x75\160\x5f\x63\157\144\145\163\47\51\56\x73\165\142\x6d\x69\x74\x28\x29\73\12\x20\x20\x20\x20\40\x20\x20\40\175\x29\73\12\xa\x20\x20\x20\x20\x3c\57\x73\143\162\151\160\164\76\xa\x20\40\x20\40\x3c\x2f\142\157\144\x79\76\12\40\x20\40\x20\x3c\57\150\x74\155\x6c\x3e\12\11";
}
function mo2f_check_backtologform_action()
{
if ($GLOBALS["\x70\141\x67\x65\156\x6f\x77"] != "\167\160\55\x6c\x6f\x67\151\156\56\x70\x68\x70" && get_site_option("\155\157\62\146\x5f\x6c\157\147\x69\x6e\x5f\146\x6f\162\x6d\x5f\165\162\x6c")) {
goto Br;
}
return wp_login_url();
goto fk;
Br:
$jB = get_site_option("\x6d\157\x32\x66\x5f\x6c\x6f\147\151\x6e\x5f\146\157\162\155\x5f\x75\x72\154");
$yI = sanitize_url($_SERVER["\x48\124\x54\x50\137\122\x45\106\x45\122\105\x52"]);
if (str_contains($jB, "\54")) {
goto sD;
}
if (strpos($yI, $jB) !== false) {
goto Lg;
}
goto fK;
sD:
$vQ = explode("\54", $jB);
foreach ($vQ as $ZS) {
if (!(strpos($yI, $ZS) !== false)) {
goto hY;
}
return $ZS;
hY:
Ku:
}
Qm:
goto fK;
Lg:
return $jB;
fK:
fk:
}
function mo2f_get_otp_authentication_prompt($Um, $Jb, $kO, $dj, $bR, $R5 = null)
{
global $aq, $ce;
$Qz = MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\x6f\x32\x66\137\x65\x6e\x61\x62\154\x65\137\x66\x6f\162\x67\x6f\164\160\x68\157\156\145", "\147\145\x74\x5f\157\x70\164\x69\157\x6e");
$BB = new MoWpnsHandler();
$Ni = MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\157\62\x66\x5f\151\163\x5f\116\x43", "\x67\145\x74\137\157\x70\x74\151\x6f\156");
$MV = get_site_option("\x6d\157\62\146\x5f\x61\164\x74\145\155\x70\x74\x73\137\x62\145\x66\x6f\x72\x65\x5f\x72\145\144\151\162\x65\143\x74", 3);
$bR = MO2f_Utility::mo2f_get_transient($dj, "\x6d\x6f\x32\146\x5f\x63\165\162\162\145\156\x74\137\x75\x73\145\x72\x5f\x69\144");
$nk = $aq->get_user_detail("\x6d\x6f\x32\146\x5f\x4f\124\x50\117\x76\145\x72\x45\155\141\x69\154\x5f\x63\157\x6e\146\x69\147\x5f\163\164\141\x74\x75\163", $bR);
MO2f_Utility::mo2f_debug_file("\120\162\157\x6d\x70\164\145\144\40\62\146\141\x20\166\141\154\151\144\141\164\151\x6f\x6e\x20\x73\x63\162\x65\x65\156\x20" . "\125\163\x65\162\137\111\x50\55" . $ce->get_client_ip() . "\40\x55\x73\x65\x72\x5f\x49\x64\x2d" . $bR);
echo "\11\74\x68\164\x6d\x6c\76\12\11\74\150\145\x61\144\76\xa\x9\x9\x3c\x6d\x65\164\141\40\x68\164\164\x70\55\145\x71\x75\x69\x76\75\42\x58\x2d\125\101\x2d\x43\x6f\x6d\x70\x61\x74\x69\x62\154\145\42\x20\x63\x6f\x6e\x74\x65\156\164\x3d\x22\111\x45\75\145\144\147\145\42\x3e\12\11\11\74\x6d\x65\164\141\40\156\x61\155\145\x3d\x22\x76\x69\145\x77\160\x6f\x72\164\42\40\143\157\x6e\x74\145\x6e\x74\75\x22\167\151\144\164\150\75\x64\x65\x76\151\143\145\x2d\x77\151\144\164\x68\54\40\x69\156\x69\164\x69\141\x6c\55\163\143\141\x6c\x65\75\x31\42\x3e\12\11\11";
echo_js_css_files();
echo "\x9\74\x2f\x68\145\x61\144\x3e\xa\x9\74\x62\x6f\144\x79\x3e\12\x9\74\144\151\x76\40\143\154\x61\x73\163\x3d\42\x6d\x6f\62\146\x5f\155\157\144\141\154\42\x20\x74\141\x62\151\156\x64\x65\170\75\42\55\x31\42\x20\162\x6f\154\x65\75\x22\x64\151\x61\x6c\x6f\x67\42\76\xa\x9\x9\74\144\x69\x76\40\143\x6c\x61\163\x73\x3d\42\x6d\x6f\x32\x66\55\x6d\157\144\x61\154\x2d\x62\141\143\153\144\162\x6f\160\x22\76\x3c\57\x64\151\x76\x3e\xa\x9\11\74\x64\x69\166\40\x63\154\x61\x73\x73\x3d\x22\155\157\137\x63\165\163\164\157\x6d\x65\x72\137\166\x61\154\151\144\x61\164\151\x6f\156\x2d\155\157\144\141\154\55\x64\151\x61\154\157\147\x20\155\157\x5f\x63\165\x73\x74\157\155\145\x72\x5f\166\x61\x6c\151\144\x61\164\151\x6f\156\x2d\155\157\x64\141\154\x2d\x6d\144\42\76\12\x9\11\x9\x3c\x64\x69\166\40\143\154\141\163\163\x3d\x22\x6c\157\x67\151\x6e\x20\155\157\137\x63\x75\163\164\x6f\x6d\x65\x72\137\166\141\x6c\x69\144\141\164\151\x6f\x6e\x2d\155\x6f\144\x61\x6c\x2d\143\157\156\x74\145\x6e\164\x22\76\xa\x9\11\11\11\74\144\151\x76\x20\x63\154\141\x73\x73\x3d\42\x6d\x6f\x32\146\x5f\155\x6f\x64\x61\154\x2d\x68\x65\141\144\x65\x72\42\76\12\x9\11\x9\x9\11\x3c\150\64\40\x63\x6c\141\x73\163\x3d\42\x6d\157\x32\x66\137\155\x6f\144\141\154\x2d\x74\x69\164\154\x65\x22\x3e\xa\11\x9\x9\x9\11\11\74\142\x75\164\x74\157\156\40\x74\x79\x70\x65\75\42\x62\x75\164\164\x6f\x6e\42\x20\x63\154\x61\163\163\75\42\155\157\62\x66\137\143\154\157\163\145\x22\40\x64\141\x74\141\55\x64\x69\163\x6d\x69\x73\x73\x3d\42\155\157\144\141\154\x22\40\x61\162\x69\141\x2d\154\141\142\145\x6c\75\x22\103\154\157\163\x65\42\12\11\11\11\x9\11\x9\11\x9\164\x69\164\154\145\75\42";
echo __("\102\x61\x63\153\x20\164\157\40\x6c\157\147\x69\156", "\x6d\151\156\151\x6f\x72\x61\x6e\147\145\x2d\62\x2d\146\141\x63\164\x6f\162\x2d\x61\x75\x74\150\145\x6e\x74\x69\143\141\x74\x69\157\x6e");
echo "\x22\12\x9\11\11\x9\11\x9\x9\11\x6f\156\143\154\x69\143\153\75\x22\x6d\x6f\x6c\x6f\x67\151\156\142\141\x63\153\50\x29\73\42\x3e\74\163\160\x61\x6e\40\x61\x72\151\141\55\150\151\144\x64\145\x6e\75\42\164\x72\x75\x65\x22\76\x26\164\x69\155\x65\163\x3b\74\x2f\163\x70\x61\156\76\74\x2f\x62\165\x74\164\x6f\x6e\76\12\x9\x9\11\x9\x9\x9";
echo __("\x56\141\x6c\x69\144\141\x74\145\40\x4f\x54\120", "\155\151\x6e\151\157\x72\x61\156\x67\145\55\x32\55\x66\141\143\x74\157\x72\x2d\141\x75\x74\x68\145\156\x74\x69\143\x61\x74\151\157\x6e");
echo "\11\x9\11\11\11\x3c\x2f\x68\64\76\12\11\x9\11\x9\x3c\57\144\151\x76\76\xa\11\x9\x9\11\x3c\144\151\166\x20\143\x6c\141\x73\163\75\x22\x6d\x6f\x32\x66\137\x6d\157\x64\x61\154\x2d\142\157\144\171\40\143\x65\x6e\x74\145\162\x22\x3e\xa\11\11\11\x9\11";
if (!(isset($Jb) && !empty($Jb))) {
goto p1;
}
echo "\x9\11\x9\x9\x9\11\74\144\151\166\x20\151\144\x3d\42\157\164\x70\x4d\145\x73\x73\x61\x67\145\42\76\xa\x9\x9\x9\11\x9\x9\11\x3c\160\40\x63\x6c\141\163\163\x3d\42\155\157\x32\x66\141\137\x64\x69\x73\160\154\x61\171\x5f\155\145\163\x73\141\x67\x65\x5f\x66\162\157\156\x74\x65\156\144\42\76";
echo $Jb;
echo "\74\57\x70\x3e\12\11\x9\11\11\11\11\x3c\57\x64\151\166\x3e\xa\x9\x9\11\11\11";
p1:
echo "\x3c\x62\162\76\11\x9\11\11\11\x3c\x73\160\x61\x6e\x3e\74\x62\76";
echo __("\101\x74\x74\x65\x6d\160\x74\163\x20\x6c\145\146\x74", "\155\151\156\151\x6f\162\x61\x6e\x67\x65\55\x32\55\x66\141\x63\x74\x6f\162\x2d\x61\165\x74\x68\x65\156\164\x69\143\x61\x74\x69\x6f\x6e");
echo "\x3c\57\142\76\x3a\74\x2f\x73\160\x61\156\x3e\40";
echo $MV;
echo "\x3c\142\162\x3e\12\11\11\x9\11\11";
if (!($MV == 1)) {
goto tC;
}
echo "\11\11\11\x9\x9\x3c\x73\x70\x61\156\x20\x73\164\171\x6c\145\75\x27\143\157\x6c\x6f\x72\72\x72\x65\144\73\47\x3e\x3c\142\76";
__("\111\146\x20\171\157\x75\x20\x66\x61\x69\x6c\x20\x74\x6f\x20\166\145\x72\x69\146\x79\x20\171\157\165\x72\x20\x69\144\145\x6e\164\151\x74\171\x2c\x20\171\x6f\165\x20\167\151\154\154\x20\x62\145\x20\x72\145\144\x69\x72\145\x63\164\145\x64\x20\142\x61\143\153\x20\164\x6f\40\154\157\147\x69\x6e\40\160\141\x67\145\x20\164\x6f\40\x76\x65\162\x69\x66\x79\x20\171\x6f\x75\162\x20\x63\x72\x65\x64\145\x6e\164\151\141\x6c\163\x2e", "\155\151\x6e\151\x6f\x72\x61\x6e\x67\145\x2d\x32\55\x66\141\x63\164\157\x72\x2d\141\x75\x74\150\x65\x6e\164\151\143\x61\x74\x69\x6f\156");
echo "\x3c\x2f\142\x3e\74\x2f\163\160\x61\x6e\x3e\40\74\142\162\x3e\12\x9\11\11\11\11";
tC:
echo "\11\11\11\11\11\x3c\142\162\x3e\12\11\11\x9\x9\11\74\x64\151\166\40\x69\x64\75\42\163\150\157\x77\x4f\x54\x50\42\x3e\xa\x9\11\x9\x9\x9\x9\x3c\144\x69\166\40\143\154\141\x73\163\75\x22\x6d\x6f\x32\x66\x2d\154\157\x67\x69\156\x2d\x63\157\156\164\141\151\156\145\x72\x22\76\xa\11\11\x9\11\11\11\x9\74\146\x6f\162\x6d\40\x6e\141\x6d\145\x3d\x22\146\42\40\x69\x64\x3d\x22\x6d\x6f\62\146\x5f\163\165\142\155\151\164\157\164\x70\137\154\157\147\x69\x6e\146\157\162\x6d\x22\x20\155\145\x74\x68\157\144\75\x22\160\157\163\164\42\x3e\12\11\11\11\11\11\11\x9\11\74\x63\145\156\164\x65\162\76\xa\11\11\x9\11\11\x9\x9\x9\x9\74\x69\156\160\165\x74\x20\164\171\x70\145\x3d\x22\164\145\170\x74\42\x20\x6e\x61\155\x65\x3d\42\155\157\x32\146\141\x5f\x73\157\146\164\164\157\153\x65\x6e\42\x20\x73\164\x79\154\145\x3d\42\150\145\151\147\x68\x74\72\x32\70\x70\x78\x20\41\x69\x6d\160\x6f\162\x74\141\156\x74\73\x22\12\x9\11\x9\x9\11\11\x9\x9\x9\x9\x20\40\x20\160\x6c\141\x63\145\x68\157\x6c\144\145\x72\x3d\42";
echo __("\x45\156\x74\x65\x72\40\143\157\x64\145", "\155\x69\x6e\x69\x6f\162\x61\156\147\145\x2d\x32\x2d\146\x61\143\164\157\x72\x2d\x61\165\x74\150\145\x6e\164\151\x63\141\164\x69\x6f\x6e");
echo "\42\xa\11\x9\11\x9\x9\11\11\x9\x9\11\x20\x20\40\x69\x64\75\42\155\x6f\x32\x66\141\137\x73\x6f\146\164\x74\157\x6b\145\156\42\40\x72\145\161\x75\x69\x72\145\144\75\x22\x74\162\x75\x65\42\x20\143\x6c\141\x73\x73\x3d\x22\x6d\157\x5f\x6f\164\x70\137\164\x6f\153\x65\156\x22\40\x61\x75\x74\x6f\146\157\143\x75\x73\75\x22\x74\x72\x75\145\x22\12\x9\11\x9\11\x9\x9\11\11\x9\11\x20\40\40\160\x61\164\x74\145\162\156\x3d\x22\133\60\x2d\71\x5d\x7b\x34\54\70\175\42\xa\x9\x9\x9\x9\11\11\x9\11\11\x9\x20\40\x20\164\x69\164\154\145\75\42";
echo __("\x4f\x6e\154\x79\40\144\151\x67\x69\164\163\40\x77\x69\164\x68\151\x6e\x20\x72\141\156\x67\x65\40\x34\55\x38\40\x61\162\x65\40\141\154\x6c\x6f\x77\145\144\x2e", "\155\151\156\x69\157\162\141\156\147\x65\55\x32\x2d\x66\141\143\x74\x6f\x72\55\x61\x75\x74\x68\145\x6e\164\151\143\141\x74\151\157\x6e");
echo "\42\57\x3e\12\11\x9\x9\x9\x9\x9\11\x9\11";
if ($Um == "\115\x4f\x5f\62\137\x46\x41\x43\x54\117\x52\x5f\x43\x48\x41\114\114\105\116\x47\x45\137\117\x54\x50\x5f\x4f\x56\x45\x52\x5f\123\x4d\123") {
goto NS;
}
if ($Um == "\x4d\x4f\137\62\x5f\x46\101\103\124\x4f\x52\x5f\103\110\x41\114\x4c\x45\x4e\107\x45\x5f\x4f\x54\x50\x5f\x4f\x56\105\x52\x5f\105\x4d\101\111\x4c") {
goto mh;
}
goto Vq;
NS:
echo "\11\11\x9\11\x9\11\11\x9\11\11\x3c\x62\x72\x3e\x3c\x73\160\141\x6e\40\x63\154\x61\163\x73\75\42\x6d\157\62\x66\x5f\x6d\x69\x64\x64\x6c\145\137\x74\x65\x78\164\40\x6d\x6f\62\146\141\137\x6c\145\146\164\42\x3e";
echo __("\x44\151\144\x6e\47\x74\40\147\x65\164\x20\143\157\144\x65\x3f", "\155\151\x6e\151\x6f\162\x61\x6e\x67\x65\55\62\x2d\x66\x61\x63\164\157\x72\x2d\x61\x75\x74\150\145\156\x74\x69\x63\141\164\151\157\156");
echo "\46\x6e\x62\x73\x70\x3b\46\156\142\163\x70\x3b\46\156\x62\163\160\73\x3c\x2f\x73\x70\x61\156\x3e\74\x73\x70\x61\156\76\74\141\40\150\162\x65\x66\75\42\43\162\145\x73\x65\156\x64\x22\40\143\x6c\141\x73\x73\75\x22\155\157\62\146\137\155\151\144\144\154\145\x5f\x74\x65\x78\x74\40\x6d\x6f\x32\x66\141\137\x72\151\147\x68\x74\42\x3e\x3c\x75\76";
echo __("\122\105\123\x45\x4e\104\x20\x49\x54", "\155\151\156\x69\157\x72\141\x6e\x67\145\x2d\x32\55\x66\x61\x63\x74\x6f\162\55\141\165\x74\x68\x65\156\x74\151\143\x61\164\x69\x6f\156");
echo "\x3c\x2f\165\x3e\x3c\57\141\x3e\74\x2f\163\160\x61\x6e\x3e\46\156\x62\163\160\73\12\x9\11\11\x9\x9\x9\11\x9\x9\x9\x3c\142\x72\x3e\74\142\162\76\12\11\x9\11\11\x9\11\11\11\x9";
goto Vq;
mh:
echo "\11\x9\x9\x9\11\x9\x9\x9\11\11\40\x20\x3c\x62\162\76\74\163\160\x61\x6e\40\x63\154\141\163\x73\x3d\42\155\x6f\x32\146\137\155\151\144\x64\154\145\137\x74\x65\170\x74\x20\x6d\x6f\62\146\x61\137\x6c\x65\146\164\x22\x3e";
echo __("\104\151\144\x6e\x27\164\40\x67\145\164\x20\143\157\x64\x65\x3f", "\155\151\156\151\157\x72\x61\156\147\145\55\62\x2d\146\141\x63\164\x6f\x72\x2d\141\x75\x74\150\145\x6e\164\x69\x63\x61\164\151\x6f\156");
echo "\46\156\x62\x73\x70\x3b\x26\156\x62\x73\160\x3b\46\x6e\142\163\160\x3b\x3c\x2f\163\160\x61\156\76\x3c\163\160\x61\x6e\76\74\x61\40\150\162\145\x66\75\x22\x23\162\145\x73\x65\156\x64\x65\155\x61\x69\x6c\x6f\x74\x70\42\40\x63\154\141\163\163\x3d\x22\x6d\x6f\62\x66\x5f\x6d\x69\x64\x64\x6c\x65\137\x74\145\170\x74\x20\x6d\x6f\x32\146\x61\137\x72\151\x67\x68\164\42\x3e\74\x75\x3e";
echo __("\122\105\x53\105\x4e\104\40\x49\x54", "\x6d\x69\x6e\151\x6f\x72\141\156\147\145\55\62\55\x66\141\x63\x74\157\x72\x2d\141\x75\x74\150\x65\156\x74\151\143\141\x74\x69\157\156");
echo "\74\57\165\76\74\x2f\x61\76\74\x2f\163\x70\141\x6e\76\46\x6e\x62\163\x70\73\xa\x9\11\x9\x9\x9\11\x9\x9\x9\x9\x3c\x62\162\76\x3c\142\162\x3e\xa\11\11\11\x9\11\x9\11\11\11";
Vq:
echo "\11\x9\x9\x9\x9\11\x9\x9\x3c\57\143\145\x6e\164\x65\162\76\12\x9\11\11\x9\11\11\x9\11\74\142\x72\x3e\12\x9\x9\11\x9\11\x9\11\11\x3c\151\156\x70\x75\164\40\x74\171\160\x65\x3d\42\163\165\x62\155\x69\164\42\x20\x6e\x61\x6d\145\x3d\42\x6d\x69\x6e\151\x6f\162\141\x6e\x67\x65\x5f\x6f\164\x70\x5f\164\157\x6b\x65\x6e\137\163\x75\142\155\x69\164\42\x20\x69\144\x3d\x22\155\151\x6e\x69\157\x72\141\156\x67\145\137\x6f\164\160\137\x74\157\153\145\156\137\x73\x75\x62\155\x69\x74\42\xa\x9\x9\11\x9\x9\11\11\x9\11\x20\40\x20\x63\x6c\x61\x73\x73\x3d\x22\x6d\x69\156\151\157\162\141\x6e\147\145\137\x6f\x74\160\137\x74\x6f\x6b\x65\x6e\x5f\x73\x75\142\155\151\x74\42\xa\x9\11\x9\11\x9\x9\x9\11\x9\40\40\x20\166\x61\154\x75\x65\x3d\42";
echo __("\x56\141\154\x69\144\141\164\145", "\155\x69\x6e\151\x6f\162\141\x6e\147\145\55\62\55\x66\x61\143\x74\x6f\x72\55\x61\x75\x74\x68\x65\x6e\164\151\143\141\x74\151\157\x6e");
echo "\42\x2f\76\12\x9\x9\x9\11\x9\11\11\x9";
if (!($R5 == 1)) {
goto C9;
}
echo "\x9\11\11\11\x9\x9\11\x9\x9\x9\x20\74\x69\156\x70\x75\164\x20\164\x79\x70\x65\x3d\x22\x62\165\x74\164\x6f\x6e\42\40\156\x61\155\145\x3d\42\x6d\x69\156\151\157\x72\x61\x6e\x67\x65\137\x6f\164\160\x5f\164\x6f\x6b\145\x6e\x5f\142\x61\x63\153\x22\x20\x69\x64\x3d\42\x6d\x69\156\151\157\162\141\x6e\x67\145\137\x6f\164\160\x5f\x74\157\x6b\x65\x6e\x5f\x62\141\x63\x6b\42\12\11\x9\11\11\11\x9\11\11\11\x9\x20\40\40\x63\154\x61\163\163\x3d\x22\x6d\151\156\151\x6f\x72\141\x6e\x67\x65\137\157\164\160\x5f\x74\157\153\x65\x6e\137\x73\165\142\x6d\151\x74\x22\xa\11\11\x9\11\x9\x9\11\11\11\11\40\40\x20\x76\x61\154\x75\x65\75\x22";
echo __("\x42\141\x63\x6b", "\x6d\151\156\x69\x6f\162\x61\x6e\147\x65\55\x32\x2d\146\x61\x63\164\x6f\162\x2d\x61\x75\164\x68\145\x6e\164\151\x63\141\x74\x69\157\156");
echo "\42\57\76\xa\11\11\x9\11\11\x9\x9\x9\x9";
C9:
echo "\11\x9\x9\x9\x9\11\x9\11\x3c\x69\156\160\x75\164\40\164\171\160\x65\x3d\42\x68\x69\144\x64\145\x6e\42\x20\x6e\x61\155\145\75\x22\162\145\161\x75\145\163\x74\x5f\x6f\162\151\147\151\x6e\x5f\x6d\x65\164\150\157\x64\42\40\x76\141\x6c\165\145\x3d\x22";
echo $Um;
echo "\x22\x2f\76\12\11\x9\x9\11\x9\x9\x9\11\74\151\x6e\160\165\164\40\164\x79\x70\145\x3d\42\150\151\x64\x64\x65\156\x22\40\x6e\x61\155\145\x3d\42\x6d\151\156\x69\157\162\141\156\x67\x65\x5f\x73\157\146\x74\x5f\164\157\153\x65\x6e\x5f\156\x6f\x6e\143\x65\x22\xa\x9\x9\11\11\x9\x9\11\11\11\x20\x20\40\x76\x61\x6c\165\x65\x3d\x22";
echo wp_create_nonce("\155\151\x6e\x69\x6f\162\x61\x6e\147\x65\x2d\62\x2d\146\x61\x63\x74\x6f\162\55\x73\157\146\164\x2d\x74\x6f\153\x65\156\55\156\157\156\143\x65");
echo "\x22\x2f\x3e\12\x9\x9\11\x9\x9\x9\11\x9\74\151\x6e\x70\x75\x74\40\x74\x79\x70\145\x3d\42\x68\151\x64\x64\x65\x6e\42\40\156\x61\155\145\x3d\42\157\x70\x74\151\x6f\156\42\40\166\141\154\x75\145\75\x22\x6d\151\x6e\x69\157\162\141\156\147\145\137\163\157\146\x74\x5f\164\x6f\x6b\145\x6e\42\76\xa\x9\x9\x9\x9\11\11\x9\x9\x3c\151\x6e\160\165\164\40\164\x79\x70\x65\x3d\x22\x68\151\144\144\145\x6e\x22\x20\156\x61\x6d\145\75\x22\162\145\144\151\x72\x65\143\164\137\164\x6f\42\x20\166\141\x6c\x75\x65\x3d\x22";
echo $kO;
echo "\x22\57\76\12\11\11\11\x9\x9\11\11\x9\74\x69\x6e\x70\165\x74\x20\x74\171\x70\x65\75\42\150\151\144\144\145\156\42\x20\156\141\x6d\x65\75\x22\163\145\163\x73\x69\157\156\137\x69\144\42\x20\166\141\x6c\165\145\x3d\x22";
echo $dj;
echo "\x22\57\76\12\11\11\x9\11\11\11\x9\x3c\x2f\146\157\x72\x6d\x3e\xa\11\11\x9\x9\x9\x9\11";
if (!($Qz && isset($Um) && $Um != "\x4d\x4f\x5f\62\137\x46\101\x43\x54\x4f\122\x5f\103\x48\101\114\114\105\116\107\105\137\117\x54\120\x5f\117\x56\x45\x52\x5f\105\x4d\x41\x49\x4c")) {
goto GY;
}
echo "\x9\11\x9\x9\11\11\11\11\11\x3c\x61\40\156\141\x6d\x65\x3d\x22\x6d\151\156\x69\157\162\141\156\147\x65\x5f\154\x6f\x67\x69\156\137\x66\x6f\x72\147\157\164\x70\x68\157\x6e\x65\x22\x20\157\x6e\143\154\151\143\x6b\75\42\x6d\157\154\x6f\147\x69\156\146\157\x72\x67\x6f\164\160\150\x6f\156\145\x28\x29\x3b\x22\12\x9\11\11\11\x9\11\11\11\x9\40\40\x20\151\x64\75\42\155\x69\x6e\151\157\x72\141\x6e\147\x65\x5f\x6c\157\x67\x69\156\137\x66\x6f\x72\x67\x6f\x74\x70\150\157\156\145\42\12\11\11\11\11\x9\x9\x9\11\x9\x20\x20\40\x63\x6c\141\x73\x73\75\42\155\x6f\x32\146\x2d\154\x69\156\x6b\42\x3e";
echo __("\x46\x6f\x72\x67\x6f\x74\40\x50\150\157\156\x65\x20\x3f", "\x6d\151\156\x69\157\162\141\156\147\145\55\x32\55\x66\x61\x63\x74\x6f\x72\x2d\141\x75\x74\x68\145\156\164\151\x63\x61\164\x69\x6f\156");
echo "\74\x2f\x61\76\12\x9\x9\x9\11\11\x9\x9\11";
GY:
echo "\11\x9\11\11\x9\11\x9\x9";
if (!($Um != "\x4d\117\137\x32\x5f\x46\x41\103\x54\117\122\137\x43\x48\101\x4c\114\x45\116\107\x45\137\x4f\124\x50\137\x4f\126\105\122\137\x45\115\x41\111\114" || $Um == "\x4d\x4f\x5f\x32\x5f\106\x41\x43\x54\x4f\x52\x5f\x43\x48\101\114\x4c\x45\x4e\x47\x45\137\x4f\124\120\137\117\x56\x45\122\137\x45\x4d\x41\111\x4c" && $nk)) {
goto zt;
}
if (!(MoWpnsUtility::get_mo2f_db_option("\x6d\157\x32\x66\137\142\141\143\153\137\165\x70\x5f\143\x6f\x64\145\x73", "\x73\151\x74\145\x5f\x6f\160\x74\151\157\156") == 1)) {
goto tR;
}
if (empty(get_user_meta($bR, "\155\157\x5f\142\141\143\x6b\x75\160\x5f\x63\x6f\144\x65\x5f\x67\x65\x6e\x65\162\141\x74\145\x64", true))) {
goto tb;
}
echo "\x9\x9\11\x9\11\11\11\x9\11\x3c\x64\151\x76\76\12\11\11\11\11\11\11\x9\x9\11\11\x3c\141\40\150\162\x65\146\x3d\42\43\x6d\157\62\x66\137\142\x61\143\153\165\160\x5f\x6f\160\x74\151\157\x6e\42\40\143\154\141\x73\x73\x3d\x22\x6d\x6f\x32\146\137\146\157\x6f\164\145\x72\137\x74\x65\x78\164\42\76\12\x9\11\11\x9\x9\x9\x9\11\x9\11\11\74\x70\x3e";
echo __("\125\x73\x65\x20\102\x61\143\153\x75\x70\x20\x43\157\x64\x65\x73", "\x6d\x69\156\x69\157\x72\141\x6e\147\x65\55\x32\x2d\x66\141\143\164\157\x72\x2d\141\165\164\x68\145\156\x74\151\x63\141\x74\151\x6f\156");
echo "\x3c\57\160\76\xa\11\11\11\x9\11\11\11\11\11\x9\x3c\x2f\141\76\12\x9\x9\11\11\11\x9\x9\x9\x9\x3c\x2f\144\151\x76\x3e\xa\x9\11\11\x9\11\x9\11\x9\11\11\x9";
goto eL;
tb:
echo "\11\11\x9\x9\x9\11\x9\11\11\x3c\144\151\x76\76\12\11\11\11\x9\x9\x9\x9\11\x9\x9\x3c\141\40\150\162\x65\x66\75\42\x23\x6d\x6f\62\146\137\142\x61\143\153\x75\160\x5f\147\x65\156\x65\x72\141\164\145\x22\40\143\x6c\141\163\163\75\42\x6d\157\62\146\x5f\x66\157\157\x74\x65\x72\137\164\x65\170\164\x22\x3e\12\11\11\11\11\11\x9\11\11\11\x9\x9\74\x70\x20\x73\164\x79\x6c\x65\75\x22\146\157\x6e\164\x2d\x73\151\172\145\72\x31\64\160\x78\73\40\x66\x6f\x6e\164\x2d\167\145\x69\147\x68\x74\x3a\142\x6f\154\144\x3b\42\76";
echo __("\x53\x65\x6e\x64\40\142\x61\143\153\x75\x70\40\143\x6f\x64\145\163\40\157\x6e\x20\145\155\141\151\x6c", "\x6d\x69\156\x69\x6f\x72\141\x6e\147\x65\55\x32\x2d\146\x61\143\x74\x6f\162\55\141\165\164\150\x65\x6e\x74\x69\x63\x61\x74\151\x6f\156");
echo "\x3c\57\160\76\12\11\11\11\x9\11\11\11\11\11\11\74\57\141\x3e\xa\x9\x9\x9\11\11\x9\x9\11\11\74\57\144\x69\166\x3e\12\x9\11\11\x9\11\11\11\x9\11\x9";
eL:
tR:
echo "\x9\x9\x9\x9\11\x9\11\x3c\144\151\x76\x3e\xa\11\11\11\x9\11\x9\11\11\74\x70\x3e\74\x61\40\x68\x72\x65\146\x3d\x22";
echo $BB->lockedOutlink();
echo "\42\40\164\141\x72\x67\145\x74\75\x22\x5f\x62\x6c\141\x6e\153\x22\x20\x20\x63\x6c\141\163\163\x3d\x22\x6d\157\x32\x66\137\x66\x6f\157\x74\145\162\137\x74\x65\170\164\40\155\157\62\x66\141\137\x62\157\x74\x74\157\155\x22\x3e";
echo __("\111\47\x6d\x20\x6c\x6f\143\x6b\145\x64\40\x6f\165\x74\40\46\40\x75\156\x61\x62\x6c\145\x20\x74\x6f\x20\154\157\147\151\x6e\56", "\155\x69\x6e\x69\157\162\x61\x6e\147\x65\55\62\x2d\x66\x61\x63\x74\x6f\162\x2d\x61\x75\164\x68\x65\156\x74\x69\x63\x61\x74\x69\x6f\156");
echo "\74\57\141\x3e\x3c\x2f\x70\76\xa\x9\11\11\x9\x9\x9\11\74\x2f\x64\151\166\x3e\12\11\x9\11\x9\11\11\x9";
zt:
echo "\11\11\x9\x9\11\11\74\x2f\x64\x69\x76\76\12\11\11\11\x9\11\74\x2f\x64\x69\x76\76\12\x9\x9\11\11\11\x3c\57\143\x65\156\x74\145\x72\76\xa\x9\x9\x9\11\x9";
mo2f_customize_logo();
if (!($Um != "\115\117\137\x32\x5f\x46\101\x43\124\117\122\x5f\103\110\101\114\114\105\116\x47\x45\x5f\x4f\x54\x50\137\117\126\x45\122\x5f\105\x4d\101\111\x4c" || $Um == "\115\x4f\137\62\x5f\x46\101\x43\124\117\122\x5f\x43\x48\x41\x4c\x4c\x45\x4e\107\105\137\117\x54\120\137\x4f\x56\105\x52\137\105\x4d\101\x49\114" && $nk)) {
goto yZ;
}
mo2f_create_backup_form($kO, $dj, $Um, $Jb);
yZ:
echo "\11\x9\x9\x9\x3c\57\144\x69\166\x3e\12\11\11\x9\x3c\57\x64\x69\x76\x3e\12\x9\11\x3c\x2f\144\x69\x76\76\12\11\74\x2f\x64\x69\x76\76\12\11\12\11\74\x66\x6f\x72\155\x20\x6e\x61\155\145\x3d\x22\x66\42\40\151\x64\x3d\42\x6d\x6f\62\146\x5f\142\141\x63\153\x74\x6f\x5f\x69\156\x6c\x69\156\145\137\x72\x65\147\151\163\x74\162\141\x74\151\x6f\x6e\x22\x20\x6d\145\x74\150\157\x64\x3d\42\160\157\x73\164\x22\40\x61\143\164\151\157\156\x3d\42";
echo wp_login_url();
echo "\x22\xa\x9\x9\40\x20\x63\154\x61\163\x73\x3d\x22\x6d\157\62\146\137\144\x69\163\x70\154\x61\171\137\x6e\157\x6e\145\x5f\146\157\162\x6d\x73\42\x3e\12\11\11\74\x69\x6e\160\x75\164\40\164\171\x70\145\x3d\x22\150\151\x64\x64\145\x6e\42\x20\x6e\x61\155\x65\75\42\x6d\151\x6e\151\x6f\x72\141\x6e\147\145\x5f\142\141\x63\x6b\137\x69\x6e\154\x69\156\145\x5f\162\x65\x67\x5f\156\157\x6e\x63\145\42\12\11\x9\11\40\x20\40\x76\x61\154\165\x65\x3d\x22";
echo wp_create_nonce("\155\151\x6e\x69\x6f\162\x61\x6e\x67\145\55\x32\55\146\x61\143\x74\x6f\x72\55\x62\141\x63\153\x2d\x69\156\154\x69\x6e\x65\x2d\162\x65\147\x2d\x6e\157\x6e\x63\x65");
echo "\x22\x2f\x3e\12\11\11\74\x69\156\x70\165\x74\x20\164\171\x70\x65\75\42\150\x69\144\x64\x65\156\42\x20\156\x61\x6d\145\75\42\163\x65\163\x73\x69\157\x6e\137\151\144\x22\40\166\141\x6c\x75\x65\x3d\x22";
echo $dj;
echo "\x22\57\76\12\11\x9\x3c\x69\156\160\x75\164\40\164\171\x70\x65\75\42\x68\x69\x64\x64\145\x6e\x22\40\x6e\141\x6d\x65\75\x22\x6f\x70\x74\x69\x6f\x6e\x22\40\x76\141\x6c\165\x65\75\x22\155\x69\156\x69\x6f\x72\141\x6e\x67\145\x32\146\x5f\142\141\x63\x6b\x5f\164\157\137\151\x6e\x6c\x69\156\x65\137\162\x65\147\x69\163\x74\x72\141\164\151\x6f\156\x22\x3e\x20\12\11\11\x3c\x69\x6e\x70\x75\x74\x20\x74\171\160\145\x3d\42\150\x69\x64\x64\x65\156\42\40\156\141\x6d\x65\75\42\162\145\x64\x69\162\145\143\x74\x5f\x74\157\42\40\x76\141\154\165\x65\x3d\x22";
echo $kO;
echo "\42\x2f\x3e\xa\11\x9\40\40\x20\12\x9\74\57\146\157\x72\155\x3e\xa\11\xa\11\74\146\157\162\x6d\40\156\141\155\145\75\x22\146\x22\40\151\144\x3d\42\155\157\62\146\137\x62\141\143\x6b\164\x6f\137\155\157\x5f\154\157\x67\x69\x6e\x66\157\162\155\x22\x20\155\145\x74\x68\x6f\x64\75\42\x70\157\x73\x74\x22\40\x61\x63\x74\151\x6f\156\x3d\x22";
echo mo2f_check_backtologform_action();
echo "\42\12\x9\11\x20\x20\x63\x6c\x61\x73\163\x3d\42\155\x6f\x32\146\137\144\x69\x73\x70\x6c\141\x79\137\x6e\157\156\145\x5f\x66\157\x72\155\x73\x22\76\xa\11\11\x3c\x69\x6e\x70\165\164\40\164\171\x70\x65\75\x22\150\x69\x64\144\x65\156\x22\40\156\x61\x6d\145\75\42\155\x69\x6e\x69\x6f\162\141\156\147\145\x5f\155\x6f\x62\x69\154\x65\x5f\166\x61\x6c\151\x64\141\164\151\x6f\x6e\x5f\x66\141\151\154\x65\x64\x5f\156\x6f\156\143\145\x22\xa\x9\x9\11\x20\40\40\x76\141\154\165\x65\75\42";
echo wp_create_nonce("\x6d\x69\156\151\157\162\141\156\147\145\55\x32\x2d\x66\x61\x63\164\157\162\x2d\x6d\x6f\142\x69\x6c\x65\55\166\x61\x6c\151\x64\x61\x74\151\x6f\x6e\x2d\146\141\x69\x6c\145\x64\x2d\156\157\156\143\x65");
echo "\x22\57\x3e\xa\x9\x9\74\x69\x6e\x70\x75\164\40\x74\x79\160\x65\x3d\x22\x68\x69\x64\144\x65\156\42\40\156\141\x6d\x65\75\x22\157\160\x74\151\x6f\x6e\x22\x20\166\x61\154\x75\145\75\42\155\151\156\x69\157\x72\x61\156\147\x65\137\155\x6f\x62\x69\x6c\x65\137\166\141\154\151\x64\x61\164\x69\157\156\x5f\x66\x61\x69\154\145\144\x22\x3e\12\x9\11\74\x69\156\160\x75\164\x20\164\171\x70\145\75\x22\150\151\x64\x64\x65\156\x22\x20\x6e\141\x6d\x65\x3d\42\x73\145\163\163\151\157\156\x5f\x69\144\42\40\x76\x61\154\165\x65\75\42";
echo $dj;
echo "\x22\x2f\76\xa\11\x9\74\x69\x6e\160\x75\164\40\164\171\x70\145\x3d\42\x68\151\x64\x64\x65\156\x22\40\x6e\x61\155\145\x3d\42\x72\145\144\x69\x72\x65\143\x74\137\164\x6f\x22\40\166\x61\154\165\x65\75\x22";
echo $kO;
echo "\x22\57\x3e\xa\11\x3c\x2f\146\157\162\155\76\12\11\74\146\x6f\162\x6d\40\x6e\x61\x6d\145\75\42\146\42\40\x69\144\75\x22\155\x6f\x32\x66\137\x72\x65\x73\145\x6e\x64\x5f\157\164\x70\42\40\155\145\164\x68\x6f\x64\x3d\42\160\x6f\163\164\42\x20\141\x63\x74\x69\x6f\x6e\x3d\x22\x22\40\163\164\x79\x6c\145\75\x22\x64\x69\163\160\154\x61\171\x3a\156\157\x6e\x65\73\42\x3e\12\x9\x9\x3c\151\x6e\160\x75\164\x20\x74\x79\x70\145\x3d\42\150\151\x64\x64\x65\156\42\40\156\141\155\145\x3d\x22\x6d\x6f\x32\x66\x5f\x72\x65\163\x65\156\x64\x5f\x6f\x74\x70\x5f\x6e\x6f\156\x63\x65\42\40\x76\141\154\x75\x65\x3d\x22";
echo wp_create_nonce("\x6d\157\x32\146\137\162\x65\163\x65\x6e\144\x5f\x6f\x74\160\x5f\156\x6f\156\143\x65");
echo "\42\40\x2f\76\12\x9\x9\x3c\x69\156\160\x75\164\x20\x74\171\x70\145\x3d\42\x68\151\x64\x64\145\x6e\x22\x20\x6e\x61\x6d\x65\75\x22\157\160\x74\x69\x6f\156\x22\40\x76\141\154\165\145\x3d\x22\155\x6f\x32\146\x5f\162\145\163\x65\x6e\144\x5f\x6f\x74\x70\x5f\x6e\x6f\156\x63\145\x22\x3e\xa\11\11\74\151\156\160\165\164\40\164\171\160\145\x3d\42\150\x69\144\144\145\156\42\x20\x6e\141\155\x65\x3d\42\162\145\144\x69\x72\145\x63\164\137\164\x6f\x22\40\x76\141\154\165\x65\x3d\x22";
echo $kO;
echo "\x22\x2f\x3e\12\11\11\x3c\x69\x6e\160\165\164\40\x74\x79\x70\x65\75\x22\150\x69\144\144\x65\156\42\40\x6e\x61\155\x65\75\42\163\x65\x73\163\151\157\156\137\151\144\x22\x20\166\141\x6c\165\145\x3d\x22";
echo $dj;
echo "\42\57\x3e\xa\11\x3c\x2f\x66\157\162\155\76\xa\11\x3c\146\x6f\162\x6d\x20\156\141\x6d\x65\x3d\x22\146\42\x20\x69\x64\75\42\155\x6f\62\146\137\x73\x68\157\x77\x5f\146\x6f\x72\147\157\164\160\150\x6f\x6e\x65\x5f\x6f\x74\x70\x5f\154\157\x67\151\x6e\x66\157\162\x6d\x22\x20\x6d\x65\164\150\157\144\x3d\x22\x70\157\x73\x74\x22\40\141\143\x74\151\157\156\75\x22\x22\40\x63\x6c\141\163\x73\75\42\155\x6f\62\x66\137\144\x69\163\160\154\141\x79\x5f\156\157\x6e\x65\137\x66\x6f\162\155\x73\x22\76\12\11\11\11\x3c\151\x6e\x70\165\164\40\x74\171\x70\145\75\x22\x68\151\x64\x64\145\156\x22\40\156\141\155\145\x3d\x22\x72\x65\x71\x75\145\163\x74\x5f\157\x72\x69\x67\x69\156\x5f\155\x65\164\150\x6f\x64\42\40\166\x61\154\165\x65\75\x22";
echo $Um;
echo "\42\x2f\76\12\x9\11\x9\x3c\x69\156\x70\x75\164\x20\164\171\x70\x65\x3d\x22\x68\x69\x64\x64\145\156\42\40\x6e\x61\155\x65\x3d\42\155\x69\156\151\x6f\162\x61\x6e\147\145\x5f\146\157\162\147\157\164\x70\x68\x6f\156\x65\42\12\x9\x9\11\11\x20\40\x20\x76\141\154\x75\145\75\42";
echo wp_create_nonce("\155\x69\156\151\x6f\x72\141\156\147\145\x2d\62\x2d\x66\141\x63\x74\157\162\x2d\x66\157\162\x67\x6f\x74\x70\x68\x6f\156\145");
echo "\x22\x2f\x3e\xa\x9\x9\11\x3c\151\x6e\x70\x75\x74\40\164\171\x70\x65\x3d\x22\150\x69\144\144\x65\156\x22\40\156\x61\155\x65\x3d\x22\157\x70\x74\x69\157\x6e\42\40\166\141\154\x75\x65\x3d\x22\x6d\x69\x6e\151\x6f\162\141\x6e\x67\x65\x5f\x66\157\162\x67\157\x74\x70\150\x6f\156\x65\x22\x3e\xa\x9\x9\11\x3c\151\156\160\165\164\40\164\x79\x70\x65\x3d\42\x68\x69\144\144\x65\x6e\42\x20\x6e\x61\155\x65\x3d\x22\162\145\x64\151\x72\x65\x63\x74\x5f\x74\x6f\42\x20\166\x61\x6c\165\x65\75\x22";
echo $kO;
echo "\42\x2f\x3e\12\x9\x9\11\74\x69\156\x70\165\164\x20\x74\171\160\145\x3d\42\150\151\x64\144\145\156\42\40\156\x61\155\x65\x3d\x22\163\x65\x73\163\x69\157\x6e\137\151\x64\42\40\x76\141\x6c\x75\145\x3d\42";
echo $dj;
echo "\42\57\x3e\12\x9\x9\x3c\57\x66\x6f\x72\155\76\xa\11";
if (!(MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\x6f\x32\x66\x5f\x65\156\141\142\154\x65\137\146\x6f\162\x67\157\x74\160\150\x6f\156\145", "\147\x65\x74\137\157\160\164\x69\157\x6e") && isset($Um) && $Um != "\x4d\117\137\x32\x5f\106\101\x43\124\x4f\x52\137\103\x48\x41\114\114\105\116\x47\105\x5f\x4f\124\x50\137\117\126\x45\x52\137\x45\x4d\x41\111\x4c")) {
goto Vi;
}
echo "\11\x9\74\x66\x6f\162\155\x20\x6e\x61\x6d\145\x3d\42\146\42\x20\151\x64\75\42\155\157\x32\x66\x5f\x73\x68\157\x77\137\x66\157\x72\147\x6f\x74\160\150\x6f\x6e\x65\137\154\x6f\147\151\x6e\x66\x6f\162\155\42\40\x6d\x65\x74\150\157\x64\75\42\x70\x6f\163\x74\x22\x20\x61\143\x74\x69\x6f\156\75\x22\x22\40\x63\154\x61\163\163\x3d\x22\155\157\x32\146\137\144\x69\x73\160\x6c\x61\171\x5f\156\x6f\x6e\145\137\x66\157\162\155\x73\x22\x3e\xa\11\11\11\x3c\x69\156\x70\165\164\40\x74\171\160\x65\x3d\x22\150\x69\144\x64\145\156\x22\x20\156\x61\x6d\145\75\42\162\145\161\x75\x65\x73\164\x5f\157\162\151\147\151\156\x5f\155\145\164\150\157\144\42\x20\166\141\x6c\165\x65\75\42";
echo $Um;
echo "\x22\x2f\76\12\11\11\11\74\151\156\160\x75\164\40\164\171\160\145\75\x22\x68\x69\x64\x64\145\x6e\x22\40\156\141\155\x65\x3d\42\x6d\151\156\x69\157\162\141\156\x67\145\x5f\146\x6f\162\147\157\164\x70\150\157\x6e\145\x22\12\x9\x9\x9\11\x20\x20\x20\x76\x61\x6c\x75\x65\75\42";
echo wp_create_nonce("\155\x69\x6e\151\157\x72\141\x6e\x67\145\x2d\x32\55\x66\x61\x63\164\157\x72\x2d\x66\157\162\147\x6f\164\160\150\157\x6e\x65");
echo "\x22\x2f\76\12\x9\x9\x9\74\x69\156\160\165\x74\40\164\171\160\145\75\42\150\x69\144\x64\145\x6e\x22\x20\x6e\141\155\145\x3d\42\x6f\160\x74\151\157\x6e\x22\x20\166\x61\154\165\145\x3d\42\x6d\151\x6e\x69\x6f\162\x61\x6e\x67\145\137\146\x6f\x72\147\x6f\x74\160\150\157\x6e\145\42\76\12\x9\x9\11\74\151\x6e\x70\x75\164\40\x74\x79\x70\145\75\42\150\151\x64\144\145\x6e\x22\x20\x6e\141\155\145\x3d\42\x72\145\144\151\x72\145\x63\x74\x5f\x74\x6f\x22\40\x76\141\154\165\x65\75\42";
echo $kO;
echo "\42\x2f\x3e\12\x9\11\x9\74\x69\156\x70\165\164\x20\164\x79\x70\145\75\x22\x68\x69\x64\x64\x65\x6e\42\40\156\x61\155\x65\x3d\x22\x73\x65\x73\163\x69\157\156\x5f\151\144\x22\40\166\141\x6c\x75\145\x3d\x22";
echo $dj;
echo "\42\x2f\x3e\12\x9\x9\74\57\146\157\162\155\x3e\12\xa\11";
Vi:
echo "\xa\11\x3c\x73\143\x72\151\x70\164\x3e\xa\x9\x9\152\x51\x75\145\162\171\50\47\43\155\151\x6e\x69\x6f\x72\x61\156\147\x65\137\x6f\164\x70\137\164\x6f\153\145\x6e\x5f\x62\x61\x63\153\x27\51\56\x63\x6c\151\143\x6b\50\x66\x75\x6e\143\x74\x69\x6f\156\50\51\173\12\x9\11\11\x6a\121\165\x65\x72\x79\50\x27\x23\155\x6f\x32\x66\x5f\142\x61\x63\x6b\164\x6f\137\x69\156\154\151\x6e\x65\137\162\145\x67\151\163\x74\162\141\164\151\x6f\156\47\x29\x2e\x73\x75\x62\155\x69\164\x28\x29\73\12\x9\x9\x7d\51\x3b\12\11\x9\152\x51\x75\x65\162\171\x28\47\x61\x5b\x68\x72\x65\x66\75\42\43\x6d\x6f\x32\x66\x5f\142\x61\x63\153\165\x70\137\157\x70\x74\x69\x6f\156\x22\x5d\x27\51\x2e\143\154\x69\x63\153\x28\146\x75\x6e\143\164\x69\157\x6e\50\x29\40\173\12\11\x9\11\x6a\x51\x75\145\x72\x79\50\x27\x23\155\x6f\62\x66\137\142\141\143\153\165\160\47\51\x2e\x73\165\142\155\x69\x74\50\51\73\12\11\x9\175\51\x3b\xa\11\11\152\121\165\x65\162\171\x28\47\x61\133\x68\x72\145\x66\x3d\42\43\155\157\62\x66\x5f\142\x61\x63\153\165\160\137\x67\145\x6e\x65\162\141\164\145\42\135\47\x29\56\143\x6c\x69\143\153\x28\146\x75\x6e\143\164\x69\157\x6e\x28\x29\40\173\12\x9\11\11\x6a\x51\x75\145\162\171\x28\x27\43\155\x6f\62\x66\137\143\162\145\141\164\x65\137\142\x61\143\x6b\165\x70\x5f\143\x6f\144\145\x73\47\51\x2e\163\x75\x62\x6d\x69\x74\50\51\73\xa\x9\11\175\x29\x3b\12\x9\x9\152\x51\x75\145\162\171\x28\47\141\133\x68\162\x65\x66\75\42\x23\x72\145\163\145\x6e\x64\42\x5d\x27\x29\56\143\154\x69\143\153\50\x66\x75\156\143\x74\151\157\156\x28\51\x20\x7b\xa\11\11\11\152\x51\x75\145\x72\171\x28\x27\x23\x6d\x6f\62\x66\137\x72\145\x73\145\156\x64\137\x6f\164\160\x27\51\56\163\x75\x62\155\151\x74\x28\51\x3b\12\11\11\x7d\51\73\12\x9\x9\40\x6a\121\x75\x65\162\x79\x28\47\x61\x5b\x68\x72\145\146\x3d\42\43\162\x65\x73\145\x6e\144\145\155\141\151\x6c\157\x74\x70\42\135\47\51\x2e\x63\x6c\x69\143\153\x28\146\x75\x6e\x63\164\151\x6f\156\x28\51\x20\x7b\12\11\11\11\152\x51\165\145\162\x79\50\x27\x23\155\157\62\146\x5f\163\150\157\x77\x5f\x66\157\x72\147\x6f\164\160\150\157\156\x65\137\157\x74\160\137\154\x6f\147\151\x6e\146\157\162\155\x27\x29\x2e\x73\x75\142\155\x69\164\50\x29\73\xa\11\11\175\x29\73\12\x9\x9\146\165\x6e\x63\164\151\157\x6e\40\155\157\154\x6f\x67\151\x6e\142\x61\143\153\x28\51\x20\173\12\x9\x9\11\152\x51\165\x65\162\171\50\47\43\155\x6f\62\146\137\x62\141\x63\x6b\164\157\137\x6d\157\x5f\x6c\x6f\x67\x69\156\x66\157\x72\x6d\47\x29\x2e\x73\165\142\155\x69\164\50\x29\73\12\11\x9\175\12\xa\x9\x9\146\165\x6e\143\164\151\157\x6e\40\x6d\157\154\x6f\147\x69\x6e\146\x6f\x72\x67\x6f\164\160\150\157\156\145\x28\51\40\x7b\xa\x9\11\11\x6a\121\165\x65\162\171\x28\x27\x23\x6d\157\x32\146\137\163\x68\157\167\x5f\146\157\162\147\x6f\164\x70\150\157\x6e\x65\x5f\154\x6f\147\151\156\x66\x6f\162\155\x27\51\x2e\163\165\x62\155\x69\164\x28\x29\73\xa\11\x9\x7d\xa\x9\x9\166\141\x72\x20\x69\x73\137\x61\152\x61\x78\x20\75\x20\x27";
echo MO2f_Utility::get_index_value("\x47\x4c\117\102\101\114\x53", "\x6d\157\x32\x66\137\151\x73\137\141\x6a\141\170\137\x72\145\x71\x75\x65\163\164");
echo "\x27\73\xa\x9\11\x69\x66\50\x69\163\137\x61\152\x61\x78\51\x7b\12\11\11\11\152\121\165\145\x72\171\50\47\43\155\157\x32\x66\x61\x5f\163\157\146\164\164\x6f\153\145\x6e\47\51\56\x6b\145\171\x70\162\145\x73\163\x28\x66\x75\x6e\x63\x74\151\157\x6e\40\x28\x65\x29\40\x7b\xa\11\x9\11\x9\151\146\40\x28\145\56\x77\x68\x69\x63\150\x20\x3d\x3d\x20\x31\x33\x29\x20\x7b\x2f\x2f\105\x6e\164\145\x72\40\x6b\x65\171\40\160\x72\x65\163\x73\x65\144\12\11\x9\11\x9\x9\145\x2e\x70\162\x65\166\145\x6e\164\104\145\146\141\165\x6c\x74\x28\x29\x3b\12\11\11\x9\11\x9\155\157\x32\x66\137\x6f\164\x70\137\141\x6a\x61\x78\x28\51\x3b\x20\xa\x9\11\11\x9\x7d\12\x9\11\x9\x7d\51\x3b\12\11\x9\x9\152\121\x75\145\x72\x79\50\x22\43\x6d\151\156\x69\x6f\162\x61\x6e\x67\x65\x5f\x6f\164\x70\x5f\x74\157\x6b\145\x6e\137\163\165\x62\x6d\151\x74\x22\x29\56\143\154\151\143\153\50\146\165\x6e\x63\164\151\x6f\156\50\145\x29\x7b\xa\11\x9\11\11\x9\x65\x2e\160\162\145\166\x65\x6e\164\104\x65\146\x61\165\x6c\164\50\51\x3b\xa\x9\x9\11\x9\x9\x6d\x6f\x32\146\x5f\x6f\164\x70\x5f\141\x6a\141\x78\x28\51\73\xa\x9\x9\x9\x7d\x29\x3b\xa\12\11\x9\11\146\165\x6e\143\164\x69\157\156\40\x6d\157\62\x66\x5f\x6f\x74\x70\x5f\141\152\x61\x78\x28\51\x7b\12\11\x9\x9\11\x6a\x51\165\145\x72\x79\x28\47\43\155\x6f\62\146\141\137\163\157\x66\x74\164\x6f\153\145\x6e\47\51\56\x70\x72\157\x70\50\47\x64\x69\163\x61\142\154\x65\144\47\54\47\x74\162\165\x65\x27\51\x3b\xa\x9\11\x9\x9\152\121\165\145\x72\x79\x28\47\43\155\151\x6e\x69\157\x72\x61\x6e\x67\x65\137\x6f\x74\x70\x5f\x74\157\153\145\x6e\137\163\165\142\155\151\164\x27\51\56\160\162\157\x70\50\x27\144\151\x73\141\142\x6c\x65\x64\x27\x2c\47\164\162\x75\x65\47\51\73\xa\11\x9\11\x9\166\141\x72\x20\x64\141\x74\x61\x20\x3d\x20\173\xa\x9\x9\11\11\x9\42\141\143\x74\151\x6f\156\x22\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x3a\x20\42\x6d\157\62\x66\137\x61\x6a\x61\x78\42\54\xa\11\11\11\x9\11\x22\155\x6f\62\146\x5f\x61\152\141\170\137\x6f\x70\164\x69\x6f\x6e\42\40\x20\72\40\42\155\x6f\62\x66\x5f\x61\152\141\x78\137\157\x74\x70\42\54\xa\11\11\x9\11\11\42\x6d\x6f\x32\x66\141\x5f\163\x6f\146\x74\x74\x6f\153\x65\156\x22\x20\x20\x20\72\40\x6a\121\x75\145\x72\171\x28\40\x22\151\x6e\x70\x75\164\133\156\141\x6d\145\75\x5c\x27\x6d\157\x32\146\141\x5f\163\157\146\x74\x74\x6f\x6b\145\x6e\134\47\135\42\40\x29\x2e\x76\141\x6c\50\51\x2c\12\x9\x9\11\x9\11\42\x6d\151\156\x69\x6f\162\141\156\x67\145\x5f\x73\157\146\164\x5f\x74\x6f\x6b\145\x6e\137\156\157\156\143\x65\42\x20\72\x20\152\x51\165\x65\162\171\x28\40\x22\x69\x6e\x70\x75\164\x5b\x6e\141\x6d\x65\x3d\134\x27\155\151\156\x69\157\162\x61\x6e\147\x65\137\163\x6f\146\x74\x5f\164\157\153\x65\156\x5f\156\157\x6e\143\145\x5c\x27\x5d\42\40\51\56\x76\x61\x6c\50\51\54\12\11\x9\x9\x9\11\42\163\145\x73\x73\x69\x6f\x6e\137\151\144\x22\x20\x20\40\40\40\x20\x20\x20\x3a\40\x6a\x51\x75\x65\162\171\50\40\x22\x69\156\160\x75\164\133\156\x61\155\x65\75\x5c\47\x73\x65\163\x73\151\157\156\137\x69\144\134\47\135\x22\40\51\x2e\x76\x61\x6c\50\51\x2c\12\11\x9\x9\x9\11\x22\162\x65\x64\151\x72\x65\x63\164\x5f\164\157\x22\40\x20\x20\40\x20\40\x20\72\40\x6a\x51\165\x65\x72\x79\x28\x20\42\x69\156\160\165\x74\x5b\x6e\141\155\x65\75\134\47\x72\145\x64\151\x72\145\x63\164\137\x74\x6f\134\x27\x5d\42\40\x29\x2e\x76\x61\x6c\50\51\x2c\xa\11\x9\11\x9\11\42\x72\x65\x71\x75\145\x73\164\x5f\157\x72\151\x67\151\156\x5f\155\145\164\x68\157\144\x22\x20\72\x20\x20\152\x51\x75\145\x72\x79\x28\x20\x22\x69\156\160\165\x74\x5b\156\141\155\145\75\134\x27\162\x65\x71\165\145\163\164\x5f\157\162\151\x67\x69\156\137\155\145\164\150\157\x64\134\47\135\42\40\51\x2e\x76\x61\154\x28\x29\54\xa\11\x9\11\x9\175\x3b\12\11\x9\x9\11\x6a\121\165\x65\162\171\x2e\x70\x6f\x73\x74\50\155\171\x5f\141\x6a\x61\x78\137\x6f\x62\152\145\143\x74\56\141\x6a\x61\x78\137\165\x72\154\x2c\40\x64\141\x74\141\54\x20\146\x75\x6e\143\x74\x69\x6f\156\x28\x72\x65\163\x70\157\156\x73\145\x29\x20\x7b\xa\11\x9\x9\x9\11\x69\146\50\x74\x79\160\145\x6f\146\x20\162\x65\x73\x70\157\x6e\x73\145\56\144\x61\164\x61\x20\x3d\75\x3d\40\x22\x75\x6e\x64\145\x66\x69\x6e\145\x64\x22\x29\12\11\x9\11\x9\11\11\152\121\165\x65\x72\171\50\42\150\x74\x6d\154\42\51\56\x68\164\x6d\154\x28\162\145\x73\x70\157\156\x73\145\x29\73\xa\x9\11\11\11\11\145\154\x73\x65\40\151\146\50\x72\145\x73\x70\157\x6e\x73\145\56\x64\x61\164\x61\56\x72\x65\154\x6f\141\144\x29\12\x9\11\x9\x9\11\x9\154\157\143\141\164\151\x6f\156\56\x72\145\x6c\x6f\x61\144\50\x20\x74\162\165\x65\40\x29\x3b\xa\11\11\x9\x9\x9\x65\154\x73\145\xa\11\11\11\x9\11\11\x6c\157\143\141\164\151\x6f\156\x2e\150\x72\145\x66\40\x3d\40\162\x65\x73\160\x6f\x6e\x73\x65\56\x64\141\x74\x61\x2e\x72\x65\144\x69\x72\x65\143\164\x3b\12\11\11\x9\x9\175\x29\73\xa\11\x9\x9\175\12\11\11\x7d\12\x9\x3c\57\163\143\162\x69\x70\x74\x3e\xa\x9\x3c\57\142\157\144\171\76\12\x9\74\x2f\150\x74\x6d\x6c\76\xa\x9";
}
function mo2f_get_device_form($kO, $dj)
{
echo "\x9\x3c\x68\164\155\x6c\x3e\xa\11\x3c\150\x65\141\144\76\xa\11\x9\74\155\x65\164\141\40\x68\164\164\x70\x2d\x65\161\x75\151\x76\75\42\130\x2d\x55\101\x2d\x43\x6f\155\x70\x61\x74\x69\x62\x6c\145\x22\x20\143\157\156\164\145\156\x74\75\42\111\x45\75\145\x64\x67\x65\42\x3e\12\11\11\x3c\155\x65\164\x61\40\x6e\141\155\x65\75\42\x76\x69\x65\167\x70\x6f\x72\x74\42\40\143\x6f\156\164\x65\x6e\x74\x3d\42\x77\x69\x64\x74\x68\x3d\144\145\166\x69\x63\145\x2d\167\151\144\164\150\54\x20\x69\x6e\x69\164\151\x61\154\x2d\163\x63\141\x6c\x65\x3d\x31\42\76\12\11\x9";
echo_js_css_files();
echo "\11\x3c\57\150\x65\141\x64\x3e\xa\11\x3c\142\157\x64\x79\76\xa\x9\74\x64\151\166\40\143\x6c\141\x73\163\x3d\x22\155\x6f\62\x66\x5f\155\x6f\x64\141\154\x22\x20\x74\141\142\151\x6e\144\x65\x78\x3d\42\55\x31\42\40\162\157\x6c\145\75\42\x64\x69\141\x6c\x6f\x67\42\x3e\xa\x9\x9\74\x64\151\x76\40\x63\154\141\163\163\75\42\155\x6f\x32\x66\x2d\x6d\157\x64\141\154\x2d\x62\x61\x63\153\144\x72\x6f\160\x22\76\74\x2f\144\x69\x76\76\xa\x9\11\74\x64\x69\166\40\143\154\x61\x73\163\x3d\x22\x6d\x6f\x5f\143\165\x73\164\x6f\x6d\145\162\137\166\x61\154\151\144\141\164\x69\157\x6e\x2d\x6d\x6f\x64\x61\154\x2d\x64\151\x61\x6c\157\x67\40\x6d\x6f\137\x63\x75\163\x74\157\x6d\x65\x72\137\166\x61\154\x69\144\x61\164\151\157\156\x2d\x6d\157\x64\x61\154\55\155\x64\x22\x3e\12\x9\11\x9\x3c\144\x69\166\x20\143\154\141\163\x73\75\42\154\x6f\147\x69\156\x20\155\x6f\x5f\x63\165\x73\x74\x6f\155\145\162\137\166\x61\x6c\x69\x64\x61\x74\151\157\x6e\x2d\155\157\144\141\x6c\x2d\x63\157\156\164\145\156\x74\42\x3e\xa\11\x9\x9\x9\x3c\x64\151\166\x20\x63\x6c\x61\x73\x73\x3d\42\x6d\x6f\x32\x66\x5f\x6d\x6f\144\x61\154\55\x68\x65\x61\x64\x65\162\42\x3e\12\11\x9\x9\x9\11\74\x68\x34\x20\143\x6c\x61\x73\x73\x3d\x22\155\x6f\x32\x66\137\155\157\x64\x61\x6c\x2d\x74\151\164\154\x65\x22\x3e\xa\11\x9\11\11\11\x9\74\x62\165\164\x74\157\156\40\164\x79\x70\x65\75\42\x62\x75\164\164\x6f\x6e\x22\40\143\x6c\x61\163\x73\x3d\42\155\x6f\62\146\137\143\154\x6f\x73\145\x22\x20\144\x61\x74\141\55\144\151\x73\x6d\151\163\163\75\42\155\157\144\x61\x6c\42\x20\141\x72\x69\x61\x2d\x6c\x61\x62\x65\x6c\75\x22\103\x6c\x6f\x73\145\x22\12\x9\11\11\11\x9\11\11\x9\x74\x69\x74\154\x65\75\x22";
echo __("\102\141\x63\153\40\164\157\40\154\x6f\x67\x69\x6e", "\x6d\x69\156\151\157\162\141\156\147\x65\x2d\x32\x2d\146\141\x63\164\x6f\162\55\x61\x75\164\150\x65\x6e\164\x69\x63\x61\164\x69\157\x6e");
echo "\x22\12\11\11\11\11\11\11\11\x9\x6f\156\143\x6c\151\x63\x6b\75\42\x6d\157\x6c\x6f\x67\x69\x6e\x62\141\x63\x6b\x28\x29\x3b\42\76\74\163\x70\x61\156\x20\x61\162\x69\x61\x2d\150\151\x64\144\145\156\75\x22\164\162\165\145\x22\x3e\46\x74\x69\x6d\x65\163\73\74\x2f\x73\x70\141\156\x3e\74\57\x62\x75\x74\164\157\x6e\x3e\12\xa\x9\x9\11\11\x9\x9";
echo __("\122\145\155\145\155\x62\x65\x72\40\x44\x65\166\x69\x63\145", "\155\x69\156\151\157\x72\x61\x6e\147\145\55\62\x2d\146\141\143\164\157\x72\x2d\x61\165\x74\150\145\156\x74\x69\143\141\x74\151\157\x6e");
echo "\11\x9\x9\x9\11\74\57\150\x34\76\12\x9\x9\x9\x9\74\57\x64\x69\x76\76\12\11\x9\x9\11\74\144\x69\x76\x20\143\x6c\141\x73\163\x3d\42\x6d\x6f\62\x66\x5f\x6d\x6f\144\x61\x6c\55\x62\x6f\x64\171\x20\143\x65\x6e\164\145\x72\x22\x3e\12\11\x9\x9\11\11\74\144\151\x76\40\151\x64\x3d\42\155\x6f\62\x66\137\144\145\x76\x69\143\145\137\x63\157\x6e\x74\145\156\x74\42\76\12\11\x9\11\11\11\x9\x3c\160\40\x63\154\141\163\x73\75\x22\x6d\x6f\62\x66\137\x6c\x6f\147\x69\156\x5f\x70\162\157\155\x70\x74\137\155\145\x73\x73\141\x67\145\x73\x22\76";
echo __("\x44\157\x20\171\x6f\165\x20\x77\x61\156\164\x20\x74\157\40\x72\x65\155\145\155\x62\145\x72\40\164\150\x69\x73\40\x64\x65\166\151\143\145\x3f", "\x6d\x69\156\151\157\162\141\x6e\147\145\55\x32\x2d\146\141\x63\164\x6f\x72\55\x61\x75\164\x68\145\x6e\164\151\x63\141\x74\151\157\156");
echo "\x3c\57\x70\x3e\12\11\x9\11\11\11\x9\x3c\151\x6e\160\165\164\x20\164\x79\160\x65\75\42\142\x75\164\164\x6f\156\x22\x20\156\x61\155\145\75\42\155\151\156\151\x6f\162\x61\x6e\147\145\x5f\164\162\165\x73\164\137\144\x65\166\x69\143\145\x5f\x79\145\x73\42\x20\157\x6e\x63\x6c\151\143\x6b\x3d\42\x6d\x6f\x5f\143\x68\x65\x63\153\137\x64\145\166\151\143\x65\137\x63\x6f\x6e\146\x69\x72\x6d\50\51\x3b\x22\xa\11\11\11\x9\11\x9\11\x20\x20\40\x69\144\x3d\x22\155\x69\156\151\x6f\162\x61\156\x67\x65\x5f\164\x72\165\x73\164\137\x64\145\166\151\143\145\137\x79\145\x73\x22\x20\x63\154\141\163\x73\x3d\42\155\x6f\x5f\x67\162\145\x65\x6e\42\40\163\164\171\x6c\x65\x3d\x22\155\141\x72\x67\x69\x6e\55\162\x69\147\x68\164\x3a\x35\45\73\x22\12\11\11\x9\11\11\11\x9\x20\40\x20\x76\141\154\x75\x65\75\42";
echo __("\131\x65\163", "\x6d\x69\x6e\151\157\x72\141\x6e\x67\145\x2d\62\55\146\141\143\x74\157\162\55\x61\165\x74\150\x65\x6e\x74\x69\x63\141\164\x69\157\156");
echo "\42\x2f\76\xa\x9\11\x9\x9\11\x9\x3c\151\156\x70\165\164\x20\x74\171\160\x65\75\x22\x62\x75\x74\x74\x6f\156\x22\40\156\141\155\x65\75\x22\155\151\x6e\151\157\x72\141\x6e\x67\145\137\x74\x72\x75\163\164\x5f\144\x65\x76\x69\143\145\x5f\156\157\x22\40\157\156\143\154\x69\x63\153\75\x22\155\x6f\137\x63\x68\x65\143\153\137\144\x65\x76\151\x63\145\137\143\x61\156\143\145\x6c\50\x29\73\42\xa\x9\x9\x9\11\11\x9\x9\40\x20\x20\x69\144\75\42\x6d\x69\x6e\151\x6f\x72\x61\156\x67\145\x5f\164\162\x75\x73\x74\137\x64\145\x76\x69\143\x65\x5f\x6e\157\x22\x20\x63\x6c\x61\163\x73\x3d\42\x6d\x6f\x5f\x72\145\144\x22\12\11\x9\x9\11\x9\x9\11\x20\x20\40\166\x61\x6c\165\x65\75\x22";
echo __("\x4e\x6f", "\x6d\151\156\151\x6f\162\141\x6e\147\145\55\62\55\146\141\x63\164\157\x72\55\141\165\x74\x68\x65\156\x74\151\x63\141\164\x69\157\x6e");
echo "\42\57\76\xa\x9\11\x9\11\11\74\x2f\x64\x69\166\x3e\12\11\x9\11\x9\x9\x3c\x64\151\166\40\151\x64\x3d\x22\x73\150\x6f\167\x4c\x6f\x61\x64\x69\156\x67\102\141\162\42\x20\x68\x69\144\x64\145\156\x3e\12\x9\x9\x9\11\11\x9\74\x70\40\x63\154\x61\x73\x73\75\42\x6d\157\x32\x66\x5f\154\157\147\151\156\137\x70\162\157\155\x70\164\x5f\x6d\145\x73\163\x61\x67\x65\163\42\76";
echo __("\x50\x6c\x65\x61\x73\x65\x20\167\141\151\x74\56\56\x2e\x57\145\40\141\x72\145\40\x74\x61\153\151\156\147\40\171\157\x75\x20\x69\156\164\x6f\x20\171\157\x75\162\40\141\143\x63\x6f\x75\x6e\164\56", "\155\151\x6e\151\157\x72\141\156\x67\145\55\x32\x2d\x66\141\x63\164\x6f\162\x2d\141\165\164\x68\x65\156\164\x69\x63\x61\164\x69\157\156");
echo "\74\x2f\160\x3e\xa\x9\x9\11\x9\11\11\x3c\x69\155\147\40\163\162\143\75\42";
echo plugins_url("\151\156\x63\x6c\x75\144\145\163\57\151\x6d\141\147\x65\x73\57\141\x6a\141\x78\x2d\x6c\157\141\144\145\162\55\154\157\147\x69\156\56\147\151\146", dirname(dirname(__FILE__)));
echo "\42\57\76\12\11\x9\x9\x9\11\x3c\57\144\x69\166\76\xa\11\x9\11\x9\11\74\142\x72\x3e\x3c\x62\162\x3e\12\11\x9\x9\11\11\x3c\x73\x70\x61\156\76\12\11\x9\11\x9\40\x20";
echo __("\x43\154\151\x63\153\40\157\x6e\40", "\155\x69\x6e\x69\157\x72\x61\156\147\145\55\62\x2d\146\x61\x63\164\x6f\162\55\141\x75\x74\150\145\156\x74\151\x63\141\164\151\157\x6e");
echo "\11\11\11\11\11\x9\x3c\151\76\74\142\76";
echo __("\131\145\163\x20\40", "\x6d\x69\x6e\151\157\162\141\156\147\x65\x2d\62\55\x66\x61\143\164\157\162\55\141\165\x74\x68\145\156\164\x69\143\141\164\x69\x6f\x6e");
echo "\x3c\57\142\x3e\x3c\57\151\x3e";
echo __("\151\x66\x20\164\x68\151\163\40\x69\163\40\171\x6f\165\162\40\160\x65\x72\x73\x6f\x6e\x61\x6c\40\144\145\166\x69\143\x65\x2e", "\x6d\x69\156\x69\x6f\162\141\156\147\145\55\62\x2d\146\141\x63\164\x6f\162\55\x61\165\164\x68\x65\156\164\x69\143\141\164\x69\157\x6e");
echo "\11\11\11\x9\x9\x9\74\142\x72\76\xa\x9\x9\11\x9\11\x9";
echo __("\103\154\151\x63\x6b\x20\157\x6e\x20", "\x6d\x69\156\x69\x6f\x72\x61\x6e\147\145\55\62\x2d\x66\141\143\164\157\x72\55\x61\165\x74\150\145\x6e\x74\151\x63\141\x74\151\157\x6e");
echo "\11\x9\x9\x9\x9\11\x3c\x69\76\74\142\76";
echo __("\x4e\157\x20", "\x6d\x69\156\x69\157\162\141\156\x67\145\x2d\62\55\x66\141\143\164\x6f\162\55\x61\165\164\x68\145\156\164\x69\143\x61\164\151\157\156");
echo "\74\x2f\142\76\x3c\57\151\76\40";
echo __("\151\x66\x20\x74\x68\x69\x73\x20\x69\x73\x20\x61\40\160\165\x62\x6c\151\x63\40\144\x65\x76\151\143\x65\56", "\155\x69\156\151\x6f\162\141\156\147\145\x2d\62\x2d\146\x61\143\x74\157\162\x2d\x61\x75\x74\150\x65\156\164\151\143\x61\x74\151\x6f\x6e");
echo "\11\11\x9\x9\40\x20\x3c\x2f\x73\x70\x61\156\x3e\74\142\162\76\74\142\x72\76\xa\11\11\11\11\x9";
mo2f_customize_logo();
echo "\11\x9\x9\11\74\57\x64\x69\166\76\xa\x9\x9\11\x3c\x2f\x64\x69\x76\x3e\12\x9\11\74\x2f\144\151\166\x3e\xa\x9\74\x2f\144\x69\x76\76\12\x9\x3c\146\157\162\155\x20\156\141\x6d\145\x3d\42\x66\x22\40\x69\x64\75\42\x6d\x6f\62\x66\137\x62\141\143\153\x74\x6f\137\155\x6f\137\x6c\157\147\x69\156\x66\x6f\x72\x6d\42\x20\x6d\145\x74\x68\157\x64\x3d\x22\160\157\x73\x74\42\40\141\x63\x74\x69\157\x6e\75\x22";
echo mo2f_check_backtologform_action();
echo "\42\12\x9\11\40\40\x63\154\141\163\x73\75\42\155\157\62\x66\x5f\144\151\x73\x70\154\x61\171\x5f\156\x6f\x6e\145\137\x66\x6f\162\x6d\163\x22\x3e\xa\11\11\x3c\x69\x6e\x70\x75\164\x20\164\171\x70\145\75\x22\150\x69\x64\144\145\x6e\x22\x20\156\141\x6d\x65\x3d\42\x6d\151\x6e\151\x6f\x72\x61\x6e\x67\x65\137\x6d\x6f\x62\x69\154\x65\137\166\141\x6c\x69\x64\x61\x74\x69\x6f\156\137\146\x61\x69\x6c\x65\x64\137\x6e\157\x6e\143\x65\42\12\x9\11\11\x20\x20\40\x76\x61\154\165\145\75\x22";
echo wp_create_nonce("\155\151\x6e\151\x6f\x72\x61\156\147\x65\x2d\x32\x2d\146\x61\x63\x74\x6f\x72\x2d\155\157\142\x69\x6c\145\55\x76\x61\x6c\151\144\x61\164\151\x6f\x6e\55\x66\141\x69\154\x65\x64\x2d\x6e\x6f\156\143\x65");
echo "\42\x2f\x3e\12\11\11\74\x69\x6e\x70\165\164\x20\164\x79\160\x65\x3d\42\150\151\144\144\x65\x6e\x22\40\x6e\x61\155\x65\x3d\42\157\160\x74\x69\157\x6e\x22\x20\x76\x61\154\x75\x65\x3d\x22\155\x69\x6e\x69\x6f\x72\x61\156\x67\145\x5f\x6d\157\x62\151\x6c\x65\x5f\x76\141\x6c\x69\x64\x61\x74\151\x6f\x6e\x5f\146\x61\151\154\x65\144\42\x3e\12\x9\x9\x3c\151\156\160\165\x74\40\164\x79\x70\145\75\x22\150\x69\x64\x64\145\x6e\x22\x20\x6e\x61\155\145\75\42\163\x65\163\x73\151\157\x6e\137\x69\144\x22\40\166\x61\154\x75\145\75\x22";
echo $dj;
echo "\x22\57\x3e\12\11\x9\x3c\151\156\x70\x75\164\40\x74\171\x70\145\x3d\42\150\x69\x64\144\145\x6e\42\40\x6e\x61\x6d\x65\x3d\x22\162\145\x64\151\x72\145\x63\164\x5f\x74\x6f\x22\x20\x76\141\x6c\165\x65\x3d\42";
echo $kO;
echo "\x22\57\76\12\x9\74\57\146\x6f\x72\155\x3e\xa\x9\x3c\146\157\x72\155\40\x6e\x61\155\145\75\x22\x66\x22\40\x69\144\x3d\42\x6d\x6f\x32\x66\x5f\164\162\165\163\x74\x5f\144\145\x76\151\x63\145\137\x63\x6f\156\x66\x69\162\155\137\146\x6f\x72\155\x22\x20\155\x65\x74\150\x6f\x64\x3d\42\x70\x6f\163\164\42\x20\141\143\x74\151\x6f\x6e\75\42\x22\x20\x63\x6c\x61\163\163\75\42\155\157\62\146\137\x64\x69\x73\x70\154\141\171\137\x6e\157\156\145\137\146\x6f\162\x6d\x73\x22\76\xa\11\11\74\151\156\x70\x75\x74\x20\164\171\160\145\75\x22\150\x69\144\x64\145\x6e\42\40\156\141\x6d\145\75\x22\155\157\62\146\137\x74\162\x75\163\x74\x5f\x64\x65\x76\x69\x63\145\137\x63\157\x6e\x66\151\162\x6d\x5f\156\x6f\156\143\145\x22\12\x9\x9\x9\x20\40\40\x76\x61\154\x75\145\75\x22";
echo wp_create_nonce("\x6d\151\156\x69\157\x72\141\156\147\x65\x2d\x32\55\146\141\x63\164\157\162\55\164\x72\x75\x73\x74\x2d\144\x65\166\151\x63\145\x2d\x63\157\x6e\146\x69\x72\x6d\x2d\x6e\157\156\143\x65");
echo "\42\57\x3e\12\x9\11\x3c\x69\x6e\x70\165\x74\40\x74\171\160\x65\75\x22\x68\x69\x64\x64\145\156\42\40\156\x61\x6d\145\75\x22\x6f\x70\x74\151\x6f\156\x22\x20\166\x61\154\165\x65\x3d\x22\155\x69\x6e\151\157\x72\x61\x6e\x67\145\x5f\162\142\x61\137\x76\x61\x6c\x69\144\141\164\x65\42\x3e\xa\x9\x9\x3c\151\x6e\x70\x75\x74\x20\164\171\x70\x65\x3d\x22\x68\151\144\x64\145\156\x22\40\156\x61\155\145\x3d\x22\162\145\x64\151\162\x65\143\164\137\x74\x6f\42\40\166\x61\x6c\x75\145\75\42";
echo $kO;
echo "\x22\57\76\xa\11\x9\x3c\x69\x6e\160\x75\x74\x20\x74\171\x70\x65\x3d\42\150\151\x64\144\145\x6e\42\40\156\141\155\145\75\42\163\145\163\163\151\x6f\x6e\x5f\x69\144\42\40\x76\x61\154\x75\x65\75\x22";
echo $dj;
echo "\42\x2f\76\xa\x9\74\57\x66\x6f\x72\x6d\76\12\11\x3c\146\x6f\162\155\x20\156\141\155\145\x3d\42\146\42\40\151\144\x3d\42\155\157\x32\x66\x5f\x74\x72\x75\x73\x74\137\x64\x65\166\x69\x63\x65\137\143\141\156\x63\145\x6c\x5f\x66\x6f\162\x6d\x22\x20\x6d\x65\164\x68\x6f\144\x3d\42\160\157\x73\164\42\40\x61\x63\164\151\157\156\75\42\x22\x20\143\154\x61\163\x73\x3d\42\x6d\157\x32\x66\137\x64\x69\x73\160\154\x61\x79\x5f\156\x6f\x6e\x65\137\x66\x6f\x72\x6d\x73\42\76\xa\11\11\x3c\151\x6e\160\x75\x74\x20\164\x79\x70\145\x3d\x22\x68\151\144\x64\x65\156\x22\x20\x6e\141\x6d\145\75\42\155\157\x32\146\137\x74\x72\165\x73\164\x5f\x64\x65\166\151\x63\x65\x5f\x63\x61\x6e\143\x65\154\137\x6e\x6f\156\x63\145\42\xa\11\11\x9\x20\x20\x20\x76\141\x6c\165\145\75\42";
echo wp_create_nonce("\x6d\x69\x6e\151\157\x72\141\156\147\x65\x2d\x32\x2d\x66\x61\x63\x74\157\x72\x2d\164\162\x75\x73\x74\x2d\144\145\166\151\x63\145\55\x63\x61\156\143\145\x6c\x2d\x6e\157\156\x63\145");
echo "\x22\x2f\76\xa\11\11\74\151\x6e\160\165\164\40\164\171\x70\x65\x3d\x22\150\x69\x64\x64\145\156\42\40\x6e\141\155\x65\x3d\x22\157\x70\164\151\x6f\156\x22\40\166\x61\x6c\165\x65\x3d\x22\155\x69\156\x69\x6f\162\x61\156\147\145\x5f\x72\x62\x61\137\x63\x61\x6e\x63\154\145\42\76\12\11\x9\x3c\151\x6e\x70\x75\x74\x20\x74\x79\x70\145\x3d\42\150\151\x64\144\145\156\x22\40\156\141\155\145\x3d\42\x72\x65\x64\x69\x72\x65\143\x74\137\164\157\42\x20\x76\141\154\x75\x65\x3d\42";
echo $kO;
echo "\x22\57\x3e\xa\11\11\x3c\151\x6e\x70\165\164\40\164\171\x70\x65\75\x22\x68\x69\144\x64\x65\x6e\x22\x20\x6e\141\x6d\145\75\x22\x73\x65\x73\163\151\x6f\x6e\x5f\x69\x64\42\40\166\141\154\x75\145\x3d\42";
echo $dj;
echo "\42\x2f\76\xa\x9\74\57\x66\157\162\x6d\x3e\12\11\74\x73\143\162\151\160\164\76\12\11\x9\146\x75\156\x63\x74\x69\157\156\x20\155\x6f\154\157\x67\151\x6e\x62\141\143\153\50\51\40\173\12\x9\x9\x9\152\x51\x75\145\x72\171\x28\x27\x23\155\x6f\x32\x66\x5f\x62\141\143\153\164\157\137\x6d\x6f\x5f\x6c\157\x67\x69\x6e\x66\157\x72\x6d\47\x29\56\x73\165\x62\155\151\164\x28\51\73\xa\x9\11\175\12\xa\x9\11\x66\x75\156\x63\164\151\157\x6e\40\x6d\157\x5f\x63\150\145\x63\153\x5f\x64\x65\166\151\143\145\137\x63\x6f\x6e\x66\151\162\155\50\51\40\173\xa\11\x9\11\152\x51\165\145\x72\x79\50\47\x23\x6d\x6f\x32\146\137\x64\x65\x76\x69\143\145\137\x63\157\156\x74\x65\156\x74\47\51\x2e\x63\163\163\x28\42\x64\x69\x73\x70\154\x61\x79\x22\54\x20\x22\156\x6f\156\145\42\51\73\12\11\x9\11\152\x51\x75\x65\162\x79\x28\47\43\x73\150\157\167\x4c\x6f\141\144\x69\x6e\x67\x42\141\162\x27\x29\56\x63\163\163\50\42\144\x69\x73\160\154\x61\x79\x22\54\40\42\x62\154\x6f\143\x6b\42\51\x3b\12\x9\x9\x9\x6a\121\165\x65\162\x79\50\47\x23\x6d\x6f\62\x66\137\164\162\x75\x73\x74\x5f\144\x65\166\151\x63\145\137\x63\157\156\x66\151\x72\155\137\146\157\x72\x6d\x27\51\x2e\x73\165\x62\x6d\x69\164\50\51\x3b\12\11\11\175\12\12\11\11\146\x75\x6e\x63\164\x69\157\156\40\155\157\x5f\143\150\x65\143\x6b\x5f\144\145\x76\151\x63\x65\x5f\143\x61\x6e\143\145\x6c\x28\51\x20\x7b\xa\11\11\x9\x6a\x51\165\145\x72\x79\50\47\x23\x6d\157\x32\146\x5f\x64\145\x76\151\x63\145\137\x63\157\x6e\164\x65\156\164\47\51\56\x63\x73\x73\50\42\x64\x69\x73\160\x6c\141\x79\42\54\x20\42\x6e\157\156\x65\x22\x29\73\xa\x9\11\x9\x6a\121\x75\x65\162\171\50\x27\x23\x73\x68\x6f\167\114\157\141\144\x69\x6e\x67\x42\141\x72\47\x29\56\x63\163\163\x28\x22\x64\151\163\160\154\x61\x79\42\54\x20\x22\x62\154\x6f\x63\153\x22\x29\x3b\12\11\11\11\152\121\x75\145\x72\x79\x28\47\x23\155\157\x32\x66\x5f\x74\162\x75\x73\x74\x5f\x64\x65\x76\x69\x63\145\137\143\141\156\x63\145\154\x5f\146\x6f\x72\155\x27\51\56\x73\165\x62\155\x69\x74\50\51\73\12\11\x9\x7d\12\11\74\x2f\x73\143\x72\151\160\164\76\12\x9\x3c\x2f\142\157\144\x79\76\xa\x9\74\x2f\150\164\155\x6c\x3e\xa\11";
}
function mo2f_customize_logo()
{
$tQ = wp_upload_dir();
if (!(MoWpnsUtility::get_mo2f_db_option("\x6d\157\62\146\x5f\144\151\x73\x61\x62\154\x65\137\x70\x6f\167\145\x72\145\144\x62\x79", "\163\x69\x74\145\137\157\160\x74\x69\x6f\156") != 1)) {
goto Zb;
}
if (get_site_option("\x6d\x6f\62\146\x5f\145\156\141\142\154\x65\x5f\x63\x75\x73\164\x6f\155\x5f\160\x6f\x77\x65\162\x65\x64\x62\x79") == 1) {
goto DH;
}
echo "\x3c\x64\151\166\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\154\157\141\x74\72\162\151\x67\x68\x74\x3b\x20\154\x65\146\164\x3a\67\x38\x25\73\40\164\x6f\x70\x3a\70\63\45\x3b\x22\x20\76\74\x61\40\164\x61\162\x67\145\164\x3d\x22\x5f\x62\x6c\141\156\153\x22\x20\x68\x72\145\x66\x3d\x22\x68\x74\164\x70\x3a\x2f\x2f\155\x69\x6e\151\157\162\x61\156\147\145\56\x63\157\x6d\x2f\x32\x2d\x66\x61\143\164\x6f\x72\x2d\x61\x75\164\x68\145\156\x74\151\x63\141\164\x69\x6f\x6e\42\x3e\74\151\x6d\x67\x20\141\154\164\75\42\x6c\157\x67\x6f\42\x20\x73\x72\x63\x3d\42";
echo plugins_url("\x2f\151\156\x63\x6c\x75\144\x65\163\x2f\151\x6d\x61\147\x65\x73\57\155\x69\x6e\x69\x4f\162\141\156\x67\145\x32\x2e\x70\156\x67", dirname(dirname(__FILE__)));
echo "\42\40\57\76\74\x2f\x61\x3e\x3c\57\x64\151\x76\x3e\xa\11\11\11";
goto hF;
DH:
echo "\x3c\x64\151\x76\x20\x73\x74\171\x6c\145\75\x22\x66\154\157\x61\164\x3a\162\151\x67\150\164\x3b\x20\x6c\x65\x66\x74\x3a\x37\70\45\x3b\x20\x74\157\160\72\70\63\x25\73\42\40\x3e\x3c\151\155\x67\x20\141\154\x74\x3d\42\154\x6f\x67\x6f\x22\x20\163\x72\143\x3d\42";
echo $tQ["\x62\x61\x73\x65\165\162\x6c"] . "\x2f\x6d\151\156\151\157\x72\x61\x6e\x67\x65\x2f\143\165\x73\x74\x6f\x6d\56\x70\x6e\147";
echo "\x22\40\163\x74\x79\154\145\x3d\x22\150\x65\151\x67\150\x74\x3a\x32\70\x70\170\x3b\x20\155\141\x78\x2d\167\x69\144\164\x68\x3a\x31\x30\x30\160\170\x3b\x22\x2f\x3e\x3c\57\144\x69\166\76\xa";
hF:
Zb:
}
function echo_js_css_files()
{
echo "\74\x73\x63\x72\x69\x70\x74\x20\x73\162\x63\75\x22\x68\164\164\160\163\x3a\x2f\57\141\152\x61\170\56\x67\x6f\x6f\x67\x6c\145\x61\160\x69\x73\56\x63\x6f\x6d\57\x61\152\141\x78\x2f\x6c\151\142\163\x2f\x6a\161\165\145\x72\171\57\62\56\62\56\64\x2f\152\x71\x75\145\162\x79\56\155\151\156\56\152\x73\x22\76\74\x2f\163\x63\x72\x69\160\x74\x3e";
echo "\x3c\x73\x63\162\151\160\x74\x20\163\162\x63\x3d\x22" . plugins_url("\x69\x6e\x63\154\x75\144\x65\163\x2f\152\163\x2f\x62\157\x6f\164\x73\x74\x72\x61\x70\56\x6d\151\x6e\56\152\x73", dirname(dirname(__FILE__))) . "\x22\x20\76\x3c\x2f\163\143\x72\151\x70\x74\76";
echo "\x3c\x6c\151\156\153\40\x72\x65\x6c\75\42\163\x74\x79\154\x65\163\x68\x65\145\164\x22\40\x74\171\160\x65\75\x22\164\x65\170\164\57\x63\x73\x73\x22\40\150\x72\145\x66\75\42" . plugins_url("\x69\156\x63\154\x75\x64\x65\x73\57\143\163\163\x2f\x62\x6f\157\x74\x73\x74\x72\141\160\x2e\155\x69\x6e\x2e\x63\x73\163", dirname(dirname(__FILE__))) . "\x22\40\x2f\x3e";
echo "\x3c\154\x69\156\153\x20\x72\145\154\75\x22\x73\x74\171\154\x65\163\150\145\x65\x74\x22\40\164\171\x70\x65\75\x22\x74\145\x78\164\x2f\x63\x73\x73\42\x20\150\162\145\146\75\x22" . plugins_url("\x69\156\x63\x6c\x75\144\145\163\57\143\163\163\57\x66\x72\157\156\x74\137\x65\x6e\144\137\x6c\x6f\147\151\156\x2e\x63\x73\x73", dirname(dirname(__FILE__))) . "\x22\x20\x2f\76";
echo "\74\x6c\151\x6e\153\40\x72\145\154\75\42\163\164\171\154\145\163\x68\145\145\x74\x22\x20\164\x79\x70\145\75\42\164\145\x78\164\57\x63\x73\163\42\x20\x68\162\145\x66\x3d\x22" . plugins_url("\151\156\x63\x6c\x75\144\145\x73\57\143\163\163\57\x73\164\x79\x6c\x65\137\x73\x65\x74\164\x69\x6e\147\x73\x2e\143\163\x73", dirname(dirname(__FILE__))) . "\42\x20\x2f\x3e";
echo "\x3c\154\151\156\x6b\x20\x72\x65\x6c\75\x22\x73\x74\x79\x6c\x65\163\x68\x65\x65\x74\42\x20\x74\171\x70\x65\75\42\x74\x65\170\x74\x2f\143\163\163\x22\x20\150\x72\145\146\75\42" . plugins_url("\151\156\x63\154\x75\144\x65\x73\x2f\143\163\163\x2f\150\x69\x64\145\55\x6c\157\x67\151\156\x2e\143\163\163", dirname(dirname(__FILE__))) . "\x22\x20\x2f\76";
if (!get_site_option("\x6d\x6f\62\146\x5f\160\145\x72\163\x6f\x6e\x61\154\151\x7a\141\164\151\x6f\156\137\165\x69")) {
goto G8;
}
echo "\74\x6c\x69\156\x6b\x20\162\145\154\75\42\163\164\x79\154\x65\163\150\x65\x65\164\x22\x20\164\x79\160\145\75\x22\164\x65\170\164\x2f\x63\163\x73\42\40\x68\162\145\146\x3d\42" . plugins_url("\x69\156\x63\x6c\165\x64\x65\x73\57\x63\163\163\x2f\155\157\x32\x66\x5f\x6c\x6f\147\151\156\137\x70\x6f\160\x75\160\x5f\x75\151\x2e\143\x73\x73", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
G8:
}
function prompt_user_for_relogin($mJ, $Um, $Jb, $kO, $dj)
{
echo "\x9\40\12\x3c\x68\164\155\x6c\76\12\40\40\40\x3c\150\145\141\144\76\40\x20\74\x6d\145\164\141\40\143\150\x61\162\x73\145\x74\x3d\x22\x75\x74\146\55\70\42\x2f\76\12\11\x20\x20\74\x6d\145\164\x61\x20\150\x74\164\x70\x2d\x65\x71\165\151\x76\x3d\x22\x58\55\x55\101\x2d\103\157\155\x70\141\164\x69\x62\x6c\145\x22\40\143\x6f\156\164\145\x6e\x74\x3d\42\111\105\x3d\x65\144\147\145\42\x3e\12\x9\x20\40\x3c\x6d\145\164\x61\40\x6e\141\x6d\145\75\x22\x76\x69\x65\167\160\157\x72\164\42\x20\143\157\x6e\x74\145\156\164\75\x22\x77\x69\x64\164\150\75\x64\x65\166\x69\x63\145\55\x77\151\x64\x74\x68\54\x20\151\156\x69\164\151\x61\154\x2d\163\143\141\154\x65\x3d\61\x22\x3e\12\11\x20\40\x20";
echo_js_css_files();
echo "\40\40\x20\x3c\x2f\x68\x65\141\144\76\xa\x20\x20\40\x3c\x62\157\x64\x79\76\12\11\40\40\74\x64\x69\x76\40\143\x6c\x61\163\x73\75\x22\x6d\157\62\x66\137\x6d\157\x64\x61\x6c\x22\40\x74\x61\x62\x69\156\x64\145\170\x3d\x22\x2d\x31\42\x20\x72\x6f\x6c\x65\75\x22\x64\151\x61\154\157\147\x22\40\x69\x64\75\42\x6d\171\x4d\x6f\x64\141\x6c\x35\42\x3e\12\x9\x20\x20\74\x64\151\x76\x20\143\x6c\141\163\163\75\42\155\x6f\62\146\55\x6d\x6f\x64\141\x6c\55\142\141\x63\x6b\144\162\157\x70\x22\x3e\x3c\57\144\151\166\x3e\12\x9\x20\40\74\x64\151\x76\40\143\x6c\x61\163\x73\x3d\x22\155\x6f\x5f\x63\x75\x73\x74\x6f\155\145\162\x5f\x76\141\x6c\151\144\x61\164\x69\x6f\156\55\x6d\x6f\x64\141\154\55\144\x69\x61\154\x6f\147\40\x6d\157\137\143\165\x73\x74\x6f\155\145\x72\137\166\141\154\x69\144\x61\164\x69\x6f\156\55\x6d\157\144\x61\154\55\x6d\144\x22\76\xa\x9\11\x20\x3c\x64\151\166\40\143\x6c\141\x73\163\75\x22\x6c\157\x67\151\156\x20\x6d\x6f\137\x63\165\x73\x74\157\x6d\145\x72\137\166\x61\x6c\151\x64\141\164\x69\x6f\x6e\x2d\155\x6f\144\x61\x6c\55\x63\157\156\164\x65\x6e\x74\42\x3e\12\x9\x9\x9\74\x64\151\x76\x20\x63\x6c\x61\163\x73\75\42\x6d\x6f\x32\146\x5f\x6d\x6f\144\x61\154\55\150\x65\141\144\x65\x72\42\x3e\12\11\11\11\40\x20\x20\x3c\150\64\40\143\154\141\x73\163\75\42\x6d\x6f\62\146\137\x6d\157\x64\x61\154\x2d\x74\x69\x74\154\x65\42\x20\x3e\74\x62\165\164\x74\157\x6e\x20\164\171\x70\x65\75\42\x62\x75\x74\164\157\156\x22\40\40\143\x6c\141\163\163\75\42\x6d\x6f\62\x66\x5f\143\x6c\157\163\145\42\40\144\141\164\x61\x2d\144\151\x73\155\x69\x73\x73\75\42\155\x6f\x64\x61\x6c\x22\x20\x61\x72\151\x61\55\x6c\141\x62\x65\154\75\x22\103\x6c\157\x73\145\42\40\x74\151\x74\154\145\75\x22";
echo __("\x43\141\156\x63\x65\154", "\155\x69\x6e\x69\157\x72\141\x6e\147\145\55\62\55\146\x61\143\164\x6f\162\x2d\x61\165\164\150\145\156\164\151\x63\141\x74\x69\157\x6e");
echo "\42\x20\157\156\143\154\151\143\153\75\x22\x6d\x6f\154\157\x67\151\x6e\x62\x61\x63\x6b\x28\51\x3b\x22\x20\76\74\x73\x70\141\x6e\x20\x61\162\x69\x61\x2d\x68\151\144\x64\145\x6e\75\42\164\162\x75\145\42\x3e\x26\x74\x69\x6d\145\163\73\x3c\x2f\163\160\141\156\76\74\x2f\x62\x75\164\x74\157\x6e\x3e\xa\x9\11\11\x9\40\40";
echo __("\105\155\141\x69\154\40\x61\154\162\145\x61\144\x79\x20\162\145\x67\x69\163\164\145\x72\145\144", "\x6d\151\156\x69\157\x72\x61\x6e\x67\145\55\62\55\x66\141\143\164\x6f\x72\x2d\x61\165\x74\x68\145\x6e\164\151\x63\141\x74\151\x6f\156");
echo "\11\11\x9\40\40\40\74\57\150\64\76\12\11\x9\11\x3c\57\144\151\x76\76\xa\x9\x9\11\74\x64\x69\166\40\x63\154\141\x73\163\x3d\x22\x6d\x6f\x32\146\137\x6d\x6f\144\141\x6c\x2d\142\x6f\144\x79\40\143\x65\156\164\x65\x72\42\76\xa\11\11\x9\40\40\40\74\143\145\x6e\164\145\162\76\xa\x9\x9\x9\11\x20\40\74\x68\62\x20\163\x74\171\x6c\145\75\42\x6d\x61\x72\147\151\x6e\x2d\142\x6f\164\x74\x6f\x6d\x3a\60\160\x78\x20\x21\x69\x6d\x70\x6f\162\164\x61\x6e\x74\x3b\42\x3e";
echo $Jb;
echo "\x3c\57\x68\x32\x3e\12\x9\11\11\11\40\x20\74\142\x72\76\12\x9\11\x9\x20\40\40\74\57\x63\x65\156\164\x65\x72\76\xa\11\11\x9\40\40\40";
mo2f_customize_logo();
echo "\x9\x9\11\74\x2f\x64\151\166\x3e\xa\x9\x9\x20\74\57\x64\151\166\76\xa\x9\x20\40\x3c\x2f\144\x69\x76\76\12\x9\40\x20\x3c\146\x6f\x72\155\40\156\141\x6d\145\x3d\x22\146\x22\x20\x69\144\x3d\42\x6d\x6f\62\146\137\x62\141\x63\153\164\x6f\137\x6d\x6f\137\x6c\157\147\151\156\146\157\x72\x6d\x22\40\155\145\164\150\x6f\144\75\x22\x70\157\x73\x74\42\x20\x61\143\x74\x69\157\156\x3d\42";
echo mo2f_check_backtologform_action();
echo "\x22\40\163\164\171\x6c\x65\75\42\x64\151\163\160\x6c\x61\x79\72\x6e\x6f\x6e\x65\73\x22\x3e\12\11\x9\40\74\151\156\x70\165\164\x20\164\x79\160\x65\x3d\x22\x68\x69\x64\x64\x65\x6e\42\x20\x6e\x61\x6d\145\x3d\x22\155\151\156\x69\x6f\162\x61\156\x67\x65\137\155\157\x62\x69\154\145\x5f\166\x61\x6c\x69\144\x61\x74\151\157\x6e\x5f\146\x61\151\154\x65\x64\x5f\156\x6f\x6e\x63\145\x22\x20\x76\141\x6c\x75\145\x3d\42";
echo wp_create_nonce("\x6d\x69\156\x69\x6f\x72\x61\156\x67\145\55\62\x2d\146\x61\x63\164\x6f\162\55\155\157\142\151\x6c\x65\x2d\x76\x61\154\151\144\x61\x74\151\x6f\x6e\55\x66\141\151\x6c\x65\144\55\x6e\x6f\156\143\145");
echo "\x22\x20\57\x3e\xa\x9\11\40\40\x3c\x69\156\x70\x75\164\40\164\x79\160\x65\75\42\150\151\144\x64\x65\156\x22\x20\x6e\x61\155\145\75\x22\157\160\x74\151\157\x6e\x22\x20\166\141\154\x75\x65\x3d\x22\155\x69\x6e\151\x6f\162\x61\156\x67\x65\137\x6d\x6f\x62\x69\x6c\x65\x5f\x76\x61\154\x69\x64\141\x74\x69\157\x6e\137\x66\x61\x69\154\x65\144\x22\x3e\12\11\11\x20\40\74\151\x6e\x70\165\x74\40\x74\x79\160\x65\75\42\150\151\x64\x64\145\156\42\x20\x6e\141\x6d\x65\75\x22\x73\145\163\163\151\157\156\137\x69\144\42\40\166\x61\154\165\x65\x3d\42";
echo $dj;
echo "\42\x2f\x3e\12\11\11\40\x20\74\x69\x6e\x70\165\x74\40\x74\171\160\x65\75\42\x68\151\144\144\145\x6e\x22\x20\156\x61\x6d\145\75\x22\162\x65\x64\x69\162\145\x63\164\x5f\x74\157\42\40\166\x61\x6c\165\x65\75\42";
echo $kO;
echo "\42\57\x3e\12\11\40\40\74\57\x66\157\x72\x6d\76\xa\11\40\40\74\163\x63\x72\x69\160\x74\76\xa\x9\11\x20\x66\x75\x6e\143\164\151\157\x6e\40\155\x6f\154\157\147\x69\156\142\141\143\153\x28\x29\xa\x9\x9\x20\x7b\xa\11\x9\11\x6a\121\x75\x65\x72\x79\x28\47\x23\155\x6f\62\x66\137\x62\x61\143\x6b\164\157\137\x6d\157\x5f\x6c\x6f\147\x69\156\146\157\162\155\47\x29\56\163\165\x62\155\x69\x74\x28\x29\x3b\12\x9\x9\x20\175\12\x9\x20\x20\74\57\163\143\x72\151\x70\x74\x3e\xa\40\x20\40\x3c\57\142\x6f\x64\x79\x3e\12\x3c\x2f\x68\164\155\154\76\xa\x9";
}
function mo2f_backup_form($Um, $Jb, $kO, $dj)
{
global $ce;
$uM = MO2f_Utility::mo2f_get_transient($dj, "\x6d\x6f\x32\x66\x5f\x63\x75\162\162\145\x6e\x74\x5f\165\x73\145\x72\x5f\151\144");
MO2f_Utility::mo2f_debug_file("\x50\162\x6f\155\160\x74\145\144\x20\62\146\141\40\102\141\143\x6b\165\x70\x20\x63\157\144\x65\40\x76\141\154\x69\144\141\164\151\157\156\40\163\143\x72\145\x65\156\40" . "\125\163\x65\162\137\x49\x50\55" . $ce->get_client_ip() . "\40\125\x73\145\x72\x5f\111\x64\x2d" . $uM);
echo "\74\150\164\x6d\154\x3e\xa\40\x20\x20\74\150\145\x61\144\76\x20\40\x3c\155\x65\164\141\x20\x63\x68\141\162\163\145\x74\x3d\42\165\164\x66\55\70\42\57\76\xa\11\40\40\x3c\155\x65\164\141\x20\x68\x74\164\x70\x2d\x65\161\x75\151\166\75\42\130\55\x55\x41\55\103\157\x6d\x70\141\164\x69\142\154\x65\x22\40\143\x6f\156\164\x65\x6e\164\75\42\x49\x45\75\x65\144\x67\145\x22\x3e\12\x9\40\40\x3c\155\x65\164\x61\x20\156\141\x6d\x65\75\42\166\151\x65\167\160\x6f\162\164\x22\40\143\x6f\x6e\x74\x65\156\164\75\x22\167\151\144\x74\150\x3d\x64\x65\x76\151\x63\x65\55\167\x69\x64\x74\150\54\x20\x69\x6e\151\164\151\141\154\x2d\x73\143\141\154\x65\x3d\61\42\76\12\x9\40\40\40";
echo_js_css_files();
echo "\x20\x20\x20\74\57\150\145\x61\144\x3e\12\40\x20\40\x3c\x62\x6f\x64\171\x3e\12\x9\40\x20\74\x64\x69\x76\40\143\x6c\x61\x73\163\x3d\x22\155\x6f\62\x66\137\x6d\x6f\144\141\154\42\40\164\141\142\x69\156\x64\x65\170\x3d\42\x2d\x31\x22\x20\162\x6f\154\145\x3d\42\144\151\x61\154\157\x67\42\40\x69\x64\75\x22\155\x79\x4d\157\x64\141\x6c\65\42\x3e\12\11\x9\40\x3c\x64\151\x76\x20\x63\154\x61\163\x73\x3d\42\x6d\x6f\x32\x66\x2d\155\x6f\x64\141\154\55\142\141\143\x6b\144\162\157\x70\x22\76\x3c\57\144\x69\x76\76\xa\x9\11\x20\74\144\151\x76\40\x63\x6c\141\x73\163\75\x22\155\157\137\x63\165\163\x74\157\155\145\162\x5f\x76\141\154\151\144\x61\x74\x69\x6f\x6e\55\155\x6f\144\x61\x6c\x2d\x64\151\141\154\x6f\147\x20\x6d\x6f\137\143\165\163\164\x6f\155\145\x72\x5f\166\x61\x6c\151\144\x61\164\151\157\x6e\x2d\x6d\157\144\141\154\x2d\x6d\144\42\76\xa\11\11\x9\x3c\144\151\x76\40\143\154\141\163\163\75\x22\x6c\157\147\x69\x6e\40\155\x6f\x5f\143\x75\x73\164\157\155\x65\x72\137\166\141\154\151\x64\x61\x74\x69\157\156\x2d\x6d\157\144\x61\154\x2d\x63\157\x6e\164\x65\156\x74\42\x3e\12\11\11\x9\x20\40\x20\74\144\x69\x76\x20\x63\x6c\141\x73\x73\x3d\x22\x6d\157\x32\x66\x5f\155\157\144\141\154\55\x68\x65\x61\x64\x65\x72\x22\76\xa\11\11\x9\11\x20\40\x3c\x68\64\x20\143\154\x61\163\163\x3d\x22\x6d\157\62\x66\137\x6d\x6f\x64\141\154\x2d\x74\151\x74\154\145\x22\x3e\74\142\x75\164\x74\157\156\40\x74\x79\160\145\75\x22\x62\x75\x74\164\157\x6e\42\40\x63\x6c\141\x73\163\x3d\x22\155\x6f\x32\x66\137\x63\x6c\157\x73\x65\x22\x20\144\x61\x74\141\x2d\144\151\163\x6d\x69\x73\x73\x3d\42\155\x6f\144\141\x6c\x22\x20\x61\162\151\141\x2d\x6c\x61\142\x65\x6c\75\42\103\x6c\x6f\x73\x65\42\x20\x74\x69\x74\154\145\75\x22";
echo __("\102\x61\x63\x6b\40\164\157\x20\x6c\157\x67\151\x6e", "\155\151\x6e\151\x6f\x72\141\156\147\x65\x2d\62\55\x66\141\143\164\157\x72\x2d\141\165\x74\150\x65\x6e\x74\x69\143\141\x74\x69\157\x6e");
echo "\42\x20\157\156\x63\x6c\151\x63\x6b\x3d\x22\x6d\157\154\x6f\x67\151\156\x62\141\x63\x6b\x28\51\73\42\76\74\163\160\141\156\40\x61\162\x69\x61\55\150\151\x64\x64\x65\x6e\75\42\x74\162\x75\x65\42\76\46\x74\151\x6d\145\163\x3b\74\57\163\160\141\156\76\x3c\57\x62\x75\x74\164\157\156\76\12\x9\x9\11\11\x9\x20";
echo __("\126\x61\x6c\x69\144\141\164\145\x20\x42\x61\x63\x6b\x75\x70\40\x43\157\144\x65", "\x6d\151\156\x69\x6f\162\x61\x6e\x67\145\x2d\x32\x2d\x66\x61\143\164\157\162\x2d\141\x75\164\x68\x65\156\x74\151\x63\x61\164\151\x6f\156");
echo "\x9\11\11\11\x20\40\x3c\x2f\x68\x34\76\12\11\x9\11\40\x20\40\74\57\x64\151\166\x3e\xa\11\11\x9\40\40\40\74\x64\151\166\40\x63\154\x61\x73\163\x3d\42\155\157\62\146\x5f\155\157\144\x61\x6c\x2d\x62\157\144\171\42\x3e\12\11\x9\11\11\x20\40\74\144\151\x76\40\151\144\75\x22\153\x62\141\123\x65\143\x74\x69\157\156\42\40\163\164\x79\x6c\x65\x3d\42\160\141\x64\144\x69\x6e\x67\x2d\154\x65\146\x74\72\61\60\160\170\73\160\141\x64\x64\x69\156\x67\x2d\162\x69\x67\x68\164\72\61\x30\x70\170\73\x22\x3e\xa\11\x9\11\x9\11\40\x3c\x64\151\x76\40\x20\x69\144\75\x22\157\x74\160\x4d\145\163\x73\141\147\145\x22\40\76\12\x9\x9\11\x9\11\x9\12\x9\11\11\11\x9\11\74\160\40\163\164\171\x6c\145\x3d\42\x66\x6f\x6e\164\55\x73\151\172\145\72\x31\65\160\x78\73\x22\x3e";
echo isset($Jb) && !empty($Jb) ? $Jb : __("\x50\x6c\145\141\163\145\x20\x61\x6e\x73\x77\145\x72\40\164\150\x65\x20\146\157\154\154\157\x77\x69\x6e\x67\x20\x71\165\145\x73\x74\151\157\x6e\163\72", "\x6d\x69\156\x69\157\162\x61\x6e\147\145\55\x32\55\146\x61\x63\164\157\162\55\141\x75\x74\x68\145\x6e\164\151\143\141\x74\x69\157\156");
echo "\x3c\x2f\x70\76\12\x9\11\x9\11\x9\40\x3c\57\144\x69\166\x3e\12\x9\x9\x9\11\11\40\x3c\x66\157\x72\155\40\x6e\141\x6d\x65\75\42\x66\42\x20\x69\x64\x3d\x22\x6d\x6f\62\146\x5f\163\165\142\x6d\151\164\x62\x61\x63\153\165\x70\x5f\154\x6f\x67\151\156\146\157\162\x6d\42\x20\x6d\x65\x74\x68\x6f\144\75\x22\160\157\163\x74\x22\x20\141\143\164\151\157\x6e\75\x22\42\x3e\12\x9\x9\11\x9\11\x9\74\144\151\x76\x20\x69\144\x3d\42\155\157\62\146\137\153\142\141\x5f\143\x6f\x6e\164\x65\x6e\164\x22\76\12\x9\x9\11\x9\11\x9\40\40\x20\x3c\160\x20\x73\164\171\154\145\75\42\146\157\156\164\55\163\x69\x7a\x65\72\x31\65\160\x78\x3b\42\x3e\xa\x9\x9\11\x9\x9\11\x9\40\x20\x3c\151\156\x70\x75\164\40\x63\154\x61\x73\x73\75\x22\x6d\x6f\x32\x66\55\x74\x65\x78\164\142\x6f\x78\42\40\164\171\x70\145\75\x22\x74\x65\x78\x74\42\x20\156\141\155\x65\x3d\x22\155\157\x32\146\x5f\x62\141\x63\x6b\x75\x70\137\x63\157\x64\x65\x22\x20\x69\144\x3d\42\x6d\157\x32\x66\137\142\x61\143\153\165\x70\137\x63\157\x64\x65\x22\40\x72\145\161\165\151\162\145\x64\x3d\42\x74\162\x75\x65\42\40\x61\x75\x74\x6f\146\157\x63\x75\x73\x3d\x22\x74\x72\165\145\42\40\40\x74\x69\164\x6c\145\75\x22";
echo __("\117\x6e\x6c\x79\x20\141\x6c\x70\150\141\156\165\155\145\x72\151\143\x20\154\x65\164\164\145\x72\x73\40\167\x69\x74\150\x20\x73\160\145\143\x69\141\154\x20\143\x68\141\162\x61\x63\x74\x65\x72\x73\x28\x5f\x40\56\x24\x23\x26\141\x6d\160\x3b\53\55\51\40\141\x72\x65\x20\141\154\154\157\x77\145\x64\x2e", "\x6d\151\x6e\x69\x6f\x72\141\156\x67\x65\x2d\62\55\146\141\143\164\157\162\x2d\x61\165\164\150\x65\156\x74\x69\143\x61\x74\x69\157\x6e");
echo "\x22\40\x61\165\164\x6f\x63\x6f\x6d\160\x6c\x65\x74\145\75\x22\157\x66\x66\x22\x20\x3e\x3c\x62\162\x20\57\x3e\xa\11\x9\11\11\x9\x9\40\40\40\x3c\x2f\160\76\xa\11\11\x9\11\11\x9\x3c\57\144\151\x76\76\xa\11\x9\11\11\x9\x9\x3c\151\x6e\160\165\x74\40\x74\171\x70\x65\75\42\163\x75\x62\155\x69\164\42\40\x6e\x61\x6d\145\x3d\42\155\151\156\x69\x6f\162\x61\156\x67\x65\x5f\x62\x61\143\153\165\160\137\x76\x61\154\x69\x64\x61\164\x65\x22\x20\x69\144\x3d\42\155\151\156\x69\157\x72\141\156\147\145\137\142\141\x63\x6b\165\x70\x5f\x76\141\x6c\x69\144\141\164\145\42\x20\x63\154\x61\x73\x73\x3d\42\155\151\x6e\151\157\x72\x61\x6e\x67\145\x5f\157\x74\x70\137\x74\157\x6b\145\x6e\x5f\163\x75\142\155\x69\x74\x22\40\x20\x73\x74\171\154\x65\75\42\146\x6c\x6f\x61\x74\x3a\154\x65\146\164\x3b\x22\x20\166\x61\154\165\145\75\x22";
echo __("\x56\141\154\151\x64\141\164\x65", "\155\x69\x6e\x69\x6f\x72\x61\156\x67\x65\55\x32\x2d\146\141\143\x74\157\162\x2d\141\165\x74\150\x65\156\164\151\143\141\x74\151\157\156");
echo "\x22\x20\x2f\x3e\12\x9\11\x9\11\x9\11\74\151\x6e\x70\165\164\x20\x74\171\x70\145\x3d\x22\150\151\x64\144\145\156\x22\40\x6e\x61\x6d\145\75\x22\x6d\x69\x6e\x69\157\x72\141\156\x67\x65\137\x76\x61\x6c\151\x64\x61\164\x65\x5f\142\x61\x63\x6b\x75\160\137\156\157\156\143\145\x22\x20\x76\141\154\165\145\75\42";
echo wp_create_nonce("\155\151\156\x69\157\162\x61\156\147\145\55\x32\55\146\141\x63\164\x6f\162\55\166\141\154\151\144\141\x74\x65\55\142\x61\x63\x6b\x75\160\x2d\156\157\156\x63\x65");
echo "\x22\40\57\76\xa\11\11\11\x9\x9\x9\74\x69\156\x70\x75\164\x20\164\x79\x70\145\75\42\150\x69\x64\x64\145\156\x22\x20\156\x61\x6d\145\x3d\x22\x6f\160\x74\x69\x6f\x6e\42\x20\x76\x61\x6c\165\145\x3d\x22\x6d\151\x6e\151\157\162\x61\156\x67\x65\137\166\x61\154\151\x64\141\164\x65\137\142\141\143\153\165\160\137\156\x6f\x6e\143\x65\42\x3e\xa\x9\11\11\x9\11\11\74\x69\156\x70\x75\x74\x20\164\x79\160\x65\75\42\x68\151\144\144\145\x6e\x22\40\156\141\155\x65\75\x22\162\145\x64\x69\162\145\x63\x74\137\164\x6f\42\x20\166\x61\154\165\145\75\x22";
echo $kO;
echo "\x22\57\76\xa\11\11\11\x9\11\x9\x3c\151\156\160\165\x74\x20\x74\171\x70\145\x3d\x22\x68\151\x64\144\145\x6e\x22\40\156\141\x6d\x65\x3d\42\163\145\x73\x73\x69\x6f\156\137\x69\144\x22\x20\166\141\154\165\x65\x3d\42";
echo $dj;
echo "\42\x2f\76\12\x9\x9\x9\11\x9\40\74\x2f\x66\x6f\x72\x6d\x3e\xa\11\x9\x9\11\11\40\x3c\x2f\x62\162\x3e\xa\x9\11\11\x9\x20\x20\74\x2f\x64\151\166\76\12\x9\11\x9\11\40\x20\x3c\142\x72\40\x2f\76\74\x62\x72\40\57\x3e\74\142\x72\x20\x2f\76\12\11\11\11\x9\40\x20";
mo2f_customize_logo();
echo "\x9\x9\11\x20\40\40\74\x2f\x64\x69\166\76\xa\11\11\11\74\x2f\x64\x69\166\x3e\xa\x9\x9\x20\x3c\x2f\x64\x69\x76\76\12\x9\x20\40\74\x2f\144\x69\166\76\12\x9\40\x20\x3c\146\157\x72\x6d\40\x6e\x61\155\145\75\x22\146\42\x20\x69\x64\75\x22\x6d\x6f\62\x66\x5f\142\x61\x63\153\x74\x6f\137\155\157\x5f\x6c\x6f\x67\151\x6e\x66\157\162\x6d\x22\40\155\145\x74\150\x6f\x64\x3d\42\x70\157\x73\164\x22\40\x61\x63\x74\151\x6f\x6e\x3d\42";
echo mo2f_check_backtologform_action();
echo "\x22\x20\x73\x74\x79\154\x65\75\42\x64\x69\163\160\x6c\141\x79\72\156\x6f\156\145\x3b\42\x3e\xa\11\x9\40\x3c\151\x6e\x70\165\164\x20\164\x79\160\145\75\42\x68\x69\x64\144\145\156\42\x20\x6e\141\155\145\x3d\x22\x6d\x69\156\x69\157\x72\141\x6e\147\x65\137\155\x6f\x62\x69\154\145\x5f\x76\x61\154\151\144\x61\x74\x69\x6f\x6e\137\146\141\x69\154\145\x64\x5f\156\x6f\156\x63\x65\42\40\166\141\154\165\145\x3d\42";
echo wp_create_nonce("\155\151\x6e\151\x6f\x72\x61\x6e\x67\x65\x2d\x32\x2d\146\x61\143\x74\157\162\x2d\x6d\x6f\142\151\154\x65\55\166\x61\154\x69\x64\x61\x74\x69\157\x6e\55\146\141\x69\x6c\145\144\55\156\157\156\143\x65");
echo "\42\40\x2f\x3e\12\11\x9\40\x20\74\x69\156\x70\165\164\40\x74\x79\160\145\x3d\x22\150\151\144\x64\x65\156\42\x20\156\141\x6d\145\75\x22\157\160\x74\x69\157\x6e\x22\40\166\141\x6c\x75\145\75\42\155\151\x6e\x69\157\x72\x61\x6e\147\x65\137\155\157\142\x69\154\145\x5f\166\x61\x6c\x69\x64\141\x74\151\x6f\x6e\137\x66\141\151\x6c\145\144\42\76\12\11\x9\x20\40\x3c\x69\x6e\160\165\164\x20\164\x79\160\x65\x3d\42\x68\x69\x64\x64\145\x6e\42\40\x6e\141\x6d\x65\x3d\42\x73\x65\163\x73\x69\x6f\x6e\137\x69\x64\x22\40\x76\x61\x6c\x75\145\75\x22";
echo $dj;
echo "\x22\57\x3e\xa\x9\x9\x20\40\x3c\151\x6e\x70\165\x74\x20\164\x79\160\x65\x3d\42\150\151\x64\144\145\x6e\42\x20\156\141\x6d\x65\75\x22\x72\145\x64\151\162\145\143\x74\x5f\x74\x6f\42\x20\166\141\x6c\x75\x65\75\x22";
echo $kO;
echo "\x22\57\76\12\x9\x20\40\74\57\x66\157\x72\x6d\x3e\xa\x20\40\40\x3c\x2f\142\157\144\171\76\12\40\40\x20\74\x73\143\162\x69\x70\x74\x3e\12\x9\x20\x20\x66\165\156\x63\164\151\x6f\156\x20\155\x6f\154\x6f\147\x69\156\142\141\x63\153\50\x29\x7b\12\11\x9\152\x51\165\145\162\x79\x28\47\43\155\x6f\62\x66\137\x62\141\x63\153\164\x6f\137\x6d\x6f\x5f\154\x6f\x67\151\156\x66\157\162\x6d\47\x29\56\x73\x75\142\x6d\x69\x74\x28\51\73\xa\11\40\x20\x7d\12\x20\x20\40\74\x2f\x73\143\x72\x69\160\164\76\xa\74\x2f\150\164\x6d\154\x3e\xa\x9";
}
function mo2f_device_exceeded_error()
{
echo "\x9\x20\xa\x3c\150\164\x6d\x6c\76\12\40\x20\40\74\150\145\141\144\76\x20\x20\x3c\155\x65\x74\141\40\143\x68\x61\x72\x73\145\164\75\42\x75\164\146\x2d\x38\x22\x2f\x3e\xa\x9\40\40\74\x6d\145\x74\141\40\x68\164\164\x70\x2d\x65\x71\165\151\x76\x3d\x22\130\55\x55\101\x2d\103\x6f\x6d\x70\141\x74\151\142\x6c\145\x22\40\143\157\156\x74\145\x6e\164\75\42\111\x45\x3d\145\144\147\x65\42\76\xa\x9\x20\x20\x3c\x6d\145\164\141\x20\156\x61\155\x65\x3d\x22\x76\151\x65\x77\x70\157\162\x74\42\x20\x63\157\156\x74\145\156\x74\x3d\x22\167\151\144\164\x68\x3d\144\145\x76\x69\x63\x65\x2d\167\x69\x64\164\x68\x2c\40\x69\x6e\151\x74\151\141\x6c\x2d\x73\143\x61\154\x65\x3d\61\x22\76\12\x9";
echo_js_css_files();
echo "\40\40\x20\x3c\x2f\150\x65\141\x64\76\12\x20\40\x20\74\x62\157\x64\171\x3e\xa\11\40\x20\74\144\151\x76\x20\x63\154\x61\x73\163\75\42\155\x6f\x32\x66\x5f\x6d\x6f\144\141\x6c\x22\x20\164\141\142\x69\x6e\x64\145\x78\x3d\42\x2d\61\x22\x20\x72\x6f\x6c\x65\75\42\x64\151\141\154\x6f\x67\x22\x20\x69\144\75\42\155\x79\x4d\157\x64\x61\154\x35\x22\76\12\11\x20\40\x3c\x64\151\x76\40\x63\154\x61\x73\163\x3d\x22\x6d\157\x32\x66\55\x6d\x6f\x64\141\x6c\x2d\142\x61\143\x6b\144\162\157\160\x22\76\74\57\144\151\x76\76\12\11\x20\40\74\144\151\x76\40\143\154\141\x73\x73\x3d\42\x6d\157\137\143\165\x73\164\157\155\145\162\x5f\166\141\154\151\144\141\164\151\x6f\x6e\55\x6d\x6f\144\141\154\x2d\x64\x69\141\x6c\x6f\x67\x20\x6d\x6f\x5f\143\165\x73\x74\x6f\x6d\145\x72\137\166\x61\x6c\x69\144\141\164\x69\x6f\x6e\x2d\155\x6f\144\141\x6c\x2d\x6d\144\42\76\12\11\11\x20\x3c\144\151\166\x20\143\x6c\141\x73\x73\75\x22\154\x6f\x67\x69\x6e\40\x6d\x6f\x5f\143\165\x73\164\157\x6d\x65\x72\x5f\x76\x61\x6c\151\x64\x61\164\151\157\156\55\155\157\144\141\154\55\x63\157\156\x74\x65\x6e\164\x22\x3e\12\x9\11\11\x3c\x64\x69\166\40\x63\154\x61\163\163\x3d\x22\155\x6f\62\x66\x5f\155\157\144\x61\x6c\55\x68\x65\141\144\145\x72\x22\76\xa\11\x9\11\x20\x20\x20\x3c\150\x32\x20\x63\154\141\163\x73\x3d\x22\155\157\x32\146\137\x6d\157\144\x61\x6c\x2d\164\151\164\x6c\145\x22\x20\x3e\x3c\142\165\x74\164\157\x6e\x20\x74\x79\160\x65\75\42\142\x75\164\x74\157\156\x22\x20\x20\143\x6c\x61\x73\163\x3d\x22\155\x6f\62\x66\x5f\143\x6c\x6f\163\145\42\x20\x64\141\x74\x61\x2d\144\151\x73\x6d\151\163\x73\75\x22\x6d\157\x64\141\x6c\x22\40\141\162\151\141\55\x6c\x61\x62\145\154\75\42\x43\154\157\163\x65\42\40\164\x69\164\x6c\x65\x3d\42";
echo __("\103\x61\x6e\x63\x65\154", "\155\151\x6e\151\x6f\162\x61\x6e\147\145\x2d\x32\x2d\146\141\x63\x74\157\162\x2d\141\165\x74\150\x65\x6e\164\151\x63\141\x74\151\157\x6e");
echo "\42\x20\x6f\156\143\x6c\x69\x63\x6b\x3d\42\x6d\157\154\157\x67\x69\x6e\142\x61\143\x6b\50\x29\x3b\x22\x20\76\x3c\x73\160\141\156\x20\x61\162\x69\141\x2d\150\151\x64\144\x65\x6e\75\x22\x74\162\x75\x65\x22\x3e\46\164\151\155\x65\163\x3b\74\57\x73\x70\141\x6e\x3e\x3c\57\142\x75\164\164\x6f\156\x3e\12\11\11\x9\x9\40\x20";
echo __("\x20\74\x63\145\156\164\145\162\76\x41\143\143\x65\x73\163\40\104\145\x6e\151\x65\x64\41\x3c\x2f\143\145\156\164\145\162\76", "\x6d\x69\156\151\157\x72\141\156\147\x65\x2d\62\55\146\x61\x63\x74\x6f\162\55\x61\165\x74\150\145\x6e\164\151\143\x61\164\151\x6f\156");
echo "\x9\11\x9\x20\x20\40\74\x2f\x68\62\76\xa\x9\x9\11\x3c\57\x64\x69\x76\x3e\xa\11\11\x9\74\x64\x69\166\x20\143\154\141\163\x73\75\x22\x6d\157\x32\146\x5f\x6d\157\144\141\x6c\x2d\142\157\144\171\40\143\x65\x6e\x74\145\162\x22\x3e\xa\x9\x9\11\40\40\x20\74\x63\145\x6e\x74\145\x72\x3e\12\11\11\x9\11\40\40\74\x68\x34\x20\x73\x74\171\154\145\75\x22\x6d\141\162\x67\151\156\55\x62\x6f\164\164\x6f\155\72\x30\160\x78\40\x21\151\155\x70\x6f\x72\164\141\x6e\164\x3b\42\x3e\40";
echo __("\101\40\156\145\x77\40\144\145\166\151\x63\145\x20\x69\163\40\144\145\164\x65\x63\x74\145\x64\56\40\x59\157\x75\162\x20\x61\x63\x63\x65\163\163\x20\151\x73\40\154\151\155\151\164\x65\x64\x20\164\157\x20" . MoWpnsUtility::get_mo2f_db_option("\155\x6f\x32\146\137\144\145\x76\151\x63\x65\x5f\x6c\x69\x6d\151\164", "\163\x69\x74\145\x5f\157\x70\164\x69\x6f\x6e") . "\40\104\x65\166\x69\x63\145\x73\x2e\40\x50\154\x65\141\x73\145\x20\x6c\x6f\x67\x69\156\x20\167\151\164\150\x20\x6f\154\x64\40\144\x65\x76\x69\143\x65\x73\x20\164\157\40\x67\x61\151\156\x20\141\143\143\x65\x73\163\40\x6f\x72\x20\x63\x6f\x6e\x74\141\143\x74\x20\171\x6f\x75\x72\40\141\x64\155\x69\x6e\x69\x73\164\162\141\x74\x6f\x72\x20\x66\157\x72\x20\155\157\x72\x65\40\151\156\146\x6f\x72\155\141\x74\151\157\x6e\x2e", "\x6d\151\156\151\x6f\x72\141\x6e\x67\145\55\62\55\146\141\x63\x74\157\162\55\x61\x75\164\x68\145\x6e\164\151\143\141\x74\x69\x6f\x6e");
echo "\74\57\x68\x34\x3e\xa\x9\x9\x9\11\x20\40\x3c\x62\x72\x3e\xa\11\11\11\x20\40\x20\74\x2f\x63\x65\x6e\x74\x65\x72\x3e\12\11\x9\x9\40\40\40";
mo2f_customize_logo();
echo "\11\11\11\x3c\x2f\x64\151\x76\x3e\xa\x9\11\40\74\57\144\151\x76\76\xa\11\x20\x20\74\x2f\x64\151\x76\76\12\x9\x20\40\x3c\x66\x6f\162\x6d\x20\x6e\141\x6d\x65\75\42\x66\42\x20\x69\x64\x3d\42\155\x6f\x32\x66\137\142\x61\143\x6b\164\157\x5f\x6d\157\x5f\x6c\157\147\x69\156\146\x6f\x72\x6d\x22\x20\x6d\x65\x74\x68\x6f\x64\x3d\42\160\157\x73\x74\x22\x20\141\143\x74\x69\157\x6e\75\42";
echo mo2f_check_backtologform_action();
echo "\42\40\x73\164\171\x6c\x65\x3d\x22\144\151\x73\x70\x6c\141\x79\72\156\x6f\x6e\145\73\42\76\12\11\11\40\x3c\151\156\x70\x75\164\x20\x74\x79\x70\x65\x3d\x22\x68\x69\144\144\x65\x6e\42\40\156\x61\155\x65\75\42\155\151\156\x69\x6f\162\141\x6e\147\145\137\155\x6f\142\151\154\145\x5f\x76\x61\x6c\x69\144\x61\164\151\x6f\x6e\x5f\146\141\151\154\145\x64\137\156\157\156\143\x65\x22\40\166\x61\x6c\x75\145\75\x22";
echo wp_create_nonce("\x6d\x69\x6e\151\157\162\141\x6e\147\x65\x2d\62\55\146\141\143\x74\x6f\162\x2d\x6d\x6f\x62\x69\x6c\x65\55\x76\141\x6c\151\144\x61\x74\151\x6f\156\x2d\x66\141\151\x6c\145\144\x2d\x6e\x6f\x6e\x63\x65");
echo "\42\40\x2f\x3e\12\11\40\x20\x3c\x2f\146\x6f\162\155\76\xa\11\40\40\74\163\143\x72\x69\160\164\76\12\x9\11\x20\146\165\x6e\x63\x74\x69\157\156\40\x6d\157\154\157\147\x69\156\x62\141\x63\153\50\x29\xa\11\11\40\173\xa\x9\11\11\152\x51\165\x65\162\171\50\x27\43\155\x6f\x32\146\x5f\x62\141\143\153\164\157\137\x6d\157\137\154\x6f\147\151\x6e\x66\157\x72\x6d\47\51\x2e\x73\165\142\155\151\164\50\51\x3b\xa\x9\11\x20\175\12\11\40\40\74\57\x73\x63\x72\151\x70\164\76\12\x20\40\x20\74\x2f\142\157\x64\171\x3e\xa\74\x2f\x68\164\155\x6c\76\xa\11";
}
function mo2f_rba_attribute_error()
{
echo "\11\x20\xa\x3c\x68\164\155\154\76\12\40\x20\40\74\150\x65\x61\x64\x3e\40\x20\74\155\145\164\x61\x20\x63\150\141\162\163\145\x74\x3d\x22\x75\164\146\55\70\42\57\x3e\xa\x9\x20\x20\x3c\x6d\x65\x74\x61\40\x68\x74\x74\x70\55\145\x71\165\x69\166\75\42\x58\55\125\x41\x2d\103\157\x6d\160\141\164\x69\x62\154\145\42\x20\143\157\x6e\164\145\x6e\x74\75\x22\x49\105\75\145\x64\x67\145\42\x3e\12\x9\x20\40\x3c\x6d\x65\164\x61\x20\x6e\x61\x6d\x65\75\42\166\x69\145\x77\160\x6f\x72\x74\42\x20\143\157\156\x74\145\156\x74\75\42\167\x69\144\164\150\75\x64\145\x76\x69\143\x65\x2d\x77\x69\x64\164\150\54\40\x69\x6e\x69\x74\x69\141\154\x2d\163\x63\141\154\x65\75\x31\42\x3e\xa\x9";
echo_js_css_files();
echo "\40\x20\40\74\57\150\x65\141\x64\x3e\12\40\40\40\x3c\x62\x6f\144\171\x3e\12\x9\40\40\x3c\x64\151\x76\x20\143\x6c\141\163\x73\x3d\42\155\x6f\x32\x66\x5f\x6d\x6f\144\141\154\x22\40\x74\141\142\151\x6e\144\145\x78\75\x22\x2d\x31\42\x20\x72\157\154\145\x3d\x22\x64\151\141\154\157\x67\x22\x20\x69\144\x3d\42\x6d\x79\115\157\x64\141\154\x35\x22\x3e\xa\x9\40\x20\74\144\x69\166\40\x63\154\x61\x73\x73\x3d\42\x6d\157\x32\x66\x2d\x6d\x6f\144\141\x6c\55\142\x61\143\x6b\144\162\x6f\x70\x22\76\x3c\57\x64\151\166\76\12\x9\40\x20\x3c\144\x69\166\x20\143\154\141\163\163\75\42\155\x6f\137\143\165\163\164\157\x6d\x65\162\137\166\141\x6c\151\144\141\x74\x69\x6f\156\x2d\155\157\144\141\154\55\144\x69\x61\154\x6f\x67\40\155\x6f\137\143\x75\163\164\x6f\x6d\x65\162\x5f\x76\141\154\x69\x64\141\x74\151\157\156\55\155\157\144\x61\154\55\155\x64\42\76\12\x9\x9\40\74\144\x69\166\x20\x63\x6c\141\163\x73\x3d\42\x6c\157\x67\x69\x6e\40\155\157\x5f\x63\x75\163\x74\157\155\145\162\137\x76\141\154\151\144\x61\x74\x69\157\156\55\x6d\x6f\144\141\154\x2d\x63\x6f\x6e\164\x65\156\x74\42\x3e\12\x9\11\x9\x3c\x64\151\x76\40\143\x6c\x61\x73\163\x3d\x22\155\157\62\146\137\x6d\157\x64\x61\x6c\x2d\x68\x65\141\x64\x65\162\42\76\xa\x9\11\x9\x20\40\40\x3c\x68\x32\x20\x63\154\x61\x73\163\x3d\42\155\x6f\x32\x66\137\155\157\x64\141\x6c\x2d\164\151\164\154\145\x22\x20\x3e\x3c\142\x75\x74\x74\157\156\40\x74\x79\x70\x65\75\x22\x62\x75\x74\x74\157\x6e\42\x20\40\143\x6c\x61\x73\x73\x3d\42\x6d\x6f\62\x66\x5f\x63\x6c\157\163\x65\x22\x20\x64\141\164\141\55\x64\151\x73\x6d\151\163\x73\75\42\155\157\144\x61\x6c\x22\x20\x61\162\151\x61\55\154\x61\142\145\154\75\42\x43\154\x6f\x73\145\42\x20\164\x69\164\154\145\x3d\42";
echo __("\103\141\x6e\x63\145\x6c", "\155\151\156\x69\157\x72\x61\156\x67\145\x2d\62\x2d\x66\141\x63\x74\x6f\x72\55\141\x75\164\150\x65\156\164\x69\x63\x61\x74\x69\x6f\x6e");
echo "\42\40\x6f\x6e\x63\154\x69\143\153\75\x22\x6d\x6f\x6c\157\x67\151\156\x62\141\143\x6b\x28\51\x3b\x22\x20\76\x3c\163\x70\x61\156\x20\141\162\151\141\x2d\150\151\144\x64\x65\156\75\x22\164\x72\165\x65\x22\76\x26\164\x69\155\145\x73\x3b\x3c\x2f\x73\x70\141\156\x3e\74\57\142\165\x74\x74\157\x6e\x3e\12\11\11\x9\x9\40\x20";
echo __("\40\74\x63\145\x6e\164\145\x72\x3e\101\x63\x63\145\163\x73\40\x44\145\x6e\x69\145\144\x21\74\57\x63\x65\x6e\x74\145\x72\x3e", "\x6d\151\x6e\151\x6f\x72\141\x6e\x67\x65\x2d\62\55\146\141\x63\164\157\x72\55\x61\165\164\x68\x65\x6e\x74\x69\143\x61\x74\x69\157\x6e");
echo "\11\x9\x9\x20\x20\40\x3c\x2f\x68\62\x3e\xa\x9\x9\x9\74\57\x64\x69\166\x3e\12\11\x9\x9\x3c\x64\x69\166\40\x63\x6c\141\x73\163\75\x22\155\x6f\x32\146\137\155\157\144\141\154\x2d\x62\157\x64\171\40\143\145\x6e\x74\x65\x72\42\x3e\xa\11\x9\11\x20\x20\x20\x3c\x63\145\156\164\145\x72\76\xa\x9\11\x9\11\40\x20\74\150\x34\40\163\x74\x79\154\x65\75\42\155\141\x72\x67\x69\156\55\x62\x6f\x74\x74\x6f\155\72\60\160\x78\x20\41\151\155\x70\157\162\164\x61\156\164\73\x22\76\x20";
echo __("\124\150\x65\x72\x65\x20\x73\145\145\155\163\x20\164\157\x20\142\145\40\151\163\x73\x75\x65\163\40\x77\151\x74\150\40\164\150\x65\40\x61\164\164\162\151\142\x75\x74\x65\163\x20\x6f\x66\x20\171\157\x75\162\x20\144\145\x76\151\143\x65\x2e\x20\120\154\145\x61\x73\x65\x20\x63\157\156\x74\141\143\164\40\x79\x6f\x75\162\x20\141\144\155\x69\x6e\x69\x73\164\162\x61\x74\x6f\162\40\146\157\162\40\155\x6f\162\145\40\x69\x6e\x66\x6f\x72\155\141\164\151\157\156\x2e", "\155\151\x6e\x69\x6f\162\141\x6e\x67\145\x2d\x32\x2d\x66\x61\143\164\157\x72\55\x61\x75\x74\x68\145\x6e\x74\x69\143\141\164\151\x6f\x6e");
echo "\x3c\57\150\x34\x3e\12\11\x9\x9\11\40\40\74\x62\x72\76\12\x9\11\11\x20\x20\40\x3c\x2f\x63\145\x6e\164\145\x72\x3e\xa\x9\11\x9\x20\x20\x20";
mo2f_customize_logo();
echo "\11\x9\11\x3c\x2f\x64\151\166\76\xa\11\x9\x20\74\57\x64\151\x76\x3e\12\x9\x20\40\74\x2f\x64\x69\166\x3e\12\11\40\40\x3c\x66\x6f\x72\155\x20\156\141\155\145\75\42\x66\x22\40\x69\x64\x3d\x22\x6d\x6f\62\146\x5f\142\x61\x63\153\164\x6f\x5f\x6d\x6f\137\154\157\147\x69\x6e\x66\157\162\155\x22\x20\155\145\164\150\x6f\x64\75\42\x70\157\163\x74\x22\x20\141\x63\164\x69\x6f\156\x3d\x22";
echo mo2f_check_backtologform_action();
echo "\42\x20\x73\164\171\154\x65\x3d\x22\144\151\163\160\x6c\x61\171\72\x6e\157\x6e\145\x3b\42\x3e\12\11\11\40\74\x69\156\x70\165\164\40\164\171\160\145\x3d\42\150\151\x64\x64\x65\x6e\x22\40\x6e\x61\155\145\75\42\x6d\151\x6e\151\x6f\162\x61\156\147\145\137\x6d\x6f\142\x69\x6c\145\x5f\x76\141\154\151\144\x61\164\x69\157\x6e\x5f\146\141\x69\x6c\x65\144\137\156\157\156\143\145\42\x20\x76\141\154\165\145\x3d\42";
echo wp_create_nonce("\155\151\156\151\x6f\162\141\x6e\x67\145\55\x32\x2d\x66\141\x63\164\x6f\162\55\155\157\x62\151\x6c\145\x2d\x76\x61\x6c\x69\144\141\164\151\157\x6e\55\x66\141\151\154\x65\144\x2d\156\157\156\143\145");
echo "\42\x20\x2f\x3e\xa\x9\40\40\74\57\146\157\162\x6d\76\12\x9\x20\40\x3c\x73\x63\x72\x69\x70\164\76\xa\11\x9\x20\146\165\x6e\143\x74\x69\157\156\40\155\157\x6c\157\x67\151\156\x62\141\143\x6b\50\x29\12\x9\11\40\173\12\x9\11\11\x6a\x51\165\x65\162\171\50\x27\43\155\x6f\62\146\x5f\x62\141\x63\153\x74\157\x5f\155\157\137\x6c\157\147\151\156\146\157\x72\x6d\x27\x29\56\163\165\142\155\x69\164\x28\x29\x3b\xa\11\11\x20\175\xa\11\40\40\74\57\163\x63\x72\x69\x70\164\76\xa\x20\40\x20\x3c\x2f\x62\157\x64\x79\x3e\12\x3c\x2f\150\x74\155\154\76\xa\x9";
}
function mo2f_remember_device_option($uP, $Qb, $dj = null)
{
global $aq;
if (!($uP && $Qb)) {
goto hc;
}
if (MO2F_IS_ONPREM) {
goto lD;
}
echo "\11\x9\x9\11\74\163\160\141\x6e\x20\x63\x6c\141\163\163\x3d\x22\155\x6f\x32\146\x5f\x72\145\155\x65\x6d\142\x65\x72\144\145\166\151\x63\145\42\x3e\xa\x9\11\11\x9\x9\74\x69\x6e\160\165\164\40\x74\x79\160\x65\75\x22\x63\150\x65\x63\153\x62\x6f\170\42\x20\x6e\x61\x6d\x65\75\42\x6d\157\62\146\x5f\164\x72\x75\x73\x74\x5f\x64\145\x76\x69\x63\x65\42\40\x63\154\141\x73\163\x3d\x22\155\x6f\x32\x66\x5f\x74\162\165\x73\x74\x5f\x64\x65\x76\151\x63\145\x22\xa\11\11\x9\11\x9\x9\40\40\x20\151\x64\x3d\42\x6d\x6f\62\x66\137\x74\x72\165\163\x74\x5f\x64\x65\x76\x69\143\x65\x22\57\x3e";
echo __("\122\145\x6d\145\155\x62\x65\x72\x20\x74\x68\x69\x73\40\144\x65\x76\x69\143\145\56", "\155\151\x6e\151\157\x72\141\156\147\x65\x2d\x32\x2d\x66\x61\143\164\157\x72\55\141\165\164\x68\145\x6e\164\151\x63\x61\164\x69\x6f\156");
echo "\11\x9\x9\x9\x3c\x2f\x73\160\x61\x6e\x3e\xa\x9\11\x9\11\74\142\x72\x3e\xa\x9\x9\x9\11\x3c\x62\x72\76\12\11\11\x9";
goto l8;
lD:
if (!MoWpnsUtility::get_mo2f_db_option("\x6d\157\x32\146\x5f\x65\156\141\x62\x6c\x65\x5f\x72\142\141\137\164\171\x70\x65\x73", "\x73\151\x74\145\x5f\157\x70\164\x69\157\156")) {
goto al;
}
$bR = MO2f_Utility::mo2f_get_transient($dj, "\155\x6f\x32\x66\137\143\x75\x72\x72\145\156\164\x5f\165\163\x65\162\137\x69\144");
if (!isset($bR)) {
goto LQ;
}
$IG = $aq->get_all_device_count_by_user($bR);
if (!($IG < MoWpnsUtility::get_mo2f_db_option("\155\x6f\x32\146\x5f\144\x65\x76\151\x63\x65\137\x6c\x69\x6d\x69\x74", "\163\151\x74\145\137\157\160\x74\x69\157\156") || MO2f_Utility::mo2f_get_transient($dj, "\x6d\x6f\x32\x66\137\x64\145\166\151\143\x65\x5f\x65\x78\x70\x69\162\145\x64"))) {
goto AE;
}
echo "\x9\x9\11\x9\11\11\x3c\163\x70\x61\156\40\x73\x74\x79\x6c\145\75\x22\x66\x6c\x6f\141\164\72\x6c\x65\x66\x74\x3b\x20\146\x6f\156\x74\x2d\x73\151\x7a\145\72\x31\65\160\170\x3b\x22\x3e\74\x69\x6e\x70\165\164\x20\163\164\x79\x6c\145\75\42\166\145\162\164\x69\x63\141\154\55\141\x6c\x69\147\x6e\72\164\145\x78\164\55\164\157\160\x3b\x22\40\x74\171\160\145\75\42\143\150\145\143\153\x62\157\170\42\x20\156\x61\155\145\x3d\x22\155\x6f\62\146\x5f\164\162\165\x73\164\137\144\x65\166\x69\143\145\x22\x20\151\x64\x3d\42\155\x6f\62\146\x5f\x74\162\x75\163\164\137\x64\145\166\151\x63\145\x22\40\x2f\76";
echo __("\x52\145\155\145\x6d\142\x65\162\40\x74\150\x69\163\40\144\145\166\x69\x63\x65\56", "\x6d\x69\156\x69\157\x72\141\x6e\147\145\x2d\x32\x2d\146\x61\x63\x74\x6f\162\55\x61\165\x74\x68\x65\156\x74\151\x63\x61\164\x69\x6f\156");
echo "\74\57\x73\160\x61\156\x3e\xa\11\11\x9\x9\11\x9\x3c\142\162\76\74\142\x72\x3e\12\x9\x9\x9\11\x9\x9";
AE:
LQ:
al:
l8:
hc:
}
function mo2f_backup_codes_generate($IZ, $kO, $dj)
{
global $aq;
update_site_option("\x6d\x6f\x32\146\x5f\151\x73\137\x69\156\x6c\151\x6e\x65\x5f\165\x73\x65\x64", "\x31");
if (get_user_meta($IZ, "\x6d\x6f\x5f\142\x61\143\x6b\165\x70\x5f\x63\x6f\144\x65\x5f\147\x65\156\145\x72\141\164\x65\144", true) && !get_user_meta($IZ, "\x6d\x6f\x5f\x62\141\143\153\165\160\137\x63\157\x64\145\x5f\x64\157\167\156\x6c\157\x61\x64\x65\144", true)) {
goto Kk;
}
$tI = MO2f_Utility::mo_2f_generate_backup_codes();
$Nk = MO2f_Utility::mo2f_get_codes_hash($tI);
update_user_meta($IZ, "\x6d\x6f\62\146\x5f\x62\x61\x63\x6b\165\160\137\x63\157\144\145\x73", $Nk);
$fx = $aq->get_user_detail("\x6d\157\x32\x66\137\165\163\145\x72\x5f\145\x6d\x61\x69\x6c", $IZ);
if (!empty($fx)) {
goto I7;
}
$OZ = get_user_by("\151\x64", $IZ);
$fx = $OZ->user_email;
I7:
$xo = MO2f_Utility::mo2f_email_backup_codes($tI, $fx);
update_user_meta($IZ, "\x6d\157\137\142\x61\143\x6b\x75\160\x5f\143\x6f\144\x65\137\147\x65\x6e\145\x72\x61\x74\x65\144", 1);
goto nz;
Kk:
$uL = get_user_meta($IZ, "\143\150\161\167\x65\164\x63\x73\x64\166\x6e\x76\144", true);
$Yt = MoWpnsUtility::get_mo2f_multisite_compatible("\155\x6f\x32\x66\x5f\x65\x6e\x63\x72\x79\x70\164\x69\x6f\x6e\x5f\153\x65\x79");
$R_ = MO2f_Utility::decrypt_data($uL, $Yt);
$tI = explode("\54", $R_);
delete_user_meta($IZ, "\x63\x68\x71\x77\x65\164\143\163\x64\x76\156\x76\144");
$xo = true;
nz:
update_user_meta($IZ, "\155\x6f\x5f\142\x61\143\153\165\160\137\143\x6f\x64\x65\x5f\163\x63\x72\x65\x65\156\x5f\x73\150\157\x77\x6e", 1);
echo "\11\74\x68\x74\155\154\76\xa\x9\x9\x3c\x68\x65\x61\x64\x3e\40\40\x3c\155\x65\x74\141\x20\143\x68\x61\x72\x73\x65\x74\75\x22\x75\164\x66\55\x38\x22\x2f\76\12\11\x9\x9\74\x6d\x65\164\x61\40\150\164\x74\160\x2d\145\x71\165\x69\166\x3d\42\x58\x2d\x55\x41\x2d\x43\x6f\155\x70\x61\x74\151\142\154\x65\42\x20\143\157\156\164\145\x6e\164\75\42\111\x45\75\x65\x64\147\145\42\76\xa\x9\x9\x9\x3c\155\x65\164\141\40\156\141\x6d\x65\75\42\x76\x69\x65\x77\160\157\162\x74\x22\x20\143\x6f\156\164\x65\156\164\75\x22\x77\151\144\x74\150\x3d\144\x65\x76\151\143\145\55\x77\151\x64\x74\150\x2c\x20\151\x6e\151\164\x69\x61\x6c\55\x73\143\141\x6c\x65\x3d\61\x22\76\xa\x9\x9\x9";
echo "\x3c\163\x63\x72\151\160\164\x20\x73\162\x63\x3d\x22\x68\164\x74\160\163\x3a\57\57\x61\x6a\141\170\x2e\x67\157\x6f\x67\x6c\x65\141\x70\151\x73\x2e\143\157\x6d\57\141\152\141\x78\x2f\x6c\151\142\x73\x2f\x6a\x71\165\145\162\171\x2f\x32\x2e\x32\56\x34\x2f\152\x71\165\x65\162\x79\56\x6d\151\156\x2e\152\x73\42\x3e\x3c\57\163\x63\162\x69\x70\164\76";
echo "\x3c\x73\x63\x72\x69\160\164\40\x73\162\x63\75\42" . plugins_url("\151\156\x63\154\x75\144\145\x73\57\152\x73\x2f\x62\x6f\157\164\x73\x74\x72\141\160\x2e\x6d\x69\156\56\x6a\163", dirname(dirname(__FILE__))) . "\x22\x20\76\74\x2f\163\x63\162\x69\x70\x74\x3e";
echo "\x3c\154\151\x6e\153\40\162\x65\154\75\x22\163\164\171\x6c\x65\163\x68\x65\145\x74\42\40\164\x79\x70\145\75\x22\x74\x65\x78\164\x2f\143\x73\x73\42\40\x68\162\x65\x66\x3d\42" . plugins_url("\x69\156\143\x6c\x75\x64\145\x73\x2f\143\x73\x73\x2f\142\x6f\x6f\164\163\164\x72\x61\x70\56\155\151\156\56\x63\x73\x73", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
echo "\x3c\x6c\x69\156\153\x20\x72\145\x6c\75\x22\x73\x74\171\154\145\163\150\x65\x65\164\42\x20\164\171\x70\145\x3d\42\x74\145\170\x74\57\x63\x73\x73\42\40\x68\x72\145\x66\75\x22" . plugins_url("\x69\156\143\x6c\x75\x64\145\163\57\143\x73\x73\x2f\146\x72\157\156\x74\137\145\156\x64\x5f\x6c\x6f\x67\x69\x6e\56\143\x73\163", dirname(dirname(__FILE__))) . "\42\x20\x2f\x3e";
echo "\x3c\x6c\151\156\x6b\x20\x72\145\154\75\x22\x73\x74\171\x6c\x65\x73\150\x65\x65\x74\x22\x20\x74\171\x70\x65\75\x22\164\x65\x78\164\57\x63\163\163\42\x20\x68\x72\145\x66\x3d\x22" . plugins_url("\x69\x6e\x63\154\x75\x64\x65\x73\x2f\143\163\x73\x2f\163\164\x79\x6c\145\137\x73\x65\164\x74\x69\156\x67\x73\56\x63\163\163", dirname(dirname(__FILE__))) . "\42\40\x2f\76";
echo "\74\154\x69\x6e\153\x20\162\x65\154\75\x22\163\x74\171\x6c\145\163\150\x65\145\164\x22\x20\x74\171\160\x65\75\42\x74\x65\x78\x74\57\143\x73\x73\x22\40\150\162\x65\146\75\42" . plugins_url("\x69\x6e\x63\154\165\144\145\163\x2f\143\x73\x73\x2f\150\151\x64\x65\x2d\154\x6f\147\x69\x6e\56\143\x73\x73", dirname(dirname(__FILE__))) . "\42\x20\x2f\76";
echo "\x9\11\x9\x3c\x73\x74\x79\154\x65\76\12\x9\11\x9\x9\x2e\x6d\157\62\146\x5f\x6b\x62\x61\137\161\x75\x65\163\54\x20\x2e\x6d\x6f\62\x66\137\164\x61\x62\x6c\x65\137\x74\x65\170\164\x62\157\x78\x7b\xa\x9\x9\x9\11\x9\x62\141\x63\153\147\x72\157\x75\x6e\x64\x3a\40\167\150\151\x74\x65\163\x6d\157\x6b\x65\40\x6e\157\156\x65\x20\x72\x65\x70\145\x61\x74\x20\163\x63\162\x6f\x6c\x6c\x20\60\x25\x20\x30\x25\x3b\12\x9\11\x9\11\175\xa\x9\x9\11\x3c\x2f\163\x74\171\x6c\145\x3e\xa\11\11\x3c\x2f\x68\x65\x61\x64\76\xa\x9\11\x3c\x62\157\144\x79\x3e\12\x9\11\11\74\144\x69\x76\40\143\x6c\141\163\x73\x3d\42\155\x6f\62\x66\x5f\x6d\x6f\x64\x61\154\x22\x20\x74\141\142\x69\x6e\144\x65\x78\75\x22\55\61\42\40\x72\157\x6c\x65\75\42\144\151\141\154\157\x67\x22\x20\151\144\x3d\42\x6d\171\115\157\144\141\x6c\65\42\x3e\12\11\11\11\x9\x3c\144\151\x76\x20\x63\154\141\163\163\x3d\42\x6d\x6f\62\146\x2d\x6d\x6f\144\x61\154\55\x62\141\143\x6b\144\162\x6f\x70\x22\x3e\x3c\57\144\151\x76\76\12\11\11\11\11\x3c\x64\x69\x76\x20\143\154\x61\x73\163\75\x22\155\x6f\62\x66\137\155\157\144\x61\154\x2d\x64\151\141\x6c\x6f\x67\40\155\157\62\146\x5f\155\157\144\x61\x6c\55\154\x67\42\x3e\12\x9\11\x9\11\11\74\144\x69\166\x20\x63\154\x61\163\x73\x3d\42\x6c\x6f\x67\151\x6e\x20\x6d\157\x5f\143\x75\x73\164\157\155\145\162\137\166\141\x6c\x69\x64\141\x74\151\x6f\x6e\55\x6d\x6f\x64\x61\154\x2d\143\157\156\x74\145\x6e\164\42\76\xa\11\x9\11\x9\x9\11\x3c\144\x69\166\x20\x63\x6c\141\163\x73\x3d\x22\155\157\62\146\x5f\155\x6f\144\x61\154\x2d\150\x65\x61\144\145\x72\42\76\xa\x9\11\x9\11\x9\x9\x9\74\150\x34\40\x63\154\x61\163\163\x3d\x22\x6d\157\62\x66\x5f\155\157\144\141\154\55\x74\x69\x74\x6c\145\42\76\x3c\x62\165\x74\x74\157\x6e\40\x74\171\x70\x65\75\42\142\x75\x74\x74\157\x6e\x22\40\143\154\x61\x73\x73\x3d\x22\x6d\157\x32\x66\137\143\x6c\x6f\x73\x65\x22\40\144\141\164\x61\55\144\151\x73\155\x69\163\163\75\x22\x6d\157\144\141\154\x22\x20\x61\x72\151\141\55\154\x61\142\x65\x6c\x3d\x22\103\x6c\x6f\163\x65\x22\40\164\151\x74\154\145\75\42";
echo __("\x42\141\x63\153\x20\x74\x6f\x20\x6c\157\x67\151\156", "\x6d\151\156\151\157\x72\141\x6e\147\145\55\62\55\x66\x61\x63\x74\x6f\162\55\x61\165\164\150\145\x6e\x74\151\143\x61\x74\151\x6f\x6e");
echo "\x22\x20\x6f\156\x63\154\x69\143\153\75\42\x6d\x6f\154\x6f\147\x69\x6e\x62\141\x63\x6b\x28\x29\73\x22\x3e\74\163\x70\141\x6e\x20\141\x72\x69\x61\55\x68\151\x64\144\145\156\75\42\x74\162\x75\x65\x22\x3e\x26\x74\151\x6d\x65\x73\x3b\x3c\57\163\160\141\x6e\x3e\x3c\x2f\142\165\164\164\x6f\x6e\76\12\11\x9\11\11\x9\x9\x9";
echo __("\124\167\157\40\x46\141\x63\x74\x6f\x72\x20\123\x65\164\165\160\x20\x43\157\x6d\x70\154\145\x74\145", "\x6d\x69\156\151\157\162\x61\x6e\x67\x65\55\x32\x2d\146\141\x63\x74\157\162\x2d\x61\165\x74\150\x65\156\164\x69\143\141\164\x69\157\156");
echo "\74\57\150\x34\76\xa\11\x9\x9\x9\x9\x9\74\x2f\x64\x69\x76\76\12\x9\11\11\x9\x9\11\x3c\144\151\166\40\x63\154\141\163\x73\x3d\42\155\157\x32\x66\x5f\155\x6f\x64\x61\x6c\55\x62\x6f\x64\171\x20\x63\x65\156\164\145\162\42\x3e\12\xa\x9\11\11\11\x9\x9\x9\x9\xa\11\x9\11\11\x9\11\11\74\150\x33\76\40";
echo __("\120\x6c\x65\x61\x73\x65\40\144\x6f\x77\x6e\x6c\x6f\x61\144\x20\164\150\x65\40\x62\141\x63\x6b\165\160\40\143\x6f\x64\x65\x73\x20\x66\x6f\x72\x20\x61\143\x63\x6f\165\156\x74\40\162\x65\x63\157\x76\145\162\x79\x2e");
echo "\74\x2f\x68\63\x3e\12\12\x9\x9\11\11\x9\11\x9\74\x68\x34\76\x20\12\11\x9\x9\x9\x9\11\11";
echo __("\131\x6f\x75\x20\x77\x69\x6c\154\40\162\x65\143\145\x69\166\145\40\x74\150\145\x20\142\x61\143\x6b\165\160\x20\143\x6f\x64\145\163\40\x76\x69\x61\40\x65\x6d\x61\x69\x6c\40\151\146\40\171\x6f\165\40\150\141\x76\145\x20\x79\x6f\165\x72\x20\123\x4d\x54\x50\x20\x63\x6f\x6e\146\151\x67\165\x72\x65\144\x2e\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\74\142\162\x3e\111\x66\40\171\157\x75\x20\150\141\166\x65\x20\162\145\143\145\151\166\145\x64\40\164\x68\145\x20\143\157\x64\x65\163\40\x6f\156\x20\171\x6f\x75\x72\40\145\x6d\x61\151\154\x20\x61\x6e\x64\x20\x64\x6f\40\x6e\x6f\x74\x20\167\151\163\150\x20\x74\157\x20\144\157\x77\x6e\x6c\x6f\x61\144\40\164\150\145\x20\x63\x6f\x64\145\x73\x2c\x20\x63\x6c\x69\143\153\x20\x6f\156\x20\106\x69\156\151\x73\x68\56\x20");
echo "\x9\11\x9\11\11\x9\11\11\11\74\57\x68\x34\x3e\12\x9\11\x9\11\x9\x9\x9\11\x9\12\11\x9\x9\x9\11\11\11\74\150\x34\x3e\40\xa\x9\x9\11\x9\x9\x9\x9";
echo __("\x42\x61\143\153\x75\x70\40\103\x6f\144\145\163\40\143\141\x6e\x20\x62\x65\40\x75\163\145\144\40\x74\157\40\x6c\x6f\x67\x69\156\x20\x69\156\x74\x6f\40\165\163\x65\162\x20\141\143\143\157\x75\x6e\x74\40\151\x6e\40\x63\x61\163\145\x20\x79\x6f\165\40\x66\x6f\162\x67\145\x74\40\x79\157\x75\162\40\x70\150\157\x6e\145\40\157\x72\40\147\x65\x74\40\x6c\x6f\x63\153\145\x64\x20\x6f\165\164\x2e\xa\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x3c\142\162\x3e\x50\x6c\145\x61\x73\145\x20\165\x73\145\40\164\x68\151\x73\x20\x63\x61\162\145\146\165\x6c\154\x79\40\141\x73\40\145\x61\143\150\x20\x63\157\x64\x65\40\143\141\156\x20\157\156\154\171\40\x62\145\x20\x75\x73\x65\x64\x20\x6f\156\143\x65\56\40\x50\154\145\141\x73\145\x20\x64\x6f\x20\x6e\157\x74\40\x73\150\141\162\x65\x20\164\150\145\163\145\x20\x63\157\x64\x65\x73\40\167\151\x74\x68\x20\141\156\171\157\x6e\145\x2e");
echo "\x9\11\11\x9\11\11\11\x9\x9\x3c\x2f\150\64\76\xa\11\x9\11\11\x9\11\11\x9\x9\x9\x9\11\x9\11\x3c\144\x69\166\x3e\x20\x20\x20\xa\11\x9\x9\x9\11\11\x9\x9\74\x64\x69\x76\40\x73\x74\171\x6c\x65\x3d\x22\144\151\x73\160\x6c\x61\171\72\x20\151\x6e\154\151\156\x65\55\146\154\x65\x78\x3b\167\x69\144\164\x68\x3a\x20\x33\65\60\x70\x78\73\40\42\76\12\x9\x9\11\11\11\x9\11\x9\11\x3c\x64\151\x76\40\151\144\75\42\143\154\x69\x70\x62\157\x61\x72\x64\42\x20\x73\x74\x79\154\145\75\x22\x62\x6f\162\144\x65\162\72\40\163\x6f\154\151\144\x3b\x77\x69\144\164\x68\72\40\65\65\x25\x3b\146\154\x6f\141\164\72\40\x6c\x65\x66\x74\x3b\x22\x3e\12\11\11\11\x9\x9\x9\11\x9\x9\x9";
$c9 = 0;
pI:
if (!($c9 < 5)) {
goto JX;
}
$h2 = $tI[$c9];
echo "\74\142\x72\76" . $h2 . "\40\x3c\142\x72\76";
C1:
$c9++;
goto pI;
JX:
$yR = '';
$c9 = 0;
kL:
if (!($c9 < 5)) {
goto aP;
}
$h2 = $tI[$c9];
$yR .= $h2;
if (!($c9 != 4)) {
goto FU;
}
$yR .= "\x2c";
FU:
mm:
$c9++;
goto kL;
aP:
echo "\x9\x9\x9\11\x9\x9\11\x9\11\74\x2f\144\x69\x76\76\12\11\11\x9\x9\x9\11\11\x9\x9\x3c\x64\151\x76\40\40\x73\x74\171\x6c\x65\75\x22\x77\x69\x64\164\150\72\x20\65\x30\x25\73\x66\154\157\x61\x74\72\40\x72\151\x67\150\x74\x3b\42\76\xa\11\11\11\11\11\x9\x9\x9\x9\x9\x3c\x66\x6f\162\x6d\40\x6e\x61\155\x65\75\x22\x66\x22\40\x6d\145\x74\x68\157\x64\x3d\x22\x70\157\163\164\x22\x20\151\144\75\42\155\157\62\x66\137\165\x73\145\x72\x73\x5f\x62\141\x63\153\x75\x70\x31\x22\40\x61\143\164\151\x6f\156\75\42\x22\76\xa\11\x9\x9\11\x9\x9\x9\x9\11\x9\11\74\x69\x6e\160\x75\164\40\x74\x79\x70\145\75\x22\150\x69\144\x64\x65\156\x22\40\156\141\x6d\145\75\x22\x6f\x70\164\x69\x6f\x6e\x22\40\x76\x61\154\x75\145\75\42\155\x6f\x32\146\137\x75\x73\145\x72\163\137\142\141\143\153\165\x70\61\x22\40\57\x3e\12\11\11\11\11\11\11\x9\11\x9\11\11\x3c\x69\x6e\160\165\164\x20\x74\171\160\x65\75\x22\150\151\x64\144\x65\x6e\42\x20\156\141\155\x65\x3d\42\x6d\x6f\x32\x66\x5f\151\x6e\154\x69\x6e\145\137\142\141\143\x6b\x75\160\137\143\157\x64\145\163\x22\x20\x76\141\x6c\165\x65\x3d\42";
echo $yR;
echo "\42\x20\57\76\12\11\x9\x9\x9\11\x9\x9\x9\11\x9\11\x3c\x69\156\x70\165\x74\40\x74\x79\x70\x65\75\42\x68\x69\x64\x64\x65\156\x22\40\156\141\155\x65\75\42\x73\x65\x73\x73\x69\x6f\x6e\137\151\144\42\x20\x76\x61\x6c\165\145\x3d\42";
echo $dj;
echo "\x22\x2f\76\12\11\11\11\x9\11\11\x9\x9\x9\11\x9\x3c\x69\156\160\x75\164\40\x74\171\160\145\x3d\x22\x68\x69\144\x64\145\156\x22\40\156\141\155\x65\75\x22\155\157\62\146\137\x69\x6e\x6c\151\x6e\x65\137\142\141\143\153\165\x70\x5f\156\157\156\x63\145\42\40\x76\141\154\165\x65\x3d\x22";
echo wp_create_nonce("\x6d\x69\156\151\x6f\x72\x61\x6e\147\145\55\62\x2d\x66\141\x63\x74\x6f\x72\x2d\151\x6e\x6c\x69\156\x65\x2d\142\x61\143\x6b\x75\x70\55\156\157\156\x63\145");
echo "\42\40\57\76\12\x9\11\x9\x9\11\11\11\11\11\x9\x9\xa\11\11\x9\x9\x9\11\x9\x9\x9\11\x9\74\151\x6e\x70\165\x74\x20\x74\x79\160\145\75\42\x73\x75\142\155\151\x74\42\x20\x6e\141\155\x65\x3d\x22\x47\x65\156\145\x72\x61\164\x65\x20\x43\x6f\144\145\x73\61\x22\40\151\x64\x3d\42\x63\157\144\145\163\42\40\x73\x74\x79\154\145\x3d\42\x64\x69\x73\x70\x6c\x61\171\x3a\x69\156\154\x69\x6e\145\73\x77\x69\144\164\150\x3a\x31\x30\x30\45\x3b\x6d\x61\x72\x67\151\156\x2d\154\145\x66\164\72\40\62\60\45\73\x6d\141\162\147\x69\x6e\x2d\x62\157\164\x74\157\155\x3a\40\63\x37\x25\73\x6d\141\162\147\151\x6e\x2d\x74\x6f\x70\72\x20\62\x39\45\42\x20\143\154\x61\163\163\x3d\42\142\x75\x74\x74\x6f\x6e\x20\142\165\x74\164\x6f\156\x2d\160\x72\151\x6d\x61\x72\171\x20\x62\x75\x74\x74\x6f\x6e\x2d\x6c\x61\x72\x67\145\42\40\166\x61\x6c\165\145\x3d\x22";
echo __("\104\x6f\x77\156\x6c\157\x61\x64\40\x43\157\144\x65\163", "\x6d\x69\x6e\x69\157\162\x61\x6e\147\x65\x2d\x32\55\x66\141\143\x74\157\162\x2d\141\165\x74\x68\145\x6e\x74\x69\x63\141\x74\151\157\156");
echo "\42\x20\x2f\x3e\12\11\11\11\x9\x9\x9\x9\11\x9\11\74\57\146\157\x72\x6d\x3e\xa\11\x9\x9\x9\11\11\x9\x9\x9\74\57\144\x69\166\x3e\12\12\x9\11\x9\11\x9\11\x9\11\11\x3c\146\157\162\155\x20\156\x61\155\145\x3d\x22\146\42\40\x69\144\x3d\42\155\x6f\x32\x66\137\142\141\x63\153\x74\157\137\x6d\157\137\x6c\157\147\x69\x6e\146\x6f\162\x6d\x22\40\x6d\x65\164\x68\157\144\75\x22\x70\x6f\x73\164\42\x20\141\x63\x74\x69\157\x6e\x3d\x22";
echo mo2f_check_backtologform_action();
echo "\x22\x20\76\xa\11\11\11\11\x9\x9\11\x9\x9\11\74\x69\x6e\160\165\164\x20\164\171\160\x65\75\42\150\x69\144\x64\x65\x6e\42\40\x6e\x61\155\145\x3d\x22\157\x70\x74\x69\157\x6e\42\40\166\x61\x6c\x75\x65\75\42\155\157\62\146\x5f\147\x6f\x74\157\x5f\167\160\137\144\x61\163\x68\142\x6f\141\162\144\42\x20\x2f\76\12\11\x9\11\x9\11\x9\11\11\11\11\74\x69\x6e\160\x75\164\40\164\x79\x70\x65\x3d\42\150\151\144\144\x65\x6e\42\40\x6e\x61\x6d\x65\75\x22\155\x6f\62\146\x5f\x69\156\x6c\x69\x6e\x65\x5f\x77\160\137\x64\x61\x73\150\142\x6f\x61\x72\x64\137\156\157\x6e\x63\x65\42\40\x76\x61\x6c\165\x65\x3d\42";
echo wp_create_nonce("\155\151\x6e\x69\157\x72\x61\156\147\x65\x2d\x32\55\x66\x61\143\x74\x6f\x72\x2d\x69\156\154\x69\x6e\x65\x2d\167\x70\x2d\144\x61\163\x68\x62\x6f\x61\162\144\55\x6e\157\156\x63\x65");
echo "\x22\x20\57\x3e\12\x9\x9\11\11\x9\x9\x9\x9\11\11\74\x69\156\160\x75\164\40\164\171\160\145\75\x22\x68\x69\x64\144\x65\x6e\42\40\156\x61\x6d\x65\75\42\x72\x65\x64\x69\x72\145\143\164\137\x74\x6f\42\40\166\141\154\165\x65\75\x22";
echo $kO;
echo "\42\57\76\xa\11\x9\11\11\x9\11\x9\x9\x9\x9\x3c\151\x6e\x70\165\164\x20\164\x79\160\x65\x3d\42\150\151\x64\x64\x65\x6e\42\x20\156\141\x6d\x65\75\x22\163\x65\x73\x73\x69\x6f\x6e\x5f\151\x64\x22\40\166\141\154\x75\x65\75\42";
echo $dj;
echo "\42\x2f\76\12\11\11\x9\x9\x9\x9\x9\x9\x9\x9\74\x69\x6e\160\x75\164\40\164\x79\x70\145\75\42\x73\x75\x62\x6d\x69\164\42\x20\156\x61\155\145\75\x22\154\x6f\147\151\x6e\x5f\x70\141\147\145\42\40\151\x64\x3d\x22\154\157\x67\x69\156\x5f\x70\x61\147\x65\42\x20\163\164\171\x6c\145\75\x22\x64\151\163\160\x6c\x61\171\x3a\151\x6e\x6c\x69\x6e\145\73\155\141\162\147\151\x6e\x2d\154\145\x66\x74\x3a\x2d\61\71\70\45\x3b\155\141\162\147\x69\156\55\x74\157\x70\72\40\62\70\71\x25\40\x21\x69\x6d\x70\x6f\162\164\x61\x6e\x74\x3b\x6d\x61\x72\147\151\156\x2d\x72\x69\147\150\164\72\x20\x32\x34\45\40\x21\151\x6d\x70\x6f\162\164\x61\156\x74\73\x77\x69\144\x74\x68\72\x20\62\60\x39\x25\42\x20\143\x6c\141\163\163\75\42\x62\x75\x74\x74\157\x6e\40\142\x75\x74\164\157\x6e\55\160\162\x69\155\x61\162\171\40\142\x75\x74\164\x6f\156\55\x6c\141\x72\147\x65\42\x20\x76\x61\x6c\x75\145\x3d\42";
echo __("\x46\x69\x6e\x69\x73\150", "\155\x69\x6e\x69\x6f\162\x61\x6e\x67\x65\55\x32\x2d\146\141\143\x74\157\x72\55\x61\x75\x74\150\145\156\164\151\143\x61\x74\151\x6f\x6e");
echo "\42\x20\40\57\x3e\74\142\x72\x3e\xa\x9\x9\x9\x9\x9\11\x9\11\x9\74\x2f\x66\157\162\x6d\x3e\12\x9\11\11\x9\x9\x9\x9\x9\x3c\57\x64\x69\166\76\12\11\x9\x9\11\11\11\x9\74\x2f\144\151\x76\x3e\xa\12\x9\x9\11\11\x9\x9\11";
mo2f_customize_logo();
echo "\x9\11\x9\11\x9\11\74\57\144\x69\x76\76\12\11\11\11\x9\x9\x3c\x2f\x64\151\x76\76\12\x9\x9\11\x9\x3c\x2f\x64\x69\166\x3e\xa\11\11\11\74\x2f\x64\x69\166\76\xa\11\11\x9\x3c\x66\x6f\x72\x6d\40\x6e\x61\155\145\75\42\146\x22\40\151\144\75\42\x6d\157\62\x66\137\x62\x61\143\153\x74\x6f\x5f\155\x6f\137\154\x6f\147\151\156\x66\157\162\x6d\42\40\x6d\x65\x74\x68\x6f\x64\75\x22\x70\x6f\x73\164\42\x20\x61\143\x74\x69\x6f\x6e\75\42";
echo mo2f_check_backtologform_action();
echo "\42\x20\x73\x74\171\154\x65\x3d\42\x64\x69\163\x70\154\x61\x79\72\x6e\157\156\x65\x3b\42\x3e\12\11\x9\11\11\74\151\156\x70\x75\x74\x20\164\x79\x70\145\x3d\x22\150\x69\144\x64\x65\156\42\40\156\141\x6d\x65\75\x22\155\151\x6e\151\157\162\141\156\x67\x65\137\155\x6f\142\x69\154\x65\137\x76\141\x6c\x69\x64\x61\164\x69\x6f\156\x5f\x66\141\x69\x6c\x65\144\x5f\x6e\x6f\156\143\x65\x22\40\166\141\154\165\145\x3d\42";
echo wp_create_nonce("\155\151\156\151\x6f\x72\x61\x6e\x67\145\x2d\62\55\146\x61\x63\x74\157\x72\55\x6d\x6f\x62\x69\154\x65\55\166\141\154\x69\144\x61\x74\151\157\156\55\146\x61\x69\x6c\x65\144\55\x6e\x6f\156\143\145");
echo "\42\x20\57\x3e\xa\11\x9\x9\x3c\x2f\146\157\162\155\76\12\11\x9\x3c\x2f\142\157\x64\171\x3e\xa\x9\11\x3c\163\x63\162\151\160\x74\x3e\xa\11\x9\11\146\x75\x6e\143\164\x69\x6f\x6e\x20\155\157\x6c\x6f\x67\151\156\142\x61\x63\x6b\50\x29\173\xa\x9\x9\x9\11\152\x51\x75\145\x72\x79\50\47\x23\155\x6f\62\146\x5f\142\141\143\153\x74\157\137\x6d\x6f\137\x6c\157\x67\151\x6e\146\157\162\155\x27\51\56\163\165\142\x6d\x69\x74\x28\51\73\12\x9\x9\11\175\12\11\11\x3c\57\x73\143\162\x69\160\164\76\xa\x9\x3c\x2f\x68\x74\x6d\154\76\xa\x9\x9";
}
function mo2f_create_backup_form($kO, $dj, $Um, $Jb)
{
echo "\11\11\74\146\157\x72\x6d\40\156\141\155\145\x3d\x22\146\42\x20\151\144\75\x22\155\157\62\146\x5f\142\141\x63\x6b\x75\x70\42\x20\x6d\x65\x74\150\157\x64\75\x22\x70\157\x73\164\x22\40\x61\x63\164\151\x6f\x6e\x3d\x22\42\x20\x73\164\171\x6c\x65\75\x22\144\x69\163\x70\154\141\x79\72\156\x6f\x6e\x65\x3b\x22\76\12\11\x9\x9\x3c\151\156\160\x75\x74\40\x74\171\160\x65\75\42\x68\x69\x64\144\x65\156\42\40\x6e\x61\155\x65\75\42\155\x69\156\x69\x6f\162\141\x6e\147\145\x5f\142\141\143\x6b\165\x70\137\x6e\157\156\x63\145\42\x20\166\141\154\165\x65\75\42";
echo wp_create_nonce("\x6d\x69\x6e\x69\157\162\x61\x6e\147\x65\55\x32\55\146\141\x63\164\x6f\162\55\x62\x61\x63\x6b\165\160\x2d\x6e\x6f\156\x63\145");
echo "\x22\40\57\76\xa\11\11\x9\74\x69\156\160\165\164\40\164\171\160\x65\75\x22\150\x69\144\144\145\156\42\x20\156\x61\x6d\x65\75\x22\157\160\x74\x69\157\x6e\x22\40\x76\141\x6c\x75\145\75\x22\x6d\x69\156\x69\157\x72\141\x6e\147\145\x5f\142\141\143\153\x75\x70\137\x6e\157\156\143\x65\x22\76\xa\x9\11\11\74\x69\156\160\165\164\x20\x74\171\x70\145\75\x22\x68\x69\144\x64\x65\156\x22\40\x6e\141\x6d\145\75\42\162\x65\144\x69\x72\x65\x63\164\x5f\164\157\x22\x20\x76\x61\154\165\x65\75\x22";
echo $kO;
echo "\42\x20\57\76\12\x9\x9\x9\74\151\156\160\165\164\x20\x74\171\160\145\x3d\42\x68\151\x64\x64\x65\156\42\x20\156\x61\x6d\145\75\x22\x73\145\x73\x73\151\157\156\x5f\151\144\x22\x20\x76\x61\x6c\165\x65\75\x22";
echo $dj;
echo "\42\40\57\76\xa\x9\11\x3c\57\x66\x6f\x72\x6d\x3e\12\11\11\74\146\157\x72\x6d\x20\x6e\x61\x6d\x65\x3d\42\146\42\x20\x69\x64\x3d\42\x6d\x6f\x32\146\x5f\143\x72\x65\141\164\145\x5f\x62\141\143\153\x75\x70\137\x63\x6f\x64\x65\163\x22\40\x6d\x65\164\150\x6f\x64\x3d\x22\x70\x6f\x73\x74\42\x20\141\x63\x74\151\x6f\156\x3d\42\42\x20\163\x74\171\x6c\x65\x3d\42\144\151\x73\160\x6c\141\171\x3a\x6e\x6f\x6e\145\73\x22\x3e\xa\11\11\x9\x3c\x69\x6e\x70\x75\164\x20\x74\171\x70\x65\x3d\42\150\151\x64\144\145\156\x22\x20\x6e\141\155\x65\x3d\x22\155\x69\156\x69\x6f\162\141\156\x67\x65\x5f\x67\x65\x6e\x65\x72\x61\x74\145\137\x62\141\143\x6b\165\160\137\x6e\157\156\143\x65\42\x20\x76\141\154\165\145\75\42";
echo wp_create_nonce("\x6d\151\156\151\x6f\162\x61\156\147\x65\55\x32\55\146\141\143\x74\157\x72\x2d\x67\145\x6e\145\x72\141\164\x65\55\142\141\143\x6b\165\160\x2d\x6e\x6f\x6e\143\x65");
echo "\x22\40\x2f\76\xa\x9\x9\x9\x3c\151\x6e\160\165\164\x20\x74\171\x70\145\75\42\x68\151\x64\x64\145\x6e\42\x20\x6e\141\155\x65\75\42\157\x70\x74\x69\157\156\x22\x20\x76\141\x6c\x75\145\x3d\42\x6d\151\156\x69\157\162\x61\x6e\147\145\x5f\143\x72\x65\141\164\145\137\x62\141\143\x6b\x75\x70\x5f\x63\157\144\x65\x73\x22\76\xa\11\11\x9\x3c\x69\156\160\x75\x74\x20\164\x79\x70\x65\x3d\42\x68\151\144\144\145\x6e\42\x20\x6e\141\155\x65\x3d\42\162\145\144\151\x72\x65\x63\x74\x5f\x74\157\x22\40\x76\x61\154\165\145\75\x22";
echo $kO;
echo "\42\x20\x2f\76\xa\11\x9\11\x3c\151\156\160\x75\164\x20\x74\171\160\145\75\42\x68\x69\x64\x64\145\156\42\40\x6e\x61\155\145\75\42\163\x65\163\163\x69\157\x6e\137\151\144\x22\40\166\141\x6c\165\x65\x3d\x22";
echo $dj;
echo "\x22\40\57\76\xa\x9\11\11\74\151\156\x70\165\164\40\x74\171\x70\145\x3d\42\x68\151\144\144\145\156\x22\x20\156\x61\x6d\x65\75\42\154\157\147\x69\x6e\137\x73\x74\x61\x74\x75\x73\x22\x20\x76\141\x6c\165\145\75\x22";
echo $Um;
echo "\42\x20\57\x3e\xa\x9\11\x9\x3c\x69\156\160\x75\164\40\x74\x79\x70\x65\x3d\42\x68\x69\x64\144\x65\x6e\42\x20\156\x61\155\x65\x3d\42\154\157\x67\x69\156\137\155\145\x73\x73\141\x67\x65\42\x20\166\141\x6c\165\x65\x3d\x22";
echo $Jb;
echo "\42\40\x2f\x3e\12\11\x9\x3c\57\x66\x6f\x72\155\76\12\x9";
}
Function Calls
None |
Stats
MD5 | 059aacc906d00d5858bdc9caace0b4b0 |
Eval Count | 0 |
Decode Time | 174 ms |