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 $user = wp_get_current_user(); $uV = mo2f_get_activated_second_factor($user); ..

Decoded Output download

<?php 
 
 
$user = wp_get_current_user(); 
$uV = mo2f_get_activated_second_factor($user); 
global $aq; 
if (!($uV != "OTP Over Telegram")) { 
    goto mtI; 
} 
$uV = mo2f_get_activated_second_factor($user); 
mtI: 
$roz = MoWpnsUtility::get_mo2f_multisite_compatible("mo_2factor_admin_registration_status"); 
$jn = $aq->get_user_detail("mo2f_configured_2FA_method", $user->ID); 
if ($uV == "GOOGLE AUTHENTICATOR") { 
    goto uLS; 
} 
$QK = mo2f_decode_2_factor($uV, "servertowpdb"); 
$cYL = $QK; 
goto DHv; 
uLS: 
$tm = get_user_meta($user->ID, "mo2f_external_app_type", true); 
if ($tm == "Google Authenticator") { 
    goto TZW; 
} 
if ($tm == "Authy Authenticator") { 
    goto Lyn; 
} 
$QK = "Google Authenticator"; 
update_user_meta($user->ID, "mo2f_external_app_type", $QK); 
goto O7u; 
TZW: 
$QK = "Google Authenticator"; 
goto O7u; 
Lyn: 
$QK = "Authy Authenticator"; 
O7u: 
$cYL = $QK; 
DHv: 
if (!($cYL == "NONE")) { 
    goto HcJ; 
} 
$cYL = "Not Configured"; 
HcJ: 
if (!($QK != "NONE" and !MO2F_IS_ONPREM)) { 
    goto zUN; 
} 
$aq->update_user_details($user->ID, array("mo2f_configured_2FA_method" => $QK, "mo2f_" . str_replace(" ", '', $QK) . "_config_status" => true)); 
update_site_option("mo2f_configured_2_factor_method", $QK); 
zUN: 
if ($jn == "OTP Over SMS") { 
    goto FN_; 
} 
update_site_option("mo2f_show_sms_transaction_message", 0); 
goto jnp; 
FN_: 
update_site_option("mo2f_show_sms_transaction_message", 1); 
jnp: 
$QO = current_user_can("manage_options"); 
$c1 = !$roz || $QO ? true : false; 
$yH = $aq->get_user_detail("user_registration_with_miniorange", $user->ID) == "SUCCESS" ? true : false; 
if (get_user_meta($user->ID, "configure_2FA", true)) { 
    goto aWe; 
} 
if (get_user_meta($user->ID, "test_2FA", true)) { 
    goto K5t; 
} 
if (get_user_meta($user->ID, "register_account_popup", true) && $c1) { 
    goto j2T; 
} 
$cM = MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_is_NC", "get_option"); 
$nkk = array("Security Questions", "OTP Over SMS", "OTP Over Email", "Google Authenticator", "Email Verification"); 
$dHR = array('', "OTP Over Email", "OTP Over SMS and Email"); 
$wpI = array('', "Email Verification", "OTP Over SMS", "OTP Over Email", "OTP Over SMS and Email", "Authy Authenticator"); 
$aa_ = array("Hardware Token"); 
if (!MO2F_IS_ONPREM) { 
    goto Y4D; 
} 
$nkk = array("Security Questions", "OTP Over SMS", "OTP Over Email", "Google Authenticator", "Email Verification"); 
$aa_ = array("Hardware Token", "Authy Authenticator"); 
$dHR = array('', "OTP Over SMS and Email"); 
$wpI = array('', "Email Verification", "OTP Over SMS and Email"); 
Y4D: 
if (MO2F_IS_ONPREM) { 
    goto ze5; 
} 
$vV3 = array("Google Authenticator", "Email Verification", "Security Questions", "OTP Over SMS", "OTP Over Email", "OTP Over Telegram", "miniOrange QR Code Authentication", "miniOrange Soft Token", "miniOrange Push Notification"); 
goto l7A; 
ze5: 
$vV3 = array("Google Authenticator", "Email Verification", "Security Questions", "OTP Over SMS", "OTP Over Email", "OTP Over Telegram"); 
l7A: 
if (!(!current_user_can("administrator") && !mo2f_is_customer_registered())) { 
    goto MYa; 
} 
$nkk = mo2f_get_2fa_methods_for_users(); 
MYa: 
update_site_option("mo2fa_user_methods", $nkk); 
$J9C = array_chunk($nkk, 3); 
$eGa = array_chunk($dHR, 3); 
$QWT = array_chunk($wpI, 3); 
$U5a = array_chunk(array_merge($dHR, $aa_), 3); 
$wlA = array_chunk(array_merge($wpI, $aa_), 3); 
$rfW = array_chunk($vV3, 3); 
if ($user->ID != get_site_option("mo2f_onprem_admin")) { 
    goto WY9; 
} 
$llR = $rfW; 
goto lw1; 
WY9: 
$llR = mo2f_map_auth_methods($rfW, $user); 
$llR = array_chunk($llR, 3); 
lw1: 
$Wc1 = false; 
if (!MO2F_IS_ONPREM) { 
    goto TDb; 
} 
$QK = $aq->get_user_detail("mo2f_configured_2FA_method", $user->ID); 
$cYL = $QK; 
if (!($QK == '')) { 
    goto zAE; 
} 
$QK = "NONE"; 
$cYL = "Not Configured"; 
zAE: 
TDb: 
echo "\x9\x9<div id="wpns_message"></div>\xa\x9	<div class="mo_wpns_setting_layout">
\x9  "; 
if ($yH) { 
    goto kgB; 
} 
echo "\x9\x9		\x9 <br>\xa			\x9\x9<div class="mo2f_register_with_mo_message">"; 
echo __("Please go to User Profile tab and", "miniorange-2-factor-authentication"); 
echo "\x9	\x9\x9\x9\x9\x9<a href="admin.php?page=mo_2fa_two_fa" id="setup2fa">"; 
echo __("Login with your miniOrange account", "miniorange-2-factor-authentication"); 
echo "</a> "; 
echo __("to configure the miniOrange 2 Factor plugin.", "miniorange-2-factor-authentication"); 
echo "\x9\x9\x9\x9\x9	</div>\xa\x9	\x9\x9	"; 
kgB: 
echo "\x9\x9\x9<div>
\x9\x9		<div>
\x9\x9\x9\x9\x9<a class="mo2f_view_free_plan_auth_methods">
		\x9\x9	\x9<img src=""; 
echo plugins_url("includes/images/right-arrow.png"", dirname(dirname(__FILE__))); 
echo ""
\x9						 class="mo2f_2factor_heading_images" style="margin-top: 2px;"/>\xa	\x9\x9\x9\x9	<p class="mo2f_heading_style" style="padding:0px;">"; 
echo __("Authentication methods", "miniorange-2-factor-authentication"); 
echo "					\x9"; 
if (!$c1) { 
    goto uP1; 
} 
echo "		\x9\x9\x9	\x9	<span style="color:limegreen">( "; 
echo __("Current Plan", "miniorange-2-factor-authentication"); 
echo " )</span>
						\x9"; 
uP1: 
echo "\x9\x9\x9			"; 
if (!$Wc1) { 
    goto PNr; 
} 
echo "		\x9	\x9			<!-- <span style="color:black">[ "; 
echo " (<span style="color:blue" onclick="window.location.reload();">Refresh</span>)] </span> -->
				\x9\x9\x9"; 
PNr: 
global $aq; 
$QK = $aq->get_user_detail("mo2f_configured_2FA_method", $user->ID); 
$Nm3 = $aq->get_user_detail("mo_2factor_user_registration_status", $user->ID) == "MO_2_FACTOR_PLUGIN_SETTINGS"; 
$Ob = $aq->mo2f_get_sms_users_count(); 
if (!($Nm3 && $Ob != 0 && current_user_can("administrator"))) { 
    goto ZyJ; 
} 
echo "	\x9\x9\x9	\x9	<button style="float:right; margin-right: 1%; height: 36px" onclick="window.open('"; 
echo esc_url(MoWpnsConstants::ADD_SMS); 
echo "')" class="btn btn-primary btn-large">Add SMS</button>\xa\x9\x9	\x9\x9\x9\x9"; 
ZyJ: 
echo "
	\x9\x9			\x9<button class="btn btn-primary btn-large" id="test" style="float:right; margin-right: 3%; height: 36px" onclick="testAuthenticationMethod('"; 
echo esc_attr($QK); 
echo "');"\xa\x9		\x9	\x9		"; 
echo $yH && $QK != "NONE" ? '' : " disabled "; 
echo ">Test : "; 
echo $cYL; 
echo "\x9\x9\x9\x9\x9		</button>

	\x9					"; 
if (!($jn != '' && get_site_option("mo2f_back_up_codes") == 1)) { 
    goto j1e; 
} 
echo "\x9\x9	\x9\x9	\x9\x9<button class="btn btn-primary btn-large" id="mo_2f_generate_codes" style="float:right; margin-right: 3%; height: 36px">Get backup codes\xa\x9	\x9			\x9\x9</button>\xa		\x9\x9\x9\x9	"; 
j1e: 
echo "			\x9		\x9
	\x9	\x9	\x9</p>
	\x9\x9		</a>
	\x9\x9\x9	
\xa\x9\x9	\x9</div>
\x9	\x9\x9"; 
echo "\x9\x9\x9\x9	"; 
if (!current_user_can("administrator")) { 
    goto v6Z; 
} 
echo "					\x9<div style="float:right;">
		\x9\x9\x9	\x9<form name="f" method="post" action="" id="mo2f_enable_2FA_on_login_page_form">\xa\x9	\x9\x9		\x9\x9<input type="hidden" name="option" value="mo2f_enable_2FA_on_login_page_option"/>
\x9		\x9\x9	\x9\x9<input type="hidden" name="mo2f_enable_2FA_on_login_page_option_nonce"
		\x9					value=""; 
echo wp_create_nonce("mo2f-enable-2FA-on-login-page-option-nonce"); 
echo ""/>\xa\xa\x9\x9		\x9			<input type="checkbox" id="mo2f_enable_2fa_prompt_on_login_page"\xa\x9\x9\x9				\x9\x9   name="mo2f_enable_2fa_prompt_on_login_page" \xa	\x9\x9\x9\x9\x9	\x9	   value="1" \xa\x9\x9			\x9	\x9\x9   "; 
checked(MoWpnsUtility::get_mo2f_db_and_migrate("mo2f_enable_2fa_prompt_on_login_page", "get_option") == 1); 
if (!(!current_user_can("administrator") && !in_array($aq->get_user_detail("mo_2factor_user_registration_status", $user->ID), array("MO_2_FACTOR_PLUGIN_SETTINGS", "MO_2_FACTOR_INITIALIZE_TWO_FACTOR")))) { 
    goto JPx; 
} 
echo "disabled"; 
JPx: 
echo "		\x9\x9		\x9	 onChange="document.getElementById('mo2f_enable_2fa_prompt_on_login_page').form.submit()"/>\xa			\x9	\x9		"; 
echo __("Enable 2FA prompt on the WP Login Page", "miniorange-2-factor-authentication"); 
echo "\x9\x9\x9\x9	\x9\x9</form>
			\x9\x9	</div>\xa\x9		\x9	\x9\xa			\x9\x9\x9		\x9   <br>
\x9	\x9			"; 
$w4 = MoWpnsUtility::get_mo2f_db_option("cmVtYWluaW5nT1RQ", "site_option"); 
$w4 = $w4 ? $w4 : 0; 
$ld = get_site_option("cmVtYWluaW5nT1RQVHJhbnNhY3Rpb25z") ? get_site_option("cmVtYWluaW5nT1RQVHJhbnNhY3Rpb25z") : 0; 
$VeG = $ld <= 2 ? "red" : "#f3dbdb"; 
$GT4 = $w4 <= 2 ? "red" : "#f3dbdb"; 
echo "						"; 
v6Z: 
echo mo2f_create_2fa_form($user, "free_plan", $llR, $c1); 
echo "	\x9	</div>\xa
\x9		
		\x9\x9<form name="f" method="post" action="" id="mo2f_2factor_test_authentication_method_form">\xa\x9\x9		\x9<input type="hidden" name="option" value="mo_2factor_test_authentication_method"/>
\x9\x9\x9	\x9<input type="hidden" name="mo2f_configured_2FA_method_test" id="mo2f_configured_2FA_method_test"/>\xa	\x9\x9		<input type="hidden" name="mo_2factor_test_authentication_method_nonce"\xa	\x9	\x9\x9\x9\x9value=""; 
echo wp_create_nonce("mo-2factor-test-authentication-method-nonce"); 
echo ""/>\xa	\x9		</form>
\x9	\x9	<form name="f" method="post" action="" id="mo2f_2factor_resume_flow_driven_setup_form">
					<input type="hidden" name="option" value="mo_2factor_resume_flow_driven_setup"/>\xa\x9\x9\x9		<input type="hidden" name="mo_2factor_resume_flow_driven_setup_nonce"\xa\x9	\x9	\x9\x9\x9value=""; 
echo wp_create_nonce("mo-2factor-resume-flow-driven-setup-nonce"); 
echo ""/>\xa\x9	\x9	</form>\xa	\x9\x9	<form name="f" method="post" action="" id="mo2f_2factor_generate_backup_codes">\xa\x9	\x9		<input type="hidden" name="option" value="mo2f_2factor_generate_backup_codes"/>
\x9\x9			<input type="hidden" name="mo_2factor_generate_backup_codes_nonce"\xa	\x9\x9				value=""; 
echo wp_create_nonce("mo-2factor-generate-backup-codes-nonce"); 
echo ""/>\xa	\x9	\x9</form> 
\x9\x9</div>\xa\x9\x9 <div id="EnterEmailCloudVerification" class="modal">\xa		\x9<!-- Modal content -->\xa	\x9	<div class="modal-content">
	\x9	<!--    <span class="close">&times;</span>  -->\xa		\x9	<div class="modal-header">\xa\x9	\x9\x9	<h3 class="modal-title" style="text-align: center; font-size: 20px; color: #20b2aa">Email Address for miniOrange</h3><span id="closeEnterEmailCloud" class="modal-span-close">X</span>\xa	\x9		</div>
\x9\x9	\x9<div class="modal-body" style="height: auto">
	\x9\x9\x9	<h2 style="color: red;">The email associated with your account is already registered in miniOrange. Please Choose another email.</h2>\xa\x9\x9\x9\x9\x9<h2><i>Enter your Email:&nbsp;&nbsp;&nbsp;  <input type ='email' id='emailEnteredCloud' name='emailEnteredCloud' size= '40' required value=""; 
echo $vj; 
echo ""/></i></h2> 
\x9\x9		</div>\xa				<div class="modal-footer">
	\x9	\x9\x9<input type="button" class="mo_wpns_button mo_wpns_button1 modal-button" id="save_entered_email_cloud" value ="Save"/>
\x9	\x9\x9</div>\xa\x9		</div>
\x9	</div>
		<div id="EnterEmail" class="modal">
		\x9<!-- Modal content -->\xa	\x9\x9<div class="modal-content">
		\x9<!--    <span class="close">&times;</span>  -->\xa	\x9\x9	<div class="modal-header">
\x9\x9	\x9	<h3 class="modal-title" style="text-align: center; font-size: 20px; color: #20b2aa">Email Address</h3><span id="closeEnterEmail" class="modal-span-close">X</span>
		\x9\x9</div>
			\x9<div class="modal-body" style="height: auto">
		\x9\x9	<h2><i>Enter your Email:&nbsp;&nbsp;&nbsp;  <input type ='email' id='emailEntered' name='emailEntered' size= '40' required value=""; 
echo $vj; 
echo ""/></i></h2> 
\x9\x9		</div>\xa	\x9		<div class="modal-footer">\xa	\x9	\x9	<input type="text" id="current_method" hidden value=""> 
\x9\x9\x9		<button type="button" class="mo_wpns_button mo_wpns_button1 modal-button" id="save_entered_email">Save</button>\xa\x9\x9\x9\x9</div>
		\x9</div>\xa		</div>
\xa		<div id="mo2f_cloud" class = "modal" style="display: none;">\xa\x9\x9\x9<div id="mo2f_cloud_modal" class="modal-content" style="width: 30%;overflow: hidden;" >

	\x9\x9<div class="modal-header">
	\x9\x9   <h3 class="modal-title" style="text-align: center; font-size: 20px; color: #2980b9">
		\x9\x9	Are you sure you want to do that?
	\x9\x9	</h3>
\x9		<!-- <span class="modal-span-close" id="closeConfirmCloud">&times;</span> -->\xa	\x9	   
<!--                 <span id="closeConfirmCloud" class="modal-span-close">X</span>\xa -->       </div>
\x9\x9\x9   \xa	\x9\x9<div class="modal-body" style="height: auto;background-color: beige;">\xa\x9\x9\x9	
\x9\x9	<div style="text-align: center;">\xa
			\x9 "; 
$bR = get_current_user_id(); 
global $aq; 
$Re = $aq->get_user_detail("mo2f_configured_2FA_method", $bR); 
if (!$Re) { 
    goto y9N; 
} 
echo "		\x9   
\xa\x9	\x9	<!-- <h4 style="color: red;">NOTE: This will switch the solution to cloud solution which supports two-factor authentication for one admin user in the free plan. you can <a href=""; 
echo $Xt; 
echo "" style="color: #2980b9">Upgrade Plan</a> to add more users.</h4>\xa	\x9	\x9 -->\xa\x9			\x9\x9"; 
y9N: 
echo "	\x9\x9   
		\x9\x9<br>\xa\x9\x9		<h4 style="color: red;">You need to reconfigure second-factor by registering in miniOrange.</h4>\xa		\x9\x9<h4 style="color: red;">It will be available for one user in free plan.</h4>\xa	\x9	\x9\xa\x9	\x9	   <!--  <h4>OTP OVER SMS</h4>\xa\x9	\x9\x9\x9<h4>OTP OVER Email</h4>
		\x9		<h4>miniOrange Soft-token</h4>\xa\x9\x9	\x9\x9<h4>miniOrange Push Notification</h4>\xa\x9	\x9	\x9<h4>miniOrange QR code</h4>
		\x9\x9	<h4>Google Authenticator</h4>
	\x9	\x9	<h4>Security Question</h4>\xa\x9\x9\x9\x9\x9--> 
\x9			</div></div>\xa		\x9<div class="modal-footer">
	\x9\x9	<button type="button" class="mo_wpns_button mo_wpns_button1 modal-button" style="width: 30%;background-color:#61ace5;" id="ConfirmCloudButton1">Confirm</button>\xa\x9\x9		<button type="button" class="mo_wpns_button mo_wpns_button1 modal-button" style="width: 30%;background-color:#ff4168;" id="closeConfirmCloud1">Cancel</button>\xa\xa\x9\x9\x9</div>
\x9\x9	</div>
\x9	</div>
  
 <!--        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  -->       <script>
		jQuery('#closeConfirmCloud1').click(function(){\xa	\x9\x9 jQuery('#mo2f_cloud').css('display', 'none');
\x9\x9	   \xa\x9	});
\x9\x9jQuery('#ConfirmCloudButton1').click(function(){
	\x9\x9document.getElementById('mo2f_cloud').checked = false;\xa	\x9	document.getElementById('mo2f_cloud_modal').style.display = "none";
\x9	\x9 var nonce = '"; 
echo wp_create_nonce("singleUserNonce"); 
echo "';\xa\x9\x9	 var data = {
			\x9\x9\x9'action'                    : 'mo_two_factor_ajax',
\x9\x9\x9			'mo_2f_two_factor_ajax'     : 'mo2f_single_user',\xa		\x9			'nonce' :  nonce\xa		\x9	\x9\x9
	\x9	\x9\x9};\xa		\x9\x9jQuery.post(ajaxurl, data, function(response) {\xa	\x9\x9\x9	\x9if(response == 'true')
\x9\x9\x9	\x9	{\xa\x9		\x9	\x9	location.reload(true);
\x9\x9			\x9	//jQuery('#mo2f_save_free_plan_auth_methods_form').submit();\xa\x9	\x9			
\xa\x9				\x9}\xa		\x9	\x9	else
		\x9\x9\x9	{\xa		\x9				jQuery('#mo2f_cloud').css('display', 'none');  \xa\x9\x9\x9	\x9\x9\x9jQuery('#mo_scan_message').empty();\xa\x9\x9	\x9	\x9\x9jQuery('#mo_scan_message').append("<div id='notice_div' class='overlay_error'><div class='popup_text'>&nbsp&nbsp <b>You are not authorized to perform this action</b>. Only <b>"+response+"</b> is allowed. For more details contact miniOrange.</div></div>");\xa\x9\x9\x9\x9			window.onload =  nav_popup();\xa					\x9}\xa	\x9	\x9});\xa\x9\x9	
		});\xa\x9\x9
\x9\x9jQuery('#test').click(function(){\xa				jQuery("#test").attr("disabled", true);\xa		\x9});\xa		   
\x9		jQuery('#closeEnterEmailCloud').click(function(){\xa\x9\x9\x9\x9jQuery('#EnterEmailCloudVerification').css('display', 'none');
		\x9});
\x9	\x9jQuery('#closeEnterEmail').click(function(){\xa\x9		\x9jQuery('#EnterEmail').css('display', 'none');\xa			\x9	\x9});
	\x9	var emailinput = document.getElementById("emailEntered");
			emailinput.addEventListener("keyup", function(event) {
		\x9if (event.keyCode === 13) {
	\x9		event.preventDefault();
	\x9		document.getElementById("save_entered_email").click();\xa\x9\x9		}   
\x9	\x9});\xa\x9		jQuery('#save_entered_email').click(function(){\xa				jQuery('#save_entered_email').prop('disabled',true);\xa			\x9var email   = jQuery('#emailEntered').val();\xa	\x9\x9\x9var nonce   = '"; 
echo wp_create_nonce("EmailVerificationSaveNonce"); 
echo "';
	\x9		var user_id = '"; 
echo get_current_user_id(); 
echo "';
\x9	\x9	var current_method = jQuery('#current_method').val();\xa	\x9\x9\x9\x9\x9\x9\xa\x9			if(email != '')\xa\x9		\x9{
	\x9\x9	\x9var data = {\xa	\x9		\x9'action'                        : 'mo_two_factor_ajax',
		\x9	\x9'mo_2f_two_factor_ajax'         : 'mo2f_save_email_verification', 
\x9\x9\x9\x9	'nonce'                         : nonce,
	\x9\x9\x9	'email'                         : email,
\x9\x9\x9		'user_id'                       : user_id,\xa\x9		\x9	'current_method'                : current_method\xa\x9			\x9};\xa\x9			\x9jQuery.post(ajaxurl, data, function(response) {    \xa\x9\x9\x9			\x9var response = response.replace(/\s+/g,' ').trim();
\x9\x9				\x9\xa	\x9			\x9\x9if(response=="settingsSaved")\xa	\x9	\x9	\x9\x9{\xa	\x9	\x9\x9	\x9\x9// var method = ""; 
echo "";
	\x9			\x9	\x9var method = jQuery('#current_method').val();
\x9\x9\x9				\x9jQuery('#mo2f_configured_2FA_method_free_plan').val(method);\xa\x9\x9\x9\x9\x9\x9\x9\x9jQuery('#mo2f_selected_action_free_plan').val('configure2factor');
\x9\x9\x9\x9	\x9\x9\x9jQuery('#mo2f_save_free_plan_auth_methods_form').submit();
\x9\x9\x9	\x9	\x9}\xa	\x9		\x9		else if(response == "NonceDidNotMatch")
\x9\x9\x9	\x9		{
\x9\x9			\x9	\x9jQuery('#wpns_message').empty();
\x9\x9	\x9jQuery('#wpns_message').append("<div id='notice_div' class='overlay_success'><div class='popup_text'>&nbsp; &nbsp; An unknown error has occured.</div></div>");\xa		\x9\x9	\x9		window.onload = nav_popup();\xa\x9\x9\x9\x9\x9		}else if(response=="USER_LIMIT_EXCEEDED"){
\x9	\x9	\x9		\x9jQuery('#EnterEmail').css('display', 'none');
\x9	\x9\x9	\x9	\x9jQuery('#wpns_message').empty();
\x9\x9			\x9	\x9jQuery('#wpns_message').append("<div id='notice_div' class='overlay_error'><div class='popup_text'>&nbsp; &nbsp; Your limit of 3 users has exceeded. Please upgrade to premium plans for more users.</div></div>");
\x9	\x9			\x9	window.onload = nav_popup();
				\x9\x9	} else if (response == "smtpnotset"){
	\x9	\x9\x9	\x9	 error_msg(" Please set your SMTP to get the email for verification at the time of login to avoid getting locked out.");
	\x9\x9				 
	\x9		\x9			
		\x9				}\xa					\x9	else\xa		\x9	\x9\x9	{
\x9\x9	\x9	\x9\x9\x9jQuery('#wpns_message').empty()
\x9\x9	\x9\x9			jQuery('#wpns_message').append("<div id='notice_div' class='overlay_error'><div class='popup_text'>&nbsp; &nbsp; Invalid Email.</div></div>");
			\x9	\x9	\x9window.onload = nav_popup();\xa	\x9	\x9	\x9\x9}    
					\x9\x9close_modal();
\x9	\x9	\x9\x9});\xa			\x9}\xa\xa\x9\x9\x9});\xa
\x9		jQuery('#mo_2f_generate_codes').click(function(){\xa\x9\x9	\x9jQuery("#mo2f_2factor_generate_backup_codes").submit();
\x9	\x9});\x9	\x9 \xa\x9		\x9
	\x9\x9\x9\x9\xa
\xa
\xa
\x9		function configureOrSet2ndFactor_free_plan(authMethod, action, cloudswitch=null,allowed=null) {
\x9\x9\x9\x9var is_onprem       = '"; 
echo MO2F_IS_ONPREM; 
echo "';\xa		\x9\x9

\x9\x9		"; 
global $aq; 
$current_user = wp_get_current_user(); 
$Px = $aq->get_user_detail("mo2f_user_email", $current_user->ID) ? true : false; 
echo "\x9\x9	\x9var is_user_registered = '"; 
echo $Px; 
echo "';\xa\x9\x9	\x9
			\x9\x9
		\x9	if((is_onprem == 0 || authMethod=='miniOrangeSoftToken'|| authMethod=='miniOrangeQRCodeAuthentication'|| authMethod=='miniOrangePushNotification') && is_user_registered == 0)\xa\x9\x9		{\xa\x9\x9\x9\x9	 var nonce = '"; 
echo wp_create_nonce("checkuserinminiOrangeNonce"); 
echo "';
			\x9	 var data = {\xa	\x9				\x9	'action'                    : 'mo_two_factor_ajax',
	\x9		\x9	\x9\x9'mo_2f_two_factor_ajax'     : 'mo2f_check_user_exist_miniOrange',
\x9	\x9\x9	\x9\x9	'nonce' :  nonce\xa\x9					\x9	
		\x9	\x9	\x9};
\x9			\x9	jQuery.post(ajaxurl, data, function(response) {
\x9		\x9	\x9if(response == 'alreadyExist')
\x9\x9		\x9\x9{
\x9		\x9\x9\x9	jQuery('#EnterEmailCloudVerification').css('display', 'block');
\x9				\x9	jQuery('.modal-content').css('width', '35%');\xa
			\x9\x9\x9	jQuery('#save_entered_email_cloud').click(function(){

\x9\x9	\x9			\x9jQuery('#EnterEmailCloudVerification').css('display', 'none');\xa\x9\x9		\x9	\x9	var nonce = '"; 
echo wp_create_nonce("checkuserinminiOrangeNonce"); 
echo "';\xa\x9	\x9\x9	\x9\x9	var email   = jQuery('#emailEnteredCloud').val();\xa\x9	\x9\x9	\x9	\x9
			\x9	\x9	\x9var data = {
	\x9\x9		\x9\x9		'action'                    : 'mo_two_factor_ajax',\xa\x9\x9				\x9		'mo_2f_two_factor_ajax'     : 'mo2f_check_user_exist_miniOrange',\xa\x9	\x9		\x9		\x9'email'                     : email,
					\x9	\x9\x9'nonce' :  nonce\xa		\x9	\x9		\x9	
\x9\x9	\x9	\x9	\x9};\xa\xa\x9	\x9					jQuery.post(ajaxurl, data, function(response) {

			\x9	\x9\x9\x9\x9if(response == 'alreadyExist')\xa	\x9\x9\x9			\x9\x9{\xa
\x9			\x9\x9\x9	\x9\x9jQuery('#EnterEmailCloudVerification').css('display', 'block');
	\x9\x9\x9\x9\x9\x9\x9\x9\x9jQuery('.modal-content').css('width', '35%');
\x9\x9	\x9					}\xa\x9\x9	\x9	\x9\x9\x9	else if(response =="USERCANBECREATED")
\x9\x9\x9	\x9		\x9\x9{
	\x9		\x9	\x9		\x9   \xa	\x9	\x9				\x9\x9jQuery('#mo2f_configured_2FA_method_free_plan').val(authMethod);\xa\x9		\x9\x9	\x9\x9\x9	jQuery('#mo2f_selected_action_free_plan').val(action);\xa		\x9						\x9jQuery('#mo2f_save_free_plan_auth_methods_form').submit();

\x9\x9			\x9		\x9}
\x9\x9				\x9\x9});\xa\xa\x9	\x9\x9	\x9	});
   \xa\x9	\x9			}\xa		\x9\x9\x9\x9else if(response =="USERCANBECREATED")\xa\x9		\x9\x9	{
\x9\x9\x9	\x9\x9	   \xa		\x9\x9		\x9jQuery('#mo2f_configured_2FA_method_free_plan').val(authMethod);\xa\x9	\x9\x9	\x9	jQuery('#mo2f_selected_action_free_plan').val(action);\xa\x9\x9			\x9	jQuery('#mo2f_save_free_plan_auth_methods_form').submit();
\xa		\x9	\x9\x9}\xa\x9\x9\x9\x9		else if(response == "NOTLOGGEDIN")
	\x9\x9		\x9{
\x9\x9	\x9\x9		jQuery('#mo2f_configured_2FA_method_free_plan').val(authMethod);
		\x9\x9		\x9jQuery('#mo2f_selected_action_free_plan').val(action);\xa	\x9		\x9	\x9jQuery('#mo2f_save_free_plan_auth_methods_form').submit();\xa	\x9	\x9\x9	}else{
	\x9			\x9	
\x9\x9	\x9	\x9}

\x9\x9	\x9\x9});
	\x9		}
	\x9\x9\x9else
\x9	\x9	{\xa			\x9if(authMethod == 'EmailVerification' || authMethod == 'OTPOverEmail')
		\x9	{
\x9	\x9	\x9var is_registered   = '"; 
echo $cb; 
echo "';\xa\x9	\x9\x9	jQuery('#current_method').val(authMethod);\xa\xa	\x9		\x9// if(is_onprem == 1 && is_registered!=0 && action != 'select2factor')\xa	\x9	\x9	if(is_registered!=0 && action != 'select2factor') //email verification for cloud as well - pranav
	\x9	\x9\x9{
\x9		\x9	\x9jQuery('#EnterEmail').css('display', 'block');\xa\x9		\x9		jQuery('.modal-content').css('width', '35%');
\x9				}\xa\x9	\x9\x9	else
	\x9	\x9	{
\x9\x9\x9		\x9
\x9\x9				jQuery('#mo2f_configured_2FA_method_free_plan').val(authMethod);\xa	\x9\x9\x9		jQuery('#mo2f_selected_action_free_plan').val(action);\xa			\x9		jQuery('#mo2f_save_free_plan_auth_methods_form').submit();       
			\x9\x9}\xa	\x9\x9\x9} 
		\x9\x9else\xa\x9			{\xa
\x9\x9\x9\x9\x9jQuery('#mo2f_configured_2FA_method_free_plan').val(authMethod);
\x9			\x9jQuery('#mo2f_selected_action_free_plan').val(action);\xa\x9	\x9\x9\x9jQuery('#mo2f_save_free_plan_auth_methods_form').submit();\xa		 
\xa\x9		\x9	\xa\x9\x9\x9	\x9}\xa	\x9	\x9\xa		\x9\x9}            
	\x9	}\xa
\x9	\x9function testAuthenticationMethod(authMethod) {\xa\x9\x9\x9	jQuery('#mo2f_configured_2FA_method_test').val(authMethod);\xa	\x9	\x9jQuery('#loading_image').show();
\xa	\x9	\x9jQuery('#mo2f_2factor_test_authentication_method_form').submit();
\x9\x9\x9}
\xa\x9\x9\x9function resumeFlowDrivenSetup() {\xa\x9\x9		jQuery('#mo2f_2factor_resume_flow_driven_setup_form').submit();\xa\x9		}
\xa\x9		function show_premium_auth_methods() {\xa		\x9\x9jQuery("#mo2f_premium_plan_auth_methods").slideToggle(1000);
\x9\x9\x9}

\x9		jQuery("#how_to_configure_2fa").hide();
\xa	\x9	function show_how_to_configure_2fa() {\xa\x9\x9\x9\x9jQuery("#how_to_configure_2fa").slideToggle(700);\xa	\x9	}

function nav_popup() {\xa  document.getElementById("notice_div").style.width = "50%";
  setTimeout(function(){ $('#notice_div').fadeOut('slow'); }, 5000);\xa}
	\x9</script>\xa"; 
goto hzY; 
aWe: 
$xB = get_user_meta($user->ID, "mo2f_2FA_method_to_configure", true); 
echo "<div class="mo_wpns_setting_layout">"; 
mo2f_show_2FA_configuration_screen($user, $xB); 
echo "</div>"; 
goto hzY; 
K5t: 
$xB = get_user_meta($user->ID, "mo2f_2FA_method_to_test", true); 
echo "<div class="mo_wpns_setting_layout">"; 
mo2f_show_2FA_test_screen($user, $xB); 
echo "</div>"; 
goto hzY; 
j2T: 
display_customer_registration_forms($user); 
hzY: 
function mo2f_map_auth_methods($rfW, $user) 
{ 
    $lnJ = array("OUT OF BAND EMAIL" => "Email Verification", "KBA" => "Security Questions", "SMS" => "OTP Over SMS", "OTP OVER EMAIL" => "OTP Over Email", "OTP_OVER_EMAIL" => "OTP Over Email", "MOBILE AUTHENTICATION" => "miniOrange QR Code Authentication", "SOFT TOKEN" => "miniOrange Soft Token", "PUSH NOTIFICATIONS" => "miniOrange Push Notification", "GOOGLE AUTHENTICATOR" => "Google Authenticator", "OTP OVER TELEGRAM" => "OTP Over Telegram"); 
    $g_f = MoWpnsUtility::get_mo2f_db_option("mo2f_all_users_method", "site_option"); 
    if ($g_f) { 
        goto DzF; 
    } 
    if (is_super_admin($user->ID)) { 
        goto UZf; 
    } 
    $S5 = $user->roles[0]; 
    $XOv = get_site_option("mo2f_auth_methods_for_" . $S5); 
    goto Cr2; 
    UZf: 
    $XOv = get_site_option("mo2f_auth_methods_for_users"); 
    Cr2: 
    goto Cbx; 
    DzF: 
    $XOv = MoWpnsUtility::get_mo2f_db_option("mo2f_auth_methods_for_users", "site_option"); 
    Cbx: 
    $OcG = array(); 
    if (!is_array($XOv)) { 
        goto FL7; 
    } 
    foreach ($XOv as $Yt => $kB) { 
        array_push($OcG, $lnJ[$kB]); 
        rs8: 
    } 
    axh: 
    FL7: 
    return $OcG; 
} 
function mo2f_get_2fa_methods_for_users() 
{ 
    $nkk = array("Security Questions", "OTP Over Email", "Google Authenticator", "OTP Over SMS", "Email Verification"); 
    return $nkk; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


$user = wp_get_current_user();
$uV = mo2f_get_activated_second_factor($user);
global $aq;
if (!($uV != "\x4f\124\x50\x20\x4f\166\145\x72\40\124\145\154\145\147\x72\x61\x6d")) {
    goto mtI;
}
$uV = mo2f_get_activated_second_factor($user);
mtI:
$roz = MoWpnsUtility::get_mo2f_multisite_compatible("\x6d\157\x5f\x32\x66\x61\x63\164\x6f\162\x5f\x61\144\155\151\156\x5f\162\x65\x67\151\163\x74\x72\x61\x74\151\157\x6e\137\163\x74\x61\x74\165\x73");
$jn = $aq->get_user_detail("\x6d\x6f\62\x66\x5f\x63\x6f\x6e\146\x69\x67\165\162\145\144\x5f\62\x46\101\x5f\x6d\145\164\x68\x6f\x64", $user->ID);
if ($uV == "\107\117\117\x47\x4c\x45\x20\101\125\124\110\105\116\124\x49\x43\101\x54\x4f\122") {
    goto uLS;
}
$QK = mo2f_decode_2_factor($uV, "\163\145\x72\166\145\x72\x74\157\x77\160\144\x62");
$cYL = $QK;
goto DHv;
uLS:
$tm = get_user_meta($user->ID, "\155\157\62\146\x5f\145\170\x74\x65\162\156\x61\154\x5f\141\160\160\x5f\x74\171\160\x65", true);
if ($tm == "\x47\x6f\157\x67\154\x65\x20\101\165\164\150\x65\156\164\x69\x63\x61\164\x6f\162") {
    goto TZW;
}
if ($tm == "\x41\165\164\150\171\40\x41\x75\164\x68\x65\156\164\151\143\x61\164\157\x72") {
    goto Lyn;
}
$QK = "\107\157\x6f\147\154\x65\40\x41\x75\164\150\145\x6e\164\151\x63\x61\164\x6f\162";
update_user_meta($user->ID, "\x6d\157\x32\x66\137\x65\170\164\145\x72\x6e\141\154\x5f\x61\x70\x70\x5f\x74\171\x70\x65", $QK);
goto O7u;
TZW:
$QK = "\x47\x6f\x6f\x67\x6c\x65\x20\x41\165\x74\150\145\x6e\164\151\143\141\164\x6f\x72";
goto O7u;
Lyn:
$QK = "\101\x75\164\x68\x79\40\x41\165\x74\x68\x65\x6e\x74\x69\143\141\x74\x6f\162";
O7u:
$cYL = $QK;
DHv:
if (!($cYL == "\116\117\116\105")) {
    goto HcJ;
}
$cYL = "\x4e\x6f\x74\x20\x43\x6f\156\146\151\x67\x75\162\x65\144";
HcJ:
if (!($QK != "\116\117\x4e\x45" and !MO2F_IS_ONPREM)) {
    goto zUN;
}
$aq->update_user_details($user->ID, array("\155\x6f\x32\x66\137\143\x6f\x6e\146\x69\x67\x75\x72\x65\x64\x5f\62\106\101\x5f\x6d\145\164\150\x6f\144" => $QK, "\155\x6f\62\x66\137" . str_replace("\40", '', $QK) . "\x5f\x63\x6f\156\146\x69\x67\x5f\x73\164\x61\164\x75\163" => true));
update_site_option("\155\157\x32\146\137\x63\157\156\x66\151\147\165\x72\x65\x64\137\x32\x5f\x66\x61\143\164\x6f\x72\x5f\x6d\145\164\150\x6f\x64", $QK);
zUN:
if ($jn == "\x4f\x54\120\40\x4f\166\145\162\x20\123\x4d\x53") {
    goto FN_;
}
update_site_option("\x6d\x6f\62\x66\137\163\x68\157\167\137\163\155\163\x5f\x74\162\x61\156\x73\x61\x63\x74\151\x6f\x6e\137\x6d\145\163\163\141\x67\145", 0);
goto jnp;
FN_:
update_site_option("\x6d\x6f\x32\146\x5f\x73\x68\x6f\167\137\163\x6d\x73\x5f\164\162\x61\156\163\141\143\x74\151\x6f\x6e\137\155\145\163\163\x61\x67\145", 1);
jnp:
$QO = current_user_can("\155\x61\156\x61\x67\145\x5f\157\160\x74\151\x6f\156\x73");
$c1 = !$roz || $QO ? true : false;
$yH = $aq->get_user_detail("\x75\x73\145\162\137\x72\145\147\151\163\x74\162\x61\164\x69\157\x6e\x5f\167\151\164\x68\137\x6d\151\156\x69\157\162\141\x6e\x67\145", $user->ID) == "\123\x55\103\103\x45\123\x53" ? true : false;
if (get_user_meta($user->ID, "\x63\x6f\x6e\x66\151\x67\x75\162\x65\137\62\106\x41", true)) {
    goto aWe;
}
if (get_user_meta($user->ID, "\x74\x65\163\164\x5f\62\106\x41", true)) {
    goto K5t;
}
if (get_user_meta($user->ID, "\x72\x65\x67\151\163\x74\145\x72\x5f\x61\x63\143\157\165\x6e\x74\137\x70\157\160\x75\x70", true) && $c1) {
    goto j2T;
}
$cM = MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\157\62\x66\x5f\151\163\x5f\116\x43", "\147\145\164\x5f\157\160\164\x69\157\156");
$nkk = array("\x53\145\143\165\x72\151\164\x79\40\121\x75\x65\163\164\151\x6f\156\163", "\x4f\x54\x50\40\x4f\x76\x65\x72\x20\123\x4d\x53", "\x4f\x54\x50\x20\117\x76\145\x72\x20\x45\155\141\x69\x6c", "\107\x6f\x6f\147\154\x65\x20\101\x75\x74\150\x65\156\x74\151\143\x61\164\157\162", "\x45\x6d\141\151\154\40\x56\x65\x72\151\x66\151\x63\x61\164\151\157\x6e");
$dHR = array('', "\x4f\x54\120\x20\x4f\x76\x65\x72\x20\x45\x6d\x61\151\x6c", "\x4f\124\x50\x20\117\x76\x65\x72\40\123\115\x53\40\141\156\x64\40\x45\155\141\x69\x6c");
$wpI = array('', "\105\x6d\x61\x69\x6c\x20\126\x65\162\x69\x66\x69\143\141\x74\x69\x6f\x6e", "\x4f\124\x50\40\x4f\166\145\x72\40\x53\115\x53", "\117\124\x50\40\117\x76\145\162\x20\105\155\141\151\x6c", "\x4f\124\120\40\x4f\166\x65\162\x20\123\115\123\x20\141\x6e\144\x20\x45\x6d\141\151\154", "\x41\x75\164\150\171\x20\x41\x75\164\x68\x65\x6e\x74\151\143\141\x74\x6f\x72");
$aa_ = array("\x48\x61\162\144\x77\141\162\x65\x20\124\x6f\x6b\145\x6e");
if (!MO2F_IS_ONPREM) {
    goto Y4D;
}
$nkk = array("\123\x65\143\165\x72\151\x74\171\x20\121\x75\145\163\164\x69\157\x6e\x73", "\117\124\x50\40\x4f\166\x65\162\40\x53\x4d\x53", "\117\x54\120\x20\117\x76\x65\x72\x20\105\155\x61\x69\154", "\x47\x6f\x6f\147\x6c\x65\x20\101\x75\164\150\145\156\164\151\x63\141\x74\x6f\162", "\x45\x6d\141\x69\154\40\126\145\162\x69\146\x69\x63\x61\x74\151\157\156");
$aa_ = array("\x48\141\x72\144\167\x61\162\x65\40\x54\157\153\145\x6e", "\101\x75\164\150\171\40\x41\x75\x74\150\x65\x6e\x74\151\x63\x61\164\x6f\x72");
$dHR = array('', "\x4f\x54\120\x20\x4f\x76\x65\162\40\x53\115\x53\40\141\x6e\x64\40\105\155\x61\x69\x6c");
$wpI = array('', "\105\x6d\141\x69\x6c\40\x56\145\x72\151\146\151\143\x61\x74\151\x6f\156", "\117\124\x50\x20\x4f\166\x65\x72\x20\x53\115\x53\x20\141\x6e\x64\x20\105\155\141\x69\x6c");
Y4D:
if (MO2F_IS_ONPREM) {
    goto ze5;
}
$vV3 = array("\x47\x6f\x6f\147\x6c\x65\x20\x41\x75\164\150\145\156\164\x69\x63\x61\x74\157\162", "\x45\x6d\141\x69\x6c\40\126\x65\x72\151\x66\x69\143\141\164\151\x6f\156", "\123\x65\x63\x75\162\x69\x74\171\x20\x51\165\145\x73\x74\151\157\x6e\x73", "\117\124\120\40\117\166\x65\162\x20\x53\x4d\123", "\x4f\124\120\40\117\166\x65\162\x20\105\155\x61\151\154", "\x4f\124\120\40\x4f\166\145\162\40\x54\x65\154\145\147\162\141\155", "\x6d\x69\156\151\x4f\x72\x61\156\147\145\40\121\x52\x20\x43\157\x64\145\40\x41\x75\164\x68\x65\x6e\164\x69\143\141\x74\x69\x6f\x6e", "\155\x69\x6e\x69\x4f\x72\141\x6e\147\x65\40\x53\x6f\146\x74\x20\x54\x6f\x6b\145\x6e", "\x6d\x69\x6e\x69\117\162\141\x6e\147\145\40\120\x75\x73\150\x20\x4e\x6f\164\151\x66\x69\x63\x61\x74\151\157\x6e");
goto l7A;
ze5:
$vV3 = array("\107\157\157\147\x6c\x65\40\x41\165\x74\150\x65\x6e\x74\151\143\141\164\x6f\162", "\105\155\141\151\x6c\x20\126\x65\x72\151\x66\x69\x63\x61\x74\151\x6f\156", "\x53\x65\143\165\x72\151\x74\171\40\121\x75\145\x73\164\x69\x6f\156\x73", "\x4f\124\x50\x20\117\x76\x65\x72\40\x53\x4d\123", "\117\124\x50\x20\x4f\166\145\162\x20\105\x6d\141\151\154", "\117\x54\120\x20\117\166\145\x72\40\124\x65\x6c\145\147\x72\141\155");
l7A:
if (!(!current_user_can("\x61\x64\x6d\x69\156\151\x73\x74\x72\141\x74\157\x72") && !mo2f_is_customer_registered())) {
    goto MYa;
}
$nkk = mo2f_get_2fa_methods_for_users();
MYa:
update_site_option("\x6d\157\x32\x66\141\137\165\x73\145\162\x5f\155\145\x74\150\157\144\163", $nkk);
$J9C = array_chunk($nkk, 3);
$eGa = array_chunk($dHR, 3);
$QWT = array_chunk($wpI, 3);
$U5a = array_chunk(array_merge($dHR, $aa_), 3);
$wlA = array_chunk(array_merge($wpI, $aa_), 3);
$rfW = array_chunk($vV3, 3);
if ($user->ID != get_site_option("\155\157\x32\146\x5f\157\x6e\x70\x72\x65\x6d\x5f\x61\x64\155\x69\x6e")) {
    goto WY9;
}
$llR = $rfW;
goto lw1;
WY9:
$llR = mo2f_map_auth_methods($rfW, $user);
$llR = array_chunk($llR, 3);
lw1:
$Wc1 = false;
if (!MO2F_IS_ONPREM) {
    goto TDb;
}
$QK = $aq->get_user_detail("\155\x6f\62\146\x5f\x63\x6f\x6e\x66\x69\x67\x75\162\145\x64\x5f\62\x46\x41\137\x6d\x65\x74\x68\x6f\x64", $user->ID);
$cYL = $QK;
if (!($QK == '')) {
    goto zAE;
}
$QK = "\x4e\117\116\105";
$cYL = "\x4e\157\x74\x20\x43\157\156\x66\151\x67\x75\162\145\144";
zAE:
TDb:
echo "\x9\x9\74\x64\151\x76\x20\x69\144\x3d\42\167\x70\156\163\137\155\145\x73\163\x61\x67\x65\42\76\74\x2f\x64\151\166\76\xa\x9\11\x3c\x64\151\166\40\143\x6c\141\x73\163\x3d\42\155\157\137\x77\x70\x6e\x73\137\x73\145\164\x74\x69\156\147\x5f\x6c\x61\x79\x6f\x75\x74\x22\76\12\x9\40\x20";
if ($yH) {
    goto kgB;
}
echo "\x9\x9\11\11\x9\x20\x3c\x62\x72\x3e\xa\11\11\11\x9\x9\x3c\144\151\x76\x20\x63\x6c\141\163\163\x3d\42\155\x6f\x32\x66\x5f\162\x65\x67\151\x73\164\145\x72\137\167\151\164\150\x5f\155\x6f\x5f\x6d\145\x73\163\141\x67\x65\x22\76";
echo __("\x50\154\145\141\x73\145\x20\x67\x6f\40\x74\x6f\40\x55\163\x65\162\40\120\162\x6f\146\x69\x6c\145\x20\x74\x61\x62\40\141\156\x64", "\x6d\x69\x6e\x69\157\x72\141\x6e\147\145\55\62\x2d\146\x61\x63\164\157\x72\x2d\141\x75\164\150\145\x6e\164\x69\143\x61\164\151\157\156");
echo "\x9\11\x9\x9\x9\x9\x9\74\x61\x20\x68\x72\x65\146\x3d\42\141\144\155\x69\156\56\x70\x68\x70\x3f\x70\x61\147\x65\x3d\x6d\x6f\x5f\x32\x66\141\137\x74\x77\x6f\137\x66\x61\42\x20\x69\144\x3d\42\163\x65\164\165\x70\62\x66\x61\x22\76";
echo __("\x4c\x6f\147\151\x6e\x20\x77\x69\x74\x68\40\171\157\165\162\40\x6d\151\156\151\117\162\x61\156\147\x65\x20\x61\x63\x63\x6f\x75\x6e\164", "\x6d\x69\156\x69\157\162\x61\x6e\147\145\55\62\55\x66\x61\143\x74\x6f\162\x2d\141\x75\x74\150\x65\156\164\151\143\x61\164\x69\157\x6e");
echo "\x3c\x2f\141\76\40";
echo __("\x74\x6f\x20\x63\x6f\x6e\146\x69\147\x75\162\145\40\x74\x68\145\x20\x6d\x69\x6e\x69\117\162\141\x6e\147\145\40\x32\40\106\141\x63\x74\157\x72\x20\160\x6c\165\147\151\156\x2e", "\155\151\x6e\151\157\x72\x61\156\147\145\x2d\x32\55\146\141\143\164\x6f\162\x2d\x61\x75\164\150\x65\156\x74\151\x63\141\164\x69\157\156");
echo "\x9\x9\x9\x9\x9\11\x3c\x2f\144\x69\166\x3e\xa\x9\11\x9\x9\11";
kgB:
echo "\x9\x9\x9\74\x64\151\x76\x3e\12\x9\x9\11\11\74\144\x69\166\76\12\x9\x9\x9\x9\x9\x3c\x61\x20\x63\x6c\141\x73\163\75\42\155\x6f\x32\146\137\166\x69\x65\167\x5f\146\x72\x65\145\x5f\x70\154\x61\156\137\x61\165\164\150\137\155\145\164\x68\x6f\x64\163\42\x3e\12\11\11\x9\x9\11\x9\74\151\155\147\x20\163\162\x63\x3d\x22";
echo plugins_url("\151\x6e\143\154\165\144\145\163\57\x69\x6d\141\x67\145\163\x2f\162\x69\x67\150\x74\x2d\141\x72\162\x6f\x77\56\160\x6e\x67\42", dirname(dirname(__FILE__)));
echo "\x22\12\x9\11\11\11\11\11\11\x20\x63\x6c\141\x73\x73\x3d\x22\155\x6f\x32\146\x5f\x32\x66\x61\x63\x74\157\x72\137\x68\x65\x61\x64\151\x6e\147\137\151\155\x61\147\145\163\42\x20\163\164\x79\154\145\75\x22\155\141\162\x67\x69\x6e\55\x74\x6f\160\72\x20\x32\x70\x78\73\x22\x2f\x3e\xa\11\x9\x9\x9\x9\11\74\x70\40\143\154\141\163\x73\x3d\42\x6d\157\62\146\137\x68\145\x61\x64\x69\x6e\147\137\x73\164\x79\x6c\x65\42\40\163\x74\x79\x6c\145\75\42\x70\x61\144\x64\x69\156\x67\x3a\x30\160\170\73\x22\x3e";
echo __("\x41\x75\164\150\145\156\x74\x69\143\141\164\151\157\x6e\x20\x6d\x65\164\150\157\x64\x73", "\155\x69\156\151\157\162\141\x6e\147\145\x2d\x32\x2d\146\x61\x63\x74\157\x72\x2d\141\165\164\150\x65\x6e\x74\x69\143\141\x74\x69\157\156");
echo "\11\11\11\11\11\x9";
if (!$c1) {
    goto uP1;
}
echo "\11\11\x9\x9\x9\11\x9\11\74\x73\160\x61\x6e\x20\163\x74\171\154\x65\75\x22\x63\157\x6c\157\162\72\x6c\151\x6d\145\147\x72\x65\x65\x6e\x22\x3e\50\x20";
echo __("\103\x75\x72\162\145\156\x74\40\120\154\x61\156", "\x6d\x69\156\x69\x6f\x72\x61\x6e\147\x65\x2d\x32\x2d\x66\x61\143\164\x6f\162\55\141\x75\x74\x68\145\x6e\164\151\143\141\x74\x69\x6f\156");
echo "\x20\x29\x3c\57\x73\160\x61\156\76\12\11\11\11\11\11\11\x9";
uP1:
echo "\x9\x9\x9\11\11\11";
if (!$Wc1) {
    goto PNr;
}
echo "\11\11\x9\11\x9\11\11\11\74\x21\x2d\x2d\40\x3c\x73\x70\x61\x6e\x20\x73\164\171\154\145\75\42\143\x6f\x6c\157\x72\72\142\154\141\x63\x6b\x22\x3e\x5b\x20";
echo "\40\x28\74\x73\160\141\x6e\40\163\164\171\154\145\75\x22\x63\x6f\154\x6f\x72\72\x62\x6c\165\145\42\40\157\156\143\x6c\x69\143\x6b\75\42\x77\151\156\144\x6f\x77\56\x6c\157\x63\x61\164\151\157\x6e\x2e\x72\x65\154\x6f\141\x64\x28\51\x3b\x22\76\122\x65\146\162\x65\x73\x68\74\57\x73\x70\141\x6e\x3e\51\x5d\40\74\57\x73\160\x61\x6e\x3e\40\55\x2d\76\12\11\11\11\11\x9\x9\x9";
PNr:
global $aq;
$QK = $aq->get_user_detail("\x6d\x6f\x32\146\137\x63\x6f\x6e\146\151\x67\x75\x72\x65\x64\x5f\x32\x46\101\137\x6d\x65\x74\x68\157\144", $user->ID);
$Nm3 = $aq->get_user_detail("\x6d\157\137\x32\146\x61\x63\164\157\162\x5f\165\163\x65\x72\x5f\162\x65\147\151\163\164\162\x61\164\151\157\x6e\137\163\164\x61\164\165\163", $user->ID) == "\x4d\117\137\x32\137\x46\101\x43\x54\x4f\x52\137\120\114\x55\x47\111\116\137\123\105\124\124\x49\116\107\123";
$Ob = $aq->mo2f_get_sms_users_count();
if (!($Nm3 && $Ob != 0 && current_user_can("\x61\x64\x6d\151\156\x69\x73\164\162\141\164\157\x72"))) {
    goto ZyJ;
}
echo "\11\x9\x9\x9\11\x9\11\x3c\142\165\164\x74\157\156\x20\x73\164\x79\x6c\x65\x3d\x22\x66\154\x6f\141\x74\x3a\x72\x69\147\150\164\73\40\155\x61\x72\x67\151\156\55\x72\x69\147\x68\164\72\40\x31\45\73\x20\150\x65\x69\147\x68\164\72\40\63\66\x70\x78\42\40\x6f\x6e\143\154\x69\143\153\75\x22\x77\x69\x6e\x64\157\x77\56\157\x70\145\x6e\50\47";
echo esc_url(MoWpnsConstants::ADD_SMS);
echo "\x27\51\x22\x20\143\x6c\141\x73\x73\75\x22\x62\164\156\40\x62\164\156\x2d\x70\162\151\155\141\x72\171\x20\142\x74\x6e\55\x6c\x61\162\147\145\x22\76\101\144\144\x20\123\x4d\x53\74\57\142\x75\x74\x74\x6f\x6e\x3e\xa\x9\x9\11\x9\x9\x9\x9";
ZyJ:
echo "\12\11\x9\x9\11\11\11\x9\74\x62\x75\x74\164\157\156\x20\143\x6c\x61\x73\163\x3d\x22\x62\x74\x6e\40\142\164\x6e\x2d\x70\x72\x69\155\x61\x72\x79\x20\x62\x74\x6e\55\x6c\141\162\x67\x65\42\x20\151\144\75\x22\x74\x65\163\x74\x22\40\163\164\x79\154\x65\75\x22\x66\x6c\157\141\x74\72\x72\x69\x67\150\164\73\x20\155\141\x72\x67\151\156\x2d\x72\x69\147\x68\x74\x3a\x20\x33\45\x3b\x20\x68\x65\151\147\x68\x74\x3a\40\x33\66\x70\170\42\x20\157\156\143\x6c\151\143\153\x3d\42\164\145\163\x74\x41\165\164\150\145\156\164\x69\x63\x61\x74\x69\157\156\115\145\164\150\x6f\144\50\47";
echo esc_attr($QK);
echo "\x27\51\x3b\x22\xa\x9\11\11\x9\11\x9\11\11";
echo $yH && $QK != "\116\117\x4e\105" ? '' : "\40\x64\151\163\141\142\154\145\144\40";
echo "\x3e\x54\x65\x73\164\40\x3a\x20";
echo $cYL;
echo "\x9\x9\x9\x9\x9\11\11\x3c\57\x62\x75\x74\x74\x6f\x6e\x3e\12\12\11\x9\11\11\11\11\11";
if (!($jn != '' && get_site_option("\x6d\x6f\62\x66\x5f\x62\x61\x63\x6b\137\x75\x70\137\x63\157\144\145\x73") == 1)) {
    goto j1e;
}
echo "\x9\x9\11\x9\x9\11\x9\x9\74\142\x75\x74\x74\157\156\x20\143\154\x61\163\x73\x3d\42\x62\x74\x6e\40\x62\164\x6e\55\x70\x72\x69\x6d\141\x72\171\40\x62\x74\x6e\55\154\141\162\x67\145\x22\40\x69\x64\x3d\42\x6d\x6f\137\62\x66\137\147\x65\x6e\x65\x72\x61\164\x65\137\x63\x6f\144\x65\163\42\40\x73\x74\171\154\145\x3d\42\x66\x6c\157\x61\x74\x3a\162\x69\147\150\x74\73\40\x6d\x61\x72\147\x69\156\55\x72\x69\147\x68\164\72\40\63\x25\73\x20\x68\145\151\x67\x68\164\72\40\63\66\160\170\x22\76\x47\x65\x74\40\x62\x61\143\x6b\x75\x70\x20\143\157\x64\145\x73\xa\x9\11\x9\11\11\11\x9\x9\74\57\x62\165\x74\164\157\x6e\x3e\xa\11\11\x9\x9\x9\x9\11";
j1e:
echo "\11\11\11\x9\11\11\x9\12\11\x9\11\x9\11\x9\x3c\57\160\x3e\12\11\x9\x9\11\11\74\x2f\x61\76\12\11\x9\x9\x9\11\12\xa\x9\x9\11\x9\x3c\x2f\144\x69\166\x3e\12\x9\11\x9\x9";
echo "\x9\x9\x9\x9\11";
if (!current_user_can("\x61\144\x6d\x69\x6e\x69\x73\164\162\x61\x74\157\162")) {
    goto v6Z;
}
echo "\11\11\11\11\11\x9\x3c\144\151\x76\x20\163\x74\171\154\145\x3d\x22\x66\x6c\x6f\x61\x74\x3a\162\151\x67\x68\164\x3b\42\x3e\12\11\11\x9\x9\x9\11\x9\x3c\x66\x6f\x72\155\x20\x6e\141\x6d\145\75\x22\x66\42\40\x6d\145\164\150\x6f\x64\x3d\x22\160\x6f\x73\164\x22\40\x61\x63\164\151\x6f\156\75\42\42\x20\x69\x64\x3d\42\155\157\x32\x66\137\145\156\x61\x62\x6c\145\137\x32\106\x41\x5f\157\x6e\137\154\x6f\x67\151\156\137\160\x61\x67\145\137\146\157\x72\x6d\x22\76\xa\x9\11\x9\x9\11\11\x9\x9\74\151\x6e\x70\165\x74\40\164\171\x70\145\75\x22\150\151\x64\x64\145\x6e\x22\x20\x6e\x61\x6d\x65\75\42\157\160\164\151\x6f\x6e\x22\40\x76\141\x6c\165\x65\75\x22\x6d\x6f\62\146\x5f\145\x6e\x61\142\x6c\x65\137\x32\x46\101\x5f\x6f\x6e\137\x6c\x6f\x67\x69\x6e\137\160\141\147\x65\137\157\160\164\x69\x6f\x6e\x22\x2f\x3e\12\x9\11\11\x9\x9\11\x9\x9\74\x69\x6e\x70\165\164\x20\x74\171\x70\145\75\42\150\x69\x64\144\x65\156\42\40\x6e\x61\x6d\x65\x3d\42\x6d\x6f\x32\146\137\145\156\141\142\154\145\x5f\x32\x46\x41\x5f\157\156\x5f\154\157\147\151\156\137\x70\141\147\145\x5f\x6f\x70\164\151\x6f\156\137\x6e\x6f\156\x63\145\x22\12\11\11\x9\11\11\11\11\11\x76\x61\x6c\165\x65\x3d\42";
echo wp_create_nonce("\x6d\x6f\62\146\55\145\x6e\x61\142\x6c\x65\55\x32\x46\x41\55\x6f\156\x2d\x6c\157\147\151\156\x2d\160\x61\x67\x65\x2d\x6f\160\164\x69\x6f\156\x2d\x6e\x6f\x6e\x63\x65");
echo "\42\x2f\x3e\xa\xa\x9\x9\11\11\x9\11\11\11\x3c\x69\156\160\x75\x74\x20\164\171\x70\x65\75\x22\x63\x68\145\x63\153\x62\157\x78\42\x20\151\144\75\42\155\157\62\x66\137\145\x6e\141\142\x6c\145\x5f\x32\146\x61\137\x70\162\157\x6d\x70\x74\137\x6f\x6e\x5f\x6c\157\x67\x69\x6e\137\x70\141\147\145\x22\xa\x9\x9\x9\11\11\11\11\x9\x9\x20\x20\40\x6e\x61\x6d\x65\75\42\x6d\157\62\146\137\145\x6e\141\142\154\145\x5f\x32\146\141\137\160\x72\157\x6d\x70\164\x5f\x6f\x6e\x5f\154\157\147\151\156\x5f\x70\141\147\x65\x22\40\xa\11\x9\x9\x9\x9\x9\11\x9\11\x20\40\40\x76\141\x6c\x75\x65\x3d\42\61\x22\x20\xa\x9\x9\11\11\11\x9\11\x9\x9\x20\40\x20";
checked(MoWpnsUtility::get_mo2f_db_and_migrate("\x6d\x6f\x32\146\x5f\x65\156\141\x62\154\x65\x5f\62\x66\141\137\160\x72\x6f\155\x70\x74\x5f\x6f\156\137\154\157\147\151\x6e\x5f\x70\141\147\x65", "\x67\145\x74\137\157\160\x74\151\x6f\x6e") == 1);
if (!(!current_user_can("\x61\x64\155\x69\156\x69\163\x74\x72\141\x74\157\x72") && !in_array($aq->get_user_detail("\155\x6f\137\62\146\x61\x63\x74\x6f\162\137\165\163\145\x72\137\162\145\147\151\x73\x74\162\x61\164\151\157\156\137\x73\x74\x61\164\x75\163", $user->ID), array("\115\117\137\62\137\x46\x41\x43\124\x4f\x52\x5f\120\x4c\x55\107\x49\116\137\x53\105\124\x54\x49\x4e\x47\123", "\x4d\117\x5f\62\137\x46\101\103\124\x4f\122\x5f\111\x4e\x49\x54\x49\x41\114\111\x5a\105\137\124\x57\x4f\137\106\x41\x43\124\117\x52")))) {
    goto JPx;
}
echo "\144\x69\x73\x61\142\154\x65\144";
JPx:
echo "\11\11\x9\x9\11\11\x9\11\40\x6f\x6e\103\x68\x61\x6e\147\145\75\x22\144\x6f\x63\x75\x6d\x65\156\164\56\x67\x65\x74\105\154\145\x6d\x65\156\164\x42\x79\x49\144\50\47\x6d\x6f\x32\x66\x5f\x65\156\x61\x62\154\x65\137\x32\146\x61\137\x70\x72\157\155\160\164\x5f\x6f\156\x5f\x6c\157\x67\x69\x6e\137\x70\x61\147\x65\x27\51\56\x66\157\x72\x6d\56\163\x75\142\155\x69\x74\50\x29\x22\x2f\x3e\xa\11\11\11\x9\11\x9\11\11";
echo __("\x45\156\141\x62\154\x65\x20\62\x46\x41\40\x70\x72\x6f\155\160\164\40\157\x6e\x20\x74\150\145\x20\x57\x50\40\114\157\147\x69\x6e\40\x50\x61\147\145", "\155\151\156\x69\157\x72\141\156\x67\145\55\x32\x2d\146\x61\143\164\157\x72\x2d\141\165\164\150\145\x6e\164\x69\143\x61\164\x69\157\156");
echo "\x9\x9\x9\x9\11\x9\x9\74\x2f\146\x6f\162\x6d\x3e\12\11\11\11\x9\x9\11\x3c\x2f\x64\151\x76\76\xa\x9\11\11\x9\11\x9\xa\11\11\11\x9\x9\x9\11\11\x9\x20\x20\40\x3c\142\162\76\12\x9\11\x9\11\11\11";
$w4 = MoWpnsUtility::get_mo2f_db_option("\x63\x6d\x56\164\131\x57\x6c\165\x61\x57\65\156\124\x31\x52\121", "\163\151\x74\145\x5f\157\160\164\x69\157\156");
$w4 = $w4 ? $w4 : 0;
$ld = get_site_option("\143\x6d\126\x74\x59\x57\154\x75\x61\127\65\x6e\x54\61\122\x51\126\x48\x4a\x68\142\156\x4e\150\131\63\x52\x70\142\x32\65\172") ? get_site_option("\143\155\x56\x74\x59\127\154\x75\x61\x57\x35\156\124\x31\x52\x51\x56\110\x4a\150\x62\156\116\150\131\x33\122\160\x62\x32\x35\x7a") : 0;
$VeG = $ld <= 2 ? "\x72\x65\144" : "\x23\x66\63\x64\142\144\142";
$GT4 = $w4 <= 2 ? "\x72\x65\x64" : "\43\x66\63\x64\x62\x64\142";
echo "\11\11\11\11\11\11";
v6Z:
echo mo2f_create_2fa_form($user, "\x66\x72\145\145\x5f\160\x6c\x61\156", $llR, $c1);
echo "\11\x9\11\74\57\144\151\166\76\xa\12\x9\11\11\12\11\11\x9\x9\74\146\x6f\x72\155\x20\156\141\x6d\145\75\42\x66\42\40\x6d\x65\x74\150\157\144\75\x22\x70\157\x73\x74\x22\40\141\x63\164\x69\x6f\x6e\x3d\x22\42\x20\x69\x64\x3d\42\x6d\157\62\146\137\62\x66\x61\143\164\157\x72\x5f\164\x65\x73\x74\137\x61\x75\x74\150\x65\x6e\164\151\x63\141\164\151\x6f\x6e\137\x6d\x65\164\150\157\144\137\x66\157\x72\x6d\x22\76\xa\x9\x9\11\11\x9\x3c\x69\x6e\160\165\164\40\164\x79\x70\x65\75\42\150\151\x64\144\145\156\x22\x20\156\141\155\145\x3d\42\x6f\x70\164\151\x6f\x6e\42\x20\166\x61\x6c\x75\145\x3d\42\x6d\157\x5f\62\x66\141\143\164\157\162\137\164\x65\163\164\x5f\141\x75\164\150\145\156\164\151\x63\141\164\x69\157\156\x5f\155\x65\x74\150\x6f\x64\42\57\x3e\12\x9\x9\x9\11\x9\x3c\151\x6e\160\165\x74\40\164\x79\x70\145\x3d\x22\150\151\x64\x64\x65\x6e\42\40\156\141\155\145\75\42\155\x6f\x32\x66\x5f\143\x6f\156\146\x69\x67\x75\162\x65\x64\137\62\106\101\137\155\x65\164\150\157\x64\137\x74\x65\x73\x74\x22\40\x69\144\x3d\x22\x6d\x6f\62\146\x5f\x63\157\x6e\146\x69\x67\x75\162\145\144\137\x32\106\101\137\x6d\145\164\150\x6f\144\x5f\164\x65\163\x74\x22\x2f\x3e\xa\11\x9\x9\11\11\x3c\x69\x6e\160\165\164\x20\x74\171\x70\x65\x3d\x22\150\151\144\144\145\156\42\40\x6e\x61\x6d\145\75\42\x6d\x6f\137\62\x66\141\143\x74\x6f\162\x5f\x74\x65\x73\x74\137\141\165\164\150\x65\x6e\x74\x69\x63\141\164\151\x6f\x6e\x5f\x6d\x65\x74\150\x6f\144\137\156\157\156\143\145\42\xa\11\x9\11\x9\x9\x9\x9\166\141\x6c\x75\145\x3d\42";
echo wp_create_nonce("\155\x6f\x2d\62\146\141\x63\164\157\162\55\x74\x65\x73\164\x2d\x61\x75\164\x68\145\156\164\x69\143\x61\x74\151\157\x6e\x2d\x6d\145\164\150\x6f\x64\x2d\x6e\x6f\156\143\x65");
echo "\42\x2f\76\xa\11\x9\11\11\74\57\x66\x6f\162\155\76\12\x9\11\x9\11\x3c\146\x6f\162\x6d\40\x6e\x61\x6d\145\75\42\146\42\40\155\x65\164\150\x6f\144\x3d\42\160\157\163\164\x22\x20\141\x63\164\x69\157\x6e\75\x22\x22\x20\x69\x64\75\x22\x6d\157\62\146\x5f\x32\146\x61\x63\x74\x6f\162\137\162\145\x73\165\x6d\x65\x5f\146\154\x6f\167\137\x64\162\151\x76\x65\156\x5f\163\145\164\165\160\137\x66\x6f\162\155\42\76\12\11\11\11\11\11\x3c\x69\x6e\160\165\164\40\x74\x79\160\145\75\x22\x68\151\144\144\145\156\x22\x20\x6e\x61\155\145\x3d\42\x6f\160\x74\x69\x6f\x6e\x22\x20\x76\x61\154\165\145\x3d\42\155\x6f\137\62\x66\x61\x63\x74\x6f\162\x5f\162\x65\x73\x75\155\x65\137\146\154\157\x77\x5f\144\162\x69\166\145\x6e\137\x73\145\164\165\x70\42\x2f\x3e\xa\x9\x9\x9\11\11\x3c\151\x6e\160\x75\x74\40\164\x79\160\145\75\42\150\151\144\144\x65\156\42\x20\x6e\141\x6d\x65\x3d\x22\x6d\157\x5f\62\146\141\143\x74\157\x72\137\162\145\x73\x75\155\x65\137\x66\154\x6f\167\137\x64\x72\151\166\145\156\137\x73\x65\164\165\x70\137\x6e\x6f\156\x63\x65\x22\xa\x9\11\x9\11\x9\x9\x9\166\141\154\x75\145\x3d\42";
echo wp_create_nonce("\155\157\55\x32\146\x61\x63\x74\x6f\162\x2d\162\145\163\165\x6d\145\55\146\x6c\157\x77\55\144\x72\x69\166\x65\156\x2d\163\x65\x74\165\x70\x2d\x6e\157\156\143\145");
echo "\x22\57\76\xa\x9\11\x9\11\x3c\x2f\x66\157\x72\x6d\76\xa\11\x9\x9\11\74\x66\x6f\x72\155\x20\x6e\141\x6d\145\x3d\x22\146\x22\x20\x6d\x65\164\x68\157\x64\x3d\42\160\x6f\163\x74\x22\x20\141\143\x74\151\x6f\156\x3d\x22\42\40\x69\144\75\x22\x6d\x6f\62\146\x5f\62\x66\141\x63\x74\x6f\x72\137\147\145\x6e\x65\x72\x61\164\145\137\x62\x61\143\153\x75\160\137\x63\x6f\144\x65\163\42\76\xa\x9\11\x9\11\11\74\151\156\x70\165\x74\x20\164\x79\x70\x65\x3d\x22\150\151\x64\x64\x65\156\x22\x20\156\x61\155\x65\x3d\42\157\160\164\151\x6f\x6e\x22\x20\x76\141\154\x75\145\75\42\x6d\157\x32\146\137\x32\x66\x61\143\x74\x6f\162\x5f\147\145\156\x65\162\x61\164\x65\137\x62\x61\x63\153\165\x70\137\x63\157\x64\x65\163\42\57\76\12\x9\x9\11\11\11\74\151\x6e\160\x75\x74\40\x74\x79\160\x65\75\x22\150\x69\144\x64\145\156\x22\x20\156\x61\155\x65\x3d\x22\x6d\x6f\x5f\x32\x66\x61\143\164\157\x72\x5f\147\145\156\x65\x72\x61\x74\x65\137\x62\x61\x63\x6b\165\x70\137\143\157\144\145\163\x5f\156\x6f\x6e\x63\145\x22\xa\11\x9\x9\11\11\11\11\166\x61\x6c\x75\145\75\x22";
echo wp_create_nonce("\155\157\55\x32\x66\x61\x63\164\157\x72\x2d\x67\x65\156\145\x72\x61\164\x65\55\x62\141\x63\x6b\165\160\x2d\x63\157\x64\x65\x73\x2d\156\157\x6e\143\x65");
echo "\42\57\76\xa\11\x9\11\x9\74\x2f\x66\x6f\162\x6d\76\40\12\x9\x9\x3c\x2f\144\x69\x76\76\xa\x9\x9\x20\74\144\151\x76\40\x69\x64\75\42\x45\156\164\145\x72\x45\x6d\141\151\154\x43\154\x6f\165\144\x56\145\x72\x69\x66\x69\143\141\x74\151\157\156\x22\x20\143\154\x61\163\x73\75\x22\155\x6f\x64\141\x6c\42\76\xa\11\11\x9\74\x21\x2d\x2d\40\x4d\157\144\x61\154\40\x63\x6f\x6e\164\145\156\x74\40\55\x2d\76\xa\11\x9\11\x3c\144\x69\166\x20\143\x6c\x61\163\x73\x3d\x22\155\x6f\x64\x61\x6c\55\143\x6f\156\x74\145\156\164\x22\76\12\11\x9\11\74\41\55\55\x20\40\x20\x20\74\163\160\141\x6e\40\143\x6c\x61\x73\x73\x3d\x22\x63\154\x6f\163\x65\x22\x3e\46\164\x69\x6d\x65\x73\x3b\x3c\x2f\x73\160\141\156\76\x20\40\55\55\x3e\xa\11\11\x9\11\74\x64\x69\166\x20\143\154\x61\163\x73\x3d\42\155\x6f\x64\x61\154\55\150\x65\141\x64\145\162\x22\x3e\xa\x9\11\x9\x9\11\x3c\x68\x33\40\x63\154\x61\163\163\75\42\155\x6f\144\141\154\x2d\x74\x69\x74\x6c\145\42\40\x73\x74\171\154\145\75\x22\164\145\x78\164\55\141\154\151\147\156\72\x20\x63\x65\x6e\x74\x65\x72\x3b\x20\x66\157\156\x74\x2d\163\x69\x7a\145\72\x20\x32\x30\160\x78\73\40\x63\157\154\157\x72\x3a\x20\43\62\60\x62\x32\141\x61\x22\76\105\x6d\x61\x69\x6c\40\x41\x64\x64\x72\145\x73\163\x20\x66\157\x72\x20\155\x69\x6e\151\x4f\162\141\x6e\147\145\74\x2f\150\63\76\x3c\163\160\x61\x6e\40\x69\x64\75\42\143\x6c\157\x73\145\105\x6e\x74\145\162\x45\155\x61\151\154\x43\x6c\157\x75\144\x22\x20\143\x6c\x61\163\163\75\42\155\157\144\141\154\x2d\x73\x70\141\x6e\x2d\143\154\x6f\163\x65\x22\x3e\130\74\57\163\x70\x61\156\76\xa\11\x9\11\11\74\x2f\x64\x69\166\x3e\12\x9\x9\11\x9\x3c\144\x69\166\40\x63\154\x61\163\x73\x3d\x22\155\x6f\144\x61\x6c\x2d\142\157\144\171\x22\x20\x73\x74\x79\154\145\75\42\150\x65\x69\147\x68\164\x3a\x20\x61\165\x74\157\x22\x3e\12\11\x9\x9\x9\11\x3c\150\x32\40\x73\164\x79\154\145\75\x22\x63\157\154\x6f\162\72\x20\162\145\x64\73\42\x3e\124\x68\145\x20\x65\x6d\141\151\154\40\x61\163\163\157\143\x69\x61\164\x65\x64\x20\x77\x69\164\150\x20\x79\157\x75\162\x20\x61\x63\x63\x6f\165\156\164\x20\151\x73\40\x61\x6c\x72\145\x61\x64\x79\x20\x72\x65\x67\151\x73\164\x65\x72\x65\x64\x20\151\x6e\x20\x6d\151\x6e\x69\x4f\162\x61\x6e\147\145\56\40\x50\x6c\x65\x61\x73\x65\x20\x43\x68\157\x6f\x73\145\40\x61\156\157\164\150\145\x72\40\145\155\141\151\x6c\x2e\74\57\x68\x32\x3e\xa\x9\x9\x9\x9\x9\74\x68\62\x3e\74\151\x3e\105\156\164\145\x72\40\x79\157\x75\162\x20\x45\155\x61\x69\x6c\x3a\x26\156\x62\163\160\73\46\x6e\x62\163\x70\73\x26\156\142\x73\160\73\40\x20\x3c\151\x6e\x70\x75\x74\40\164\x79\160\145\40\x3d\47\x65\x6d\x61\x69\x6c\47\x20\151\x64\x3d\47\x65\155\x61\151\154\x45\156\x74\145\x72\145\144\103\154\157\165\144\x27\40\x6e\141\x6d\x65\x3d\47\x65\x6d\141\x69\x6c\x45\156\164\x65\x72\x65\144\x43\x6c\x6f\165\144\47\x20\x73\151\x7a\x65\x3d\40\47\64\60\47\x20\162\145\x71\165\151\162\145\x64\x20\166\x61\154\x75\145\x3d\42";
echo $vj;
echo "\x22\x2f\x3e\74\x2f\x69\x3e\x3c\57\150\x32\76\40\12\x9\x9\11\11\74\x2f\144\151\166\x3e\xa\11\11\11\11\x3c\x64\151\166\40\x63\154\x61\x73\x73\x3d\42\155\157\144\x61\x6c\x2d\146\157\157\164\145\x72\42\76\12\11\x9\11\x9\x9\74\151\156\160\x75\x74\40\164\x79\160\145\75\x22\142\x75\x74\164\x6f\156\42\40\x63\x6c\x61\163\x73\x3d\x22\x6d\x6f\x5f\167\x70\x6e\x73\137\x62\165\x74\164\157\156\40\155\x6f\137\x77\160\156\163\137\x62\165\164\164\157\x6e\61\x20\155\x6f\x64\x61\154\x2d\142\x75\x74\164\x6f\156\x22\40\151\x64\x3d\x22\x73\141\x76\145\137\145\x6e\164\x65\x72\145\144\137\145\x6d\141\151\154\x5f\143\x6c\x6f\x75\x64\42\x20\x76\141\x6c\x75\x65\40\x3d\x22\x53\x61\166\145\x22\57\x3e\12\x9\11\x9\x9\74\x2f\144\x69\x76\76\xa\x9\11\11\74\57\144\x69\166\76\12\x9\11\x3c\57\x64\151\x76\x3e\12\11\11\74\x64\151\166\x20\x69\144\75\x22\x45\x6e\164\x65\162\x45\155\x61\x69\154\42\x20\143\x6c\x61\x73\163\75\42\155\x6f\x64\141\154\42\x3e\12\11\11\x9\74\41\x2d\55\x20\x4d\157\x64\x61\x6c\x20\x63\157\x6e\x74\x65\x6e\x74\40\x2d\x2d\x3e\xa\11\x9\x9\74\144\x69\166\x20\143\x6c\141\163\x73\x3d\42\x6d\157\x64\141\x6c\x2d\x63\157\x6e\x74\145\156\164\x22\x3e\12\11\11\x9\x3c\x21\x2d\55\40\x20\x20\x20\74\x73\160\x61\x6e\40\x63\x6c\141\163\x73\75\42\143\154\157\163\x65\42\x3e\46\x74\x69\x6d\145\x73\73\74\57\x73\x70\x61\156\x3e\x20\x20\x2d\x2d\76\xa\11\x9\x9\11\x3c\x64\x69\166\x20\143\x6c\x61\163\x73\x3d\42\x6d\x6f\x64\141\x6c\x2d\x68\145\141\144\x65\x72\42\76\12\x9\x9\11\x9\11\x3c\150\x33\40\143\154\x61\163\x73\75\42\155\157\144\x61\154\x2d\x74\x69\164\x6c\x65\x22\40\163\164\171\x6c\145\75\x22\x74\145\170\164\x2d\141\x6c\151\x67\156\x3a\40\143\145\x6e\x74\x65\162\x3b\x20\146\157\x6e\164\55\163\151\x7a\x65\x3a\40\x32\60\160\170\73\x20\143\157\154\157\162\72\x20\43\62\60\x62\x32\141\141\42\76\105\x6d\141\151\154\40\101\x64\144\x72\145\163\163\x3c\57\150\x33\76\74\163\x70\141\156\x20\x69\x64\75\x22\143\x6c\157\163\x65\105\x6e\164\x65\x72\105\x6d\x61\151\x6c\x22\x20\143\154\141\x73\x73\75\x22\x6d\x6f\144\x61\154\x2d\x73\x70\x61\x6e\55\143\x6c\x6f\163\x65\42\76\x58\x3c\57\163\x70\141\156\x3e\12\11\11\x9\x9\x3c\57\144\151\166\76\12\11\11\11\x9\74\x64\x69\x76\40\x63\154\x61\x73\163\x3d\42\x6d\157\144\x61\x6c\55\142\157\x64\x79\42\40\x73\x74\171\x6c\x65\75\42\x68\145\x69\147\x68\164\72\40\141\165\x74\157\42\x3e\12\11\11\x9\x9\11\74\x68\62\x3e\x3c\151\76\x45\156\x74\145\162\x20\x79\157\x75\162\x20\x45\155\x61\151\154\x3a\46\156\142\163\x70\73\x26\x6e\x62\x73\x70\73\x26\156\142\163\160\x3b\x20\x20\x3c\151\156\160\x75\x74\x20\164\x79\160\x65\x20\x3d\x27\145\155\141\151\x6c\47\x20\151\144\75\x27\x65\155\141\151\154\105\x6e\164\x65\x72\x65\x64\x27\40\156\141\155\145\x3d\x27\x65\x6d\x61\x69\x6c\105\x6e\x74\x65\162\145\x64\x27\x20\x73\x69\172\x65\75\x20\x27\x34\60\x27\x20\162\x65\x71\x75\151\x72\145\x64\40\x76\x61\154\x75\145\x3d\42";
echo $vj;
echo "\x22\57\x3e\x3c\x2f\151\76\x3c\57\150\62\76\x20\12\x9\x9\11\11\x3c\57\x64\151\166\x3e\xa\11\x9\11\11\x3c\144\x69\166\40\x63\x6c\x61\163\163\75\42\155\157\144\141\154\55\146\x6f\157\164\x65\x72\42\x3e\xa\11\x9\11\x9\11\x3c\x69\156\x70\165\164\x20\164\x79\x70\145\75\42\164\x65\x78\164\x22\x20\151\144\75\42\x63\165\x72\162\145\156\x74\137\155\145\x74\x68\x6f\x64\42\x20\150\151\144\144\145\156\x20\x76\x61\154\165\145\75\x22\42\76\40\12\x9\x9\x9\11\11\74\142\165\164\164\x6f\156\40\164\x79\x70\145\x3d\42\x62\165\164\164\157\156\42\x20\143\x6c\x61\163\163\75\x22\155\157\137\x77\x70\156\163\x5f\x62\x75\x74\164\x6f\156\x20\x6d\157\x5f\167\x70\156\163\x5f\x62\165\164\x74\x6f\156\x31\x20\155\157\144\141\154\55\142\165\x74\x74\x6f\156\x22\x20\151\144\x3d\x22\x73\x61\x76\x65\x5f\145\x6e\x74\145\x72\145\x64\137\x65\155\141\x69\x6c\x22\76\x53\141\x76\x65\74\57\142\x75\164\x74\x6f\156\x3e\xa\x9\x9\x9\x9\74\x2f\144\151\x76\76\12\11\11\x9\74\x2f\x64\x69\166\x3e\xa\11\11\74\57\144\x69\166\x3e\12\xa\11\11\x3c\144\x69\166\x20\x69\144\x3d\42\x6d\x6f\x32\146\137\143\x6c\157\x75\x64\42\40\143\154\x61\x73\x73\x20\75\40\x22\x6d\x6f\x64\141\154\x22\40\163\164\171\x6c\x65\x3d\42\x64\151\163\160\154\141\171\72\x20\x6e\x6f\x6e\145\x3b\42\76\xa\x9\x9\x9\x3c\144\151\166\40\151\144\x3d\x22\x6d\157\62\146\137\x63\154\x6f\165\x64\x5f\x6d\157\144\x61\154\42\40\143\x6c\x61\x73\163\75\42\x6d\x6f\x64\141\x6c\x2d\x63\157\156\164\145\x6e\164\42\40\163\x74\171\x6c\x65\x3d\42\x77\151\144\164\x68\x3a\x20\x33\60\x25\73\157\166\x65\162\146\x6c\157\x77\72\40\150\151\x64\144\145\x6e\73\x22\40\76\12\12\11\x9\x9\x3c\x64\x69\x76\x20\x63\x6c\141\163\163\x3d\x22\x6d\157\x64\x61\154\55\150\145\141\x64\x65\x72\x22\x3e\12\11\x9\x9\x20\x20\x20\74\150\63\x20\x63\x6c\141\x73\163\75\42\155\x6f\144\x61\154\55\x74\x69\x74\154\145\42\x20\x73\x74\171\154\145\x3d\42\164\x65\x78\164\55\x61\154\x69\x67\156\x3a\x20\143\x65\x6e\x74\145\x72\x3b\40\146\x6f\x6e\x74\55\x73\x69\x7a\145\72\x20\62\x30\160\170\73\x20\x63\157\154\157\x72\72\x20\x23\62\71\x38\x30\142\x39\42\x3e\12\11\11\x9\x9\11\x41\x72\145\40\171\157\165\x20\x73\165\162\x65\40\171\157\x75\x20\167\x61\156\x74\40\164\157\40\144\x6f\x20\x74\150\x61\x74\x3f\12\11\x9\x9\11\74\57\x68\63\76\12\x9\11\11\x3c\x21\x2d\x2d\x20\74\x73\160\x61\x6e\x20\143\154\141\163\163\x3d\42\155\x6f\x64\x61\154\55\163\160\141\x6e\x2d\x63\x6c\x6f\x73\145\x22\40\x69\x64\x3d\x22\143\154\x6f\163\x65\103\x6f\x6e\146\151\x72\155\103\x6c\157\165\144\x22\76\46\164\151\155\145\x73\x3b\74\57\x73\x70\x61\x6e\76\x20\x2d\x2d\76\xa\11\x9\11\40\40\40\12\74\x21\55\55\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x3c\163\160\x61\156\40\x69\x64\75\42\143\x6c\x6f\163\145\x43\x6f\x6e\146\x69\162\155\103\x6c\x6f\165\x64\42\40\143\x6c\x61\x73\163\x3d\x22\x6d\157\144\x61\154\x2d\x73\160\141\x6e\55\x63\x6c\157\163\x65\42\x3e\130\74\x2f\163\160\x61\x6e\x3e\xa\40\55\55\76\40\40\x20\x20\40\x20\x20\x3c\57\x64\x69\166\x3e\12\x9\x9\x9\x20\x20\40\xa\11\x9\x9\x3c\x64\151\x76\x20\x63\x6c\x61\x73\163\x3d\42\x6d\x6f\144\x61\x6c\x2d\x62\157\x64\171\x22\x20\163\164\171\x6c\145\75\42\x68\145\151\x67\150\164\72\40\141\x75\x74\x6f\73\142\x61\143\x6b\147\162\x6f\x75\x6e\x64\55\143\157\154\157\x72\x3a\x20\x62\x65\151\x67\145\x3b\x22\x3e\xa\x9\x9\x9\11\12\x9\x9\11\74\144\x69\166\40\163\164\171\x6c\x65\x3d\x22\x74\145\x78\x74\55\x61\x6c\x69\x67\156\x3a\x20\143\145\156\x74\x65\x72\73\42\x3e\xa\12\11\11\11\x9\40";
$bR = get_current_user_id();
global $aq;
$Re = $aq->get_user_detail("\x6d\157\62\146\137\143\x6f\x6e\146\x69\x67\165\162\x65\144\137\x32\106\x41\x5f\155\145\x74\150\157\144", $bR);
if (!$Re) {
    goto y9N;
}
echo "\11\11\x9\40\40\x20\12\xa\x9\11\x9\11\x3c\41\55\x2d\x20\74\x68\x34\40\163\x74\171\x6c\145\75\42\x63\157\x6c\x6f\162\72\x20\162\x65\x64\x3b\x22\x3e\116\x4f\x54\x45\72\x20\x54\x68\x69\x73\40\x77\151\x6c\x6c\40\x73\x77\x69\x74\x63\150\x20\164\x68\x65\40\163\157\x6c\165\x74\x69\157\x6e\x20\164\157\x20\143\x6c\x6f\165\144\40\163\x6f\x6c\x75\x74\x69\x6f\156\x20\167\150\151\143\x68\40\163\165\x70\160\x6f\x72\164\163\x20\x74\x77\x6f\55\146\141\143\x74\157\162\40\141\x75\164\150\x65\156\164\x69\143\141\164\151\157\x6e\x20\x66\157\x72\x20\x6f\x6e\x65\40\x61\144\x6d\x69\156\x20\165\x73\x65\162\40\151\156\x20\164\150\x65\x20\146\x72\x65\145\40\160\x6c\x61\156\x2e\40\171\157\165\x20\x63\x61\156\40\74\141\40\150\x72\145\146\x3d\x22";
echo $Xt;
echo "\x22\40\163\164\x79\x6c\145\x3d\x22\143\157\x6c\157\162\72\x20\x23\x32\71\70\60\x62\x39\42\x3e\125\x70\147\x72\141\x64\x65\x20\120\x6c\x61\156\74\x2f\141\76\x20\x74\x6f\x20\141\x64\x64\x20\155\x6f\162\145\x20\x75\163\x65\x72\x73\56\x3c\57\x68\x34\76\xa\11\x9\11\x9\x20\x2d\55\76\xa\x9\11\11\11\x9\x9";
y9N:
echo "\11\x9\x9\40\x20\40\12\11\11\x9\x9\74\x62\x72\76\xa\x9\x9\11\11\74\x68\64\x20\x73\x74\171\154\x65\x3d\x22\x63\x6f\154\157\162\x3a\x20\x72\145\144\x3b\42\76\131\x6f\165\40\x6e\x65\145\144\40\164\157\x20\x72\145\143\x6f\x6e\146\151\x67\x75\x72\x65\x20\x73\145\x63\157\x6e\x64\x2d\x66\x61\x63\164\157\162\x20\142\171\x20\162\x65\147\151\163\x74\x65\x72\x69\156\147\x20\x69\156\40\155\x69\x6e\x69\117\162\141\156\x67\145\56\x3c\57\150\x34\76\xa\11\11\x9\x9\74\x68\64\x20\163\164\x79\154\145\x3d\x22\143\x6f\x6c\x6f\162\72\40\162\145\x64\73\42\76\x49\164\x20\167\x69\x6c\x6c\40\x62\145\40\x61\166\141\x69\x6c\141\142\154\x65\40\x66\x6f\x72\40\x6f\x6e\145\x20\165\x73\145\x72\40\151\x6e\x20\146\162\145\x65\40\x70\154\x61\x6e\x2e\74\x2f\x68\64\76\xa\11\x9\11\x9\xa\x9\11\x9\11\x20\40\x20\x3c\41\55\55\x20\x20\x3c\x68\64\76\x4f\x54\120\40\x4f\126\x45\122\40\123\115\123\74\x2f\150\x34\76\xa\x9\11\x9\x9\x9\74\x68\64\76\117\x54\x50\x20\117\126\105\x52\x20\105\155\x61\x69\x6c\x3c\57\150\x34\x3e\12\11\11\x9\11\11\x3c\150\x34\76\155\151\156\x69\117\x72\x61\156\147\145\x20\123\x6f\146\x74\x2d\x74\157\153\145\x6e\74\57\x68\x34\x3e\xa\x9\x9\11\x9\x9\x3c\150\x34\x3e\x6d\x69\x6e\x69\x4f\x72\x61\156\x67\145\40\120\165\x73\x68\x20\116\157\x74\x69\x66\x69\143\141\164\x69\x6f\156\x3c\x2f\150\64\76\xa\x9\11\x9\11\x9\x3c\150\x34\76\155\151\x6e\x69\117\x72\x61\x6e\x67\x65\40\121\x52\40\143\157\x64\145\x3c\x2f\x68\x34\x3e\12\11\11\x9\x9\11\74\x68\64\x3e\107\157\157\147\x6c\x65\x20\101\165\164\x68\145\156\x74\x69\143\141\x74\157\162\x3c\x2f\150\64\x3e\12\11\x9\11\x9\11\x3c\x68\x34\76\123\145\143\x75\162\x69\x74\x79\40\x51\165\x65\163\x74\151\157\156\74\x2f\150\64\x3e\xa\x9\x9\x9\x9\x9\55\x2d\x3e\40\12\x9\11\11\11\74\57\144\151\x76\76\74\x2f\144\x69\x76\76\xa\11\11\x9\x3c\x64\151\x76\40\x63\x6c\141\x73\x73\75\42\155\x6f\x64\x61\154\x2d\146\157\157\x74\x65\162\x22\x3e\12\11\x9\x9\11\74\142\165\x74\x74\x6f\x6e\x20\164\x79\160\x65\x3d\42\x62\165\x74\164\157\156\x22\40\x63\x6c\141\163\163\x3d\42\155\157\x5f\167\160\x6e\163\137\142\165\x74\x74\157\x6e\40\155\157\137\x77\x70\156\163\x5f\x62\165\x74\x74\157\x6e\61\40\155\157\x64\x61\x6c\x2d\142\165\x74\x74\x6f\156\42\x20\163\x74\x79\154\145\x3d\x22\x77\151\144\x74\x68\72\x20\63\60\45\73\142\141\x63\153\147\x72\x6f\x75\156\144\55\x63\157\x6c\x6f\162\x3a\x23\x36\61\141\143\x65\65\x3b\42\x20\151\144\75\x22\103\x6f\156\x66\151\162\x6d\103\154\x6f\165\x64\x42\165\164\164\157\156\x31\x22\76\103\x6f\156\x66\151\162\x6d\74\57\x62\165\x74\164\x6f\x6e\x3e\xa\x9\x9\11\11\74\x62\x75\164\x74\x6f\x6e\40\x74\x79\x70\x65\75\x22\142\x75\x74\164\157\x6e\x22\x20\143\x6c\x61\x73\x73\x3d\x22\x6d\157\137\167\160\x6e\x73\137\x62\x75\x74\164\157\156\40\155\157\137\167\x70\156\x73\x5f\142\165\x74\164\157\156\61\40\155\x6f\144\141\x6c\x2d\x62\165\164\x74\157\156\42\x20\x73\164\171\154\x65\x3d\42\x77\151\x64\x74\150\x3a\40\x33\x30\x25\73\142\x61\x63\x6b\147\x72\x6f\165\x6e\144\55\x63\x6f\154\157\162\72\x23\146\x66\x34\61\66\70\73\42\40\x69\144\75\x22\143\x6c\x6f\x73\x65\103\x6f\x6e\146\x69\x72\x6d\x43\x6c\x6f\165\x64\x31\x22\76\x43\141\156\143\145\154\x3c\57\142\x75\164\164\157\x6e\x3e\xa\xa\x9\x9\x9\74\x2f\144\x69\x76\76\12\x9\x9\11\x3c\57\x64\151\x76\x3e\12\x9\11\74\x2f\x64\x69\x76\x3e\12\x20\40\12\x20\74\41\x2d\x2d\40\x20\40\x20\x20\x20\40\x20\x3c\163\143\x72\151\160\x74\40\x73\162\x63\75\x22\x68\164\x74\160\x73\x3a\57\57\141\152\141\170\x2e\x67\157\157\147\x6c\145\141\x70\151\x73\56\x63\x6f\x6d\57\141\152\x61\170\x2f\x6c\151\142\163\x2f\152\x71\x75\145\x72\x79\57\63\x2e\x33\56\61\x2f\152\161\x75\x65\x72\171\56\155\151\x6e\x2e\x6a\163\42\76\74\57\163\143\162\151\160\164\x3e\12\x20\40\55\55\76\x20\40\x20\40\x20\40\x20\x3c\163\143\162\x69\x70\164\76\12\11\11\x6a\x51\165\x65\x72\x79\50\47\43\143\154\x6f\163\145\103\157\156\146\x69\x72\x6d\103\x6c\x6f\x75\x64\x31\x27\x29\56\143\154\x69\x63\x6b\50\146\165\156\143\164\151\157\x6e\50\x29\173\xa\11\x9\x9\x20\152\121\x75\145\162\171\x28\x27\43\x6d\157\62\x66\x5f\x63\154\x6f\165\144\x27\x29\56\143\x73\163\x28\x27\144\x69\x73\160\x6c\141\171\x27\54\x20\x27\156\x6f\x6e\145\x27\x29\x3b\12\x9\x9\11\40\40\x20\xa\x9\11\x7d\x29\73\12\x9\x9\152\121\165\x65\x72\171\x28\x27\x23\103\x6f\x6e\x66\151\162\x6d\x43\154\x6f\165\x64\102\165\164\164\157\156\61\47\x29\56\x63\x6c\x69\143\153\x28\146\165\x6e\143\164\x69\x6f\156\x28\x29\x7b\12\11\x9\x9\144\157\x63\x75\155\145\156\164\56\147\x65\x74\105\x6c\145\155\145\x6e\x74\102\x79\111\x64\x28\47\x6d\x6f\x32\x66\137\143\154\x6f\x75\x64\x27\x29\56\143\150\145\143\153\x65\144\x20\75\40\x66\141\154\163\x65\x3b\xa\11\x9\11\x64\x6f\x63\x75\x6d\145\156\x74\56\147\x65\164\105\154\145\x6d\145\x6e\164\x42\x79\x49\144\50\47\x6d\157\62\x66\137\x63\x6c\x6f\165\144\137\155\157\144\x61\154\x27\x29\56\x73\164\x79\154\x65\x2e\x64\151\163\160\154\x61\x79\x20\75\x20\42\x6e\157\156\x65\x22\x3b\12\x9\11\x9\40\166\x61\x72\40\x6e\x6f\x6e\143\x65\40\75\40\47";
echo wp_create_nonce("\x73\151\x6e\x67\154\145\x55\x73\145\x72\116\x6f\156\x63\x65");
echo "\x27\x3b\xa\x9\x9\11\x20\x76\141\x72\40\144\x61\164\141\x20\75\x20\173\12\11\11\11\x9\x9\x9\47\141\x63\x74\x69\x6f\x6e\x27\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x3a\40\47\x6d\157\137\x74\x77\x6f\x5f\x66\141\143\x74\x6f\162\137\141\152\141\x78\47\54\12\x9\x9\x9\11\11\11\47\x6d\x6f\x5f\62\146\137\164\167\157\x5f\x66\x61\143\x74\157\x72\137\x61\x6a\x61\x78\x27\x20\40\x20\40\x20\x3a\x20\x27\155\x6f\62\146\137\x73\151\x6e\x67\x6c\x65\x5f\165\163\x65\x72\47\x2c\xa\11\11\x9\11\11\11\x27\156\157\x6e\x63\x65\47\40\72\40\x20\156\157\156\x63\x65\xa\11\11\x9\11\x9\x9\12\11\x9\11\x9\x9\x7d\73\xa\11\11\x9\x9\x6a\121\165\145\162\x79\56\x70\157\x73\x74\x28\x61\x6a\141\x78\165\x72\x6c\x2c\40\144\141\164\x61\x2c\40\146\x75\156\x63\x74\x69\x6f\x6e\x28\x72\x65\163\x70\157\156\163\145\x29\x20\173\xa\11\x9\x9\x9\11\x9\151\146\x28\162\145\x73\x70\157\x6e\x73\x65\40\x3d\75\x20\47\x74\x72\x75\145\47\51\12\x9\x9\x9\11\x9\11\x7b\xa\x9\11\11\x9\11\x9\11\x6c\157\x63\x61\x74\x69\x6f\x6e\56\x72\145\154\x6f\x61\x64\x28\164\162\x75\145\x29\x3b\12\x9\x9\11\11\11\x9\11\57\57\152\121\x75\145\162\171\x28\x27\43\x6d\157\62\146\137\163\x61\166\x65\137\x66\162\x65\145\x5f\160\x6c\x61\x6e\x5f\141\x75\x74\150\x5f\x6d\145\x74\x68\x6f\x64\x73\x5f\x66\x6f\162\x6d\x27\x29\x2e\x73\x75\142\155\151\164\x28\x29\x3b\xa\x9\11\x9\11\11\11\12\xa\x9\11\11\11\11\x9\175\xa\11\11\x9\11\x9\11\x65\154\163\x65\12\11\11\x9\x9\x9\11\x7b\xa\11\11\x9\11\11\11\11\152\x51\x75\145\162\171\50\47\x23\x6d\157\x32\146\137\x63\x6c\x6f\165\x64\x27\51\56\143\x73\x73\50\x27\144\x69\x73\160\x6c\x61\x79\47\x2c\x20\47\156\x6f\x6e\x65\47\51\73\x20\40\xa\x9\x9\x9\11\x9\x9\x9\152\121\165\145\162\171\50\47\x23\x6d\157\x5f\163\x63\x61\x6e\x5f\155\x65\x73\163\141\x67\145\47\x29\x2e\x65\x6d\160\164\171\50\x29\73\xa\x9\x9\11\x9\11\x9\x9\152\121\x75\145\x72\x79\50\47\43\x6d\x6f\137\163\143\141\x6e\x5f\x6d\x65\x73\163\x61\147\x65\47\x29\x2e\x61\x70\160\x65\156\x64\50\42\74\144\151\166\x20\x69\x64\x3d\47\x6e\157\x74\x69\x63\x65\137\x64\x69\x76\x27\x20\x63\154\141\163\163\75\47\157\166\145\162\x6c\141\x79\137\x65\x72\x72\x6f\x72\47\x3e\74\x64\x69\x76\x20\x63\154\x61\163\163\75\x27\160\x6f\160\165\x70\137\x74\x65\170\164\x27\76\46\x6e\142\x73\160\x26\156\142\x73\x70\40\74\142\76\131\x6f\165\40\141\162\145\40\x6e\157\164\x20\x61\165\x74\x68\157\x72\x69\x7a\145\144\x20\x74\157\40\x70\x65\x72\146\157\x72\155\x20\x74\x68\x69\x73\40\x61\143\164\x69\157\156\74\x2f\142\x3e\x2e\x20\117\156\x6c\171\x20\x3c\x62\76\x22\53\162\x65\x73\160\157\x6e\x73\145\53\42\74\57\x62\76\40\x69\x73\x20\x61\154\154\157\x77\x65\x64\56\x20\106\157\x72\x20\155\157\162\x65\x20\144\x65\164\x61\151\x6c\163\x20\143\157\x6e\x74\x61\x63\x74\x20\x6d\x69\x6e\x69\x4f\x72\141\x6e\147\x65\56\x3c\x2f\144\151\166\x3e\x3c\57\x64\x69\166\76\x22\51\73\xa\x9\x9\x9\x9\11\11\11\167\x69\x6e\144\x6f\x77\x2e\157\156\154\x6f\x61\x64\40\75\40\40\x6e\141\x76\137\x70\157\160\x75\x70\50\51\x3b\xa\11\11\11\11\11\x9\x7d\xa\11\x9\11\x9\175\51\73\xa\x9\x9\11\12\11\11\175\x29\73\xa\x9\x9\12\x9\x9\x6a\121\165\145\162\x79\50\47\x23\x74\145\163\164\47\51\56\143\x6c\151\x63\153\50\x66\165\x6e\x63\164\151\157\156\x28\x29\x7b\xa\11\11\11\11\x6a\121\165\145\x72\171\50\42\x23\164\x65\163\x74\x22\51\56\141\x74\164\162\x28\42\x64\151\x73\x61\142\154\x65\144\x22\54\40\164\x72\165\x65\x29\x3b\xa\11\11\x9\175\51\73\xa\11\11\40\40\x20\12\x9\11\11\x6a\121\165\145\x72\x79\50\x27\x23\143\154\x6f\163\145\x45\x6e\x74\145\162\105\x6d\x61\151\154\x43\154\157\165\x64\x27\51\x2e\x63\154\x69\143\153\50\x66\165\x6e\x63\164\151\x6f\156\50\51\x7b\xa\x9\x9\x9\x9\152\121\x75\145\162\x79\x28\47\43\x45\x6e\164\145\x72\105\155\141\x69\x6c\103\x6c\157\165\x64\x56\x65\162\x69\x66\151\143\x61\164\151\157\156\x27\x29\56\x63\163\163\x28\47\x64\151\163\160\x6c\x61\171\47\54\40\x27\156\157\156\x65\47\x29\x3b\12\11\11\x9\x7d\51\x3b\12\x9\11\x9\x6a\121\165\x65\x72\171\50\47\x23\x63\154\157\x73\x65\x45\156\x74\145\x72\x45\x6d\141\151\x6c\x27\51\56\143\154\151\143\x6b\50\x66\x75\156\143\164\x69\157\x6e\x28\51\173\xa\x9\11\11\x9\x6a\121\x75\145\x72\x79\50\x27\43\105\156\164\145\162\x45\x6d\141\x69\154\47\51\56\143\x73\163\50\x27\x64\x69\163\x70\154\141\x79\47\x2c\x20\x27\x6e\157\156\145\47\51\x3b\xa\11\11\11\x9\11\x9\175\51\x3b\12\11\x9\11\166\x61\162\x20\x65\155\x61\151\154\151\x6e\160\165\164\x20\75\x20\144\157\x63\x75\155\145\156\164\56\147\x65\164\x45\154\145\x6d\x65\x6e\x74\x42\x79\111\144\50\x22\145\155\141\151\x6c\x45\156\x74\x65\162\145\x64\42\x29\x3b\12\11\11\11\145\x6d\141\x69\x6c\151\156\160\165\164\56\x61\144\x64\105\x76\145\156\x74\114\151\163\164\145\156\145\162\50\42\x6b\x65\x79\165\x70\42\x2c\40\146\165\156\x63\x74\x69\x6f\156\50\x65\166\145\x6e\164\x29\40\x7b\12\11\11\x9\x69\146\x20\50\x65\x76\145\x6e\x74\56\153\145\x79\x43\x6f\x64\x65\x20\x3d\75\x3d\x20\61\x33\51\40\x7b\12\11\x9\11\11\x65\166\x65\x6e\164\x2e\160\x72\x65\x76\x65\x6e\x74\x44\145\146\141\165\x6c\x74\50\51\x3b\12\11\x9\11\11\144\x6f\x63\x75\155\x65\156\164\x2e\x67\x65\164\105\x6c\145\155\145\156\x74\102\171\x49\x64\50\42\x73\x61\166\145\x5f\145\x6e\164\145\x72\145\x64\x5f\x65\155\x61\151\154\x22\51\x2e\x63\x6c\x69\143\153\x28\51\x3b\xa\x9\x9\11\11\175\x20\40\x20\12\x9\11\x9\175\x29\x3b\xa\x9\11\11\x6a\x51\x75\145\x72\171\50\x27\43\163\141\166\145\137\x65\156\164\145\162\x65\x64\x5f\145\155\141\x69\x6c\x27\51\x2e\x63\x6c\x69\x63\153\50\146\x75\156\143\164\151\x6f\156\50\51\173\xa\11\11\11\11\152\x51\165\145\162\x79\x28\x27\43\163\141\x76\145\137\145\156\164\145\x72\145\144\137\x65\155\x61\x69\154\47\x29\x2e\160\x72\157\160\x28\x27\144\151\163\141\x62\x6c\145\x64\47\x2c\164\162\165\145\51\73\xa\11\11\11\x9\x76\141\x72\x20\x65\x6d\x61\151\x6c\x20\x20\40\x3d\40\152\121\165\145\x72\171\50\x27\43\x65\155\141\x69\154\105\x6e\x74\145\162\x65\x64\47\51\x2e\166\x61\154\x28\51\x3b\xa\11\x9\x9\x9\166\x61\162\40\156\x6f\156\x63\x65\40\40\x20\x3d\x20\x27";
echo wp_create_nonce("\105\x6d\x61\x69\154\126\x65\x72\151\x66\151\x63\141\x74\x69\x6f\x6e\123\x61\x76\x65\116\157\156\x63\145");
echo "\47\x3b\12\11\x9\11\11\166\141\x72\x20\x75\163\145\x72\x5f\x69\144\40\75\x20\47";
echo get_current_user_id();
echo "\x27\73\12\x9\11\x9\11\x76\x61\162\x20\x63\165\162\x72\x65\x6e\164\x5f\155\145\x74\x68\x6f\144\x20\x3d\40\152\x51\165\145\162\x79\50\47\x23\143\x75\x72\162\x65\x6e\x74\x5f\155\x65\164\150\157\x64\x27\x29\56\x76\141\x6c\x28\51\73\xa\11\x9\x9\x9\x9\x9\x9\xa\x9\11\11\11\151\x66\x28\145\x6d\x61\x69\x6c\40\x21\x3d\40\x27\47\x29\xa\x9\11\11\x9\173\12\11\x9\x9\11\x9\x76\x61\162\40\144\141\164\x61\40\x3d\40\173\xa\11\x9\11\11\x9\47\141\143\x74\x69\157\x6e\x27\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x3a\40\47\x6d\x6f\137\164\167\x6f\137\146\x61\x63\164\157\x72\x5f\141\152\x61\x78\47\x2c\12\11\11\x9\11\x9\x27\x6d\x6f\137\62\x66\137\164\x77\x6f\137\146\141\143\x74\157\162\x5f\x61\x6a\x61\170\x27\x20\40\x20\40\40\40\40\40\x20\x3a\40\x27\x6d\157\x32\x66\x5f\x73\x61\x76\145\x5f\x65\x6d\x61\x69\x6c\137\x76\145\162\x69\x66\151\x63\x61\164\151\157\x6e\47\54\40\12\x9\x9\x9\x9\11\x27\156\157\x6e\x63\145\x27\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\72\40\156\x6f\x6e\x63\x65\x2c\12\11\x9\x9\x9\11\47\145\x6d\141\x69\x6c\47\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x3a\x20\145\x6d\141\x69\154\x2c\12\x9\x9\x9\11\11\x27\165\163\x65\x72\137\x69\x64\47\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x3a\40\165\x73\x65\x72\x5f\151\144\54\xa\x9\11\11\x9\11\x27\143\165\162\x72\x65\x6e\x74\137\155\x65\164\150\157\144\47\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\72\x20\143\x75\162\x72\145\156\164\137\155\145\164\150\157\144\xa\x9\11\11\11\x9\175\x3b\xa\x9\11\11\11\x9\152\121\165\145\x72\x79\x2e\160\157\x73\164\x28\x61\152\x61\x78\165\162\x6c\x2c\x20\x64\141\x74\x61\x2c\x20\x66\165\156\x63\164\151\157\x6e\50\162\x65\163\x70\157\156\163\145\x29\x20\173\40\40\x20\x20\xa\x9\x9\x9\11\11\11\x9\x76\x61\x72\40\162\145\x73\160\157\x6e\163\x65\x20\x3d\40\162\145\163\x70\x6f\x6e\163\x65\56\162\x65\x70\154\141\143\x65\x28\x2f\134\163\x2b\x2f\147\x2c\x27\x20\47\51\x2e\164\x72\x69\155\x28\51\73\12\x9\x9\11\11\11\11\x9\xa\11\x9\11\11\11\x9\x9\x69\x66\50\162\x65\x73\x70\157\x6e\x73\x65\75\75\x22\x73\x65\164\x74\151\x6e\147\x73\x53\x61\x76\x65\144\42\x29\xa\11\x9\11\x9\11\x9\x9\173\xa\11\x9\11\x9\x9\11\x9\x9\57\x2f\40\166\x61\162\40\155\x65\164\x68\157\x64\x20\75\x20\x22";
echo "\42\73\12\11\x9\11\11\11\x9\11\x9\x76\x61\162\40\155\145\164\150\157\x64\40\75\40\x6a\x51\x75\145\162\171\x28\47\x23\x63\x75\162\162\145\156\164\x5f\155\145\x74\x68\x6f\144\47\x29\56\x76\x61\154\x28\x29\73\12\x9\x9\x9\11\11\11\11\x9\x6a\x51\165\145\162\x79\x28\x27\x23\155\157\62\x66\137\x63\x6f\156\146\x69\147\165\x72\145\144\137\x32\106\x41\137\x6d\x65\x74\150\157\144\137\146\x72\145\x65\137\x70\154\141\x6e\x27\x29\x2e\166\141\154\x28\155\x65\x74\150\x6f\144\x29\73\xa\x9\x9\x9\x9\x9\x9\x9\x9\152\x51\x75\145\x72\171\x28\x27\43\155\157\x32\146\x5f\163\145\x6c\145\143\164\x65\144\137\141\x63\164\151\157\x6e\137\x66\x72\145\145\x5f\160\x6c\141\156\x27\51\56\x76\141\x6c\x28\x27\x63\x6f\156\146\x69\147\165\162\x65\x32\146\x61\143\164\x6f\162\47\51\73\12\x9\x9\x9\x9\11\x9\x9\x9\x6a\x51\165\145\x72\x79\50\47\43\155\x6f\62\146\x5f\x73\141\x76\145\137\x66\x72\145\145\137\160\x6c\x61\156\137\141\165\x74\x68\137\155\x65\164\x68\x6f\144\163\x5f\146\x6f\x72\155\x27\x29\56\163\165\142\155\x69\x74\x28\51\x3b\12\x9\x9\x9\11\x9\11\x9\175\xa\11\x9\11\11\x9\11\11\145\154\163\145\x20\151\x66\50\162\x65\x73\160\x6f\156\x73\x65\x20\75\75\40\x22\x4e\x6f\x6e\x63\x65\x44\151\x64\116\157\164\115\x61\164\x63\150\x22\x29\12\x9\x9\x9\11\x9\11\11\173\12\x9\x9\11\11\11\x9\11\x9\x6a\x51\165\145\162\171\x28\47\x23\167\x70\x6e\163\x5f\155\x65\163\163\x61\x67\145\47\x29\x2e\x65\155\x70\x74\171\50\x29\73\12\x9\x9\11\x9\x6a\121\165\145\x72\171\50\x27\43\x77\160\156\x73\x5f\155\x65\x73\x73\141\x67\145\47\51\x2e\141\x70\x70\x65\x6e\x64\x28\42\74\x64\x69\166\40\151\144\75\47\156\x6f\164\x69\143\x65\137\144\x69\x76\x27\40\x63\154\141\x73\163\75\47\x6f\x76\x65\162\154\141\171\x5f\x73\165\143\x63\x65\163\163\47\x3e\74\x64\151\x76\x20\143\x6c\x61\163\x73\x3d\47\x70\x6f\160\165\x70\137\164\x65\x78\x74\47\x3e\x26\x6e\142\163\160\x3b\x20\46\x6e\x62\163\x70\x3b\x20\101\x6e\x20\165\156\x6b\x6e\x6f\x77\156\40\145\x72\x72\x6f\x72\x20\x68\x61\x73\40\x6f\x63\x63\165\x72\x65\144\x2e\x3c\57\x64\x69\166\x3e\74\57\x64\x69\x76\76\x22\51\73\xa\11\11\x9\x9\11\x9\11\11\x77\x69\x6e\x64\157\167\x2e\x6f\156\154\157\x61\144\40\x3d\40\156\x61\166\x5f\x70\157\x70\165\160\x28\x29\73\xa\x9\x9\x9\x9\x9\11\11\175\x65\154\163\x65\40\x69\x66\x28\x72\145\163\160\157\x6e\163\x65\75\x3d\x22\x55\x53\x45\x52\x5f\114\x49\x4d\x49\124\x5f\105\130\x43\x45\105\104\105\x44\42\x29\x7b\12\x9\11\x9\11\x9\11\11\x9\x6a\121\x75\x65\x72\171\x28\x27\43\105\x6e\x74\x65\x72\x45\x6d\141\151\x6c\x27\x29\56\x63\x73\x73\50\47\x64\151\163\x70\x6c\141\x79\x27\x2c\40\x27\x6e\157\x6e\x65\47\51\73\12\x9\11\x9\x9\11\x9\11\x9\x6a\121\x75\145\162\x79\50\47\43\x77\160\x6e\x73\137\155\x65\x73\x73\x61\147\x65\x27\51\56\x65\155\160\164\x79\x28\x29\x3b\12\x9\x9\11\11\11\x9\11\x9\152\x51\x75\x65\x72\171\50\x27\43\x77\160\156\x73\x5f\155\145\163\163\x61\147\x65\47\51\56\x61\x70\160\145\156\x64\x28\x22\74\144\151\x76\x20\x69\144\75\47\156\x6f\x74\x69\143\145\x5f\144\x69\x76\47\x20\x63\154\141\x73\x73\x3d\47\x6f\166\x65\162\154\141\171\137\145\x72\162\157\x72\47\x3e\74\144\151\166\40\143\154\141\163\x73\75\47\160\157\x70\165\x70\x5f\164\x65\x78\x74\x27\x3e\46\x6e\x62\x73\x70\73\x20\46\x6e\142\x73\x70\x3b\x20\131\157\165\162\x20\x6c\x69\155\151\164\40\157\146\40\63\x20\165\x73\145\162\x73\40\x68\141\163\x20\x65\x78\143\x65\145\144\145\144\x2e\40\120\154\x65\141\x73\x65\40\165\x70\147\162\141\x64\x65\x20\164\x6f\40\x70\162\145\x6d\x69\x75\155\40\x70\154\141\x6e\x73\x20\146\x6f\162\40\x6d\157\162\145\40\165\x73\145\x72\163\x2e\x3c\x2f\x64\151\166\76\x3c\x2f\144\151\x76\x3e\x22\51\73\12\x9\11\x9\11\11\11\x9\11\167\x69\x6e\144\157\167\56\157\156\154\x6f\x61\x64\40\x3d\40\x6e\141\166\137\160\157\x70\x75\160\50\x29\x3b\12\11\11\11\11\x9\x9\11\x7d\40\x65\154\163\145\x20\151\x66\x20\50\162\145\x73\160\157\x6e\163\145\x20\x3d\x3d\40\42\x73\155\164\160\156\x6f\164\163\145\x74\x22\x29\x7b\12\11\x9\11\x9\x9\11\x9\11\40\145\x72\x72\157\x72\x5f\x6d\163\x67\x28\x22\x20\120\x6c\x65\141\x73\x65\40\x73\x65\164\x20\171\157\165\162\x20\x53\115\124\120\40\x74\x6f\x20\x67\145\164\x20\x74\150\x65\x20\x65\x6d\141\151\x6c\40\146\x6f\x72\40\166\x65\x72\x69\x66\151\x63\141\x74\151\157\x6e\40\141\x74\40\x74\x68\145\x20\164\151\x6d\145\x20\157\x66\x20\154\x6f\x67\151\156\x20\x74\x6f\40\141\x76\157\x69\144\40\x67\x65\x74\164\151\x6e\147\x20\x6c\157\143\x6b\145\x64\40\157\x75\x74\x2e\x22\51\73\12\11\x9\x9\11\11\11\11\40\12\11\x9\11\11\x9\11\11\11\12\11\11\x9\11\11\11\11\175\xa\11\11\11\11\11\x9\11\x65\154\x73\x65\xa\11\11\x9\11\x9\x9\11\x7b\12\x9\x9\11\x9\11\x9\x9\x9\152\121\165\145\x72\171\50\47\43\x77\160\156\163\137\x6d\x65\163\x73\x61\x67\145\47\x29\56\x65\x6d\160\164\x79\x28\x29\12\x9\x9\11\x9\x9\11\11\11\x6a\x51\x75\145\162\171\x28\x27\43\167\x70\x6e\163\x5f\x6d\145\x73\x73\141\147\145\47\51\56\x61\x70\x70\x65\156\144\x28\x22\x3c\144\x69\x76\40\x69\144\x3d\x27\x6e\157\164\x69\143\145\137\x64\x69\166\47\40\x63\154\141\x73\x73\75\x27\157\166\145\x72\x6c\141\x79\x5f\x65\x72\x72\157\x72\x27\76\x3c\144\x69\x76\x20\143\154\141\x73\163\x3d\47\160\x6f\x70\165\x70\x5f\x74\145\x78\x74\x27\x3e\46\x6e\142\163\x70\73\40\46\x6e\142\x73\160\x3b\x20\111\156\166\x61\x6c\x69\144\x20\105\155\x61\x69\x6c\56\74\x2f\144\x69\166\x3e\74\57\144\151\166\x3e\42\x29\73\12\11\11\11\x9\11\x9\11\x9\x77\151\156\x64\157\x77\x2e\157\156\x6c\157\141\144\40\75\40\156\141\166\x5f\x70\157\x70\165\x70\x28\x29\73\xa\11\x9\11\x9\11\x9\x9\x7d\x20\40\x20\40\12\11\11\11\11\11\x9\x9\143\x6c\157\x73\x65\x5f\155\x6f\x64\141\154\50\51\x3b\12\x9\11\x9\11\x9\x9\175\x29\73\xa\11\11\11\x9\175\xa\xa\x9\x9\x9\175\51\x3b\xa\12\x9\11\11\152\121\165\x65\x72\171\50\x27\43\155\x6f\x5f\x32\x66\x5f\x67\x65\156\x65\162\141\x74\145\137\143\x6f\144\x65\163\x27\51\56\x63\154\151\x63\153\x28\146\165\x6e\143\164\x69\157\156\50\x29\173\xa\x9\x9\11\x9\152\x51\165\145\162\x79\x28\42\x23\x6d\157\62\146\x5f\x32\146\x61\x63\164\157\x72\x5f\147\x65\x6e\x65\162\141\164\145\x5f\x62\x61\143\x6b\x75\160\x5f\143\157\144\x65\x73\42\51\x2e\x73\165\x62\x6d\151\x74\x28\x29\x3b\12\x9\11\x9\x7d\x29\x3b\x9\11\x9\x20\xa\x9\11\11\x9\12\11\x9\x9\x9\x9\xa\12\xa\12\xa\12\x9\11\11\146\x75\x6e\x63\164\151\x6f\156\x20\143\x6f\x6e\146\x69\147\165\162\145\x4f\162\123\145\164\62\x6e\x64\x46\141\x63\164\x6f\162\x5f\x66\162\x65\145\137\x70\x6c\x61\x6e\50\141\x75\x74\150\115\145\164\x68\157\x64\x2c\x20\141\143\164\x69\x6f\156\54\x20\143\154\157\x75\144\x73\x77\151\164\143\150\x3d\x6e\x75\x6c\x6c\54\141\154\x6c\157\x77\145\x64\75\156\x75\154\x6c\51\40\173\12\x9\x9\x9\x9\x76\141\162\x20\x69\x73\x5f\157\156\160\x72\145\x6d\x20\x20\40\40\x20\40\x20\75\x20\47";
echo MO2F_IS_ONPREM;
echo "\47\x3b\xa\11\11\x9\x9\12\12\x9\x9\11\11";
global $aq;
$current_user = wp_get_current_user();
$Px = $aq->get_user_detail("\x6d\157\x32\146\137\x75\x73\x65\162\x5f\x65\155\141\x69\x6c", $current_user->ID) ? true : false;
echo "\x9\x9\11\x9\166\141\162\40\x69\x73\137\x75\x73\145\x72\137\x72\145\147\151\x73\164\145\162\145\144\40\75\x20\47";
echo $Px;
echo "\x27\x3b\xa\x9\x9\11\x9\12\11\11\11\x9\x9\12\11\11\x9\11\x69\146\x28\50\151\x73\137\x6f\x6e\160\162\145\155\x20\x3d\x3d\x20\x30\x20\x7c\x7c\x20\141\165\x74\x68\x4d\145\164\x68\157\x64\x3d\75\x27\155\x69\x6e\151\117\162\x61\156\147\x65\123\157\146\164\x54\157\x6b\145\x6e\47\x7c\174\x20\x61\165\x74\150\115\145\x74\x68\x6f\144\75\x3d\47\x6d\151\x6e\x69\117\x72\x61\x6e\x67\145\x51\122\x43\x6f\144\145\x41\x75\164\150\x65\156\164\151\x63\x61\x74\x69\x6f\x6e\x27\174\174\40\x61\x75\164\150\x4d\145\x74\150\157\144\75\x3d\x27\155\151\x6e\x69\117\x72\x61\156\147\145\120\165\163\x68\x4e\157\x74\x69\x66\x69\143\x61\x74\151\x6f\156\47\x29\x20\x26\46\40\151\x73\137\x75\163\145\162\x5f\162\x65\147\x69\x73\x74\145\162\145\144\x20\x3d\75\40\x30\x29\xa\x9\x9\11\11\173\xa\x9\x9\x9\x9\11\40\x76\x61\x72\40\x6e\157\x6e\x63\x65\x20\x3d\x20\x27";
echo wp_create_nonce("\x63\150\x65\x63\153\x75\x73\x65\162\x69\x6e\155\151\156\151\x4f\x72\x61\156\x67\x65\x4e\157\x6e\x63\145");
echo "\x27\73\12\11\11\11\x9\11\x20\166\141\162\40\144\141\x74\x61\x20\75\x20\173\xa\11\x9\11\11\11\11\x9\11\47\141\x63\164\151\157\156\47\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\72\40\47\155\157\137\x74\167\x6f\137\146\141\x63\x74\157\x72\x5f\x61\152\x61\170\47\x2c\12\11\x9\11\11\x9\11\x9\x9\x27\x6d\x6f\x5f\x32\x66\x5f\x74\167\x6f\137\x66\x61\x63\x74\157\x72\x5f\x61\x6a\141\170\x27\40\x20\40\40\x20\72\x20\47\155\x6f\x32\x66\137\143\x68\x65\x63\x6b\x5f\x75\x73\145\x72\x5f\145\170\x69\x73\164\x5f\x6d\x69\x6e\151\x4f\x72\x61\x6e\x67\x65\x27\x2c\12\x9\11\x9\x9\11\x9\x9\11\x27\156\x6f\156\x63\x65\x27\40\x3a\40\40\156\x6f\156\143\x65\xa\x9\11\11\11\11\11\x9\11\12\11\11\x9\11\x9\11\x9\175\73\12\x9\11\11\11\x9\11\152\x51\x75\x65\162\171\x2e\160\157\163\164\x28\141\152\x61\170\x75\x72\154\x2c\40\144\141\x74\x61\54\40\x66\x75\156\143\164\x69\157\156\x28\x72\145\163\160\x6f\156\163\x65\51\x20\x7b\12\x9\11\11\x9\11\x9\151\146\50\x72\145\163\x70\x6f\x6e\x73\145\x20\x3d\x3d\x20\47\x61\154\x72\145\x61\x64\171\x45\x78\x69\163\164\x27\51\12\x9\x9\11\11\x9\x9\173\12\x9\11\11\x9\x9\x9\11\152\x51\x75\145\x72\171\50\x27\43\105\x6e\164\x65\x72\105\155\x61\151\x6c\x43\154\x6f\165\144\126\x65\x72\x69\x66\x69\143\x61\x74\x69\157\x6e\47\51\56\143\x73\x73\x28\x27\x64\151\x73\x70\x6c\x61\x79\47\54\40\47\x62\x6c\x6f\x63\x6b\47\51\73\12\x9\11\11\11\11\x9\11\152\121\165\x65\162\171\x28\47\56\155\x6f\144\x61\x6c\55\143\x6f\x6e\x74\145\x6e\x74\x27\51\x2e\x63\163\x73\50\x27\167\151\x64\x74\150\x27\x2c\x20\47\x33\65\45\47\x29\73\xa\12\11\11\11\x9\x9\x9\11\x6a\121\x75\145\x72\171\x28\47\x23\x73\141\166\x65\137\x65\156\x74\x65\162\x65\x64\137\145\155\x61\x69\x6c\x5f\143\x6c\157\x75\144\x27\51\x2e\x63\x6c\151\x63\153\x28\146\165\x6e\143\x74\x69\x6f\x6e\50\x29\173\12\12\x9\x9\11\x9\11\11\11\x9\x6a\121\x75\145\162\x79\x28\x27\x23\105\x6e\164\145\162\105\155\x61\151\154\x43\154\x6f\x75\x64\126\145\162\x69\x66\151\x63\x61\x74\151\x6f\x6e\47\51\x2e\143\163\163\50\x27\144\x69\163\160\154\x61\171\47\54\x20\47\x6e\x6f\x6e\145\x27\x29\x3b\xa\x9\x9\11\11\x9\11\x9\11\166\x61\x72\x20\156\157\156\143\145\40\x3d\40\47";
echo wp_create_nonce("\x63\150\x65\x63\153\165\x73\145\162\151\156\155\151\x6e\x69\117\x72\141\x6e\x67\x65\116\157\156\143\x65");
echo "\x27\x3b\xa\x9\11\x9\x9\11\x9\x9\11\166\x61\162\40\x65\155\x61\151\x6c\x20\40\x20\75\40\152\x51\165\145\x72\171\50\47\x23\145\x6d\141\151\154\x45\156\x74\x65\162\145\144\x43\154\x6f\x75\x64\x27\51\56\166\141\x6c\50\x29\73\xa\x9\11\x9\x9\11\x9\11\x9\12\11\11\11\x9\11\x9\11\x9\x76\x61\x72\40\x64\x61\164\x61\40\x3d\x20\x7b\12\11\x9\x9\11\11\x9\x9\11\11\x27\141\143\164\151\x6f\x6e\x27\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\72\40\x27\x6d\157\x5f\164\167\157\137\146\141\143\x74\x6f\162\x5f\141\152\x61\170\47\x2c\xa\x9\x9\11\11\11\11\x9\11\11\47\155\157\x5f\62\x66\x5f\x74\167\x6f\x5f\x66\x61\x63\164\157\162\137\x61\x6a\141\x78\47\x20\x20\40\40\x20\72\x20\47\155\157\x32\146\x5f\143\150\x65\143\x6b\137\x75\x73\x65\x72\137\145\x78\151\163\x74\137\x6d\151\156\x69\x4f\x72\x61\156\x67\x65\x27\54\xa\x9\11\x9\11\11\x9\11\11\x9\47\x65\155\x61\x69\x6c\47\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x3a\40\x65\x6d\x61\x69\x6c\x2c\12\11\11\11\11\11\x9\11\x9\x9\x27\156\x6f\x6e\x63\145\47\40\72\40\x20\156\x6f\156\x63\145\xa\11\11\x9\11\x9\11\11\x9\11\12\x9\x9\11\x9\11\x9\11\x9\175\73\xa\xa\x9\11\x9\11\11\11\11\11\152\x51\165\145\x72\x79\56\160\x6f\x73\x74\x28\x61\x6a\141\x78\x75\162\x6c\x2c\40\x64\x61\164\x61\x2c\x20\146\x75\x6e\143\164\x69\157\x6e\50\162\145\x73\160\x6f\x6e\163\145\51\40\x7b\12\12\11\11\11\x9\11\x9\x9\x9\x9\151\x66\x28\x72\145\163\x70\157\156\x73\145\40\75\x3d\x20\x27\141\x6c\162\145\141\x64\171\105\x78\151\x73\x74\47\x29\xa\11\x9\x9\x9\11\11\11\x9\x9\173\xa\12\x9\11\11\11\x9\x9\x9\11\x9\x9\152\121\x75\145\x72\x79\x28\47\43\105\x6e\164\x65\x72\105\x6d\x61\x69\x6c\x43\154\x6f\165\144\x56\145\x72\x69\146\x69\x63\141\x74\151\x6f\156\47\x29\56\143\x73\x73\50\47\144\151\163\x70\x6c\x61\171\47\x2c\40\47\x62\x6c\x6f\143\x6b\x27\x29\73\12\11\x9\x9\x9\x9\x9\x9\x9\x9\x9\x6a\121\x75\x65\x72\x79\x28\x27\x2e\155\157\x64\x61\x6c\55\143\x6f\156\x74\145\156\x74\x27\x29\56\143\x73\x73\50\47\167\x69\x64\x74\150\47\x2c\x20\47\63\x35\45\47\x29\73\12\x9\x9\11\x9\11\11\11\11\11\175\xa\x9\x9\11\x9\11\x9\x9\x9\11\145\x6c\163\145\40\151\146\50\x72\x65\x73\x70\x6f\156\163\x65\x20\75\75\42\125\123\105\x52\103\101\x4e\x42\x45\103\x52\x45\101\x54\x45\104\x22\x29\12\x9\x9\x9\11\x9\11\11\x9\x9\x7b\12\11\x9\11\11\x9\11\x9\11\11\x9\x20\x20\40\xa\11\x9\11\x9\11\11\11\11\x9\x9\x6a\x51\x75\x65\162\x79\50\47\43\x6d\x6f\62\x66\x5f\x63\157\x6e\x66\151\x67\165\x72\x65\x64\x5f\62\106\101\137\155\x65\164\150\x6f\x64\x5f\146\162\x65\x65\137\x70\154\x61\156\47\x29\56\166\x61\x6c\x28\x61\165\x74\x68\x4d\145\164\150\x6f\144\x29\73\xa\x9\11\11\x9\x9\11\x9\x9\x9\11\x6a\121\x75\x65\x72\x79\50\x27\43\x6d\x6f\x32\146\137\x73\x65\154\145\x63\x74\x65\144\137\x61\143\164\x69\157\156\x5f\x66\162\145\x65\x5f\x70\x6c\x61\x6e\x27\x29\56\166\x61\154\50\x61\x63\164\151\157\156\x29\73\xa\11\11\x9\11\11\11\11\11\11\x9\152\x51\165\x65\x72\171\x28\47\x23\x6d\157\62\146\x5f\163\x61\x76\145\x5f\x66\x72\145\145\x5f\160\154\x61\156\137\x61\165\x74\x68\137\155\145\x74\x68\x6f\x64\x73\137\146\157\x72\155\x27\x29\x2e\163\x75\142\x6d\x69\x74\50\51\x3b\12\12\x9\x9\11\11\11\x9\11\11\x9\175\12\x9\x9\11\11\11\11\x9\x9\x7d\51\73\xa\xa\x9\11\x9\x9\11\x9\11\175\x29\73\12\x20\40\x20\xa\x9\11\x9\11\11\11\175\xa\11\11\x9\x9\x9\x9\x65\x6c\x73\145\x20\x69\146\50\x72\x65\163\x70\157\x6e\163\x65\x20\x3d\75\x22\x55\123\105\x52\x43\101\x4e\102\105\103\x52\x45\101\x54\x45\x44\x22\x29\xa\x9\11\11\x9\x9\11\x7b\12\x9\x9\x9\11\x9\x9\11\40\x20\x20\xa\11\11\x9\x9\11\11\x9\x6a\x51\165\x65\162\171\x28\47\x23\155\157\x32\x66\137\143\157\x6e\146\151\x67\165\162\x65\x64\137\62\x46\x41\137\x6d\x65\x74\x68\x6f\144\137\146\162\145\145\x5f\160\154\x61\156\x27\51\x2e\166\x61\154\50\x61\165\164\150\x4d\x65\164\150\157\x64\x29\x3b\xa\x9\11\x9\x9\11\x9\11\152\x51\x75\x65\162\171\50\47\x23\155\157\62\146\x5f\x73\145\x6c\x65\143\x74\x65\x64\137\141\x63\x74\x69\157\x6e\x5f\x66\162\x65\145\x5f\160\154\x61\156\x27\x29\x2e\166\141\x6c\x28\x61\x63\x74\x69\157\156\x29\73\xa\x9\x9\11\11\11\x9\11\152\121\x75\x65\162\171\x28\x27\43\x6d\157\62\146\137\163\x61\x76\145\137\x66\162\145\x65\137\160\154\x61\x6e\x5f\141\165\164\150\137\x6d\145\164\150\x6f\x64\163\137\x66\157\162\x6d\x27\51\56\163\x75\142\x6d\x69\164\x28\51\73\12\xa\11\11\x9\11\x9\x9\x7d\xa\x9\x9\x9\x9\11\11\x65\154\x73\x65\x20\x69\146\x28\x72\145\x73\x70\157\156\163\145\40\x3d\75\x20\42\x4e\x4f\x54\x4c\117\x47\x47\x45\x44\x49\x4e\42\51\12\11\x9\x9\11\11\x9\x7b\12\x9\x9\11\x9\x9\11\11\152\121\165\145\x72\x79\x28\x27\x23\155\x6f\x32\146\x5f\143\157\156\x66\x69\147\165\x72\x65\144\x5f\x32\x46\x41\137\x6d\x65\x74\150\x6f\144\x5f\146\162\x65\145\137\160\154\x61\156\x27\51\56\x76\141\154\x28\x61\165\x74\150\115\x65\x74\150\x6f\x64\x29\x3b\12\11\11\x9\x9\11\11\x9\152\x51\x75\x65\x72\x79\x28\x27\x23\x6d\157\62\146\x5f\x73\145\154\x65\143\164\x65\144\137\x61\143\x74\151\x6f\156\137\x66\162\x65\x65\137\160\154\x61\156\x27\51\56\166\141\x6c\50\141\143\164\x69\157\156\51\x3b\xa\11\x9\11\11\x9\11\x9\152\121\x75\145\x72\171\x28\47\x23\x6d\157\x32\146\137\163\x61\x76\145\137\x66\162\x65\x65\137\160\x6c\x61\156\x5f\141\165\x74\150\x5f\x6d\145\164\150\x6f\x64\x73\x5f\x66\x6f\162\155\x27\x29\x2e\163\165\x62\x6d\151\x74\x28\51\x3b\xa\11\x9\11\x9\x9\11\175\145\x6c\x73\x65\173\12\11\x9\11\11\11\x9\11\12\x9\x9\11\x9\11\x9\x7d\12\12\x9\x9\11\x9\x9\x7d\x29\73\12\11\x9\11\11\x7d\12\11\x9\x9\x9\145\154\163\x65\12\x9\11\x9\11\x7b\xa\11\11\11\x9\x69\146\x28\141\x75\164\x68\115\x65\164\x68\157\144\40\75\x3d\40\47\105\155\141\x69\154\126\x65\x72\151\x66\x69\x63\x61\164\151\x6f\x6e\47\40\x7c\174\40\x61\x75\x74\x68\x4d\x65\x74\150\157\144\40\75\75\40\x27\117\124\x50\117\166\x65\x72\105\x6d\x61\151\154\x27\x29\12\11\11\x9\11\x7b\12\x9\11\x9\11\x9\x76\x61\x72\x20\151\x73\137\x72\x65\x67\151\x73\x74\145\x72\145\x64\x20\x20\x20\x3d\x20\x27";
echo $cb;
echo "\x27\73\xa\x9\11\x9\x9\11\152\x51\165\x65\x72\x79\50\47\43\x63\165\x72\162\x65\156\164\137\x6d\x65\x74\150\x6f\x64\x27\51\x2e\x76\141\154\50\141\x75\164\150\115\145\x74\x68\x6f\x64\x29\x3b\xa\xa\11\x9\11\11\x9\x2f\57\40\x69\146\x28\x69\x73\x5f\157\x6e\160\x72\145\x6d\x20\75\x3d\40\x31\40\46\x26\x20\151\163\137\x72\145\x67\151\163\x74\x65\x72\145\144\x21\75\x30\x20\x26\x26\x20\141\143\x74\151\x6f\156\x20\41\75\x20\x27\x73\145\154\145\x63\164\62\146\x61\143\x74\x6f\x72\x27\x29\xa\11\x9\11\x9\11\x69\146\x28\151\x73\137\x72\145\147\151\x73\x74\145\x72\145\x64\41\x3d\60\40\x26\x26\x20\x61\143\x74\151\157\x6e\x20\41\x3d\40\x27\163\x65\x6c\145\x63\164\62\146\141\143\x74\x6f\162\47\51\x20\57\x2f\x65\x6d\x61\151\154\x20\x76\x65\162\x69\x66\x69\143\x61\164\151\x6f\x6e\40\146\x6f\x72\40\x63\x6c\157\165\x64\40\x61\163\40\x77\x65\154\x6c\x20\x2d\x20\160\162\x61\x6e\x61\166\12\11\x9\11\x9\x9\173\12\x9\11\11\x9\11\x9\x6a\121\165\x65\162\x79\x28\x27\x23\105\x6e\164\145\162\105\155\141\151\154\x27\51\56\143\x73\163\50\x27\x64\151\x73\160\x6c\141\x79\x27\54\x20\47\x62\154\157\x63\x6b\47\x29\73\xa\x9\11\11\x9\11\11\152\x51\165\x65\x72\171\50\x27\56\155\x6f\x64\x61\154\x2d\143\x6f\x6e\x74\145\156\x74\x27\x29\x2e\143\163\163\x28\x27\x77\151\x64\164\x68\47\x2c\x20\47\63\65\x25\x27\51\x3b\12\x9\11\11\11\11\x7d\xa\x9\11\x9\x9\11\x65\x6c\x73\145\12\11\x9\11\x9\11\x7b\12\x9\x9\x9\11\11\x9\12\x9\x9\11\11\11\11\x6a\121\x75\x65\162\x79\x28\47\x23\x6d\157\x32\x66\x5f\x63\157\x6e\x66\151\x67\x75\162\x65\144\x5f\x32\x46\x41\x5f\155\x65\164\x68\157\x64\137\146\162\x65\x65\137\x70\154\141\156\47\51\x2e\x76\141\x6c\x28\x61\165\x74\150\x4d\x65\x74\150\157\x64\51\73\xa\11\x9\x9\x9\11\11\x6a\x51\165\145\x72\171\50\x27\43\x6d\157\62\146\x5f\x73\145\154\x65\x63\164\x65\x64\137\x61\x63\x74\x69\x6f\156\x5f\146\x72\x65\x65\x5f\x70\154\x61\x6e\x27\51\56\166\141\154\50\x61\143\164\151\x6f\x6e\51\73\xa\11\11\11\x9\11\11\152\x51\165\145\x72\171\x28\x27\43\155\x6f\62\146\x5f\163\x61\x76\x65\x5f\x66\162\145\x65\137\160\154\x61\x6e\x5f\141\165\164\x68\x5f\x6d\x65\164\x68\x6f\144\163\137\x66\x6f\x72\155\47\51\56\163\x75\142\155\x69\x74\x28\51\x3b\x20\40\40\40\x20\x20\40\12\11\11\11\x9\x9\175\xa\11\x9\x9\x9\175\x20\12\11\11\x9\x9\145\154\x73\x65\xa\x9\11\11\11\173\xa\12\x9\x9\x9\x9\x9\x6a\121\x75\145\162\171\x28\47\43\155\x6f\62\146\x5f\143\157\x6e\x66\151\x67\x75\x72\145\144\x5f\62\106\x41\x5f\x6d\145\x74\x68\157\x64\137\x66\x72\145\x65\x5f\x70\x6c\141\156\x27\x29\x2e\x76\x61\x6c\50\x61\165\164\x68\x4d\145\164\x68\157\x64\x29\73\12\x9\11\11\11\x9\152\121\165\x65\162\171\x28\47\43\x6d\157\62\x66\x5f\163\145\154\145\143\x74\145\x64\137\x61\x63\164\151\x6f\x6e\137\146\x72\145\x65\x5f\x70\154\141\156\x27\51\x2e\x76\x61\154\x28\141\143\164\x69\157\x6e\51\73\xa\x9\11\x9\x9\x9\152\x51\165\x65\x72\171\x28\47\43\x6d\157\62\x66\137\163\141\x76\x65\137\146\162\x65\145\x5f\160\x6c\141\x6e\137\141\165\164\x68\x5f\155\145\x74\x68\x6f\144\163\x5f\146\157\162\155\x27\x29\56\163\165\142\x6d\151\x74\x28\x29\x3b\xa\11\11\x20\12\xa\x9\11\11\x9\11\xa\x9\x9\x9\11\x9\175\xa\11\x9\11\x9\xa\11\11\x9\x9\x7d\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\12\11\x9\11\x7d\xa\12\x9\11\x9\146\x75\x6e\x63\x74\x69\x6f\156\40\164\145\x73\164\x41\x75\x74\150\x65\156\164\x69\x63\141\x74\x69\157\156\115\x65\164\150\157\144\50\x61\165\x74\150\115\x65\x74\150\x6f\144\51\40\x7b\xa\x9\x9\x9\11\x6a\121\x75\145\x72\x79\x28\x27\x23\x6d\157\x32\x66\137\143\157\x6e\x66\151\147\x75\162\145\144\x5f\62\106\x41\x5f\x6d\145\164\x68\x6f\x64\137\164\145\x73\x74\47\51\x2e\166\141\x6c\50\141\x75\164\x68\115\x65\x74\x68\x6f\144\x29\x3b\xa\11\x9\11\x9\x6a\x51\x75\x65\162\171\50\47\43\x6c\157\x61\144\151\156\x67\x5f\151\155\x61\147\x65\47\51\56\163\150\157\x77\x28\51\x3b\12\xa\11\x9\11\x9\152\x51\165\145\x72\x79\50\x27\x23\x6d\x6f\x32\x66\137\x32\x66\x61\x63\164\157\x72\137\x74\x65\x73\x74\137\141\165\x74\150\x65\156\x74\x69\143\x61\x74\151\157\156\137\155\x65\164\150\157\144\137\x66\157\x72\x6d\x27\x29\x2e\x73\x75\x62\x6d\151\164\x28\x29\x3b\12\x9\x9\x9\x7d\12\xa\x9\x9\x9\146\x75\156\x63\x74\151\157\x6e\40\x72\x65\163\x75\x6d\145\x46\x6c\x6f\x77\x44\x72\151\x76\x65\156\123\x65\x74\165\160\x28\51\x20\173\xa\x9\x9\11\11\152\121\x75\145\162\x79\x28\47\x23\x6d\x6f\62\x66\x5f\x32\146\141\x63\164\x6f\x72\x5f\x72\145\163\x75\x6d\x65\x5f\146\154\157\167\x5f\x64\x72\151\166\145\156\137\163\x65\164\165\x70\137\146\157\x72\x6d\x27\51\x2e\163\165\142\155\151\164\50\51\73\xa\x9\11\11\x7d\12\xa\x9\11\11\146\x75\x6e\143\164\x69\157\x6e\x20\163\x68\157\x77\x5f\160\x72\x65\155\151\165\155\137\x61\x75\164\x68\x5f\x6d\x65\164\x68\157\x64\163\x28\x29\x20\173\xa\11\11\x9\x9\x6a\x51\165\x65\162\x79\50\x22\43\155\157\62\x66\137\160\162\x65\155\151\165\155\x5f\x70\154\141\156\137\141\x75\164\x68\x5f\x6d\x65\164\150\157\144\x73\x22\51\56\x73\154\151\x64\x65\124\157\x67\147\154\x65\50\61\x30\x30\60\x29\x3b\12\x9\x9\x9\175\12\12\x9\11\11\x6a\121\165\145\162\171\x28\42\x23\150\x6f\x77\137\164\157\137\143\x6f\156\146\151\147\165\162\145\x5f\x32\146\141\42\x29\x2e\150\x69\144\145\x28\51\73\12\xa\11\x9\11\x66\165\x6e\143\164\151\157\156\40\163\x68\x6f\167\x5f\150\x6f\167\137\x74\x6f\x5f\143\157\156\146\151\x67\x75\x72\145\x5f\62\x66\x61\x28\51\40\173\xa\x9\x9\x9\x9\x6a\x51\165\x65\162\171\x28\x22\43\x68\x6f\x77\x5f\164\157\137\143\x6f\x6e\146\151\147\x75\x72\145\x5f\x32\x66\x61\42\x29\56\x73\x6c\x69\144\145\124\157\x67\147\154\145\x28\67\60\x30\x29\73\xa\11\x9\11\x7d\12\12\x66\x75\156\x63\164\x69\x6f\x6e\x20\x6e\141\166\137\x70\x6f\160\165\160\50\51\x20\173\xa\x20\40\x64\x6f\143\165\x6d\145\156\164\56\147\x65\164\x45\154\x65\155\145\x6e\x74\x42\x79\111\144\50\42\156\157\164\151\x63\145\137\144\151\166\42\51\56\x73\164\171\154\145\x2e\167\x69\144\x74\150\x20\x3d\40\42\65\60\45\42\73\12\40\x20\163\x65\164\x54\151\x6d\x65\x6f\x75\164\50\x66\165\x6e\x63\164\151\x6f\x6e\50\x29\173\40\44\x28\47\43\156\x6f\164\151\143\145\x5f\144\151\166\x27\x29\56\x66\141\x64\x65\x4f\x75\164\50\x27\x73\154\157\167\47\x29\73\x20\175\x2c\40\65\x30\60\60\51\x3b\xa\x7d\12\11\x9\74\57\x73\x63\x72\151\x70\x74\76\xa";
goto hzY;
aWe:
$xB = get_user_meta($user->ID, "\x6d\x6f\x32\x66\137\62\x46\101\137\x6d\145\x74\150\157\x64\x5f\x74\157\137\x63\x6f\156\x66\x69\147\165\162\x65", true);
echo "\x3c\144\x69\x76\40\143\x6c\141\163\163\75\42\x6d\x6f\137\167\160\x6e\x73\x5f\x73\145\164\164\151\156\x67\x5f\x6c\x61\171\x6f\x75\x74\x22\76";
mo2f_show_2FA_configuration_screen($user, $xB);
echo "\74\x2f\144\151\x76\x3e";
goto hzY;
K5t:
$xB = get_user_meta($user->ID, "\x6d\157\62\146\137\x32\x46\101\137\155\145\x74\150\157\x64\x5f\x74\x6f\x5f\x74\x65\x73\164", true);
echo "\74\x64\151\x76\x20\143\x6c\141\163\x73\75\x22\155\x6f\137\x77\x70\156\x73\137\163\x65\x74\164\151\156\147\137\x6c\141\171\157\165\164\42\76";
mo2f_show_2FA_test_screen($user, $xB);
echo "\74\57\144\151\166\x3e";
goto hzY;
j2T:
display_customer_registration_forms($user);
hzY:
function mo2f_map_auth_methods($rfW, $user)
{
    $lnJ = array("\x4f\x55\124\40\x4f\x46\40\x42\x41\x4e\x44\40\105\115\x41\111\x4c" => "\105\155\141\x69\x6c\40\x56\x65\x72\151\x66\151\x63\141\164\151\x6f\156", "\x4b\102\101" => "\123\x65\143\x75\162\151\x74\x79\x20\x51\x75\145\x73\164\151\x6f\156\x73", "\x53\115\x53" => "\x4f\124\x50\40\117\x76\x65\x72\x20\123\x4d\x53", "\x4f\124\x50\40\117\x56\x45\x52\x20\105\x4d\x41\x49\x4c" => "\x4f\124\120\x20\117\x76\x65\162\x20\105\155\x61\151\154", "\117\124\x50\137\117\126\x45\x52\137\x45\115\x41\111\114" => "\x4f\x54\x50\40\x4f\x76\145\162\x20\105\155\141\x69\154", "\x4d\x4f\102\111\x4c\x45\40\101\x55\124\x48\105\x4e\x54\111\x43\x41\x54\x49\117\x4e" => "\155\x69\156\x69\x4f\x72\141\156\147\145\x20\x51\122\40\x43\x6f\x64\x65\40\101\165\x74\x68\145\156\164\x69\143\141\x74\151\157\156", "\123\x4f\106\x54\40\x54\117\x4b\105\116" => "\x6d\x69\156\x69\117\x72\141\x6e\x67\145\x20\x53\157\x66\164\40\124\x6f\x6b\x65\156", "\120\125\x53\110\x20\116\117\x54\111\106\111\103\x41\x54\x49\117\x4e\123" => "\x6d\151\156\x69\x4f\x72\141\x6e\x67\145\x20\120\x75\163\150\x20\116\x6f\x74\x69\146\x69\x63\141\x74\x69\x6f\x6e", "\x47\x4f\117\x47\x4c\105\x20\101\x55\124\x48\x45\116\124\111\x43\x41\x54\117\x52" => "\107\157\x6f\147\x6c\x65\x20\x41\x75\164\150\145\x6e\164\x69\x63\141\x74\157\162", "\117\124\120\40\x4f\x56\105\122\40\x54\x45\x4c\105\x47\x52\101\x4d" => "\117\124\x50\40\x4f\x76\x65\x72\x20\124\145\154\145\x67\x72\141\x6d");
    $g_f = MoWpnsUtility::get_mo2f_db_option("\x6d\x6f\62\x66\x5f\x61\x6c\154\x5f\165\163\x65\x72\x73\137\x6d\145\164\150\157\144", "\x73\x69\164\x65\x5f\x6f\160\x74\x69\x6f\x6e");
    if ($g_f) {
        goto DzF;
    }
    if (is_super_admin($user->ID)) {
        goto UZf;
    }
    $S5 = $user->roles[0];
    $XOv = get_site_option("\x6d\x6f\62\146\x5f\x61\x75\x74\x68\137\155\x65\x74\x68\157\144\163\x5f\146\x6f\x72\x5f" . $S5);
    goto Cr2;
    UZf:
    $XOv = get_site_option("\155\157\62\146\x5f\x61\x75\164\x68\137\155\x65\x74\150\x6f\x64\x73\x5f\146\157\162\137\x75\163\145\x72\163");
    Cr2:
    goto Cbx;
    DzF:
    $XOv = MoWpnsUtility::get_mo2f_db_option("\155\x6f\x32\146\137\141\165\x74\x68\x5f\155\145\164\150\x6f\144\163\137\146\157\x72\x5f\165\x73\x65\x72\163", "\x73\151\164\145\x5f\x6f\x70\x74\151\157\156");
    Cbx:
    $OcG = array();
    if (!is_array($XOv)) {
        goto FL7;
    }
    foreach ($XOv as $Yt => $kB) {
        array_push($OcG, $lnJ[$kB]);
        rs8:
    }
    axh:
    FL7:
    return $OcG;
}
function mo2f_get_2fa_methods_for_users()
{
    $nkk = array("\123\145\143\x75\162\151\x74\171\40\121\165\x65\163\x74\x69\x6f\x6e\163", "\117\124\x50\x20\x4f\166\145\x72\x20\105\155\141\151\x6c", "\x47\x6f\157\147\154\x65\40\101\x75\164\x68\x65\x6e\x74\151\143\x61\164\157\162", "\x4f\x54\x50\40\117\x76\x65\162\40\123\115\x53", "\105\155\x61\151\x6c\x20\x56\145\162\x69\146\151\x63\141\x74\151\157\x6e");
    return $nkk;
}

Function Calls

None

Variables

None

Stats

MD5 2cb05671b4bb7ce341ae7ff0f7785d5a
Eval Count 0
Decode Time 90 ms