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 /** * This file is a part of the miniorange-saml-20-single-sign-on plugin. * ..
Decoded Output download
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
use MOSAML\LicenseLibrary\Mo_License_Service;
function mo_saml_configuration_steps()
{
$fs = get_site_option("mo_saml_sp_base_url") ?: home_url();
$VQ = get_site_option("mo_saml_sp_entity_id") ?: $fs . "/wp-content/plugins/miniorange-saml-20-single-sign-on/";
$hY = get_site_option("saml_nameid_format");
if (!empty($hY)) {
goto KsF;
}
$hY = "1.1:nameid-format:emailAddress";
KsF:
$td = Mo_License_Service::is_customer_license_valid() ? add_query_arg(array("tab" => "save", "action" => "upload_metadata"), $_SERVER["REQUEST_URI"]) : "javascript: void(0)";
$ec = Mo_License_Service::is_customer_license_valid() ? add_query_arg(array("tab" => "save"), $_SERVER["REQUEST_URI"]) : "javascript:void(0)";
$F8 = Mo_License_Service::is_customer_license_valid() ? "onclick="document.forms['mo_saml_download'].submit();"" : "javascript: void(0)";
$xs = Mo_License_Service::is_customer_license_valid() ? $fs . "/?option=mosaml_metadata" : "javascript:void(0)";
echo "<input type="hidden" name="option" value="mo_saml_idp_config" />";
echo "<div class="slideshow-container ">\xd\xa <div id="parent">\xd
<div class="mo_prev" onclick="plusSlides(-1);changeTrackerforStep1(1);" style="z-index: 2" id="mo_prev"><span id="mo_prev_pointer">❮</span></div>
\xa <div class="mo_next" style="z-index: 2" onclick="plusSlides(1);changeTrackerforStep2(2)" id="mo_next"><span id="mo_next_pointer">❯</span></div>\xd
\x9</div>\xd\xa \xd
\x9<table width="98%" border="0" class="progress-tracker-table">
\x9 <tr><td>";
check_plugin_state();
echo "
\xa</td></tr>
\xa\xd\xa
\xa<tr><td>\xd\xa
<ul class="progress-tracker progress-tracker--text progress-tracker--center anim-path anim-ripple" >
\xa <li class="progress-step is-active" id="progress_step1">\xd\xa <span class="progress-marker" id="tracker_step1" onclick="changeTrackerforStep1(1)">1</span>\xd\xa <span class="progress-text">\xd
Configure your Identity Provider \xd\xa </span>
\xa </li>
\xa\xd\xa <li class="progress-step" id="progress_step2">\xd
<span class="progress-marker" onclick="changeTrackerforStep2(2)" id="tracker_step2">2</span>\xd
<span class="progress-text">
\xa Configure Service Provider
</span>\xd\xa </li>
\xd
</ul>\xd\xa\xd
<div class="mySlides fade">\xd
\xd\xa\x9\x9<h3 style="text-align: center">Configure your Identity Provider </h3>\xd\xa\x9\x9<h4>Provide this plugin information to your Identity Provider team. You can choose any one of the below options:</h4>\xd\xa\x9 <p><b>a) Provide this metadata URL to your Identity Provider </b></p>
\xa\x9\x9<p style="margin-left: 2%"><code><b><a id="metadata_url" target="_blank" href="" . $xs . "" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . " >" . $fs . "/?option=mosaml_metadata</a></b></code>
\xa <i class="fa fa-fw fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#metadata_url', '#metadata_url_copy');"><span id="metadata_url_copy" class="copytooltiptext">Copy to Clipboard</span></i>
\xa\x9\x9</p>
<p><b>b) Download the Plugin XML metadata and upload it on your Identity Provider </b></p>\x9 \x9\x9
\xa\x9\x9<p ><form method="post" action="">";
wp_nonce_field("mo_saml_download_metadata");
echo "<input type="hidden" name="option" value="mo_saml_download_metadata"/>
<input type="submit" class="button button-primary button-large" value="Download XML Metadata" style="margin-left: 2%" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . " /></form></p>
\x9<p><b>c) Provide the following information to your Identity Provider.</b></p>\xd
\xd
<table border="1" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:0px 0px 0px 10px; margin:2px; border-collapse: collapse; width:98%">
\x9\x9\x9\xd\xa \x9\x9\x9<form method="post" action="" name="mo_saml_download">";
wp_nonce_field("mo_saml_download_cert");
echo "<input type="hidden" name="option" value="mo_saml_download_cert" /></form>\xd
\x9<tr>\xd\xa\x9 \x9 \x9<td style="width:40%; padding: 15px;"><b>SP-EntityID / Issuer</b></td>\xd
\x9\x9 <td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="entity_id">" . $VQ . "</span></td>\xd\xa \x9 \x9<td><i class="fa fa-fw fa-lg fa-pull-right fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#entity_id', '#entity_id_copy');"><span id="entity_id_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>\xd
\x9\x9\x9</td>
\x9\x9 \x9\x9</tr>
\xa \x9 \x9<tr>\xd
\x9\x9\x9 <td style="width:40%; padding: 15px;"><b>ACS (AssertionConsumerService) URL</b></td>\xd\xa\x9 \x9 <td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="base_url">" . $fs . "/</span></td>\xd\xa\x9 \x9<td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#base_url', '#base_url_copy');"><span id="base_url_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>
\x9\x9 </td>\xd\xa
\x9\x9\x9\x9 </tr>\xd\xa
\x9 <tr>\xd\xa \x9\x9 \x9 <td style="width:40%; padding: 15px;"><b>Single Logout URL</b></td>
\xa\x9 \x9 \x9<td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="slo_url">" . $fs . "/</span></td>\xd\xa\x9\x9\x9 \x9 <td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#slo_url', '#slo_url_copy');"><span id="slo_url_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>
\x9\x9 \x9</td>
\xa\xd\xa \x9 </tr>\xd
\xd
\xa \x9 \x9 <tr>\xd\xa\x9\x9\x9 \x9 <td style="width:40%; padding: 15px;"><b>Audience URI</b></td>\xd\xa\x9 \x9 <td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="audience">" . $VQ . "</span></td>
\x9 \x9 \x9 <td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#audience','#audience_copy');"><span id="audience_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>\xd\xa\x9 \x9\x9\x9</td>
\xd\xa </tr>
\xa\x9\x9\x9 \x9<tr>
\x9\x9 \x9 <td style="width:40%; padding: 15px;"><b>NameID format</b></td>\xd
\x9\x9 \x9 <td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="nameid">urn:oasis:names:tc:SAML:" . $hY . "</span></td>\xd
\x9 \x9 <td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#nameid', '#nameid_copy');"><span id="nameid_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>
\xa \x9 \x9</td>\xd\xa
\x9 </tr>\xd
\x9 \x9 <tr>
\x9 \x9\x9 \x9<td style="width:40%; padding: 15px;"><b>Recipient URL</b></td>\xd\xa\x9 \x9\x9\x9\x9<td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="recipient">" . $fs . "/</span></td>\xd
\x9 \x9\x9\x9 <td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#recipient','#recipient_copy');"><span id="recipient_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>\xd\xa\x9\x9 \x9</td>
\xd
\x9 \x9 </tr>\xd
\x9 <tr>\xd
\x9 <td style="width:40%; padding: 15px;"><b>Destination URL</b></td>\xd
\x9\x9\x9 \x9<td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="destination">" . $fs . "/</span></td>\xd\xa\x9 \x9 <td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#destination','#destination_copy');"><span id="destination_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>
\xa \x9\x9 \x9\x9</td>\xd
\xa\x9 \x9\x9 </tr>
\x9\x9\x9\x9\x9<tr>\xd
\x9\x9\x9 \x9\x9<td style="width:40%; padding: 15px;"><b>Default Relay State (Optional)</b></td>\xd
\x9\x9\x9\x9 <td style="width:60%; padding: 15px;"><table width="100%"><tr><td><span id="relaystate">" . $fs . "/</span></td>\xd\xa \x9\x9\x9 \x9<td><i class="fa fa-fw fa-pull-right fa-lg fa-copy mo_copy copytooltip" onclick="copyToClipboard(this, '#relaystate', '#relaystate_copy');"><span id="relaystate_copy" class="copytooltiptext">Copy to Clipboard</span></i></td></tr></table>\xd\xa\x9 \x9 \x9\x9</td>
\xa \x9 \x9\x9</tr>
\x9<tr>
\xa \x9 \x9 \x9<td style="width:40%; padding: 15px;"><b>Certificate (Optional)</b></td>\xd\xa\x9 \x9 \x9 <td style="width:60%; padding: 15px;">
\xa \x9 \x9 \x9<input type="button" class="button button-primary" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . " ";
echo $F8 . " value="Download"/>
\xa \x9\x9\x9 </td>
\xa\xd
\x9 </tr>\xd\xa\x9\x9\x9 </table>\xd
\x9 \x9\x9
\xa\x9\xd\xa <tr>
\x9 \xd
\x9<td colspan="2">\xd
\x9 <div class="mySlides fade">
\x9\x9
\xa \x9<h3 style="text-align: center;">Configure Service Provider</h3>\xd\xa <h4>Assuming you are done with step 1 and you already have your Identity Provider's metadata, you can now proceed with configuring the Service Provider in either of the following two ways.</h4>
\x9\x9<p style="text-align: center"><b>\xd
\x9\x9<a class="button button-primary button-large" href="" . $td . "" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . ">\xd
\x9 Upload IDP Metadata</a></b></p>
\xa <p style="text-align: center;font-size: 13pt;font-weight: bold;">OR</p>
\xa \x9<p style="text-align: center;"><b>
\x9\x9<a href="" . $ec . "" class="button button-primary button-large" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . ">Manually configure SP</a> </b></p>
\x9 </div>
\x9
\x9 </td>
\x9\x9\xd\xa\x9</tr>\xd\xa\x9
\xa <tr>\xd\xa\x9\x9<td>
\x9\x9</br><br>
\xa \x9</td>
\xa\x9</tr>\xd
\x9
\x9
\xa\x9</table>\xd\xa\x9</div>\xd
\xd\xa <br>
\xa\xd
\x9<div style="position:relative;">\xd
\x9<table width="98%" border="0" style="background-color:#FFFFFF; border:1px solid #CCCCCC; padding:2%;">\xd\xa\x9\x9<tr>\xd
\x9<td colspan="2">\x9
\xa\x9\x9<h3><b>Service Provider Endpoints:</b></h3>\x9 \xd
\x9\x9<form width="98%" border="0" method="post" id="mo_saml_update_idp_settings_form" action="">";
wp_nonce_field("mo_saml_update_idp_settings_option");
echo "<input type="hidden" name="option" value="mo_saml_update_idp_settings_option" />
\xa \x9\x9\x9<table width="98%">\xd\xa \x9\x9 <tr>
\x9 \x9 <td width="20%">SP Base URL:</td>
\x9 <td width="70%"><input type="text" name="mo_saml_sp_base_url" placeholder="You site base URL" style="width: 95%;" value="" . $fs . "" required " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "/></td>\xd\xa \x9\x9</tr>\xd\xa\x9 \x9\x9\x9<tr>\xd\xa \x9 \x9<td>SP EntityID / Issuer:</td>\xd
\x9\x9 \x9\x9 <td><input type="text" name="mo_saml_sp_entity_id" placeholder="You site base URL" style="width: 95%;" value="" . $VQ . "" required " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "/></td>
\xa\x9\x9 \x9</tr>
\x9 \x9\x9 <tr>\xd
\x9 \x9<td>\xd\xa\x9\x9\x9 \x9 \x9</td>
\xa\x9\x9 \x9\x9\x9\x9<td>
\x9\x9 \x9\x9 \x9<i><b>Note:</b> If you have already shared the above URLs or Metadata with your IdP, do <b>NOT</b> change SP EntityID. It might break your existing login flow.</i>\xd\xa \x9 \x9\x9\x9</td>\xd
\x9\x9\x9 </tr>\xd\xa \x9<tr>\x9\x9\xd
\x9 \x9\x9\x9<td colspan="2" style="text-align: center"><br><input type="submit" name="submit" style="width:100px;" value="Update" class="button button-primary button-large" " . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "/></td>\xd\xa \x9\x9\x9</tr>
\xa </table>
\xa </form>\xd\xa </div>\xd\xa\x9 </td>
</tr>\xd\xa\xd\xa
</table>
\xa\x9 \xd
\xa<br>\xd
\xd
\xd\xa<script>\xd\xa
\xa
\xa var progress_step1 = document.getElementById("progress_step1");\xd
var progress_step2 = document.getElementById("progress_step2");\xd\xa\xd
var slideIndex = 1;
showSlides(slideIndex);
\xd
function plusSlides(n) {
\xa showSlides(slideIndex += n);
\xa}
\xa\xd
function currentSlide(n) {\xd
\xd
showSlides(slideIndex = n);\xd
\xd\xa}
\xa\xd
function changeTrackerforStep2(n) {\xd\xa progress_step1.classList.remove("is-active");\xd\xa progress_step1.classList.add("is-complete");\xd\xa progress_step2.classList.add("is-active");\xd
currentSlide(n);\xd\xa}
\xafunction changeTrackerforStep1(n) {\xd
progress_step2.classList.remove("is-active");
progress_step1.classList.remove("is-complete");\xd
progress_step1.classList.add("is-active");\xd\xa currentSlide(n);
}
function opacity() {\xd
if(slideIndex===1){\xd\xa document.getElementById("mo_prev").setAttribute("style","opacity:0");\xd\xa document.getElementById("mo_next").setAttribute("style","opacity:1.05");
\xd
\x9}
else if(slideIndex===2) { \xd
document.getElementById("mo_prev").setAttribute("style","opacity:1.05");
document.getElementById("mo_next").setAttribute("style","opacity:0");}\xd
\x9
}
\xa \xd\xa
function showSlides(n) {
\xa var i;\xd\xa opacity();
\xa var slides = document.getElementsByClassName("mySlides");\xd\xa if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
\xa for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
\xa \xd
slides[slideIndex-1].style.display = "block"; \xd\xa}\xd
\xd
function copyToClipboard(copyButton, element, copyelement) {\xd
\x9var temp = jQuery("<input>");
jQuery("body").append(temp);
temp.val(jQuery(element).text()).select();\xd
\x9document.execCommand("copy");
temp.remove();\xd\xa jQuery(copyelement).text("Copied");\xd\xa
jQuery(copyButton).mouseout(function(){\xd
jQuery(copyelement).text("Copy to Clipboard");\xd\xa });\xd
}\xd\xa\xd\xa
</script>
\xa \x9
\xd\xa
";
}
function mo_saml_download()
{
if (Mo_License_Service::is_customer_license_verified()) {
goto MaU;
}
return;
MaU:
if (!(current_user_can("manage_options") && isset($_POST["option"]))) {
goto E_e;
}
$Bu = "false";
$wZ = Mo_Saml_Admin_Referer_Download_Options::getConstants();
if (!isset($_POST["option"])) {
goto Jgo;
}
$Bu = in_array($_POST["option"], $wZ);
Jgo:
if (!(isset($_POST["option"]) && $Bu && !Mo_License_Service::is_customer_license_valid())) {
goto afN;
}
update_site_option("mo_saml_message", "Something went wrong while processing this request.");
$Qm = new saml_mo_login();
$Qm->mo_saml_show_error_message();
return;
afN:
if (!(array_key_exists("option", $_POST) && $_POST["option"] == "mo_saml_download_cert" && check_admin_referer("mo_saml_download_cert"))) {
goto KD9;
}
$T0 = get_site_option("mo_saml_current_cert");
header("Content-Type: application/crt");
header("Content-Disposition: attachment; filename="sp-certificate.crt"");
echo $T0;
exit;
KD9:
if (!(array_key_exists("option", $_POST) && $_POST["option"] == "mo_saml_download_new_cert" && check_admin_referer("mo_saml_download_new_cert"))) {
goto CgY;
}
$eH = file_get_contents(plugin_dir_path(__DIR__) . "resources" . DIRECTORY_SEPARATOR . mo_options_enum_default_sp_certificate::SP_Public_Certificate);
header("Content-Type: application/crt");
header("Content-Disposition: attachment; filename="miniorange_sp.crt"");
echo $eH;
exit;
CgY:
if (!(array_key_exists("option", $_POST) && $_POST["option"] == "mo_saml_download_metadata" && check_admin_referer("mo_saml_download_metadata"))) {
goto tln;
}
miniorange_generate_metadata(true);
tln:
if (!(array_key_exists("option", $_POST) && $_POST["option"] == "mo_saml_download_new_metadata" && check_admin_referer("mo_saml_download_new_metadata"))) {
goto h0d;
}
miniorange_generate_metadata(true, true);
h0d:
E_e:
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* This file is a part of the miniorange-saml-20-single-sign-on plugin.
*
* @link https://plugins.miniorange.com/
* @author miniOrange
* @package miniorange-saml-20-single-sign-on
*/
use MOSAML\LicenseLibrary\Mo_License_Service;
function mo_saml_configuration_steps()
{
$fs = get_site_option("\155\157\x5f\163\141\x6d\154\137\x73\x70\137\x62\141\x73\145\137\x75\x72\x6c") ?: home_url();
$VQ = get_site_option("\155\157\137\163\141\x6d\x6c\x5f\x73\160\x5f\145\x6e\164\x69\164\x79\137\151\x64") ?: $fs . "\57\167\x70\x2d\x63\x6f\x6e\x74\x65\x6e\164\57\160\154\165\147\151\156\163\57\x6d\x69\x6e\x69\x6f\x72\141\x6e\x67\145\x2d\x73\141\155\x6c\55\x32\60\x2d\x73\x69\156\147\x6c\145\55\163\151\x67\x6e\55\x6f\x6e\x2f";
$hY = get_site_option("\163\141\x6d\x6c\x5f\156\x61\x6d\x65\x69\144\137\146\x6f\162\x6d\141\x74");
if (!empty($hY)) {
goto KsF;
}
$hY = "\x31\56\x31\72\156\141\155\x65\151\144\x2d\x66\x6f\x72\155\x61\164\x3a\145\x6d\141\151\x6c\101\x64\x64\162\145\x73\163";
KsF:
$td = Mo_License_Service::is_customer_license_valid() ? add_query_arg(array("\x74\x61\142" => "\163\x61\x76\145", "\141\x63\164\x69\x6f\156" => "\x75\x70\154\157\141\144\137\155\145\x74\141\144\x61\x74\141"), $_SERVER["\122\105\x51\x55\x45\x53\124\137\x55\122\111"]) : "\152\141\x76\141\x73\x63\x72\x69\160\x74\72\x20\166\157\151\144\x28\x30\x29";
$ec = Mo_License_Service::is_customer_license_valid() ? add_query_arg(array("\x74\x61\142" => "\163\x61\x76\145"), $_SERVER["\x52\x45\x51\x55\x45\123\124\137\x55\x52\111"]) : "\x6a\141\166\x61\163\143\x72\151\160\164\72\166\x6f\x69\x64\x28\x30\x29";
$F8 = Mo_License_Service::is_customer_license_valid() ? "\157\x6e\x63\x6c\x69\143\153\75\x22\144\157\143\x75\x6d\145\156\x74\x2e\146\157\x72\x6d\x73\x5b\x27\155\157\137\163\x61\155\154\x5f\x64\157\x77\x6e\154\157\141\144\47\135\56\x73\x75\142\155\151\x74\x28\51\73\x22" : "\152\x61\166\x61\163\x63\162\151\x70\x74\x3a\x20\x76\x6f\151\144\x28\60\51";
$xs = Mo_License_Service::is_customer_license_valid() ? $fs . "\x2f\77\157\160\x74\x69\x6f\156\x3d\x6d\157\x73\x61\155\154\137\x6d\145\164\141\144\141\164\x61" : "\152\141\x76\x61\x73\143\x72\151\x70\164\72\x76\x6f\151\x64\x28\60\x29";
echo "\x3c\151\x6e\x70\x75\164\x20\164\171\160\145\x3d\42\150\151\x64\144\x65\156\42\x20\x6e\141\155\x65\x3d\x22\157\160\164\x69\157\156\x22\x20\x76\141\x6c\x75\145\x3d\42\155\157\x5f\x73\x61\155\x6c\137\151\x64\x70\x5f\143\157\x6e\146\x69\x67\x22\x20\x2f\76";
echo "\74\x64\151\x76\x20\143\154\x61\x73\163\75\x22\x73\x6c\x69\x64\145\163\x68\x6f\167\55\143\x6f\x6e\164\141\151\156\145\x72\x20\x22\76\xd\xa\11\74\x64\151\166\40\151\x64\x3d\42\160\141\x72\x65\x6e\x74\42\76\xd\12\11\x3c\144\x69\166\40\x63\154\141\x73\163\75\42\155\x6f\x5f\x70\162\145\166\42\x20\x20\157\x6e\x63\154\x69\143\153\75\42\x70\x6c\x75\x73\123\154\x69\x64\145\163\x28\x2d\x31\x29\73\143\150\141\156\147\145\124\x72\141\143\x6b\x65\162\x66\157\x72\x53\x74\x65\x70\61\50\61\x29\73\42\x20\163\164\171\x6c\145\x3d\x22\172\55\x69\x6e\x64\145\170\x3a\40\62\42\x20\151\144\x3d\42\155\157\137\x70\x72\145\x76\42\76\x3c\163\160\141\156\40\x69\144\x3d\42\x6d\157\x5f\x70\x72\145\166\137\x70\x6f\x69\156\164\145\x72\x22\76\x26\x23\x31\x30\60\71\x34\x3b\74\x2f\163\160\x61\x6e\76\x3c\x2f\x64\x69\x76\x3e\15\xa\11\74\x64\x69\166\x20\x63\154\x61\x73\163\75\42\x6d\x6f\137\x6e\x65\170\x74\42\40\40\x73\x74\x79\x6c\x65\x3d\x22\x7a\55\x69\156\x64\145\x78\72\40\x32\x22\x20\x6f\x6e\143\x6c\x69\143\x6b\x3d\42\160\x6c\165\163\123\x6c\x69\x64\145\163\50\61\x29\73\x63\x68\141\x6e\x67\145\124\x72\x61\x63\x6b\145\x72\x66\x6f\162\123\164\145\160\x32\50\x32\51\x22\x20\x69\x64\x3d\42\155\157\x5f\156\145\x78\164\x22\76\74\x73\160\x61\x6e\x20\x69\144\x3d\x22\155\x6f\137\156\145\x78\164\x5f\x70\157\x69\156\x74\145\162\42\x3e\46\43\61\x30\60\71\x35\73\x3c\x2f\x73\x70\141\156\76\74\57\x64\x69\x76\x3e\xd\12\x9\74\57\x64\x69\166\x3e\xd\xa\11\40\x20\40\40\xd\12\x9\74\x74\141\142\x6c\x65\40\x77\151\144\164\x68\75\42\71\x38\x25\x22\40\x62\157\162\x64\x65\x72\75\x22\60\x22\x20\x63\154\x61\x73\x73\x3d\x22\160\162\x6f\x67\162\145\x73\163\x2d\164\162\x61\143\153\145\x72\55\164\141\142\154\x65\x22\76\15\12\x9\40\40\40\40\74\164\x72\76\x3c\x74\144\x3e";
check_plugin_state();
echo "\15\12\15\xa\x3c\57\x74\x64\76\x3c\x2f\x74\x72\x3e\15\xa\xd\xa\11\11\15\xa\74\164\162\76\74\164\144\x3e\xd\xa\15\12\x3c\165\x6c\x20\143\154\x61\x73\x73\75\x22\160\162\157\147\x72\x65\163\163\55\164\x72\x61\143\x6b\x65\x72\x20\x70\x72\x6f\x67\x72\145\163\x73\x2d\164\x72\141\x63\153\145\162\x2d\55\164\145\x78\x74\40\x70\x72\x6f\x67\162\145\163\x73\55\x74\x72\x61\143\x6b\145\x72\x2d\55\143\x65\156\x74\145\162\40\141\156\x69\155\x2d\x70\x61\x74\x68\x20\x61\156\x69\x6d\x2d\162\151\x70\x70\x6c\x65\x22\40\x3e\15\xa\40\40\74\x6c\x69\x20\x63\154\141\163\163\x3d\42\x70\x72\157\147\x72\145\x73\x73\x2d\163\x74\x65\160\x20\151\x73\x2d\x61\143\x74\x69\x76\x65\x22\x20\x69\x64\x3d\42\x70\162\157\147\162\145\163\163\x5f\163\x74\145\x70\61\42\x3e\xd\xa\40\40\40\40\x3c\163\160\x61\x6e\x20\143\x6c\x61\x73\x73\75\42\x70\162\x6f\147\162\x65\x73\x73\55\x6d\x61\162\153\145\x72\42\40\x69\x64\75\42\x74\x72\x61\143\153\x65\x72\137\163\x74\145\x70\x31\42\x20\x6f\x6e\143\154\x69\x63\153\75\x22\143\150\x61\x6e\147\x65\124\x72\x61\143\x6b\x65\x72\146\x6f\x72\123\164\145\x70\x31\x28\61\x29\x22\x3e\61\74\x2f\x73\x70\x61\156\76\xd\xa\40\x20\40\x20\74\163\x70\x61\x6e\x20\x63\154\x61\x73\163\x3d\42\x70\x72\x6f\147\x72\x65\163\x73\55\164\x65\170\x74\x22\76\xd\12\x20\40\40\x20\40\x43\x6f\x6e\146\151\147\165\162\x65\x20\171\157\165\162\x20\111\x64\x65\x6e\164\x69\164\171\x20\120\x72\157\x76\x69\x64\145\x72\40\xd\xa\40\40\40\x20\x3c\x2f\x73\160\141\x6e\x3e\15\xa\40\x20\74\57\154\x69\x3e\15\xa\xd\xa\40\x20\74\x6c\x69\x20\x63\154\141\x73\163\x3d\x22\x70\x72\x6f\x67\162\145\163\x73\55\163\164\145\x70\42\40\40\151\x64\75\42\160\x72\157\147\162\145\163\163\137\x73\164\x65\x70\62\x22\x3e\xd\12\40\x20\40\40\74\163\160\x61\156\40\x63\x6c\141\163\163\x3d\42\x70\x72\x6f\x67\162\x65\x73\163\x2d\x6d\x61\x72\x6b\145\x72\42\40\157\156\x63\x6c\x69\143\x6b\x3d\42\x63\x68\141\x6e\147\145\124\x72\x61\143\x6b\145\x72\146\157\x72\x53\x74\x65\160\62\50\62\x29\42\x20\151\x64\75\x22\x74\162\141\x63\153\x65\x72\137\x73\164\x65\160\x32\42\76\x32\74\x2f\163\160\141\156\x3e\xd\12\x20\40\40\40\x3c\x73\x70\141\x6e\x20\x63\x6c\141\x73\x73\x3d\x22\x70\162\157\147\x72\x65\163\x73\x2d\x74\145\170\164\x22\76\15\xa\40\40\x20\x20\40\40\103\x6f\x6e\146\151\147\165\x72\x65\x20\123\145\x72\x76\151\143\145\40\120\162\157\166\x69\144\145\162\15\12\40\x20\40\40\74\57\163\160\x61\156\76\xd\xa\x20\x20\74\x2f\x6c\151\76\15\12\xd\12\74\x2f\x75\x6c\76\xd\xa\xd\12\11\11\74\x64\151\166\x20\x63\154\141\163\x73\x3d\x22\155\x79\123\x6c\151\144\145\x73\x20\x66\141\x64\x65\x22\x3e\xd\12\11\11\xd\xa\x9\x9\74\150\63\40\x73\x74\x79\x6c\x65\x3d\42\164\x65\170\164\55\141\x6c\x69\x67\x6e\72\40\143\145\x6e\x74\145\x72\x22\x3e\103\x6f\x6e\x66\x69\147\165\162\x65\x20\171\x6f\165\162\40\111\144\x65\x6e\x74\151\164\171\40\120\162\x6f\166\x69\x64\x65\x72\40\x3c\x2f\x68\x33\76\xd\xa\x9\x9\x3c\x68\x34\76\x50\x72\157\166\x69\x64\145\40\164\150\x69\x73\x20\160\x6c\x75\147\x69\x6e\40\x69\156\x66\157\162\155\x61\164\151\157\156\x20\164\x6f\40\171\x6f\165\x72\x20\111\x64\x65\x6e\164\151\164\x79\x20\120\162\x6f\x76\151\144\145\x72\x20\164\x65\x61\155\x2e\x20\x59\157\x75\40\x63\141\156\40\143\x68\157\x6f\x73\145\x20\x61\x6e\x79\x20\157\156\145\x20\157\146\x20\164\x68\x65\x20\142\x65\154\x6f\167\40\x6f\x70\164\x69\157\156\163\72\x3c\57\x68\x34\x3e\xd\xa\x9\11\74\160\x3e\x3c\x62\76\x61\x29\x20\120\x72\157\166\x69\144\145\x20\164\150\151\163\40\155\x65\164\141\144\x61\164\141\x20\x55\122\114\x20\x74\157\x20\x79\157\x75\x72\x20\111\144\x65\x6e\164\151\x74\171\40\120\162\157\x76\x69\x64\x65\162\40\74\x2f\142\76\74\57\160\x3e\15\xa\x9\x9\74\x70\x20\163\164\x79\154\145\x3d\x22\155\x61\162\x67\151\156\x2d\154\x65\146\164\72\40\x32\45\42\x3e\x3c\143\x6f\x64\x65\x3e\74\142\76\x3c\141\x20\151\x64\x3d\x22\155\x65\x74\x61\144\141\164\x61\137\x75\x72\154\42\x20\164\141\162\x67\145\164\x3d\42\137\x62\154\x61\156\153\x22\40\x68\x72\145\146\x3d\42" . $xs . "\42\40" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\x20\x3e" . $fs . "\57\77\157\160\164\x69\157\x6e\75\155\157\x73\141\155\154\137\155\x65\x74\x61\144\x61\x74\141\74\57\141\76\74\57\x62\76\x3c\57\x63\157\x64\145\76\15\xa\11\11\x3c\151\x20\143\154\141\x73\x73\x3d\x22\146\141\40\146\x61\55\x66\167\40\x66\x61\x2d\154\x67\40\x66\141\x2d\143\157\x70\x79\40\x6d\157\x5f\x63\x6f\160\171\x20\143\157\160\171\164\157\157\154\x74\x69\x70\x22\x20\157\x6e\x63\154\151\x63\153\x3d\x22\143\x6f\x70\171\124\157\103\x6c\151\x70\142\157\x61\162\x64\50\x74\150\151\x73\54\x20\47\43\x6d\x65\164\141\x64\x61\x74\141\x5f\x75\x72\154\x27\x2c\40\x27\x23\155\145\164\141\144\x61\x74\x61\137\165\162\154\137\x63\x6f\x70\171\47\x29\x3b\x22\76\x3c\x73\x70\x61\156\x20\x69\144\x3d\x22\x6d\x65\x74\141\144\x61\164\141\137\x75\x72\x6c\137\143\157\160\171\42\40\143\154\x61\163\x73\75\42\143\x6f\x70\171\164\x6f\157\154\x74\x69\x70\x74\145\x78\164\42\76\x43\x6f\x70\x79\x20\x74\157\x20\103\154\x69\160\x62\x6f\x61\x72\x64\x3c\x2f\x73\x70\141\156\x3e\74\57\151\x3e\15\xa\x9\x9\74\57\160\76\x20\40\x20\40\15\12\40\40\40\40\40\40\x20\40\x3c\160\76\x3c\x62\x3e\x62\51\40\x44\x6f\x77\x6e\154\x6f\x61\144\x20\164\150\x65\x20\120\154\x75\147\151\x6e\40\x58\115\x4c\40\x6d\145\x74\141\144\x61\x74\x61\x20\x61\x6e\x64\40\165\x70\154\x6f\x61\x64\40\x69\x74\x20\x6f\x6e\40\x79\157\x75\162\40\x49\x64\x65\x6e\164\151\x74\x79\x20\120\162\x6f\x76\151\x64\145\x72\x20\x3c\57\x62\x3e\74\57\160\76\x9\11\x9\x9\15\xa\x9\x9\74\x70\x20\76\x3c\146\157\162\155\x20\155\145\x74\150\157\144\75\x22\160\x6f\163\164\42\40\141\143\x74\151\x6f\156\x3d\42\42\76";
wp_nonce_field("\155\157\137\163\x61\x6d\154\x5f\x64\x6f\x77\x6e\154\x6f\141\144\137\x6d\145\164\x61\144\x61\x74\x61");
echo "\x3c\x69\x6e\x70\165\164\40\x74\x79\160\145\x3d\x22\x68\x69\144\144\x65\156\42\40\156\x61\x6d\145\x3d\x22\157\160\164\x69\x6f\156\42\x20\x76\x61\x6c\x75\145\75\42\155\157\x5f\163\141\155\x6c\137\144\157\167\x6e\x6c\157\141\144\137\x6d\145\x74\x61\144\141\164\x61\42\57\76\x20\15\12\x20\x20\x20\x20\x20\x20\x20\40\74\151\156\160\x75\164\x20\164\171\160\x65\75\x22\x73\165\x62\155\x69\x74\42\40\143\x6c\141\x73\x73\x3d\x22\142\x75\x74\x74\157\156\x20\x62\x75\164\164\157\x6e\x2d\x70\162\151\155\141\x72\171\x20\x62\x75\x74\164\157\156\x2d\x6c\141\x72\x67\145\x22\40\x20\166\x61\x6c\165\145\75\x22\104\x6f\167\x6e\x6c\157\141\x64\40\130\x4d\114\40\115\x65\x74\141\x64\x61\164\x61\42\x20\x73\x74\x79\154\145\x3d\x22\x6d\141\x72\147\151\x6e\x2d\x6c\x65\x66\164\72\x20\x32\x25\42\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\x20\57\x3e\74\x2f\146\157\x72\155\76\x3c\x2f\x70\x3e\15\12\11\x9\x3c\x70\76\x3c\142\76\x63\x29\40\120\x72\x6f\166\151\x64\x65\x20\x74\150\145\40\146\x6f\x6c\x6c\x6f\167\x69\x6e\x67\40\x69\x6e\x66\157\x72\x6d\x61\164\x69\x6f\156\x20\x74\157\40\x79\157\x75\162\x20\111\144\x65\156\164\x69\164\x79\40\x50\162\x6f\166\x69\x64\145\x72\56\74\57\142\x3e\x3c\x2f\160\x3e\xd\12\11\11\xd\12\11\11\x3c\x74\141\x62\154\x65\x20\142\157\162\144\145\162\x3d\42\x31\x22\x20\163\x74\x79\x6c\x65\75\42\x62\141\143\153\147\162\x6f\x75\x6e\x64\55\x63\x6f\x6c\157\162\x3a\43\x46\x46\106\106\x46\106\73\40\142\157\x72\144\x65\x72\x3a\x31\x70\170\40\163\157\x6c\151\x64\40\x23\103\x43\103\x43\103\x43\x3b\40\160\x61\144\x64\x69\x6e\x67\x3a\x30\x70\170\40\60\160\x78\40\60\160\x78\40\61\60\160\170\x3b\40\x6d\141\x72\x67\151\156\x3a\x32\160\170\x3b\x20\x62\x6f\x72\x64\x65\162\x2d\x63\157\154\x6c\141\160\163\x65\x3a\x20\x63\x6f\154\x6c\141\160\x73\145\73\x20\167\151\144\164\150\x3a\x39\x38\x25\42\x3e\15\12\x9\x9\x9\xd\xa\11\x9\x9\x9\74\146\157\162\x6d\40\155\145\x74\150\157\x64\x3d\42\x70\x6f\x73\x74\x22\40\x61\143\164\x69\x6f\x6e\75\42\42\x20\x6e\141\x6d\x65\75\42\155\x6f\x5f\163\141\155\154\x5f\144\x6f\167\x6e\x6c\157\x61\144\42\x3e";
wp_nonce_field("\x6d\157\137\163\x61\x6d\154\137\144\157\167\x6e\154\x6f\x61\x64\137\143\x65\x72\164");
echo "\x3c\x69\156\x70\x75\164\x20\164\x79\160\x65\x3d\x22\150\x69\x64\x64\x65\x6e\42\x20\x6e\x61\155\145\75\x22\x6f\160\164\151\x6f\x6e\x22\x20\166\x61\x6c\x75\x65\x3d\x22\155\x6f\137\163\x61\x6d\154\x5f\144\157\x77\x6e\154\157\141\x64\x5f\x63\x65\x72\x74\x22\40\57\x3e\x3c\57\146\x6f\162\x6d\76\xd\12\11\11\11\11\x9\x3c\164\162\76\xd\xa\x9\11\11\x9\11\x9\x3c\x74\144\x20\163\164\x79\x6c\145\x3d\42\x77\x69\144\x74\x68\72\64\60\x25\73\40\x70\x61\144\x64\x69\x6e\x67\72\40\61\x35\x70\x78\73\x22\76\x3c\142\76\123\x50\x2d\105\156\x74\x69\164\171\x49\x44\x20\x2f\40\x49\163\x73\165\x65\x72\x3c\57\142\x3e\x3c\x2f\164\144\x3e\xd\12\11\11\x9\x9\11\11\74\x74\x64\40\163\164\x79\x6c\x65\75\x22\167\x69\x64\x74\150\72\66\x30\45\x3b\40\x70\x61\x64\144\x69\156\147\x3a\x20\x31\x35\x70\170\73\42\x3e\74\164\141\x62\154\x65\x20\x77\x69\144\164\150\x3d\x22\x31\60\x30\45\42\76\x3c\x74\x72\x3e\x3c\x74\144\76\74\x73\x70\141\x6e\40\151\x64\x3d\42\x65\156\164\x69\x74\171\137\x69\144\x22\76" . $VQ . "\x3c\x2f\x73\160\x61\156\x3e\x3c\x2f\x74\x64\76\xd\xa\11\11\11\x9\11\x9\x3c\164\144\x3e\74\151\40\x63\x6c\141\x73\x73\x3d\42\146\141\40\146\141\55\146\167\x20\146\141\x2d\x6c\x67\x20\x66\x61\55\160\165\154\154\55\x72\x69\147\150\x74\x20\146\141\55\x63\x6f\160\171\40\155\x6f\137\x63\x6f\x70\x79\40\x63\x6f\160\x79\x74\x6f\157\x6c\x74\x69\x70\42\40\x6f\x6e\x63\154\x69\143\x6b\75\x22\143\x6f\160\x79\x54\x6f\x43\x6c\151\x70\142\x6f\x61\x72\x64\50\164\150\151\x73\54\40\x27\x23\145\156\x74\x69\164\171\137\151\x64\x27\x2c\40\47\x23\145\156\x74\151\x74\171\x5f\x69\144\x5f\x63\x6f\x70\171\x27\x29\73\42\x3e\x3c\x73\160\141\156\x20\151\144\x3d\42\145\156\x74\151\164\x79\x5f\151\144\x5f\143\x6f\160\171\x22\40\143\154\141\163\x73\75\x22\x63\157\160\x79\x74\x6f\x6f\x6c\164\151\x70\164\145\170\164\42\76\x43\157\160\171\x20\x74\157\40\x43\154\x69\160\142\157\141\x72\x64\x3c\57\x73\x70\141\x6e\x3e\74\x2f\151\76\x3c\57\x74\144\x3e\x3c\x2f\x74\x72\x3e\x3c\57\x74\141\142\154\x65\x3e\xd\12\11\11\11\x9\x9\x9\74\x2f\164\x64\x3e\15\12\15\12\x9\x9\11\x9\x9\x3c\57\164\162\76\15\xa\11\x9\11\11\x9\x3c\164\x72\76\xd\12\11\11\x9\x9\x9\11\74\164\x64\40\163\x74\171\x6c\145\x3d\x22\x77\151\144\x74\x68\72\64\x30\45\x3b\40\160\141\144\144\151\156\147\72\40\61\65\x70\170\73\42\76\74\142\x3e\101\103\x53\x20\50\x41\x73\x73\145\x72\164\151\157\x6e\x43\x6f\156\163\165\155\x65\162\x53\145\162\166\151\143\145\x29\40\x55\122\114\74\x2f\x62\76\x3c\x2f\164\144\76\xd\xa\x9\11\11\x9\11\11\x3c\164\x64\40\x73\164\171\154\145\75\42\167\151\144\164\x68\x3a\66\60\x25\x3b\40\x20\x70\x61\144\144\x69\156\x67\x3a\x20\61\x35\x70\x78\x3b\x22\76\74\164\x61\x62\154\x65\40\x77\151\144\x74\150\x3d\x22\61\60\x30\x25\42\76\74\164\162\x3e\74\164\x64\76\x3c\163\x70\x61\x6e\40\x69\144\75\x22\x62\x61\163\145\137\x75\x72\154\x22\x3e" . $fs . "\57\74\x2f\x73\160\x61\156\76\74\x2f\164\x64\76\xd\xa\x9\11\11\11\11\x9\x3c\x74\x64\76\74\x69\x20\143\x6c\x61\x73\x73\75\42\146\x61\x20\146\141\x2d\x66\x77\40\146\x61\x2d\x70\165\154\154\x2d\x72\x69\147\150\164\x20\146\141\x2d\154\x67\40\146\x61\x2d\143\157\x70\x79\x20\x6d\x6f\137\143\x6f\160\171\40\x63\x6f\x70\171\164\x6f\157\154\x74\x69\x70\42\40\x6f\x6e\x63\x6c\x69\x63\153\x3d\42\x63\157\160\x79\x54\x6f\x43\x6c\x69\160\x62\x6f\141\x72\x64\x28\x74\x68\x69\x73\x2c\40\47\43\x62\x61\163\x65\x5f\x75\x72\x6c\x27\x2c\40\47\43\x62\141\x73\145\x5f\165\162\154\137\x63\x6f\x70\171\47\51\73\42\76\x3c\163\x70\x61\x6e\x20\x69\x64\x3d\42\142\x61\163\x65\x5f\x75\162\154\137\143\157\160\x79\x22\x20\143\154\141\163\x73\75\42\143\x6f\x70\171\164\x6f\x6f\154\x74\151\x70\x74\145\x78\164\x22\x3e\x43\x6f\x70\x79\x20\x74\157\40\x43\154\151\160\x62\x6f\x61\x72\x64\x3c\x2f\x73\x70\x61\x6e\x3e\x3c\57\151\76\74\x2f\164\x64\x3e\74\57\x74\x72\76\74\57\164\x61\142\154\145\x3e\15\12\x9\x9\11\11\11\11\x3c\57\164\x64\x3e\xd\xa\15\12\x9\x9\x9\x9\11\74\57\x74\x72\76\xd\xa\15\12\11\x9\11\11\11\x3c\164\x72\x3e\xd\xa\11\x9\x9\11\x9\11\74\164\x64\x20\x73\164\x79\x6c\x65\75\x22\167\x69\144\x74\x68\72\x34\60\45\x3b\40\x70\x61\x64\144\x69\x6e\x67\x3a\x20\61\65\160\170\73\x22\76\x3c\142\76\123\151\156\147\154\x65\x20\114\x6f\147\x6f\165\164\40\125\122\114\74\57\142\76\74\57\164\x64\76\15\xa\x9\11\x9\11\11\x9\x3c\x74\x64\40\163\164\171\154\x65\x3d\x22\167\151\144\164\x68\72\66\60\45\73\x20\40\x70\141\x64\144\x69\x6e\147\72\40\61\65\160\170\73\42\76\74\x74\x61\142\154\145\40\167\x69\x64\164\x68\75\x22\x31\60\x30\x25\42\76\74\164\x72\x3e\74\164\x64\76\74\x73\160\141\156\40\151\144\75\x22\x73\x6c\x6f\137\165\162\x6c\x22\76" . $fs . "\x2f\74\57\x73\160\141\156\76\x3c\57\164\x64\76\xd\xa\x9\x9\x9\11\x9\11\x3c\x74\144\76\x3c\151\40\143\x6c\141\163\163\75\42\x66\141\x20\x66\x61\x2d\x66\167\x20\x66\x61\55\x70\x75\154\x6c\x2d\x72\x69\147\x68\x74\40\x66\141\x2d\x6c\147\x20\146\141\55\143\x6f\160\x79\40\x6d\157\137\143\x6f\160\171\x20\143\157\x70\171\x74\157\157\154\164\x69\160\42\40\x6f\156\143\154\151\143\153\x3d\42\x63\157\160\x79\x54\x6f\x43\154\151\160\x62\157\141\x72\x64\50\x74\150\x69\163\54\x20\47\x23\x73\154\157\x5f\165\x72\154\47\54\x20\47\x23\163\x6c\157\137\x75\162\x6c\x5f\x63\x6f\160\x79\x27\51\x3b\42\76\x3c\163\160\x61\156\40\151\144\75\42\163\x6c\x6f\137\x75\162\x6c\x5f\x63\157\x70\171\x22\x20\143\154\x61\x73\163\75\42\143\x6f\x70\171\x74\x6f\x6f\x6c\164\x69\x70\164\x65\170\x74\42\x3e\x43\157\160\171\40\x74\x6f\x20\x43\154\x69\x70\x62\157\141\x72\x64\74\x2f\163\x70\141\x6e\76\74\x2f\x69\76\74\x2f\164\144\76\x3c\57\x74\x72\76\x3c\57\x74\x61\x62\154\x65\76\15\12\x9\x9\11\11\11\x9\x3c\57\164\x64\76\15\xa\xd\xa\11\x9\11\11\11\74\57\x74\162\x3e\xd\12\xd\12\15\xa\11\x9\11\x9\11\74\164\x72\x3e\xd\xa\x9\x9\x9\11\x9\11\x3c\x74\144\40\x73\164\171\x6c\145\x3d\42\167\151\x64\x74\x68\72\x34\x30\x25\x3b\40\x70\141\144\x64\x69\156\x67\x3a\40\x31\x35\160\170\73\x22\76\x3c\142\76\x41\x75\144\151\145\x6e\143\x65\x20\x55\x52\x49\x3c\x2f\142\x3e\x3c\x2f\164\x64\x3e\xd\xa\x9\11\11\11\x9\11\74\164\x64\x20\163\x74\171\x6c\145\75\x22\x77\151\x64\164\x68\x3a\x36\60\45\73\40\x70\141\x64\x64\151\x6e\147\x3a\x20\x31\x35\160\x78\x3b\42\x3e\74\x74\x61\142\x6c\x65\x20\167\151\144\x74\x68\75\x22\x31\x30\60\x25\x22\76\74\x74\x72\x3e\74\x74\x64\x3e\x3c\x73\160\x61\x6e\x20\151\144\x3d\42\x61\x75\144\x69\145\156\x63\x65\x22\x3e" . $VQ . "\74\x2f\163\x70\141\156\76\74\x2f\164\x64\x3e\15\12\x9\11\x9\11\x9\11\x3c\164\144\x3e\x3c\151\40\143\154\x61\163\163\75\42\x66\x61\40\146\141\55\146\x77\40\x66\141\x2d\160\165\154\154\55\162\151\147\x68\164\x20\146\141\x2d\x6c\x67\x20\x66\x61\55\143\157\160\171\40\x6d\157\137\143\157\x70\171\40\143\157\160\x79\164\x6f\157\154\x74\x69\160\x22\x20\157\x6e\x63\154\x69\x63\153\x3d\42\x63\x6f\x70\x79\x54\157\x43\154\151\x70\142\x6f\x61\x72\x64\x28\164\x68\x69\163\x2c\40\x27\43\x61\165\x64\151\145\156\x63\145\x27\54\x27\x23\x61\165\x64\x69\x65\x6e\x63\145\137\143\157\x70\171\47\x29\73\x22\76\74\163\160\141\156\40\x69\x64\75\x22\x61\x75\x64\x69\145\156\x63\145\x5f\x63\x6f\160\x79\42\x20\143\154\x61\x73\x73\x3d\42\x63\x6f\x70\x79\164\x6f\157\x6c\x74\x69\160\164\x65\170\x74\42\76\x43\157\x70\171\40\x74\157\40\x43\154\151\160\x62\x6f\141\x72\144\74\57\163\x70\x61\x6e\76\x3c\57\151\76\x3c\57\164\x64\76\74\x2f\x74\x72\76\x3c\x2f\x74\141\x62\154\145\x3e\xd\xa\x9\11\11\x9\x9\x9\x3c\57\x74\144\76\15\12\xd\xa\11\11\11\11\11\74\57\x74\x72\76\15\xa\x9\x9\x9\11\x9\74\164\162\x3e\15\12\11\x9\x9\11\x9\11\x3c\164\144\x20\163\x74\x79\154\145\75\42\167\151\x64\164\x68\x3a\x34\x30\x25\x3b\x20\160\141\144\x64\x69\x6e\x67\x3a\x20\x31\65\160\170\x3b\42\76\74\142\76\116\141\x6d\x65\111\104\40\146\x6f\162\x6d\x61\x74\x3c\x2f\142\76\x3c\57\x74\144\76\xd\12\x9\x9\11\11\x9\11\74\x74\x64\x20\163\164\171\154\x65\x3d\x22\167\151\144\x74\150\72\x36\60\45\73\x20\160\141\x64\144\151\156\x67\x3a\x20\x31\x35\160\x78\73\x22\x3e\x3c\x74\x61\x62\154\145\40\167\x69\x64\164\150\75\42\x31\60\x30\45\x22\76\74\x74\x72\76\x3c\x74\144\x3e\x3c\163\x70\141\156\x20\x69\144\75\42\156\x61\155\x65\x69\144\x22\x3e\165\x72\156\72\157\x61\x73\151\163\x3a\156\x61\155\145\163\x3a\164\x63\72\x53\101\x4d\x4c\72" . $hY . "\74\x2f\163\x70\141\156\x3e\x3c\x2f\x74\x64\76\xd\12\11\11\x9\11\x9\11\74\164\x64\76\x3c\x69\40\x63\x6c\x61\163\163\75\x22\x66\141\x20\146\x61\x2d\146\x77\40\x66\141\x2d\160\x75\154\154\x2d\x72\151\x67\150\164\40\146\141\x2d\154\x67\40\146\x61\55\x63\x6f\x70\x79\40\155\x6f\x5f\x63\x6f\x70\171\40\143\x6f\160\171\x74\x6f\157\154\x74\151\x70\x22\40\x6f\156\x63\154\x69\143\153\x3d\42\x63\x6f\160\x79\124\x6f\x43\154\x69\x70\142\157\141\162\x64\50\164\150\x69\x73\54\x20\x27\x23\x6e\141\x6d\x65\x69\x64\x27\54\40\x27\x23\x6e\x61\155\145\x69\144\137\143\157\160\171\x27\x29\x3b\x22\76\x3c\x73\x70\141\x6e\40\x69\x64\75\x22\156\x61\155\x65\x69\x64\x5f\x63\x6f\x70\171\42\x20\x63\x6c\x61\163\163\75\x22\x63\157\160\171\164\x6f\157\x6c\164\x69\x70\164\145\170\164\x22\76\103\157\x70\x79\40\164\x6f\x20\103\154\151\160\x62\157\x61\162\144\x3c\x2f\x73\160\141\x6e\76\74\x2f\x69\x3e\x3c\57\164\x64\x3e\x3c\x2f\164\x72\x3e\x3c\x2f\164\x61\142\x6c\145\x3e\15\xa\11\11\11\x9\11\x9\74\57\x74\x64\76\xd\xa\15\12\11\11\11\x9\11\74\57\x74\162\76\xd\12\x9\11\x9\11\11\74\x74\x72\76\15\12\x9\11\x9\x9\11\x9\74\164\x64\x20\x73\x74\x79\x6c\145\75\x22\167\151\x64\164\150\x3a\x34\60\x25\x3b\x20\x70\141\144\144\x69\156\147\x3a\40\61\65\160\x78\73\42\76\x3c\142\76\122\145\143\x69\x70\x69\145\156\x74\x20\125\x52\114\74\x2f\x62\76\x3c\57\164\144\76\xd\xa\x9\11\x9\x9\x9\x9\x3c\164\144\x20\x73\x74\x79\154\145\x3d\x22\x77\x69\x64\164\x68\x3a\66\x30\x25\x3b\40\40\x70\x61\144\x64\151\x6e\x67\x3a\40\x31\65\x70\x78\x3b\x22\x3e\x3c\164\141\x62\x6c\145\40\167\151\x64\164\x68\x3d\x22\61\x30\60\45\42\x3e\74\x74\x72\76\74\164\x64\76\x3c\x73\160\x61\156\x20\x69\144\x3d\42\162\145\x63\151\160\x69\145\156\164\x22\76" . $fs . "\x2f\74\57\x73\x70\141\156\76\x3c\57\164\x64\x3e\xd\12\x9\11\x9\x9\x9\11\74\x74\144\x3e\74\151\40\x63\x6c\141\x73\163\75\42\146\141\x20\146\x61\x2d\x66\x77\x20\146\141\x2d\x70\165\x6c\x6c\55\162\x69\147\150\x74\x20\146\x61\55\154\147\x20\146\141\x2d\143\157\160\171\x20\x6d\157\x5f\143\x6f\160\x79\40\143\x6f\160\171\x74\157\x6f\x6c\164\x69\x70\x22\x20\x6f\x6e\x63\x6c\x69\x63\153\x3d\42\x63\x6f\x70\171\x54\157\103\154\151\x70\x62\x6f\x61\162\144\50\x74\x68\x69\x73\x2c\40\47\43\162\145\143\151\x70\x69\145\156\x74\x27\54\x27\x23\x72\x65\x63\x69\x70\x69\x65\x6e\164\x5f\x63\x6f\160\171\47\x29\x3b\42\76\x3c\163\160\141\x6e\x20\x69\x64\75\42\162\145\143\x69\160\151\145\x6e\164\137\143\x6f\x70\x79\42\40\x63\x6c\141\x73\x73\x3d\42\143\x6f\x70\171\164\157\x6f\154\x74\x69\x70\164\x65\170\164\42\x3e\103\157\x70\x79\x20\x74\157\40\103\x6c\x69\160\142\x6f\x61\162\144\74\57\163\160\x61\156\x3e\x3c\x2f\x69\76\x3c\57\164\x64\x3e\74\57\164\x72\x3e\74\x2f\164\x61\x62\x6c\x65\x3e\xd\xa\x9\x9\11\11\11\x9\74\x2f\x74\x64\76\15\12\xd\12\x9\11\x9\11\11\x3c\57\164\x72\76\xd\12\11\x9\11\11\11\x3c\x74\162\76\xd\12\11\11\11\11\x9\11\x3c\164\x64\40\163\x74\171\154\145\75\x22\167\x69\144\x74\150\x3a\64\x30\x25\73\x20\160\x61\x64\144\151\156\147\x3a\x20\x31\x35\x70\170\73\x22\x3e\74\142\76\104\145\x73\x74\151\x6e\141\x74\151\x6f\x6e\x20\x55\122\114\74\57\142\x3e\74\x2f\x74\x64\x3e\xd\12\x9\x9\x9\11\11\x9\x3c\164\144\x20\163\x74\x79\154\145\75\42\167\151\x64\x74\150\72\x36\x30\x25\x3b\40\x20\160\141\x64\144\x69\156\x67\x3a\40\61\x35\x70\170\x3b\42\76\74\x74\141\142\x6c\x65\x20\x77\x69\144\164\150\75\x22\61\x30\x30\45\x22\x3e\74\164\162\x3e\74\x74\x64\x3e\x3c\x73\x70\x61\156\40\151\x64\75\x22\x64\x65\163\x74\x69\x6e\141\164\151\x6f\156\42\x3e" . $fs . "\57\x3c\x2f\x73\160\x61\x6e\x3e\x3c\x2f\164\144\x3e\xd\xa\x9\11\x9\11\11\11\x3c\164\144\76\74\151\40\x63\154\x61\x73\163\75\42\146\x61\40\x66\x61\55\146\x77\x20\146\x61\x2d\160\165\x6c\154\x2d\x72\x69\147\x68\x74\40\x66\x61\55\154\x67\x20\146\141\x2d\143\x6f\160\171\x20\x6d\157\x5f\x63\x6f\160\171\40\143\x6f\160\x79\x74\x6f\157\154\164\x69\x70\x22\x20\x6f\x6e\x63\x6c\x69\x63\x6b\75\42\143\x6f\x70\171\x54\157\103\154\151\160\x62\157\x61\162\x64\x28\x74\150\x69\163\x2c\40\47\43\x64\145\163\x74\x69\x6e\141\x74\151\157\x6e\x27\54\47\x23\144\145\x73\x74\151\156\141\x74\x69\x6f\x6e\137\143\157\x70\171\47\51\73\42\76\74\163\x70\141\x6e\x20\x69\x64\75\42\x64\145\x73\164\151\156\141\164\151\157\x6e\x5f\x63\157\x70\171\x22\40\143\x6c\141\163\x73\x3d\x22\x63\157\x70\x79\x74\157\x6f\x6c\164\151\160\164\x65\x78\164\42\x3e\103\157\160\x79\40\164\157\x20\x43\x6c\x69\160\x62\x6f\141\x72\144\x3c\57\163\x70\141\x6e\76\x3c\x2f\x69\x3e\x3c\x2f\x74\144\x3e\74\57\164\162\x3e\74\x2f\x74\141\142\x6c\x65\x3e\15\xa\11\x9\x9\11\x9\x9\74\x2f\x74\144\76\xd\12\15\xa\x9\11\x9\x9\11\x3c\x2f\164\162\76\15\12\x9\x9\x9\x9\x9\74\x74\x72\76\xd\12\x9\x9\x9\11\x9\x9\74\164\144\40\163\164\171\154\145\75\x22\167\x69\144\164\150\72\64\60\45\x3b\x20\x70\x61\144\x64\x69\x6e\147\72\40\x31\x35\x70\170\x3b\42\x3e\74\142\76\x44\145\146\141\165\154\164\40\122\145\154\141\171\40\x53\164\141\x74\x65\40\x28\x4f\x70\164\151\x6f\x6e\141\x6c\x29\x3c\57\x62\x3e\x3c\57\x74\144\76\xd\12\x9\x9\x9\x9\11\11\74\x74\x64\x20\x73\164\x79\x6c\145\75\x22\167\151\x64\x74\150\x3a\x36\60\45\73\40\40\x70\x61\144\x64\x69\156\147\x3a\x20\61\x35\x70\170\x3b\x22\76\74\x74\141\x62\x6c\x65\40\x77\151\144\x74\150\x3d\42\x31\60\60\45\x22\x3e\74\x74\x72\76\x3c\x74\144\x3e\74\163\160\x61\156\x20\151\x64\75\x22\x72\x65\154\x61\171\x73\x74\x61\164\145\x22\x3e" . $fs . "\x2f\x3c\x2f\x73\160\x61\156\x3e\74\57\164\x64\76\xd\xa\11\x9\x9\x9\11\x9\x3c\164\x64\76\74\151\40\143\154\x61\x73\163\x3d\42\146\141\40\146\x61\x2d\x66\x77\40\x66\x61\55\x70\x75\154\x6c\x2d\162\x69\x67\x68\164\40\x66\141\55\x6c\147\40\146\141\x2d\x63\x6f\x70\x79\40\155\x6f\x5f\143\x6f\160\x79\40\143\157\x70\x79\x74\x6f\157\x6c\164\x69\160\x22\x20\x6f\156\x63\x6c\151\143\x6b\x3d\42\x63\157\160\x79\124\157\103\154\151\x70\x62\157\141\162\144\x28\x74\150\x69\163\x2c\40\47\x23\162\x65\154\x61\x79\x73\x74\141\164\x65\47\54\40\x27\43\162\145\x6c\141\x79\x73\164\141\164\x65\x5f\143\157\160\171\x27\51\x3b\42\76\x3c\163\x70\141\156\x20\151\144\x3d\x22\162\145\x6c\x61\171\x73\x74\x61\164\x65\137\143\157\160\x79\x22\40\143\154\141\163\163\75\42\x63\x6f\x70\171\164\x6f\157\x6c\164\x69\160\x74\145\x78\x74\x22\x3e\x43\157\x70\x79\x20\x74\x6f\40\x43\x6c\151\x70\x62\157\x61\x72\144\74\x2f\163\x70\x61\x6e\x3e\74\x2f\151\76\x3c\x2f\164\x64\x3e\x3c\x2f\x74\x72\76\x3c\57\x74\x61\142\x6c\145\76\xd\xa\x9\11\x9\11\x9\x9\x3c\57\x74\x64\76\15\12\15\xa\11\x9\11\x9\x9\x3c\x2f\x74\x72\x3e\15\12\11\11\11\11\x9\74\164\x72\76\15\xa\11\x9\11\x9\11\x9\x3c\x74\144\x20\x73\164\171\154\145\x3d\x22\x77\x69\144\164\150\72\x34\x30\45\x3b\x20\x70\141\x64\x64\151\x6e\147\x3a\40\61\65\160\170\x3b\x22\x3e\x3c\142\76\x43\145\162\164\x69\146\151\143\141\x74\x65\x20\x28\117\x70\164\151\x6f\156\x61\154\51\74\x2f\x62\76\x3c\57\x74\144\x3e\xd\xa\x9\11\x9\11\x9\11\x3c\x74\144\40\163\x74\171\154\145\75\42\167\x69\x64\x74\x68\72\66\x30\45\x3b\40\40\160\x61\144\144\151\x6e\x67\72\40\x31\65\x70\170\x3b\x22\76\15\xa\11\11\x9\11\x9\11\x9\x3c\151\156\160\x75\x74\40\x74\x79\x70\145\75\x22\x62\165\164\x74\157\x6e\x22\x20\143\154\141\163\x73\75\x22\x62\x75\164\x74\157\156\40\142\x75\x74\x74\157\156\x2d\160\x72\151\x6d\141\x72\171\x22\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\40";
echo $F8 . "\x20\x76\141\154\x75\145\75\42\104\157\x77\156\x6c\157\x61\x64\42\x2f\76\15\xa\11\x9\x9\x9\11\11\74\57\x74\144\x3e\15\xa\xd\12\11\11\x9\11\11\x3c\57\164\x72\76\xd\xa\x9\x9\x9\11\11\x3c\x2f\x74\x61\142\154\x65\76\xd\12\x9\11\x9\x9\11\15\xa\x9\xd\xa\11\x3c\x74\162\76\15\12\x9\11\xd\12\11\x9\x3c\x74\x64\x20\x63\157\154\x73\x70\141\156\75\x22\62\x22\76\xd\12\x9\11\x3c\x64\151\x76\x20\143\154\x61\x73\x73\x3d\x22\155\171\x53\154\x69\x64\145\163\40\146\141\144\145\x22\x3e\15\12\x9\x9\15\xa\11\x9\x3c\x68\63\40\x73\164\171\x6c\x65\x3d\x22\164\145\x78\x74\x2d\141\154\151\147\156\x3a\x20\143\x65\156\x74\x65\162\73\x22\x3e\x43\157\x6e\146\x69\x67\165\162\145\x20\123\x65\162\166\151\x63\x65\40\x50\162\x6f\166\151\x64\x65\162\x3c\x2f\150\x33\x3e\xd\xa\11\11\x3c\150\64\76\101\163\x73\x75\x6d\151\156\x67\40\171\x6f\x75\40\141\162\145\x20\144\x6f\x6e\145\x20\167\151\164\x68\40\x73\x74\x65\x70\40\x31\40\x61\156\144\40\171\x6f\x75\x20\141\x6c\162\x65\141\x64\171\x20\x68\141\166\145\40\x79\x6f\165\162\40\111\x64\x65\156\x74\151\x74\171\40\120\162\157\x76\x69\x64\x65\x72\47\163\x20\155\x65\164\x61\x64\x61\x74\x61\54\x20\x79\x6f\165\40\x63\x61\156\x20\x6e\157\167\x20\x70\x72\x6f\143\x65\x65\144\40\167\151\x74\x68\40\x63\157\156\146\151\x67\165\x72\151\x6e\x67\x20\x74\x68\145\x20\x53\145\x72\x76\x69\143\x65\40\x50\162\x6f\166\151\144\145\162\40\x69\x6e\x20\145\151\164\150\145\162\40\x6f\146\x20\x74\150\145\x20\146\x6f\x6c\x6c\157\167\151\156\x67\x20\164\x77\x6f\40\167\141\171\x73\x2e\x3c\57\150\64\76\15\12\x9\x9\x3c\160\x20\x73\164\171\x6c\x65\x3d\x22\x74\x65\x78\164\x2d\x61\154\151\147\156\72\40\143\x65\156\x74\x65\162\42\76\74\142\76\xd\12\x9\x9\74\141\x20\143\154\141\x73\x73\75\42\x62\x75\164\x74\157\x6e\x20\x62\165\x74\164\x6f\x6e\55\160\162\x69\x6d\141\x72\171\x20\142\165\x74\x74\x6f\156\55\x6c\141\x72\147\145\42\x20\x68\x72\x65\x66\x3d\42" . $td . "\42\x20\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\76\xd\12\x9\11\x55\x70\154\x6f\141\144\x20\x49\x44\x50\x20\115\145\x74\141\x64\x61\164\141\74\57\141\x3e\74\57\x62\x3e\74\57\160\x3e\15\xa\11\11\x3c\160\x20\163\x74\171\154\145\75\x22\x74\145\170\x74\x2d\x61\154\151\147\156\72\x20\x63\x65\x6e\164\x65\162\73\x66\157\156\164\x2d\x73\x69\x7a\145\x3a\x20\61\x33\160\164\x3b\x66\157\x6e\164\55\x77\x65\151\147\x68\x74\x3a\40\142\157\x6c\x64\x3b\42\x3e\117\122\74\x2f\x70\x3e\15\xa\11\x9\x3c\x70\40\x73\x74\x79\154\145\x3d\42\164\145\x78\x74\x2d\141\154\151\147\x6e\72\x20\x63\145\x6e\x74\145\x72\73\42\x3e\74\x62\x3e\15\12\x9\x9\74\x61\40\x68\162\145\x66\x3d\x22" . $ec . "\42\40\x63\154\141\x73\x73\75\42\142\x75\164\164\157\156\x20\142\165\x74\164\157\x6e\55\160\162\x69\x6d\x61\x72\x79\x20\142\165\164\164\x6f\x6e\55\154\141\162\x67\x65\42\x20\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\x3e\x4d\141\x6e\x75\x61\154\154\171\40\143\x6f\x6e\x66\151\147\x75\x72\x65\x20\123\x50\x3c\57\x61\x3e\40\x3c\x2f\x62\76\74\57\160\x3e\15\12\x9\11\74\x2f\144\151\x76\76\15\12\11\x9\15\12\x9\11\74\x2f\164\x64\76\15\12\x9\x9\xd\xa\x9\x3c\57\x74\x72\76\xd\xa\x9\15\xa\11\74\164\x72\x3e\xd\xa\x9\x9\74\164\x64\x3e\15\12\11\x9\x9\x3c\x2f\x62\162\x3e\x3c\142\162\x3e\15\xa\11\x9\74\x2f\164\x64\76\15\xa\x9\74\x2f\164\x72\76\xd\12\x9\15\12\x9\11\15\xa\x9\74\x2f\x74\141\142\154\x65\x3e\xd\xa\x9\74\x2f\144\x69\x76\76\xd\12\11\xd\xa\11\x3c\x62\x72\x3e\15\xa\xd\12\x9\74\x64\x69\166\x20\163\164\171\154\x65\x3d\x22\x70\x6f\163\x69\164\x69\x6f\156\72\x72\x65\x6c\x61\164\x69\166\145\73\x22\76\xd\12\x9\x3c\x74\141\142\x6c\x65\x20\x77\151\x64\164\x68\x3d\x22\71\x38\x25\x22\40\x62\x6f\x72\144\x65\162\x3d\42\x30\42\40\x73\x74\171\154\145\75\42\142\x61\x63\x6b\147\162\157\165\x6e\x64\55\x63\157\154\157\x72\72\x23\x46\106\x46\106\106\x46\73\x20\x62\x6f\162\144\145\162\72\x31\x70\170\x20\x73\x6f\x6c\x69\144\40\43\103\x43\103\103\x43\103\x3b\x20\160\141\144\144\x69\x6e\x67\x3a\x32\45\x3b\42\76\xd\xa\x9\x9\x3c\x74\x72\x3e\xd\12\x9\x3c\x74\x64\40\x63\x6f\x6c\x73\x70\x61\156\75\42\x32\x22\x3e\x9\11\11\15\xa\x9\x9\74\x68\x33\76\x3c\142\x3e\123\x65\162\x76\151\x63\145\40\120\x72\157\166\x69\144\x65\162\x20\x45\156\x64\x70\x6f\x69\156\164\x73\72\x3c\x2f\x62\x3e\x3c\57\150\x33\x3e\x9\11\xd\12\x9\x9\74\x66\157\x72\x6d\40\x77\151\144\164\150\75\x22\x39\70\45\x22\40\x62\157\162\144\145\x72\x3d\x22\x30\42\40\x6d\x65\164\150\157\144\75\42\160\157\163\164\42\40\151\144\x3d\x22\155\157\x5f\x73\141\x6d\154\137\165\x70\x64\x61\164\x65\137\x69\144\160\x5f\163\145\164\164\x69\156\x67\x73\137\x66\157\162\155\x22\40\x61\x63\164\x69\157\x6e\75\42\x22\76";
wp_nonce_field("\x6d\157\x5f\163\141\155\x6c\x5f\x75\x70\x64\x61\164\145\137\151\144\x70\x5f\x73\x65\x74\164\x69\156\x67\x73\x5f\157\160\164\151\157\x6e");
echo "\x3c\x69\x6e\160\x75\x74\40\x74\171\160\145\75\x22\x68\151\144\144\145\x6e\x22\40\156\x61\155\145\75\42\x6f\x70\164\151\157\156\42\x20\x76\141\x6c\165\x65\x3d\x22\155\x6f\x5f\x73\141\x6d\x6c\137\165\x70\x64\141\164\x65\137\x69\x64\x70\x5f\163\x65\164\x74\x69\156\x67\x73\x5f\x6f\160\164\151\x6f\156\x22\x20\x2f\76\15\xa\11\x9\x9\x9\74\x74\141\142\x6c\x65\x20\167\x69\x64\x74\150\75\x22\71\70\x25\42\76\xd\xa\11\x9\x9\11\11\74\x74\162\76\15\12\11\x9\11\11\x9\11\74\x74\144\x20\167\151\144\164\150\75\x22\x32\60\45\42\x3e\x53\120\40\x42\141\x73\145\40\125\x52\x4c\72\x3c\57\164\144\x3e\15\12\11\11\11\x9\11\11\74\x74\144\40\167\x69\x64\164\150\x3d\x22\67\x30\45\42\76\74\151\x6e\x70\165\164\x20\x74\x79\160\145\75\42\x74\x65\170\x74\x22\40\156\x61\155\145\75\42\155\x6f\137\163\141\x6d\x6c\x5f\163\x70\x5f\x62\x61\x73\x65\137\165\x72\154\42\x20\x70\154\x61\x63\x65\x68\157\154\x64\145\162\75\x22\x59\157\165\40\163\x69\x74\x65\40\142\x61\x73\x65\40\125\122\x4c\x22\40\x73\164\171\154\x65\75\42\x77\x69\144\164\x68\72\40\x39\x35\x25\x3b\x22\40\x76\141\x6c\165\x65\75\x22" . $fs . "\x22\x20\162\145\161\x75\x69\x72\x65\144\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\57\x3e\74\x2f\164\144\x3e\xd\xa\11\11\11\x9\x9\74\57\164\162\x3e\xd\xa\x9\11\x9\x9\x9\x3c\164\x72\76\xd\xa\11\x9\11\11\11\x9\x3c\x74\x64\x3e\x53\x50\x20\x45\156\164\x69\x74\171\x49\x44\x20\57\40\111\x73\x73\165\x65\162\72\74\57\164\144\76\xd\12\x9\x9\11\x9\x9\11\x3c\x74\144\x3e\74\151\156\160\x75\164\x20\164\x79\x70\x65\75\42\x74\x65\170\164\42\x20\156\141\x6d\145\x3d\x22\155\x6f\137\163\141\155\x6c\x5f\163\160\x5f\145\x6e\164\151\x74\x79\x5f\151\144\42\x20\160\x6c\x61\x63\145\x68\x6f\154\144\145\x72\75\42\x59\x6f\x75\x20\x73\151\x74\145\40\x62\x61\163\145\40\125\x52\114\42\x20\x73\164\x79\154\x65\75\x22\x77\151\144\x74\x68\72\x20\71\65\45\x3b\x22\x20\166\x61\154\x75\145\x3d\x22" . $VQ . "\42\40\x72\x65\161\x75\x69\x72\x65\144\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\x2f\x3e\74\57\x74\144\76\15\xa\x9\x9\11\11\x9\74\57\164\162\x3e\15\12\11\x9\11\x9\x9\11\x3c\164\x72\76\xd\12\11\x9\11\11\11\11\x9\x3c\x74\x64\76\xd\xa\x9\x9\x9\11\x9\11\x9\74\57\164\x64\76\15\xa\x9\x9\11\x9\x9\x9\x9\x3c\x74\144\76\15\12\x9\x9\11\x9\x9\11\x9\74\151\76\x3c\142\x3e\116\157\164\145\x3a\x3c\x2f\142\76\40\111\x66\x20\x79\157\165\40\150\141\166\x65\x20\141\x6c\x72\x65\141\144\171\x20\x73\x68\141\162\x65\x64\x20\x74\x68\x65\40\141\142\157\x76\x65\40\x55\122\x4c\163\40\157\162\x20\x4d\x65\x74\x61\144\x61\164\141\x20\x77\x69\x74\x68\x20\x79\x6f\165\x72\40\111\x64\x50\54\40\x64\x6f\40\x3c\142\x3e\116\x4f\124\74\57\x62\76\x20\x63\150\x61\156\x67\x65\40\x53\x50\40\x45\x6e\164\x69\164\171\111\x44\x2e\40\x49\x74\40\155\151\x67\x68\x74\x20\142\162\x65\x61\153\x20\x79\x6f\x75\162\40\145\170\151\163\164\151\156\x67\40\154\157\147\151\x6e\x20\146\154\157\x77\56\74\x2f\151\x3e\xd\xa\11\x9\11\11\x9\x9\x9\x3c\57\x74\x64\76\xd\12\x9\x9\x9\11\11\11\x3c\x2f\x74\x72\x3e\xd\xa\11\11\11\11\x9\x3c\x74\162\76\x9\x9\xd\12\x9\11\11\x9\x9\x9\x3c\x74\144\x20\x63\157\154\163\160\x61\156\x3d\x22\x32\42\x20\163\164\x79\x6c\145\x3d\x22\x74\x65\170\x74\55\141\154\x69\x67\156\x3a\x20\143\145\x6e\x74\x65\x72\42\76\x3c\142\162\76\x3c\151\x6e\x70\165\164\40\x74\171\x70\x65\75\42\x73\x75\142\155\x69\164\x22\x20\156\141\x6d\145\75\x22\163\165\x62\x6d\x69\164\42\40\x73\x74\171\x6c\x65\75\x22\x77\151\144\164\150\72\61\x30\60\x70\170\73\x22\x20\x76\141\x6c\x75\145\x3d\42\125\x70\x64\141\x74\x65\42\x20\143\x6c\141\x73\x73\x3d\42\x62\165\164\x74\x6f\x6e\40\142\165\x74\x74\x6f\156\55\x70\162\151\155\141\x72\x79\x20\x62\165\164\x74\x6f\x6e\x2d\x6c\x61\162\147\x65\x22\x20" . esc_html(Mo_License_Service::is_customer_license_valid(true)) . "\57\x3e\x3c\x2f\164\x64\76\xd\xa\11\11\x9\x9\x9\x3c\57\x74\162\x3e\15\xa\11\11\11\11\74\x2f\x74\141\x62\x6c\145\76\15\xa\11\11\74\57\x66\157\162\155\x3e\xd\xa\11\11\x3c\57\144\151\166\x3e\xd\xa\x9\11\x3c\57\164\x64\76\15\12\x3c\57\x74\162\x3e\xd\xa\xd\xa\11\15\12\74\x2f\164\141\x62\x6c\145\76\15\xa\x9\11\xd\12\15\xa\74\x62\x72\76\xd\12\15\12\xd\12\15\12\xd\xa\74\163\x63\162\151\x70\x74\76\xd\xa\15\xa\15\xa\40\166\x61\162\x20\x70\x72\x6f\x67\x72\145\163\x73\137\x73\164\x65\160\61\x20\75\40\144\x6f\x63\165\155\145\x6e\x74\56\147\x65\164\105\154\x65\x6d\145\x6e\164\x42\171\x49\144\50\42\160\162\157\x67\x72\x65\x73\x73\137\x73\x74\145\160\61\42\51\x3b\xd\12\40\40\x76\141\x72\x20\160\x72\157\x67\x72\145\163\x73\x5f\x73\164\x65\160\62\x20\75\x20\x64\157\x63\165\155\145\156\164\x2e\x67\x65\x74\x45\154\145\155\x65\x6e\164\x42\171\111\144\50\42\x70\x72\157\147\162\145\163\163\137\x73\x74\145\160\x32\42\x29\x3b\xd\xa\xd\12\166\141\x72\x20\x73\x6c\151\144\x65\x49\x6e\x64\x65\x78\x20\x3d\x20\61\73\15\12\163\150\157\x77\x53\154\151\x64\145\x73\50\x73\154\151\144\145\111\x6e\x64\x65\170\51\x3b\15\12\xd\12\146\165\x6e\x63\x74\151\x6f\x6e\x20\160\154\x75\x73\123\x6c\151\144\145\163\x28\156\x29\40\x7b\15\xa\40\x20\x73\x68\x6f\x77\123\154\x69\144\145\x73\x28\163\x6c\x69\144\x65\x49\x6e\x64\x65\170\40\53\75\40\x6e\51\x3b\15\xa\175\15\xa\xd\12\146\x75\x6e\x63\x74\151\x6f\156\40\x63\165\162\x72\x65\156\x74\x53\154\x69\x64\x65\x28\156\x29\40\x7b\xd\12\40\x20\xd\12\40\40\x73\x68\x6f\x77\x53\x6c\151\144\x65\163\50\x73\x6c\x69\x64\x65\x49\156\x64\145\170\x20\x3d\40\156\x29\73\xd\12\40\x20\xd\xa\175\15\xa\xd\12\x66\165\x6e\x63\x74\x69\157\156\x20\143\x68\141\x6e\x67\x65\x54\x72\141\143\153\145\x72\146\157\162\123\164\x65\160\x32\50\156\51\40\173\xd\xa\x20\40\x20\x20\40\x70\162\157\147\162\x65\163\163\137\x73\x74\x65\x70\x31\x2e\x63\154\x61\163\163\x4c\x69\x73\164\x2e\162\x65\155\x6f\166\145\x28\42\x69\x73\x2d\141\143\164\x69\166\145\x22\51\x3b\xd\xa\40\40\x20\x20\x20\160\x72\157\147\x72\x65\163\163\137\x73\x74\x65\160\x31\x2e\143\154\141\x73\163\x4c\x69\x73\x74\56\x61\x64\144\50\42\x69\x73\55\143\157\x6d\x70\154\x65\164\145\42\x29\x3b\xd\xa\40\x20\x20\x20\40\x70\x72\157\147\162\145\163\x73\x5f\163\164\x65\x70\62\x2e\x63\154\x61\x73\163\x4c\x69\163\x74\x2e\141\x64\x64\x28\x22\x69\163\55\x61\x63\x74\x69\x76\145\42\51\73\xd\12\15\12\40\40\x20\40\x20\143\165\x72\x72\x65\156\164\123\x6c\151\144\145\x28\x6e\51\x3b\xd\xa\175\15\12\15\xa\x66\165\156\x63\x74\x69\157\x6e\x20\x63\x68\x61\x6e\x67\x65\124\162\x61\143\153\x65\162\x66\157\162\123\x74\x65\160\x31\x28\x6e\51\x20\x7b\xd\12\x20\40\x70\x72\157\147\162\x65\x73\x73\137\163\x74\145\x70\62\x2e\143\x6c\141\163\163\114\x69\x73\x74\x2e\x72\x65\x6d\157\166\145\50\x22\x69\163\x2d\141\143\164\x69\x76\x65\x22\51\x3b\15\12\x20\x20\160\x72\x6f\x67\x72\145\163\163\x5f\163\164\145\160\61\56\x63\x6c\x61\x73\x73\x4c\151\163\x74\x2e\x72\145\x6d\157\x76\145\x28\x22\x69\x73\x2d\143\157\155\160\154\x65\164\x65\x22\51\73\xd\12\x20\40\x70\162\157\147\162\145\x73\163\x5f\x73\164\x65\160\x31\56\x63\154\141\163\x73\114\x69\x73\164\56\x61\144\x64\50\x22\x69\163\55\141\x63\x74\151\166\x65\x22\x29\73\xd\xa\x20\x20\x63\165\x72\x72\x65\x6e\164\x53\x6c\151\144\x65\50\156\x29\x3b\15\12\x7d\15\12\15\12\146\165\156\143\164\x69\157\156\x20\x6f\x70\x61\143\151\164\x79\50\51\40\173\xd\12\x20\x20\x69\x66\x28\x73\154\151\144\145\x49\x6e\144\145\170\x3d\x3d\75\61\51\x7b\xd\xa\x20\x20\x20\40\x20\40\x64\157\143\165\155\x65\x6e\164\56\x67\x65\164\105\x6c\x65\x6d\145\156\x74\102\x79\111\144\50\x22\x6d\157\x5f\x70\162\x65\x76\42\51\x2e\163\x65\x74\101\164\x74\x72\151\142\165\164\145\x28\42\x73\164\171\x6c\x65\42\x2c\42\157\x70\141\x63\151\164\x79\x3a\x30\x22\51\73\xd\xa\40\x20\x20\x20\40\40\144\x6f\143\x75\x6d\x65\156\164\x2e\147\145\164\x45\x6c\x65\155\145\x6e\164\x42\171\111\x64\50\x22\155\157\137\156\x65\x78\x74\x22\51\x2e\163\145\x74\101\x74\164\162\151\x62\165\164\x65\x28\x22\x73\x74\x79\x6c\x65\x22\x2c\42\157\x70\x61\143\151\x74\x79\x3a\x31\56\x30\65\x22\x29\73\15\12\xd\12\x9\x7d\15\12\40\x20\x65\154\x73\145\40\x69\x66\50\163\x6c\151\x64\145\111\156\144\145\x78\75\x3d\75\x32\51\40\173\x20\x20\x20\40\40\40\xd\12\x20\x20\40\x20\x20\x20\x64\x6f\143\165\x6d\x65\156\164\x2e\x67\x65\164\105\154\x65\x6d\145\156\x74\x42\x79\x49\144\50\x22\155\x6f\137\160\x72\x65\166\x22\51\x2e\163\145\x74\x41\164\164\x72\x69\x62\x75\x74\145\x28\x22\x73\x74\x79\154\x65\x22\54\x22\157\x70\141\x63\151\164\171\x3a\61\x2e\60\65\x22\x29\x3b\15\12\x20\40\x20\40\40\40\144\157\143\x75\x6d\145\156\164\56\x67\145\x74\105\x6c\145\x6d\x65\156\x74\102\x79\x49\144\50\x22\x6d\157\137\156\x65\x78\x74\42\x29\x2e\163\145\x74\x41\164\164\x72\151\x62\165\x74\x65\x28\42\x73\x74\x79\154\145\42\x2c\42\157\160\x61\143\151\x74\171\x3a\60\42\x29\x3b\175\xd\12\x9\40\40\x20\40\x20\x20\15\12\x7d\15\xa\x20\40\xd\xa\15\12\146\x75\156\143\164\x69\157\156\x20\163\150\157\x77\123\x6c\151\144\145\x73\x28\x6e\51\x20\173\15\xa\x20\40\166\141\x72\40\x69\x3b\xd\xa\x20\x20\x6f\160\x61\x63\151\x74\x79\x28\x29\73\15\xa\40\x20\166\x61\162\x20\x73\154\x69\144\x65\163\x20\x3d\x20\144\157\143\x75\x6d\x65\156\164\56\x67\145\x74\x45\x6c\145\155\x65\156\x74\163\102\171\x43\154\141\x73\163\116\141\x6d\x65\50\x22\155\171\x53\154\x69\x64\145\x73\x22\x29\73\xd\xa\40\40\x69\x66\40\x28\x6e\x20\x3e\x20\163\154\151\x64\145\x73\x2e\x6c\145\x6e\x67\x74\x68\x29\x20\x7b\x73\x6c\151\x64\145\111\x6e\144\x65\x78\40\75\x20\61\x7d\40\40\x20\40\15\12\x20\40\x69\x66\40\x28\x6e\40\74\x20\x31\x29\40\173\x73\x6c\151\x64\145\111\x6e\x64\x65\170\40\75\40\163\x6c\151\144\x65\163\x2e\x6c\x65\156\x67\164\x68\175\15\xa\40\x20\x66\157\x72\40\50\x69\x20\75\40\x30\73\40\x69\40\x3c\40\163\154\x69\144\x65\163\x2e\154\145\x6e\147\164\x68\x3b\40\x69\53\x2b\51\x20\x7b\15\12\40\40\40\x20\x20\40\163\154\151\144\145\163\133\x69\135\56\x73\x74\171\x6c\145\56\144\151\x73\x70\154\x61\x79\40\x3d\40\42\x6e\x6f\x6e\145\x22\x3b\x20\x20\15\12\x20\x20\175\15\xa\x20\40\xd\12\x20\x20\x73\x6c\x69\x64\x65\x73\133\163\154\151\x64\x65\111\x6e\x64\x65\170\x2d\61\135\56\163\164\171\154\145\x2e\144\151\x73\x70\154\141\x79\x20\x3d\x20\x22\x62\154\157\x63\x6b\42\x3b\x20\x20\xd\xa\x7d\xd\12\xd\12\146\165\156\143\x74\151\x6f\156\x20\143\157\x70\171\x54\x6f\x43\x6c\x69\x70\142\x6f\141\162\144\x28\x63\157\160\x79\102\x75\x74\164\157\x6e\x2c\x20\x65\154\145\155\x65\156\x74\x2c\40\x63\157\x70\171\x65\x6c\x65\155\145\156\164\51\40\173\xd\12\x9\x76\x61\162\x20\x74\x65\x6d\x70\x20\75\x20\152\121\165\x65\x72\x79\x28\x22\x3c\x69\x6e\160\x75\164\x3e\42\x29\x3b\15\12\11\152\x51\x75\145\x72\x79\x28\x22\142\x6f\x64\x79\x22\x29\x2e\x61\x70\160\x65\x6e\144\x28\x74\x65\155\x70\x29\x3b\15\12\11\164\x65\x6d\160\56\x76\141\154\x28\152\x51\x75\145\162\x79\x28\x65\154\x65\x6d\145\156\164\51\56\164\x65\x78\x74\x28\51\51\56\x73\x65\x6c\x65\x63\x74\x28\x29\x3b\xd\12\x9\x64\x6f\x63\165\x6d\x65\x6e\x74\56\x65\x78\x65\x63\x43\157\155\x6d\x61\x6e\144\50\x22\143\157\160\171\42\51\73\15\12\11\164\x65\x6d\x70\x2e\x72\145\x6d\x6f\x76\145\50\x29\x3b\xd\xa\11\152\121\165\145\162\x79\x28\x63\157\160\171\145\154\x65\155\145\156\x74\x29\56\164\145\x78\x74\x28\42\x43\157\160\151\x65\144\x22\x29\x3b\xd\xa\15\12\11\x6a\121\x75\x65\162\171\x28\143\157\x70\x79\102\x75\164\x74\x6f\156\x29\x2e\x6d\157\x75\163\145\157\165\164\50\x66\165\x6e\143\x74\x69\x6f\x6e\x28\51\x7b\xd\12\11\11\152\121\165\x65\x72\x79\x28\143\x6f\x70\171\145\154\x65\x6d\145\156\164\51\56\x74\x65\x78\164\50\x22\x43\157\160\x79\40\x74\157\40\x43\154\151\x70\142\x6f\141\162\x64\x22\51\73\xd\xa\11\x7d\x29\73\xd\12\x20\x20\175\xd\xa\xd\xa\15\12\x3c\57\x73\143\162\151\x70\164\76\15\xa\11\x9\15\12\xd\xa\15\12";
}
function mo_saml_download()
{
if (Mo_License_Service::is_customer_license_verified()) {
goto MaU;
}
return;
MaU:
if (!(current_user_can("\x6d\x61\156\x61\x67\x65\x5f\x6f\x70\164\x69\157\156\x73") && isset($_POST["\x6f\x70\x74\151\157\156"]))) {
goto E_e;
}
$Bu = "\x66\141\x6c\x73\x65";
$wZ = Mo_Saml_Admin_Referer_Download_Options::getConstants();
if (!isset($_POST["\x6f\160\x74\x69\x6f\x6e"])) {
goto Jgo;
}
$Bu = in_array($_POST["\x6f\160\x74\151\157\156"], $wZ);
Jgo:
if (!(isset($_POST["\x6f\160\164\151\157\156"]) && $Bu && !Mo_License_Service::is_customer_license_valid())) {
goto afN;
}
update_site_option("\x6d\x6f\x5f\163\141\x6d\154\x5f\x6d\x65\x73\163\141\x67\145", "\x53\x6f\x6d\x65\164\x68\x69\156\147\x20\x77\145\156\164\40\167\162\x6f\x6e\147\x20\167\150\151\154\x65\x20\160\162\x6f\143\145\163\x73\x69\156\x67\x20\x74\x68\x69\x73\x20\x72\x65\161\x75\145\x73\164\x2e");
$Qm = new saml_mo_login();
$Qm->mo_saml_show_error_message();
return;
afN:
if (!(array_key_exists("\x6f\160\x74\x69\157\156", $_POST) && $_POST["\x6f\160\x74\x69\x6f\x6e"] == "\155\x6f\x5f\x73\141\155\154\137\144\157\167\x6e\x6c\x6f\141\144\137\143\145\162\x74" && check_admin_referer("\x6d\157\137\163\x61\x6d\154\x5f\144\157\167\x6e\154\157\141\144\137\143\145\x72\164"))) {
goto KD9;
}
$T0 = get_site_option("\x6d\x6f\137\x73\x61\155\154\x5f\143\165\162\x72\x65\x6e\x74\x5f\x63\145\x72\x74");
header("\x43\157\x6e\164\x65\x6e\x74\x2d\x54\x79\x70\145\72\x20\x61\x70\x70\x6c\151\143\141\x74\x69\x6f\x6e\x2f\x63\x72\164");
header("\x43\x6f\156\164\145\156\x74\x2d\104\151\x73\160\x6f\163\x69\x74\x69\157\x6e\x3a\x20\141\164\x74\141\143\x68\155\x65\x6e\164\x3b\40\x66\151\x6c\x65\156\141\x6d\x65\x3d\x22\x73\x70\55\143\145\x72\x74\x69\146\x69\x63\x61\164\145\56\x63\x72\164\x22");
echo $T0;
exit;
KD9:
if (!(array_key_exists("\x6f\x70\x74\151\157\156", $_POST) && $_POST["\157\x70\x74\x69\157\x6e"] == "\x6d\x6f\x5f\163\x61\x6d\154\x5f\x64\157\167\156\x6c\157\x61\x64\x5f\156\x65\167\x5f\143\x65\x72\x74" && check_admin_referer("\x6d\157\137\163\x61\155\154\x5f\x64\157\x77\x6e\154\157\x61\144\x5f\156\x65\167\137\x63\x65\162\164"))) {
goto CgY;
}
$eH = file_get_contents(plugin_dir_path(__DIR__) . "\162\145\x73\157\165\x72\x63\145\163" . DIRECTORY_SEPARATOR . mo_options_enum_default_sp_certificate::SP_Public_Certificate);
header("\103\x6f\x6e\164\x65\156\x74\x2d\x54\171\160\145\x3a\40\x61\x70\160\154\x69\x63\x61\164\x69\x6f\156\57\x63\162\164");
header("\x43\157\156\x74\x65\x6e\x74\55\x44\x69\163\160\157\163\x69\x74\151\157\x6e\x3a\40\x61\164\164\141\x63\x68\155\x65\x6e\164\73\40\146\x69\154\x65\x6e\141\155\x65\75\x22\x6d\x69\x6e\151\x6f\162\x61\156\147\x65\x5f\163\x70\56\x63\162\x74\x22");
echo $eH;
exit;
CgY:
if (!(array_key_exists("\x6f\160\x74\151\x6f\x6e", $_POST) && $_POST["\157\160\x74\x69\x6f\x6e"] == "\x6d\x6f\x5f\x73\141\155\x6c\x5f\x64\x6f\x77\156\x6c\x6f\x61\x64\x5f\155\145\164\141\x64\141\164\x61" && check_admin_referer("\x6d\157\x5f\163\141\155\x6c\x5f\144\157\167\156\x6c\157\x61\144\x5f\155\x65\164\141\144\141\x74\x61"))) {
goto tln;
}
miniorange_generate_metadata(true);
tln:
if (!(array_key_exists("\157\x70\164\x69\157\x6e", $_POST) && $_POST["\157\x70\164\151\x6f\x6e"] == "\155\x6f\137\163\141\155\154\x5f\144\x6f\x77\156\x6c\x6f\141\x64\137\156\145\167\137\155\x65\164\x61\144\x61\164\x61" && check_admin_referer("\x6d\157\137\x73\x61\155\x6c\137\x64\157\167\x6e\x6c\x6f\x61\144\x5f\156\x65\167\x5f\x6d\x65\164\141\144\141\164\x61"))) {
goto h0d;
}
miniorange_generate_metadata(true, true);
h0d:
E_e:
}
Function Calls
None |
Stats
MD5 | 392de467dcac88fec3debf753eb50aab |
Eval Count | 0 |
Decode Time | 127 ms |