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 
 */ 
 
 
if (defined("ABSPATH")) { 
    goto Rl2; 
} 
exit; 
Rl2: 
class Mo_Saml_License_Notices 
{ 
    public static function get_license_notice_message($mg, $LR, $hI) 
    { 
        $wm = Mo_Saml_License_Utility::get_disable_date($mg); 
        $Oa = Mo_Saml_License_Utility::get_plugin_notice_content($mg, $LR, $wm, $hI); 
        $Xs = "
\x9		<div id="message" style="display:flex;" class="notice " . esc_attr(Mo_Saml_License_Utility::get_expiry_admin_notice($LR)) . "">\xd\xa	\x9\x9	<div>
\xa	\x9\x9		<img src="" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "images/miniorange-logo.png" class="alignleft" height="87" width="66" alt="miniOrange logo" style="margin:22% 10px 22% 0; height:128px; width: 128px;">\xd
\x9	\x9\x9</div>
\xa\x9	\x9	<div>
	\x9\x9\x9	<div class="alignright" style="padding-top: 12px;">\xd\xa		\x9	\x9	<a href="admin.php?page=mo_saml_settings&tab=account_info"><button class="button button-primary" type="button">Go to Plugin Settings</button></a>
\xa\x9\x9\x9		</div>\xd\xa\x9\x9\x9\x9\x9<h2 style="font-size:22px;margin:1em 0;">" . esc_html($Oa["heading"]) . "</h2>
\xa	\x9		\x9<div class="alignleft">
\xa\x9\x9			\x9<p class="mo_saml_license_notice"> " . $Oa["common_note_1"] . " </p>\xd
\x9		\x9	\x9<p class="mo_saml_license_notice"> " . $Oa["sub_note"] . " " . $Oa["renew_note"] . " </p>
\xa			\x9\x9\x9<p class="mo_saml_license_notice"> " . $Oa["common_note_2"] . " </p>"; 
        if (!($LR > 10)) { 
            goto xQT; 
        } 
        $Xs .= "<p id="mo_saml_license_notice_dismiss" class="alignright button button-link">Dismiss</p>\xd
		\x9		\x9<div class="clear"></div>"; 
        xQT: 
        $Xs .= "</div>
\xa	\x9		</div>
\xa\x9\x9\x9</div>"; 
        $Xs .= "\xd\xa\x9\x9	<form method="post" name="" action="" id="mo_saml_license_notice_dismiss_form"> " . wp_nonce_field("mo_saml_license_notice_dismiss") . " 
\x9		\x9<input type="hidden" name="option" value="mo_saml_license_notice_dismiss"/>
\x9\x9	</form>
\xa	\xd\xa			<script>\xd\xa\x9	\x9	jQuery("#mo_saml_license_notice_dismiss").click(function(){
\xa	\x9	\x9\x9jQuery("#mo_saml_license_notice_dismiss_form").submit();
\xa		\x9	});
	\x9\x9</script>"; 
        return $Xs; 
    } 
    public static function get_trial_notice_message($uU, $MT) 
    { 
        if (!$uU) { 
            goto F3D; 
        } 
        $cJ = "Your TRIAL license for miniOrange SAML 2.0 Single Sign On plugin has been expired on "; 
        $i0 = "Please <b><a href="" . esc_url(Mo_Saml_License_Utility::$pricing_faqs) . "" target="_blank">purchase the plugin</a></b> or contact us at <a href="mailto:[email protected]" class="text-primary"><b>[email protected]</b></a>."; 
        goto R6E; 
        F3D: 
        $cJ = "Your TRIAL license for miniOrange SAML 2.0 Single Sign On plugin has been activated and will be valid till "; 
        $i0 = "If you need any help in setting up the SSO, please reach out to us at <a href="mailto:[email protected]" class="text-primary"><b>[email protected]</b></a>."; 
        R6E: 
        $Xs = "
	\x9<div class="notice notice-warning mo_saml_trial_notice_banner">
			<img src="" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "images/miniorange.png"/>&nbsp;&nbsp;
			<span class="mo_saml_trial_notice_text"> \xd
			\x9<b>" . esc_html($cJ) . esc_html($MT) . ". </b>\xd
	\x9		<br>" . wp_kses($i0, array("a" => array("href" => array()), "b" => array())) . "
\x9\x9\x9</span>\xd\xa\x9\x9</div>"; 
        return $Xs; 
    } 
    public static function get_license_details_view() 
    { 
        $mg = SAMLSPUtilities::mo_saml_decrypt_data(get_option(Mo_Saml_Options::LICENSE_EXPIRY_DATE)); 
        $LR = Mo_Saml_License_Utility::get_expiry_remaining_days($mg); 
        $Oy = Mo_Saml_License_Utility::get_grace_days_left($LR); 
        $RT = ''; 
        if (Mo_Saml_License_Utility::is_trial_license_activated()) { 
            goto aKF; 
        } 
        if ($LR < 60 && $LR > 0) { 
            goto mhY; 
        } 
        if ($LR <= 0) { 
            goto nWC; 
        } 
        goto bcA; 
        aKF: 
        if (Mo_Saml_License_Utility::is_trial_license_expired()) { 
            goto bkl; 
        } 
        $RT = "You are currently on trial plugin license. Please purchase the plugin to continue with seamless SSO experience."; 
        goto Nit; 
        bkl: 
        $RT = "Your trial plugin license has expired. Please purchase the plugin to continue with seamless SSO experience."; 
        Nit: 
        goto bcA; 
        mhY: 
        $RT = "Your plugin license is going to expire in " . esc_html($LR) . " days"; 
        goto bcA; 
        nWC: 
        if (Mo_Saml_License_Utility::is_plugin_license_expired(true)) { 
            goto Zx6; 
        } 
        $RT = "You are currently on grace period for renewal. " . esc_html($Oy) . " days left before SSO is disabled on your site."; 
        goto kyn; 
        Zx6: 
        $RT = "Your plugin license has expired and the plugin has stopped working. Please renew your license immediately."; 
        kyn: 
        bcA: 
        $an = ''; 
        $an .= "\xd
	\x9<div style="display:flex; text-align: center;">\xd\xa	\x9\x9<div style="width:10%"><img src="" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "images/miniorange-logo.png" width="50px"/></div>
\xa		\x9<div style="width:150rem"><h2>miniOrange SAML SSO Plugin</h2></div>
\xa		</div>"; 
        $an .= !empty($RT) ? "<div class="mo-saml-notice-container">
		\x9<p class="mo-saml-notice-text">" . esc_html($RT) . "</p>
	\x9</div>" : ''; 
        $an .= "<div style="text-align:center">
\xa	\x9\x9<table border="1" class="mo-saml-license-expiry-details">\xd\xa\x9\x9\x9\x9<tr>\xd\xa\x9		\x9	<td style="width:45%; padding: 10px;"><b>miniOrange Account Email</b></td>\xd\xa\x9\x9\x9	\x9<td style="width:55%; padding: 10px;">" . esc_html(get_option(Mo_Saml_Options_Plugin_Admin::ADMIN_EMAIL)) . "</td>\xd\xa\x9\x9\x9	</tr>\xd\xa	\x9		<tr>
		\x9\x9\x9<td style="width:45%; padding: 10px;"><b>Plugin License Expiry Date</b></td>
		\x9\x9	<td style="width:55%; padding: 10px;"><b> " . esc_html($mg) . " </b></td>
\xa		\x9\x9</tr>\xd\xa	\x9\x9</table>\xd
		</div>
	\x9<div class="mo-saml-support-links">\xd
\x9\x9<div><a href="" . admin_url("admin.php?page=mo_saml_settings") . "" style="color:white;"><button class="button button-primary button-large"><b>Go to plugin settings</b></button></a></div>
\xa	\x9<div>Need any help? Contact us on <a href="mailto:[email protected]"><b>[email protected]</b></a></div>\xd\xa\x9\x9\x9
	\x9</div>"; 
        return $an; 
    } 
} 
 ?>

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
 */


if (defined("\x41\x42\123\120\101\x54\110")) {
    goto Rl2;
}
exit;
Rl2:
class Mo_Saml_License_Notices
{
    public static function get_license_notice_message($mg, $LR, $hI)
    {
        $wm = Mo_Saml_License_Utility::get_disable_date($mg);
        $Oa = Mo_Saml_License_Utility::get_plugin_notice_content($mg, $LR, $wm, $hI);
        $Xs = "\15\12\x9\11\11\74\x64\151\166\40\x69\144\75\x22\x6d\145\163\163\x61\x67\x65\42\x20\163\x74\x79\154\x65\x3d\x22\x64\151\x73\160\154\141\171\x3a\146\154\145\170\73\x22\x20\143\x6c\141\163\163\x3d\42\x6e\157\x74\151\x63\145\40" . esc_attr(Mo_Saml_License_Utility::get_expiry_admin_notice($LR)) . "\42\76\xd\xa\11\x9\x9\11\74\x64\151\166\x3e\15\xa\11\x9\x9\11\11\74\x69\x6d\147\40\x73\x72\143\75\42" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "\151\155\141\147\x65\x73\x2f\x6d\151\x6e\151\157\x72\x61\156\x67\x65\x2d\154\157\147\157\56\x70\x6e\147\42\x20\x63\154\141\x73\x73\x3d\42\x61\x6c\x69\x67\x6e\x6c\145\x66\164\x22\x20\x68\x65\151\147\x68\x74\x3d\x22\x38\x37\x22\x20\167\151\x64\x74\x68\x3d\x22\66\x36\x22\40\141\154\164\x3d\x22\x6d\151\156\151\117\162\x61\x6e\147\x65\40\x6c\157\147\157\x22\x20\x73\x74\x79\x6c\x65\x3d\42\155\x61\x72\x67\x69\x6e\72\x32\62\x25\x20\61\60\x70\170\40\62\62\45\40\x30\x3b\40\x68\x65\151\x67\x68\x74\72\61\62\70\160\170\73\40\x77\151\144\x74\150\x3a\x20\x31\x32\x38\x70\x78\x3b\x22\76\xd\12\x9\11\x9\x9\74\x2f\144\x69\166\76\15\xa\x9\11\x9\11\x3c\144\x69\166\x3e\15\12\11\x9\x9\x9\11\x3c\144\x69\166\40\x63\x6c\141\163\x73\x3d\42\141\x6c\x69\x67\x6e\162\151\x67\x68\x74\x22\x20\x73\164\x79\x6c\145\75\42\x70\x61\x64\144\x69\156\147\55\164\x6f\160\x3a\40\61\x32\x70\x78\73\42\76\xd\xa\11\11\x9\11\x9\11\x3c\141\x20\x68\162\145\146\x3d\42\x61\x64\155\151\x6e\x2e\160\x68\x70\x3f\x70\x61\147\x65\x3d\155\157\x5f\x73\x61\x6d\154\137\163\x65\x74\164\151\x6e\x67\x73\x26\x74\141\142\x3d\x61\143\143\x6f\165\156\164\137\x69\156\146\x6f\x22\x3e\x3c\142\165\x74\164\x6f\x6e\x20\x63\154\141\x73\163\75\42\x62\165\164\164\x6f\x6e\x20\142\165\x74\164\x6f\x6e\x2d\x70\162\151\155\x61\x72\x79\42\x20\164\x79\160\x65\75\42\x62\x75\164\164\x6f\x6e\x22\x3e\107\x6f\40\x74\157\40\x50\154\165\x67\151\x6e\x20\123\x65\x74\164\151\156\147\163\x3c\57\142\165\164\x74\x6f\156\76\x3c\57\141\76\15\xa\x9\x9\x9\11\11\74\x2f\144\151\166\x3e\xd\xa\x9\x9\x9\x9\x9\x3c\x68\x32\40\x73\164\x79\154\145\75\42\146\x6f\156\164\x2d\163\151\x7a\145\x3a\x32\62\160\x78\x3b\155\141\x72\x67\151\156\x3a\61\145\155\x20\60\73\42\x3e" . esc_html($Oa["\150\x65\x61\x64\151\156\x67"]) . "\74\x2f\x68\x32\76\15\xa\11\x9\11\11\x9\x3c\144\151\166\x20\x63\x6c\141\x73\x73\75\42\x61\x6c\x69\147\156\154\145\x66\164\42\x3e\15\xa\x9\x9\11\11\11\x9\x3c\x70\x20\x63\x6c\141\163\163\x3d\x22\x6d\x6f\137\163\x61\x6d\154\x5f\x6c\151\143\x65\x6e\163\145\137\x6e\x6f\x74\x69\143\145\42\76\x20" . $Oa["\x63\157\155\155\157\156\x5f\156\157\164\x65\137\x31"] . "\40\x3c\x2f\160\x3e\xd\12\x9\11\11\x9\11\x9\x3c\160\40\143\x6c\x61\163\x73\75\42\x6d\x6f\x5f\x73\x61\155\154\137\154\151\143\x65\156\x73\x65\137\x6e\157\164\151\143\145\42\x3e\40" . $Oa["\x73\165\x62\x5f\156\x6f\164\x65"] . "\x20" . $Oa["\x72\x65\156\x65\x77\137\156\x6f\164\x65"] . "\x20\74\57\x70\76\15\xa\11\11\11\x9\x9\x9\74\x70\40\143\x6c\x61\163\x73\75\42\x6d\157\137\163\x61\x6d\154\x5f\154\x69\143\x65\x6e\x73\145\137\156\x6f\164\x69\143\145\x22\x3e\40" . $Oa["\x63\x6f\155\x6d\157\156\137\x6e\x6f\x74\x65\x5f\x32"] . "\x20\x3c\x2f\160\76";
        if (!($LR > 10)) {
            goto xQT;
        }
        $Xs .= "\74\x70\40\x69\x64\75\x22\x6d\x6f\137\163\141\x6d\x6c\x5f\x6c\151\143\x65\x6e\163\145\x5f\156\157\164\151\143\145\137\144\x69\x73\155\151\x73\163\x22\40\143\154\141\163\x73\75\x22\x61\154\x69\147\156\162\151\x67\150\164\x20\142\x75\164\164\x6f\156\x20\x62\x75\164\164\x6f\x6e\x2d\154\x69\156\153\x22\76\x44\x69\x73\155\151\x73\163\74\x2f\x70\x3e\xd\12\11\11\x9\11\11\x9\x3c\x64\151\166\x20\x63\x6c\x61\x73\163\x3d\x22\x63\x6c\145\x61\x72\x22\x3e\74\x2f\144\x69\166\x3e";
        xQT:
        $Xs .= "\74\x2f\144\151\x76\x3e\15\xa\11\x9\11\11\74\57\x64\151\166\76\15\xa\x9\x9\x9\74\x2f\x64\151\x76\x3e";
        $Xs .= "\xd\xa\x9\x9\11\x3c\x66\157\162\x6d\40\155\145\164\x68\x6f\144\75\42\160\157\163\x74\x22\40\156\x61\155\x65\x3d\x22\42\x20\x61\143\164\x69\157\x6e\x3d\42\42\x20\x69\x64\x3d\42\x6d\157\137\x73\x61\x6d\154\137\154\x69\x63\x65\156\163\x65\137\x6e\x6f\164\x69\x63\x65\137\x64\x69\x73\155\x69\163\x73\137\146\157\x72\x6d\42\x3e\40" . wp_nonce_field("\155\157\x5f\x73\x61\x6d\x6c\137\x6c\x69\x63\145\x6e\x73\145\x5f\156\157\x74\151\x63\145\137\x64\x69\x73\155\151\163\x73") . "\40\15\12\x9\11\11\x9\74\151\156\x70\165\164\x20\164\x79\160\145\75\42\x68\x69\144\144\145\x6e\42\40\156\141\x6d\x65\x3d\42\x6f\x70\x74\x69\157\156\x22\x20\166\x61\x6c\165\x65\75\x22\x6d\x6f\137\x73\141\155\154\x5f\x6c\x69\143\x65\x6e\163\x65\137\156\157\164\151\x63\x65\137\x64\151\163\x6d\x69\163\163\42\57\76\15\12\x9\x9\11\74\57\x66\x6f\162\155\76\15\xa\11\xd\xa\11\11\11\74\x73\x63\x72\151\x70\x74\x3e\xd\xa\x9\11\x9\11\152\121\165\145\162\x79\x28\x22\43\x6d\x6f\137\x73\141\155\x6c\x5f\x6c\151\x63\x65\x6e\163\145\137\x6e\157\x74\x69\x63\x65\137\x64\151\x73\x6d\x69\163\163\42\51\56\x63\154\x69\x63\153\50\x66\x75\x6e\x63\164\x69\x6f\x6e\x28\x29\173\15\xa\11\x9\11\x9\x9\x6a\121\165\x65\162\171\x28\x22\43\155\x6f\x5f\x73\x61\x6d\x6c\x5f\154\151\143\x65\x6e\163\x65\x5f\156\x6f\x74\x69\143\x65\x5f\144\151\163\155\151\163\163\x5f\146\157\x72\155\x22\x29\x2e\163\x75\142\x6d\x69\164\x28\x29\x3b\15\xa\11\11\x9\11\175\x29\73\15\12\11\x9\x9\x3c\x2f\163\143\162\151\160\x74\76";
        return $Xs;
    }
    public static function get_trial_notice_message($uU, $MT)
    {
        if (!$uU) {
            goto F3D;
        }
        $cJ = "\x59\157\165\x72\x20\x54\122\x49\101\x4c\40\154\151\x63\x65\156\x73\145\40\146\x6f\x72\40\x6d\151\x6e\x69\117\162\141\156\x67\145\x20\x53\101\115\x4c\40\x32\56\x30\40\123\151\x6e\147\154\145\x20\123\151\x67\x6e\x20\x4f\x6e\40\160\154\x75\147\x69\156\x20\x68\x61\x73\x20\142\145\145\156\40\145\x78\x70\x69\162\x65\144\x20\x6f\x6e\40";
        $i0 = "\120\154\145\141\163\x65\x20\x3c\x62\76\x3c\141\x20\150\162\145\146\75\42" . esc_url(Mo_Saml_License_Utility::$pricing_faqs) . "\x22\40\164\141\162\x67\145\164\x3d\x22\x5f\142\x6c\141\156\153\42\76\160\165\162\x63\x68\141\163\x65\x20\164\x68\145\40\160\x6c\x75\147\151\156\74\x2f\x61\x3e\74\57\142\x3e\x20\x6f\162\40\143\157\156\x74\x61\143\164\x20\x75\x73\x20\x61\164\x20\74\141\x20\150\162\145\x66\75\x22\155\x61\x69\154\x74\x6f\x3a\x73\141\155\x6c\163\165\x70\160\x6f\x72\x74\100\x78\x65\143\x75\x72\151\x66\171\x2e\x63\x6f\155\x22\x20\x63\x6c\141\x73\x73\75\42\164\x65\170\164\x2d\x70\x72\x69\x6d\x61\x72\171\x22\x3e\74\142\76\163\x61\155\x6c\163\165\160\160\157\x72\164\100\170\145\x63\165\x72\x69\146\171\56\x63\x6f\155\74\57\x62\76\74\x2f\141\x3e\56";
        goto R6E;
        F3D:
        $cJ = "\131\x6f\x75\162\x20\124\x52\x49\x41\x4c\40\154\151\x63\145\x6e\163\145\x20\x66\x6f\x72\x20\x6d\x69\x6e\x69\117\x72\141\x6e\147\x65\x20\123\x41\x4d\x4c\40\62\56\60\x20\123\x69\x6e\147\x6c\x65\40\123\x69\147\156\40\x4f\x6e\40\160\154\x75\x67\x69\156\40\150\141\163\x20\x62\x65\x65\156\40\141\x63\x74\x69\x76\x61\164\x65\x64\x20\x61\156\x64\40\x77\x69\154\154\x20\x62\x65\40\166\141\x6c\x69\144\x20\164\x69\x6c\154\40";
        $i0 = "\x49\x66\40\x79\157\165\x20\x6e\145\145\144\40\x61\156\x79\x20\x68\145\x6c\160\40\151\x6e\40\163\x65\x74\164\x69\x6e\x67\40\165\160\40\164\x68\145\x20\x53\x53\x4f\x2c\40\x70\154\145\141\163\x65\40\162\x65\141\x63\x68\x20\x6f\x75\164\x20\x74\157\40\165\x73\40\x61\164\x20\x3c\141\40\150\162\145\146\x3d\x22\x6d\141\x69\154\164\157\x3a\163\141\155\x6c\163\x75\160\x70\x6f\x72\164\100\170\145\x63\x75\162\x69\146\x79\56\143\x6f\x6d\x22\40\143\x6c\x61\x73\163\x3d\42\x74\x65\170\164\x2d\x70\x72\151\x6d\x61\162\171\42\x3e\x3c\x62\x3e\163\141\x6d\x6c\x73\165\160\x70\157\x72\x74\100\x78\145\x63\165\x72\151\146\171\x2e\x63\157\x6d\x3c\x2f\142\x3e\74\57\x61\x3e\x2e";
        R6E:
        $Xs = "\15\12\11\x9\x3c\x64\x69\166\x20\x63\x6c\x61\163\x73\x3d\42\156\x6f\x74\x69\143\x65\x20\x6e\157\164\151\x63\145\55\167\141\162\156\151\x6e\x67\x20\155\x6f\137\x73\x61\x6d\x6c\x5f\164\162\151\141\154\x5f\156\x6f\x74\x69\143\x65\x5f\142\141\156\156\x65\x72\42\x3e\15\12\11\11\11\x3c\151\x6d\x67\x20\x73\162\143\x3d\x22" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "\x69\155\x61\147\x65\x73\57\x6d\151\x6e\151\x6f\x72\141\156\x67\x65\56\x70\156\147\x22\57\76\46\x6e\142\163\160\73\46\156\142\x73\160\73\15\12\11\11\11\74\x73\160\x61\x6e\40\143\154\141\163\x73\x3d\42\155\x6f\x5f\x73\141\155\154\137\164\x72\151\x61\154\x5f\x6e\157\x74\151\143\145\x5f\x74\145\x78\164\42\x3e\40\xd\12\11\11\11\x9\x3c\x62\x3e" . esc_html($cJ) . esc_html($MT) . "\56\x20\74\x2f\x62\76\xd\12\11\x9\11\11\74\x62\x72\76" . wp_kses($i0, array("\141" => array("\x68\162\145\x66" => array()), "\142" => array())) . "\15\12\x9\x9\x9\x3c\x2f\x73\x70\x61\x6e\x3e\xd\xa\x9\x9\x3c\x2f\144\151\x76\76";
        return $Xs;
    }
    public static function get_license_details_view()
    {
        $mg = SAMLSPUtilities::mo_saml_decrypt_data(get_option(Mo_Saml_Options::LICENSE_EXPIRY_DATE));
        $LR = Mo_Saml_License_Utility::get_expiry_remaining_days($mg);
        $Oy = Mo_Saml_License_Utility::get_grace_days_left($LR);
        $RT = '';
        if (Mo_Saml_License_Utility::is_trial_license_activated()) {
            goto aKF;
        }
        if ($LR < 60 && $LR > 0) {
            goto mhY;
        }
        if ($LR <= 0) {
            goto nWC;
        }
        goto bcA;
        aKF:
        if (Mo_Saml_License_Utility::is_trial_license_expired()) {
            goto bkl;
        }
        $RT = "\x59\157\x75\x20\x61\x72\145\40\143\165\162\162\145\x6e\164\x6c\171\x20\157\156\40\164\x72\x69\x61\x6c\x20\160\154\x75\x67\x69\x6e\x20\154\151\x63\145\156\163\x65\x2e\40\x50\x6c\x65\x61\x73\145\40\x70\x75\162\x63\150\x61\163\x65\40\164\150\145\x20\160\154\165\x67\151\156\40\x74\157\x20\143\157\x6e\x74\x69\x6e\x75\145\x20\167\151\x74\x68\40\163\x65\141\155\154\145\163\x73\x20\123\x53\x4f\40\x65\x78\x70\x65\x72\151\x65\156\143\145\x2e";
        goto Nit;
        bkl:
        $RT = "\x59\x6f\x75\x72\40\164\x72\x69\x61\154\40\x70\x6c\x75\x67\x69\x6e\40\x6c\151\x63\x65\156\163\145\40\x68\141\163\40\145\x78\x70\x69\162\145\x64\56\40\120\154\145\x61\x73\145\x20\160\165\x72\x63\150\x61\163\145\x20\x74\x68\x65\x20\x70\x6c\x75\147\151\x6e\x20\164\x6f\x20\143\157\156\x74\x69\x6e\x75\x65\x20\x77\151\164\150\x20\163\x65\141\x6d\x6c\x65\x73\x73\40\123\x53\x4f\x20\x65\170\160\145\x72\x69\x65\x6e\143\145\x2e";
        Nit:
        goto bcA;
        mhY:
        $RT = "\x59\x6f\x75\x72\40\160\154\165\x67\x69\156\x20\154\151\x63\x65\x6e\x73\x65\40\x69\163\x20\147\157\151\156\147\x20\164\x6f\x20\x65\x78\160\x69\x72\x65\40\151\x6e\40" . esc_html($LR) . "\x20\x64\x61\171\163";
        goto bcA;
        nWC:
        if (Mo_Saml_License_Utility::is_plugin_license_expired(true)) {
            goto Zx6;
        }
        $RT = "\x59\x6f\x75\x20\141\162\x65\x20\143\x75\x72\x72\x65\x6e\164\154\x79\x20\157\x6e\x20\147\x72\141\143\x65\x20\160\145\x72\151\157\144\x20\x66\157\162\x20\162\x65\x6e\x65\167\x61\x6c\x2e\x20" . esc_html($Oy) . "\x20\144\141\171\x73\40\x6c\145\x66\164\x20\x62\145\x66\157\162\145\x20\x53\x53\117\40\151\x73\x20\144\151\163\x61\x62\x6c\145\144\40\157\x6e\40\171\157\x75\x72\x20\163\151\164\145\x2e";
        goto kyn;
        Zx6:
        $RT = "\131\x6f\x75\162\40\x70\154\165\x67\x69\x6e\40\x6c\x69\x63\x65\x6e\x73\x65\40\150\141\x73\40\x65\x78\160\151\x72\x65\x64\x20\141\x6e\x64\x20\x74\x68\145\x20\160\154\165\x67\x69\x6e\x20\150\141\x73\x20\163\164\x6f\x70\x70\x65\144\40\167\x6f\x72\x6b\151\156\x67\56\x20\120\154\x65\x61\x73\x65\40\162\x65\156\145\167\x20\171\x6f\165\162\x20\x6c\151\143\145\x6e\163\145\40\x69\x6d\155\145\144\151\x61\164\x65\x6c\171\56";
        kyn:
        bcA:
        $an = '';
        $an .= "\xd\12\11\x9\x3c\144\151\166\40\163\164\x79\154\x65\75\42\144\x69\163\160\154\x61\171\72\146\154\x65\170\73\40\164\145\x78\x74\55\141\x6c\x69\147\x6e\x3a\x20\x63\x65\x6e\x74\145\x72\x3b\x22\76\xd\xa\11\x9\x9\x3c\x64\151\166\x20\163\x74\171\x6c\145\75\x22\167\x69\x64\x74\x68\72\61\x30\x25\x22\x3e\x3c\151\155\x67\x20\x73\x72\143\x3d\x22" . esc_attr(SAMLSPUtilities::mo_saml_get_plugin_dir_url()) . "\x69\x6d\141\147\145\x73\57\155\x69\x6e\x69\x6f\x72\141\x6e\x67\145\x2d\154\157\x67\157\56\x70\x6e\x67\x22\40\167\x69\x64\x74\x68\x3d\x22\65\60\160\170\x22\57\76\74\x2f\x64\x69\x76\76\15\xa\11\11\x9\x3c\144\x69\166\x20\x73\164\x79\154\145\75\x22\167\x69\x64\164\150\72\x31\65\60\162\x65\x6d\42\x3e\74\x68\x32\76\x6d\151\156\151\x4f\x72\141\156\x67\145\x20\123\x41\x4d\x4c\x20\123\x53\117\40\120\154\165\x67\151\156\x3c\x2f\150\62\76\74\x2f\144\151\x76\76\15\xa\11\11\74\57\144\151\x76\x3e";
        $an .= !empty($RT) ? "\74\144\x69\x76\40\143\x6c\141\x73\x73\75\42\155\157\x2d\x73\141\155\154\55\x6e\x6f\x74\x69\143\145\55\x63\157\156\164\141\151\x6e\145\162\42\x3e\15\12\11\11\x9\74\x70\40\143\154\141\x73\163\75\x22\x6d\157\x2d\x73\141\x6d\x6c\x2d\156\157\x74\151\143\x65\55\164\x65\x78\x74\x22\x3e" . esc_html($RT) . "\x3c\x2f\160\x3e\15\12\11\x9\74\x2f\x64\x69\x76\x3e" : '';
        $an .= "\74\x64\x69\x76\40\163\x74\x79\x6c\145\x3d\42\164\x65\170\x74\55\x61\x6c\x69\x67\x6e\72\x63\x65\x6e\x74\145\162\x22\76\15\xa\11\x9\x9\74\164\x61\142\154\x65\x20\x62\157\162\144\x65\162\75\42\x31\42\40\x63\x6c\141\163\163\75\42\155\x6f\x2d\163\x61\155\154\x2d\x6c\x69\x63\x65\156\x73\x65\x2d\x65\170\160\x69\x72\171\x2d\144\x65\164\141\x69\154\163\42\76\xd\xa\x9\x9\x9\x9\x3c\164\x72\76\xd\xa\x9\11\11\x9\11\x3c\x74\144\40\163\164\171\154\x65\x3d\x22\167\151\x64\x74\x68\x3a\x34\x35\45\73\40\x70\141\x64\144\x69\x6e\x67\72\40\x31\x30\x70\170\x3b\x22\x3e\74\x62\76\155\151\x6e\151\x4f\x72\x61\x6e\x67\145\40\101\x63\143\157\165\156\x74\x20\105\155\141\x69\x6c\74\x2f\142\76\x3c\57\164\x64\76\xd\xa\x9\x9\x9\11\x9\74\164\144\40\x73\164\x79\154\145\x3d\42\167\151\144\164\150\x3a\x35\65\45\73\40\160\141\x64\144\151\x6e\x67\x3a\40\x31\60\x70\170\x3b\x22\x3e" . esc_html(get_option(Mo_Saml_Options_Plugin_Admin::ADMIN_EMAIL)) . "\x3c\x2f\164\144\x3e\xd\xa\x9\x9\x9\11\74\x2f\164\x72\76\xd\xa\11\x9\11\11\74\x74\162\76\15\12\11\11\x9\x9\x9\x3c\x74\144\40\x73\164\x79\x6c\145\x3d\x22\167\151\144\x74\150\72\x34\65\x25\x3b\x20\x70\141\144\144\151\156\x67\72\40\61\x30\x70\170\x3b\x22\x3e\x3c\x62\76\x50\x6c\x75\x67\151\156\x20\114\x69\143\x65\156\x73\x65\40\105\170\x70\x69\x72\171\40\x44\x61\x74\145\74\57\x62\x3e\74\x2f\x74\x64\76\15\12\11\11\x9\x9\11\x3c\x74\144\40\x73\164\x79\x6c\145\75\x22\x77\x69\x64\x74\x68\x3a\65\65\45\73\40\x70\141\144\x64\x69\156\x67\x3a\40\61\x30\x70\x78\73\x22\x3e\74\x62\76\x20" . esc_html($mg) . "\40\74\57\142\76\74\57\164\144\x3e\15\xa\11\11\x9\x9\x3c\57\x74\x72\x3e\xd\xa\11\x9\x9\x3c\x2f\x74\x61\142\x6c\x65\76\xd\12\11\11\x3c\x2f\x64\x69\166\76\15\12\11\x9\x3c\x64\x69\166\x20\143\x6c\x61\163\163\75\42\155\x6f\55\x73\x61\155\x6c\55\x73\165\x70\x70\x6f\x72\x74\x2d\154\x69\156\x6b\163\42\x3e\xd\12\x9\x9\x3c\144\151\x76\76\74\141\x20\150\x72\x65\146\75\x22" . admin_url("\141\144\x6d\x69\156\x2e\x70\150\160\x3f\160\x61\x67\145\x3d\x6d\157\137\x73\x61\x6d\154\x5f\x73\145\x74\x74\151\x6e\147\163") . "\x22\x20\163\x74\171\x6c\145\75\x22\143\157\154\x6f\x72\72\x77\150\151\x74\145\x3b\42\x3e\x3c\x62\x75\x74\x74\x6f\156\40\x63\x6c\x61\x73\x73\75\42\x62\x75\x74\164\x6f\156\x20\x62\165\164\164\x6f\156\x2d\160\162\151\155\x61\162\171\x20\x62\165\164\x74\x6f\156\x2d\x6c\141\162\147\145\42\76\x3c\x62\76\107\x6f\40\164\x6f\x20\160\x6c\165\147\151\156\x20\163\145\x74\164\151\156\x67\x73\74\x2f\142\x3e\x3c\x2f\142\165\x74\164\157\x6e\76\x3c\x2f\x61\76\x3c\x2f\144\x69\x76\76\15\xa\11\x9\74\x64\x69\166\x3e\116\x65\x65\x64\x20\x61\156\x79\x20\150\145\154\160\x3f\x20\x43\157\x6e\164\141\x63\x74\40\165\x73\x20\157\x6e\x20\x3c\141\40\x68\162\145\x66\x3d\x22\155\x61\x69\154\x74\x6f\72\x73\141\155\x6c\163\x75\x70\160\157\x72\164\x40\x78\145\x63\x75\162\x69\x66\x79\x2e\143\157\155\42\x3e\74\x62\x3e\x73\x61\x6d\x6c\163\165\x70\160\157\162\x74\100\170\x65\143\165\x72\151\146\x79\x2e\x63\x6f\x6d\x3c\57\142\76\x3c\57\141\76\74\x2f\144\151\166\76\xd\xa\x9\x9\x9\15\12\11\x9\74\x2f\x64\x69\166\76";
        return $an;
    }
}

Function Calls

None

Variables

None

Stats

MD5 87ceebd3edfdff4e1f04595e21b9b04f
Eval Count 0
Decode Time 48 ms