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 namespace MoSharePointObjectSync\Wrappers; use MoSharePointObjectSync\API\Cu..

Decoded Output download

<?php 
 
 
namespace MoSharePointObjectSync\Wrappers; 
 
use MoSharePointObjectSync\API\CustomerMOSPS; 
class wpWrapper 
{ 
    private static $instance; 
    public static function getWrapper() 
    { 
        if (isset(self::$instance)) { 
            goto tF; 
        } 
        $nu = __CLASS__; 
        self::$instance = new $nu(); 
        tF: 
        return self::$instance; 
    } 
    public static function mo_sps_set_option($Z6, $St) 
    { 
        update_option($Z6, $St); 
    } 
    public static function mo_sps_get_option($Z6) 
    { 
        return get_option($Z6); 
    } 
    public static function mo_sps_delete_option($Z6) 
    { 
        delete_option($Z6); 
    } 
    public static function mo_sps__show_error_notice($Fn) 
    { 
        self::mo_sps_set_option(pluginConstants::notice_message, $Fn); 
        $qu = "admin_notices"; 
        remove_action($qu, [self::getWrapper(), "mo_sps_success_notice"]); 
        add_action($qu, [self::getWrapper(), "mo_sps_error_notice"]); 
    } 
    public static function mo_sps__show_success_notice($Fn) 
    { 
        self::mo_sps_set_option(pluginConstants::notice_message, $Fn); 
        $qu = "admin_notices"; 
        remove_action($qu, [self::getWrapper(), "mo_sps_error_notice"]); 
        add_action($qu, [self::getWrapper(), "mo_sps_success_notice"]); 
    } 
    public function mo_sps_success_notice() 
    { 
        $nu = "updated"; 
        $Fn = self::mo_sps_get_option(pluginConstants::notice_message); 
        echo "<div style='margin:5px 0' class='" . esc_attr($nu) . "'> <p>" . esc_attr($Fn) . "</p></div>"; 
    } 
    public function mo_sps_error_notice() 
    { 
        $nu = "error"; 
        $Fn = self::mo_sps_get_option(pluginConstants::notice_message); 
        echo "<div style='margin:5px 0' class='" . esc_attr($nu) . "'> <p>" . esc_attr($Fn) . "</p></div>"; 
    } 
    public static function mo_sps_encrypt_data($o2, $Z6) 
    { 
        $Z6 = openssl_digest($Z6, "sha256"); 
        $u0 = "aes-128-ecb"; 
        $RG = openssl_encrypt($o2, $u0, $Z6, OPENSSL_RAW_DATA || OPENSSL_ZERO_PADDING); 
        return base64_encode($RG); 
    } 
    public static function mo_sps_get_domain_from_url($o7) 
    { 
        $vO = parse_url($o7, PHP_URL_SCHEME); 
        $YP = ''; 
        if ($vO == "http") { 
            goto aa; 
        } 
        $YP = str_replace("https://", '', $o7); 
        goto eF; 
        aa: 
        $YP = str_replace("http://", '', $o7); 
        eF: 
        $YP = rtrim($YP, "/"); 
        return $YP; 
    } 
    public static function mo_sps_decrypt_data($o2, $Z6) 
    { 
        $Uz = base64_decode($o2); 
        $Z6 = openssl_digest($Z6, "sha256"); 
        $u0 = "AES-128-ECB"; 
        $Qc = openssl_cipher_iv_length($u0); 
        $Vc = substr($Uz, 0, $Qc); 
        $o2 = substr($Uz, $Qc); 
        $AZ = openssl_decrypt($o2, $u0, $Z6, OPENSSL_RAW_DATA || OPENSSL_ZERO_PADDING, $Vc); 
        return $AZ; 
    } 
    public static function djkasjdksa() 
    { 
        $AX = "!~@#$%^&*()_+|{}<>?0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; 
        $ma = strlen($AX); 
        $Oj = ''; 
        $VZ = 0; 
        TE: 
        if (!($VZ < 10000)) { 
            goto kK; 
        } 
        $Oj .= $AX[rand(0, $ma - 1)]; 
        PJ: 
        $VZ++; 
        goto TE; 
        kK: 
        return $Oj; 
    } 
    public static function mo_sps_sps_get_domain_from_url($o7) 
    { 
        $vO = parse_url($o7, PHP_URL_SCHEME); 
        $YP = ''; 
        if ($vO == "http") { 
            goto Fg; 
        } 
        $YP = str_replace("https://", '', $o7); 
        goto mU; 
        Fg: 
        $YP = str_replace("http://", '', $o7); 
        mU: 
        $YP = rtrim($YP, "/"); 
        return $YP; 
    } 
    public static function mo_sps_is_customer_registered($N2 = false) 
    { 
        $yp = get_option("mo_sps_admin_email"); 
        $KN = get_option("mo_sps_admin_customer_key"); 
        if (!(!$yp || !$KN || !is_numeric(trim($KN)))) { 
            goto bA; 
        } 
        return $N2 ? "disabled" : 0; 
        bA: 
        return $N2 ? '' : 1; 
    } 
    public static function mo_sps_is_customer_license_key_verified($N2 = false) 
    { 
        $Z6 = get_option("mo_sps_customer_token"); 
        $LZ = get_option("sps_lk"); 
        $yp = get_option("mo_sps_admin_email"); 
        $KN = get_option("mo_sps_admin_customer_key"); 
        if (!(!$LZ || !$yp || !$KN || !is_numeric(trim($KN)))) { 
            goto jh; 
        } 
        return $N2 ? "disabled" : 0; 
        jh: 
        return $N2 ? '' : 1; 
    } 
    public static function mo_sps_site_check() 
    { 
        return true; 
        $c3 = false; 
        $Z6 = get_option("mo_sps_customer_token"); 
        if (!get_option("site_ck_l")) { 
            goto bq; 
        } 
        if (!(wpWrapper::mo_sps_decrypt_data(get_option("site_ck_l"), $Z6) == "true")) { 
            goto wJ; 
        } 
        $c3 = true; 
        wJ: 
        bq: 
        if (!($c3 && wpWrapper::mo_sps_lk_multi_host())) { 
            goto Ar; 
        } 
        $bA = get_option("mo_sps_vl_check_t"); 
        if (!$bA) { 
            goto yo; 
        } 
        $bA = intval($bA); 
        if (!(time() - $bA < 3600 * 24 * 3)) { 
            goto FM; 
        } 
        return $c3; 
        FM: 
        yo: 
        $T1 = get_option("sps_lk"); 
        if (!$T1) { 
            goto YQ; 
        } 
        $T1 = wpWrapper::mo_sps_decrypt_data($T1, $Z6); 
        $mw = new CustomerMOSPS(); 
        $lo = $mw->mo_sps_vl($T1, true); 
        if ($lo) { 
            goto Wa; 
        } 
        return; 
        Wa: 
        $lo = json_decode($lo, true); 
        if (strcasecmp($lo["status"], "SUCCESS") == 0) { 
            goto of; 
        } 
        update_option("vl_check_s", wpWrapper::mo_sps_encrypt_data("false", $Z6)); 
        goto Fr; 
        of: 
        delete_option("vl_check_s"); 
        Fr: 
        YQ: 
        update_option("mo_sps_vl_check_t", time()); 
        Ar: 
        return $c3; 
    } 
    public static function mo_sps_lk_multi_host() 
    { 
        $zh = get_option("vl_check_s"); 
        $Z6 = get_option("mo_sps_customer_token"); 
        if (!$zh) { 
            goto Th; 
        } 
        $zh = wpWrapper::mo_sps_decrypt_data($zh, $Z6); 
        if (!($zh == "false")) { 
            goto T_; 
        } 
        return true; 
        T_: 
        Th: 
        return false; 
    } 
    public static function mo_sps__checkPasswordPattern($Go) 
    { 
        $hk = "/^[(\w)*(\!\@\#\$\%\^\&\*\.\-\_)*]+$/"; 
        return !preg_match($hk, $Go); 
    } 
    public static function mo_sps_deactivate() 
    { 
        delete_option("mo_sps_host_name"); 
        delete_option("mo_sps_new_registration"); 
        delete_option("mo_sps_admin_phone"); 
        delete_option("mo_sps_admin_password"); 
        delete_option("mo_sps_verify_customer"); 
        delete_option("mo_sps_admin_customer_key"); 
        delete_option("mo_sps_admin_api_key"); 
        delete_option("mo_sps_customer_token"); 
        delete_option("mo_sps_message"); 
        delete_option("mo_sps_registration_status"); 
        delete_option("mo_sps_idp_config_complete"); 
        delete_option("mo_sps_transactionId"); 
        delete_option("mo_sps_vl_check_t"); 
        delete_option("sps_lk"); 
        delete_option("vl_check_s"); 
        delete_option("mo_sps_cert"); 
        delete_option("mo_sps_cert_private_key"); 
        delete_option("mo_sps_enable_cloud_broker"); 
    } 
    public static function mo_sps_check_plugin_state() 
    { 
        echo "<div style="width:90%;margin:17px;">"; 
        if (!wpWrapper::mo_sps_is_customer_registered()) { 
            goto wF; 
        } 
        if (wpWrapper::mo_sps_is_customer_license_key_verified()) { 
            goto r7; 
        } 
        echo "<div><div style="display:block;margin-top:10px;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);">"; 
        if (!wpWrapper::mo_sps_site_check()) { 
            goto ke; 
        } 
        echo "Please enter your<a href="" . add_query_arg(array("tab" => "account_setup"), $_SERVER["REQUEST_URI"]) . ""> license key</a> to activate the plugin."; 
        goto bw; 
        ke: 
        echo "Please enter your<a href="" . add_query_arg(array("tab" => "account_setup"), $_SERVER["REQUEST_URI"]) . ""> license key</a> to activate the plugin."; 
        bw: 
        echo "</div></div>"; 
        r7: 
        goto Tk; 
        wF: 
        echo "<div>\xd\xa    <div style="display:block;margin-top:10px;color:red;background-color:rgba(251, 232, 0, 0.15);padding:5px;border:solid 1px rgba(255, 0, 9, 0.36);">Please <a href="" . add_query_arg(array("tab" => "account_setup"), $_SERVER["REQUEST_URI"]) . "">Register or Login with miniOrange</a> to configure the SharePoint Online Sync Plugin.</div></div>"; 
        Tk: 
        echo "</div>"; 
    } 
    public static function mo_sps_get_image_src($k8) 
    { 
        return esc_url(plugin_dir_url(MO_SPS_PLUGIN_FILE) . "images/" . $k8); 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace MoSharePointObjectSync\Wrappers;

use MoSharePointObjectSync\API\CustomerMOSPS;
class wpWrapper
{
    private static $instance;
    public static function getWrapper()
    {
        if (isset(self::$instance)) {
            goto tF;
        }
        $nu = __CLASS__;
        self::$instance = new $nu();
        tF:
        return self::$instance;
    }
    public static function mo_sps_set_option($Z6, $St)
    {
        update_option($Z6, $St);
    }
    public static function mo_sps_get_option($Z6)
    {
        return get_option($Z6);
    }
    public static function mo_sps_delete_option($Z6)
    {
        delete_option($Z6);
    }
    public static function mo_sps__show_error_notice($Fn)
    {
        self::mo_sps_set_option(pluginConstants::notice_message, $Fn);
        $qu = "\141\x64\155\x69\156\137\x6e\x6f\x74\x69\x63\145\163";
        remove_action($qu, [self::getWrapper(), "\155\x6f\137\163\160\x73\x5f\163\x75\143\x63\x65\163\163\x5f\156\x6f\164\x69\x63\145"]);
        add_action($qu, [self::getWrapper(), "\x6d\x6f\137\163\x70\x73\x5f\x65\x72\x72\157\x72\137\156\x6f\164\x69\x63\x65"]);
    }
    public static function mo_sps__show_success_notice($Fn)
    {
        self::mo_sps_set_option(pluginConstants::notice_message, $Fn);
        $qu = "\x61\x64\155\x69\156\137\x6e\x6f\164\x69\x63\x65\163";
        remove_action($qu, [self::getWrapper(), "\155\157\x5f\163\x70\163\137\x65\162\x72\x6f\162\x5f\156\x6f\x74\151\x63\x65"]);
        add_action($qu, [self::getWrapper(), "\x6d\157\137\x73\160\x73\x5f\x73\x75\x63\x63\x65\163\x73\x5f\156\x6f\x74\x69\143\x65"]);
    }
    public function mo_sps_success_notice()
    {
        $nu = "\x75\x70\x64\141\164\x65\144";
        $Fn = self::mo_sps_get_option(pluginConstants::notice_message);
        echo "\x3c\x64\x69\166\40\163\x74\171\154\145\75\x27\x6d\x61\162\147\151\x6e\72\x35\160\170\x20\x30\47\x20\x63\x6c\141\x73\x73\75\47" . esc_attr($nu) . "\47\76\x20\x3c\x70\x3e" . esc_attr($Fn) . "\x3c\57\x70\x3e\74\x2f\144\x69\x76\76";
    }
    public function mo_sps_error_notice()
    {
        $nu = "\145\162\162\157\162";
        $Fn = self::mo_sps_get_option(pluginConstants::notice_message);
        echo "\74\144\x69\166\x20\163\164\x79\x6c\x65\75\x27\155\141\x72\147\x69\156\x3a\65\x70\x78\x20\x30\x27\x20\143\x6c\x61\163\163\x3d\x27" . esc_attr($nu) . "\x27\x3e\40\x3c\x70\76" . esc_attr($Fn) . "\x3c\x2f\x70\76\x3c\x2f\144\x69\x76\x3e";
    }
    public static function mo_sps_encrypt_data($o2, $Z6)
    {
        $Z6 = openssl_digest($Z6, "\x73\150\x61\x32\65\66");
        $u0 = "\141\145\x73\x2d\61\x32\70\55\145\x63\142";
        $RG = openssl_encrypt($o2, $u0, $Z6, OPENSSL_RAW_DATA || OPENSSL_ZERO_PADDING);
        return base64_encode($RG);
    }
    public static function mo_sps_get_domain_from_url($o7)
    {
        $vO = parse_url($o7, PHP_URL_SCHEME);
        $YP = '';
        if ($vO == "\x68\x74\x74\160") {
            goto aa;
        }
        $YP = str_replace("\x68\164\164\160\163\x3a\x2f\57", '', $o7);
        goto eF;
        aa:
        $YP = str_replace("\x68\164\164\160\x3a\x2f\x2f", '', $o7);
        eF:
        $YP = rtrim($YP, "\57");
        return $YP;
    }
    public static function mo_sps_decrypt_data($o2, $Z6)
    {
        $Uz = base64_decode($o2);
        $Z6 = openssl_digest($Z6, "\163\150\141\x32\65\66");
        $u0 = "\101\x45\123\x2d\x31\x32\x38\x2d\105\x43\102";
        $Qc = openssl_cipher_iv_length($u0);
        $Vc = substr($Uz, 0, $Qc);
        $o2 = substr($Uz, $Qc);
        $AZ = openssl_decrypt($o2, $u0, $Z6, OPENSSL_RAW_DATA || OPENSSL_ZERO_PADDING, $Vc);
        return $AZ;
    }
    public static function djkasjdksa()
    {
        $AX = "\41\176\x40\x23\x24\x25\136\46\52\x28\x29\x5f\53\174\x7b\x7d\74\x3e\x3f\60\61\62\63\x34\65\66\67\x38\71\x61\x62\x63\144\x65\146\x67\150\151\x6a\x6b\x6c\155\156\x6f\x70\x71\x72\x73\x74\x75\x76\167\170\x79\x7a\x41\102\x43\104\x45\x46\107\x48\111\x4a\x4b\114\115\116\117\120\x51\x52\123\x54\x55\126\127\130\x59\132";
        $ma = strlen($AX);
        $Oj = '';
        $VZ = 0;
        TE:
        if (!($VZ < 10000)) {
            goto kK;
        }
        $Oj .= $AX[rand(0, $ma - 1)];
        PJ:
        $VZ++;
        goto TE;
        kK:
        return $Oj;
    }
    public static function mo_sps_sps_get_domain_from_url($o7)
    {
        $vO = parse_url($o7, PHP_URL_SCHEME);
        $YP = '';
        if ($vO == "\150\164\164\x70") {
            goto Fg;
        }
        $YP = str_replace("\150\x74\x74\x70\x73\72\57\x2f", '', $o7);
        goto mU;
        Fg:
        $YP = str_replace("\x68\x74\x74\160\x3a\57\57", '', $o7);
        mU:
        $YP = rtrim($YP, "\57");
        return $YP;
    }
    public static function mo_sps_is_customer_registered($N2 = false)
    {
        $yp = get_option("\155\x6f\x5f\163\x70\x73\x5f\141\144\x6d\x69\x6e\137\145\x6d\x61\x69\x6c");
        $KN = get_option("\155\x6f\137\163\160\x73\x5f\141\x64\x6d\x69\156\x5f\143\x75\163\164\x6f\155\145\162\x5f\153\x65\x79");
        if (!(!$yp || !$KN || !is_numeric(trim($KN)))) {
            goto bA;
        }
        return $N2 ? "\x64\x69\x73\141\x62\154\145\x64" : 0;
        bA:
        return $N2 ? '' : 1;
    }
    public static function mo_sps_is_customer_license_key_verified($N2 = false)
    {
        $Z6 = get_option("\155\x6f\x5f\163\160\163\x5f\x63\165\163\164\157\155\145\x72\x5f\164\157\153\x65\156");
        $LZ = get_option("\163\160\x73\x5f\x6c\153");
        $yp = get_option("\155\x6f\x5f\163\x70\x73\137\141\144\155\x69\156\137\145\155\x61\x69\x6c");
        $KN = get_option("\155\x6f\x5f\163\x70\x73\137\141\144\155\x69\156\x5f\143\x75\163\x74\x6f\155\x65\x72\137\153\145\171");
        if (!(!$LZ || !$yp || !$KN || !is_numeric(trim($KN)))) {
            goto jh;
        }
        return $N2 ? "\144\x69\163\141\142\154\145\x64" : 0;
        jh:
        return $N2 ? '' : 1;
    }
    public static function mo_sps_site_check()
    {
        return true;
        $c3 = false;
        $Z6 = get_option("\155\157\x5f\x73\x70\x73\x5f\x63\165\163\x74\157\x6d\145\162\137\164\x6f\x6b\x65\x6e");
        if (!get_option("\x73\151\x74\145\x5f\x63\153\x5f\154")) {
            goto bq;
        }
        if (!(wpWrapper::mo_sps_decrypt_data(get_option("\x73\x69\x74\145\137\x63\153\137\154"), $Z6) == "\x74\162\x75\x65")) {
            goto wJ;
        }
        $c3 = true;
        wJ:
        bq:
        if (!($c3 && wpWrapper::mo_sps_lk_multi_host())) {
            goto Ar;
        }
        $bA = get_option("\155\x6f\x5f\163\x70\163\137\x76\154\x5f\143\x68\x65\x63\153\x5f\x74");
        if (!$bA) {
            goto yo;
        }
        $bA = intval($bA);
        if (!(time() - $bA < 3600 * 24 * 3)) {
            goto FM;
        }
        return $c3;
        FM:
        yo:
        $T1 = get_option("\163\x70\163\137\154\x6b");
        if (!$T1) {
            goto YQ;
        }
        $T1 = wpWrapper::mo_sps_decrypt_data($T1, $Z6);
        $mw = new CustomerMOSPS();
        $lo = $mw->mo_sps_vl($T1, true);
        if ($lo) {
            goto Wa;
        }
        return;
        Wa:
        $lo = json_decode($lo, true);
        if (strcasecmp($lo["\163\x74\x61\x74\x75\163"], "\x53\x55\103\x43\105\x53\x53") == 0) {
            goto of;
        }
        update_option("\166\x6c\137\x63\x68\x65\143\153\137\x73", wpWrapper::mo_sps_encrypt_data("\146\141\154\x73\145", $Z6));
        goto Fr;
        of:
        delete_option("\166\x6c\x5f\x63\x68\x65\143\153\137\x73");
        Fr:
        YQ:
        update_option("\x6d\157\137\x73\160\x73\137\166\154\137\143\150\145\143\153\137\164", time());
        Ar:
        return $c3;
    }
    public static function mo_sps_lk_multi_host()
    {
        $zh = get_option("\x76\154\137\143\x68\145\x63\153\x5f\163");
        $Z6 = get_option("\x6d\157\x5f\x73\160\163\x5f\x63\165\x73\x74\x6f\x6d\145\x72\x5f\x74\157\153\x65\x6e");
        if (!$zh) {
            goto Th;
        }
        $zh = wpWrapper::mo_sps_decrypt_data($zh, $Z6);
        if (!($zh == "\x66\141\154\x73\145")) {
            goto T_;
        }
        return true;
        T_:
        Th:
        return false;
    }
    public static function mo_sps__checkPasswordPattern($Go)
    {
        $hk = "\x2f\136\133\x28\x5c\167\x29\52\x28\134\x21\x5c\x40\x5c\43\134\44\x5c\45\x5c\x5e\x5c\x26\134\x2a\134\56\134\55\134\137\x29\52\x5d\53\x24\57";
        return !preg_match($hk, $Go);
    }
    public static function mo_sps_deactivate()
    {
        delete_option("\x6d\157\x5f\163\x70\x73\x5f\150\157\x73\164\x5f\156\141\x6d\x65");
        delete_option("\x6d\157\137\163\x70\x73\137\x6e\x65\x77\137\x72\x65\147\151\163\164\x72\141\164\151\157\x6e");
        delete_option("\155\157\137\x73\x70\163\137\141\x64\x6d\x69\156\137\160\150\x6f\156\145");
        delete_option("\155\157\x5f\163\160\163\x5f\141\x64\155\x69\156\x5f\x70\x61\163\x73\x77\157\162\x64");
        delete_option("\x6d\x6f\137\163\160\163\137\166\145\162\151\146\171\x5f\143\x75\163\164\157\x6d\145\162");
        delete_option("\x6d\157\137\x73\160\163\137\141\x64\x6d\x69\x6e\x5f\143\165\163\164\157\x6d\x65\162\x5f\153\x65\171");
        delete_option("\x6d\x6f\137\163\x70\x73\x5f\141\x64\155\x69\156\x5f\141\x70\x69\137\153\x65\x79");
        delete_option("\155\x6f\137\163\x70\x73\x5f\x63\x75\163\x74\x6f\x6d\x65\x72\137\164\x6f\153\145\156");
        delete_option("\x6d\157\x5f\163\160\x73\137\155\145\163\x73\141\147\x65");
        delete_option("\155\x6f\x5f\163\x70\163\137\162\145\147\151\x73\x74\x72\141\164\151\x6f\x6e\x5f\x73\164\141\x74\x75\163");
        delete_option("\x6d\x6f\x5f\x73\x70\x73\137\151\144\160\x5f\143\x6f\x6e\146\151\147\x5f\x63\157\155\160\154\x65\x74\x65");
        delete_option("\x6d\157\137\x73\160\163\137\164\162\141\156\x73\141\143\x74\x69\x6f\156\111\x64");
        delete_option("\x6d\x6f\137\163\160\163\x5f\166\154\137\x63\x68\x65\x63\x6b\x5f\x74");
        delete_option("\x73\160\x73\x5f\154\153");
        delete_option("\x76\154\137\143\x68\x65\x63\x6b\137\163");
        delete_option("\x6d\157\137\163\160\x73\x5f\143\x65\162\x74");
        delete_option("\155\x6f\x5f\163\160\x73\x5f\143\x65\x72\x74\x5f\160\x72\x69\x76\141\164\x65\x5f\x6b\x65\171");
        delete_option("\x6d\157\137\x73\160\163\x5f\145\x6e\x61\142\154\x65\x5f\x63\x6c\x6f\x75\144\x5f\142\x72\x6f\153\145\162");
    }
    public static function mo_sps_check_plugin_state()
    {
        echo "\74\144\x69\166\x20\x73\164\x79\x6c\145\x3d\42\x77\151\144\x74\x68\72\71\60\45\x3b\155\x61\x72\147\151\x6e\72\x31\x37\x70\170\73\42\76";
        if (!wpWrapper::mo_sps_is_customer_registered()) {
            goto wF;
        }
        if (wpWrapper::mo_sps_is_customer_license_key_verified()) {
            goto r7;
        }
        echo "\74\144\151\x76\x3e\x3c\144\x69\166\40\x73\x74\171\x6c\x65\75\42\x64\x69\x73\160\154\141\171\72\142\154\157\x63\153\x3b\x6d\141\162\x67\x69\156\x2d\164\157\160\72\x31\60\160\170\x3b\143\157\x6c\x6f\162\72\162\x65\x64\73\x62\141\143\x6b\147\x72\x6f\x75\156\x64\55\143\157\154\157\162\x3a\162\x67\142\141\50\62\65\61\x2c\x20\62\63\62\54\40\x30\54\40\60\x2e\61\65\51\x3b\x70\x61\144\x64\x69\156\147\72\x35\160\170\x3b\142\157\162\144\x65\x72\72\163\157\154\x69\x64\x20\x31\x70\x78\x20\162\x67\142\x61\50\62\x35\x35\x2c\x20\60\54\x20\71\x2c\x20\60\x2e\63\x36\x29\x3b\x22\76";
        if (!wpWrapper::mo_sps_site_check()) {
            goto ke;
        }
        echo "\120\x6c\x65\x61\x73\145\40\145\x6e\164\x65\162\40\171\157\x75\x72\x3c\141\40\150\162\145\x66\75\x22" . add_query_arg(array("\164\141\142" => "\x61\x63\x63\157\x75\156\x74\137\163\x65\164\165\x70"), $_SERVER["\x52\x45\121\x55\105\x53\x54\x5f\125\122\x49"]) . "\42\76\x20\x6c\151\143\145\x6e\x73\x65\40\x6b\145\x79\x3c\x2f\141\76\x20\164\x6f\40\x61\x63\164\151\166\141\x74\145\x20\x74\x68\145\40\160\154\x75\147\151\156\56";
        goto bw;
        ke:
        echo "\120\154\145\x61\x73\x65\x20\x65\x6e\x74\x65\x72\40\171\157\x75\x72\x3c\x61\x20\150\162\x65\146\x3d\x22" . add_query_arg(array("\164\x61\x62" => "\141\143\x63\157\165\x6e\164\137\x73\145\x74\165\160"), $_SERVER["\122\105\x51\x55\x45\123\x54\137\x55\x52\111"]) . "\42\x3e\x20\x6c\151\143\x65\x6e\x73\x65\x20\153\x65\171\74\x2f\141\x3e\x20\x74\157\x20\141\143\164\151\166\x61\x74\x65\x20\164\x68\x65\40\x70\154\x75\147\x69\x6e\x2e";
        bw:
        echo "\74\57\x64\151\x76\76\74\x2f\x64\x69\166\x3e";
        r7:
        goto Tk;
        wF:
        echo "\x3c\x64\x69\166\76\xd\xa\40\40\40\x20\74\144\151\166\x20\x73\x74\x79\154\145\x3d\42\144\151\163\x70\154\x61\x79\x3a\142\x6c\157\x63\153\x3b\155\141\162\x67\151\156\x2d\x74\157\x70\72\61\x30\x70\x78\x3b\x63\x6f\154\x6f\162\x3a\162\145\x64\x3b\142\x61\143\153\147\162\157\165\156\144\x2d\143\157\x6c\157\162\72\x72\147\x62\141\50\x32\x35\61\x2c\x20\62\63\62\54\40\x30\54\x20\x30\56\x31\x35\x29\73\160\x61\x64\x64\x69\x6e\x67\x3a\65\160\x78\73\x62\x6f\162\144\x65\x72\72\163\x6f\154\x69\x64\40\x31\160\x78\40\x72\x67\142\141\50\62\65\65\x2c\40\60\x2c\x20\x39\x2c\x20\x30\56\63\x36\51\x3b\x22\76\120\154\145\141\163\x65\40\74\141\x20\x68\x72\145\146\75\42" . add_query_arg(array("\x74\x61\142" => "\141\x63\x63\x6f\x75\x6e\164\x5f\163\145\164\x75\x70"), $_SERVER["\x52\105\x51\x55\105\123\124\137\125\x52\111"]) . "\x22\x3e\x52\145\x67\x69\x73\164\x65\162\40\x6f\x72\40\114\x6f\147\151\156\40\x77\151\x74\x68\x20\x6d\151\156\x69\117\162\141\156\x67\x65\74\x2f\141\76\x20\x74\x6f\40\143\x6f\x6e\x66\151\147\x75\162\145\40\164\x68\x65\40\123\150\x61\x72\145\x50\157\x69\156\164\40\x4f\x6e\154\151\x6e\145\40\123\x79\156\x63\40\120\x6c\x75\x67\x69\x6e\56\74\57\144\151\166\x3e\74\x2f\144\151\166\76";
        Tk:
        echo "\74\x2f\x64\x69\166\x3e";
    }
    public static function mo_sps_get_image_src($k8)
    {
        return esc_url(plugin_dir_url(MO_SPS_PLUGIN_FILE) . "\151\x6d\x61\x67\145\x73\x2f" . $k8);
    }
}

Function Calls

None

Variables

None

Stats

MD5 046be82489a0504cf693a31bcb21f88f
Eval Count 0
Decode Time 58 ms