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\Observer; use MoSharePointObjectSync\Wrappe..

Decoded Output download

<?php 
 
 
namespace MoSharePointObjectSync\Observer; 
 
use MoSharePointObjectSync\Wrappers\pluginConstants; 
use MoSharePointObjectSync\Wrappers\wpWrapper; 
use MoSharePointObjectSync\API\Azure; 
use MoSharePointObjectSync\API\SharePoint; 
use MoSharePointObjectSync\Wrappers\sharepointWrapper; 
class mediaObserver 
{ 
    private static $obj; 
    private static $isliveri; 
    public $user_full_access = true; 
    public $folderRootId = 0; 
    private static $upload_access = ''; 
    public static function getObserver() 
    { 
        if (isset(self::$obj)) { 
            goto yv; 
        } 
        self::$obj = new mediaObserver(); 
        self::$isliveri = wpWrapper::mo_sps_is_customer_license_key_verified(); 
        yv: 
        return self::$obj; 
    } 
    public function mo_sps_media_observer() 
    { 
    } 
    public function mo_sps_shortcode_upload_in_sharepoint_library($HC = '', $lo = '') 
    { 
        $current_user = wp_get_current_user(); 
        $Vi = (array) $current_user->roles; 
        $gk = $current_user->roles; 
        $HC = shortcode_atts(["home" => "root", "site_id" => '', "drive_id" => '', "folder_id" => '', "permissions" => '', "anonymous_access" => ''], $HC, "MO_SHAREPOINT_UPLOAD"); 
        if (!($HC["anonymous_access"] == '' && !is_user_logged_in())) { 
            goto be; 
        } 
        return "<span style='display:block;margin-auto;height:100%;border:none;padding:0.6rem 1.2rem;'><span style='align-items:center'>Please <a href='" . home_url() . "/wp-login" . "'>login</a> to view the content.</span></span>"; 
        be: 
        $lo = $this->upload_files_content_for_shortcode(); 
        $by = plugins_url("../includes/css/upload.css", __FILE__); 
        $p7 = plugins_url("../includes/js/upload.js", __FILE__); 
        wp_enqueue_style("mo_doc_lib_upload_spf_css", $by, array()); 
        wp_enqueue_script("mo_doc_lib_upload_spf_js", $p7, array("jquery")); 
        wp_localize_script("mo_doc_lib_upload_spf_js", "uploadConfig", ["ajax_url" => admin_url("admin-ajax.php"), "nonce" => wp_create_nonce("mo_doc_lib_upload__nonce"), "home" => $HC["home"], "site_id" => $HC["site_id"], "drive_id" => $HC["drive_id"], "folder_id" => $HC["folder_id"], "permissions" => $HC["permissions"], "roles" => $gk, "current_role" => $Vi]); 
        $RE = "<div id="sps_embed_container" style="display:block;margin-auto;height:" . "100%" . ";border:none;padding:0.6rem 1.2rem;background-color:#f24674;">\xd
        <p style="text-align:center;margin:0;"><a style="color: #fff;
\xa        text-decoration: none;font-weight: 500;" href="https://login.xecurify.com/moas/login?redirectUrl=https://login.xecurify.com/moas/initializepayment&requestOrigin=wp_sharepoint_onedrive_integration_enterprise_plan" target="_blank">Please purchase the license to continue use this plugin</a></p></div>"; 
        return self::$isliveri ? $lo : $RE; 
    } 
    private function upload_files_content_for_shortcode() 
    { 
        $lo = "<div class="mo_doc_lib_nav" style="max-width: 1000px; display:flex;" id="mo_sps_upload_file">
\xa            <div style="padding:11px;">\xd\xa                <input type="file" id="input_file"/>
\xa                <input type="button" id="upload_file_button" class="mo-ms-tab-content-button" value="Upload"/>\xd\xa            </div>
\xa            <div id="mo_sps_progress_div" style="display:none;">\xd\xa                <div id="mo_sps_progress_bar_div" style="width:100%;border:1px solid #ccc;position:relative;">
                    <div id="mo_sps_upload_progress_bar"></div>
\xa                    <div id="mo_sps_upload_progress_percent"></div>
\xa                </div>
            </div>\xd
            <div id="mo_sps_upload_status_msg" style="display:none;padding:1rem;font-size:0.8rem;">
                <div style="color:green;">Done</div>\xd\xa            </div>\xd\xa        </div>"; 
        return $lo; 
    } 
    public function mo_doc_lib_upload_api_handler() 
    { 
        if (check_ajax_referer("mo_doc_lib_upload__nonce", "nonce", false)) { 
            goto EI; 
        } 
        wp_send_json_error(array("err" => "Permission denied.")); 
        exit; 
        EI: 
        $Zd = sanitize_text_field($_POST["task"]); 
        switch ($Zd) { 
            case "mo_sps_get_upload_session": 
                $this->mo_sps_get_upload_session($_POST["payload"]); 
                goto tQ; 
        } 
        PL: 
        tQ: 
    } 
    public function mo_sps_embed_shortcode_sharepoint_library($HC = '', $lo = '') 
    { 
        $current_user = wp_get_current_user(); 
        $Vi = (array) $current_user->roles; 
        $gk = $current_user->roles; 
        $HC = shortcode_atts(["home" => "root", "site_id" => '', "drive_id" => '', "folder_id" => '', "permissions" => '', "view_mode" => '', "anonymous_access" => '', "upload_access" => ''], $HC, "MO_SHAREPOINT_LIBRARY"); 
        if (!($HC["anonymous_access"] == '' && !is_user_logged_in())) { 
            goto oU; 
        } 
        return "<span style='display:block;margin-auto;height:100%;border:none;padding:0.6rem 1.2rem;'><span style='align-items:center'>Please <a href='" . home_url() . "/wp-login" . "'>login</a> to view the content.</span></span>"; 
        oU: 
        self::$upload_access = $HC["upload_access"]; 
        if (isset($HC["view_mode"]) && $HC["view_mode"] == "Grid_View") { 
            goto s7; 
        } 
        $lo = $this->table_content_for_shortcode(); 
        goto Ah; 
        s7: 
        $lo = $this->grid_content_for_shortcode(); 
        Ah: 
        $uj = plugins_url("../includes/js/docLibEmbed.js", __FILE__); 
        $wh = plugins_url("../includes/css/doclib.css", __FILE__); 
        $BW = plugins_url("../includes/js/upload.js", __FILE__); 
        wp_enqueue_style("mo_doc_lib_scembed_css", $wh, array()); 
        wp_enqueue_script("mo_doc_lib_scembed_js", $uj, array("jquery")); 
        wp_enqueue_script("mo_doc_lib_scupload_js", $BW, array("jquery")); 
        wp_localize_script("mo_doc_lib_scembed_js", "embedConfig", ["ajax_url" => admin_url("admin-ajax.php"), "nonce" => wp_create_nonce("mo_doc_lib_embed__nonce"), "home" => $HC["home"], "site_id" => $HC["site_id"], "drive_id" => $HC["drive_id"], "folder_id" => $HC["folder_id"], "permissions" => $HC["permissions"], "roles" => $gk, "view_mode" => $HC["view_mode"], "current_role" => $Vi, "is_shortcode" => true, "mime_types" => pluginConstants::MIME_TYPES, "folder_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/folder.png"), "load_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/image_loader.gif"), "load_icon_true" => esc_url(plugin_dir_url(__FILE__) . "../images/loader.gif"), "file_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/file.png"), "worddoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/msword_file.png"), "exceldoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/msexcel_file.png"), "pdfdoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/pdf_file.png"), "download_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/Download_customer.svg"), "empty_folder_image" => esc_url(plugin_dir_url(__FILE__) . "../images/empty_folder_drop.svg"), "url_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/browser.png")]); 
        $RE = "<div id="sps_embed_container" style="display:block;margin-auto;height:" . "100%" . ";border:none;padding:0.6rem 1.2rem;background-color:#f24674;">
        <p style="text-align:center;margin:0;"><a style="color: #fff;
\xa        text-decoration: none;font-weight: 500;" href="https://login.xecurify.com/moas/login?redirectUrl=https://login.xecurify.com/moas/initializepayment&requestOrigin=wp_sharepoint_onedrive_integration_enterprise_plan" target="_blank">Please purchase the license to continue use this plugin</a></p></div>"; 
        return self::$isliveri ? $lo : $RE; 
    } 
    public function mo_sps_embed_shortcode_sharepoint_file_list($HC, $lo = '') 
    { 
        $wh = plugins_url("../includes/css/doclib.css", __FILE__); 
        wp_enqueue_style("mo_doc_lib_scembed_css", $wh, array()); 
        return do_shortcode($lo); 
    } 
    public function mo_sps_embed_shortcode_sharepoint_video($HC = '', $lo = '') 
    { 
        $HC = shortcode_atts(["home" => "root", "site_id" => '', "drive_id" => '', "folder_id" => '', "view_mode" => '', "item_id" => '', "height" => '', "width" => ''], $HC, "MO_SHAREPOINT_SPECIFIC_FILE"); 
        if (isset($HC["view_mode"])) { 
            goto MO; 
        } 
        $HC["view_mode"] = "Table_View"; 
        MO: 
        if (isset($HC["width"])) { 
            goto R5; 
        } 
        $HC["width"] = "900px"; 
        R5: 
        if (isset($HC["height"])) { 
            goto fl; 
        } 
        $HC["height"] = "400px"; 
        fl: 
        $lo = "
            <div style="max-width:1000px" id="mo_doc_lib_container_" . $HC["item_id"] . "" class="mo_doc_lib_container"></div>
            "; 
        $Dg = "mo_doc_lib_scembed_js_" . $HC["item_id"]; 
        $uj = plugins_url("../includes/js/docLibSpecificFile.js", __FILE__); 
        $wh = plugins_url("../includes/css/doclib.css", __FILE__); 
        wp_enqueue_style("mo_doc_lib_scembed_css", $wh, array()); 
        wp_enqueue_script($Dg, $uj, array("jquery")); 
        wp_localize_script($Dg, "embedConfig", ["ajax_url" => admin_url("admin-ajax.php"), "nonce" => wp_create_nonce("mo_doc_lib_embed__nonce"), "home" => $HC["home"], "site_id" => $HC["site_id"], "drive_id" => $HC["drive_id"], "folder_id" => $HC["folder_id"], "view_mode" => $HC["view_mode"], "item_id" => $HC["item_id"], "is_specific_file_shortcode" => true, "is_shortcode" => true, "folder_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/folder.png"), "load_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/image_loader.gif"), "file_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/file.png"), "worddoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/msword_file.png"), "exceldoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/msexcel_file.png"), "pdfdoc_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/pdf_file.png"), "download_icon" => esc_url(plugin_dir_url(__FILE__) . "../images/download.png"), "empty_folder_image" => esc_url(plugin_dir_url(__FILE__) . "../images/empty_folder_drop.svg")]); 
        $RE = "<div id="sps_embed_container" style="display:block;margin-auto;height:" . "100%" . ";border:none;padding:0.6rem 1.2rem;background-color:#f24674;">
        <p style="text-align:center;margin:0;"><a style="color: #fff;
        text-decoration: none;font-weight: 500;" href="https://login.xecurify.com/moas/login?redirectUrl=https://login.xecurify.com/moas/initializepayment&requestOrigin=wp_sharepoint_onedrive_integration_enterprise_plan" target="_blank">Please purchase the license to continue use this plugin</a></p></div>"; 
        return self::$isliveri ? $lo : $RE; 
    } 
    public function mo_sps_embed_shortcode_sharepoint_events() 
    { 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $sq = Azure::getClient($u8); 
        $Xj = $sq->mo_sps_get_all_site_events(); 
        $Xj = sharepointWrapper::mo_sps_process_sharepoint_event_items($Xj); 
        $lo = "\xd\xa        <div style="display:flex;justify-content:flex-start;align-items:center;max-width:100%;height:600px;padding:10px;overflow-y:scroll;">
        "; 
        foreach ($Xj as $ph) { 
            $C5 = ''; 
            if (empty($ph["BannerImageUrl"])) { 
                goto Is; 
            } 
            $C5 = $sq->mo_sps_get_banerurl_for_an_artcile($ph["BannerImageUrl"]); 
            Is: 
            $KJ = strtotime($ph["EventDate"]); 
            $KJ = getdate($KJ); 
            $uM = strtotime($ph["EndDate"]); 
            $uM = getdate($uM); 
            $SG = strtoupper(substr($KJ["month"], 0, 3)); 
            if (!($KJ["month"] != $uM["month"])) { 
                goto qL; 
            } 
            $SG = $SG . "-" . strtoupper(substr($uM["month"], 0, 3)); 
            qL: 
            $Gg = $KJ["mday"]; 
            if (!($KJ["mday"] != $uM["mday"])) { 
                goto rt; 
            } 
            $Gg = $Gg . "-" . $uM["mday"]; 
            rt: 
            $lo = $lo . "
                <div style="display:flex;justify-content:flex-start;align-items:center;flex-direction:column;margin:10px;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;">"; 
            if (!empty($C5)) { 
                goto nc; 
            } 
            $lo = $lo . "\xd
                    <div style="color:#fff;position:relative;">\xd
                        <div style="display:flex;justify-content:center;align-items:center;width:295px;height:162px;background-image:linear-gradient(1turn,rgba(51,51,51,.9),rgba(51,51,51,0) 97.92%);""></div>\xd\xa                        <span style="position:absolute;left:20px;top:90px;font-size:20px;font-weight:600;">" . $SG . "</span>
                        <span style="position:absolute;left:20px;top:105px;font-size:42px;font-weight:700;">" . $Gg . "</span>
                    </div>"; 
            goto DM; 
            nc: 
            $lo = $lo . "
                    <div style="color:#fff;position:relative;">\xd\xa                        <img style="display:flex;justify-content:center;align-items:center;width:295px;height:162px;background-image:linear-gradient(1turn,rgba(0,0,0,.9),rgba(51,51,51,0) 97.92%);" src="data:image/png;base64," . base64_encode($C5) . "" />
                        <span style="position:absolute;left:20px;top:90px;font-size:20px;font-weight:600;">" . $SG . "</span>\xd\xa                        <span style="position:absolute;left:20px;top:105px;font-size:42px;font-weight:700;">" . $Gg . "</span>\xd\xa                    </div>"; 
            DM: 
            $lo = $lo . "
\xa                \xd
                    <div style="height:100%;width:100%;color:rgb(96, 94, 92);margin-left:35px;">\xd
                        <div style="" . "font-size: 12px;margin-top:10px;font-weight: 600;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;" . "">" . (empty($ph["Category"]) ? "-" : $ph["Category"]) . "</div>
\xa                    </div>\xd
                    <div style="height:100%;width:100%;margin-left:35px;">
\xa                        <div style="" . "font-size: 14px;margin-top:1px;font-weight: 600;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;" . "">" . $ph["Title"] . "</div>\xd
                    </div>\xd
\xd
                    <div style="height:100%;width:100%;margin-left:35px;">\xd
                        <div style="" . "font-size: 12px;margin-top:40px;font-weight: 600;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;" . "">" . (substr($KJ["weekday"], 0, 3) . ", " . substr($KJ["month"], 0, 3) . " " . $KJ["mday"] . ", " . ($ph["fAllDayEvent"] ? "All day" : gmdate("g:i A", gmmktime($KJ["hours"] - 8, $KJ["minutes"], $KJ["seconds"])))) . "</div>
\xa                    </div>\xd
                    <div style="height:100%;width:100%;margin-left:35px;">
\xa                        <div style="" . "font-size: 12px;color:rgb(96, 94, 92);margin-top:1px;font-weight: 400;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;" . "">" . $ph["Location"] . "</div>\xd
                    </div>
                    <div style="margin-top:10px"></div>\xd
                
            </div>"; 
            bZ: 
        } 
        kk: 
        $lo = $lo . "\xd
        </div>\xd
        "; 
        return $lo; 
    } 
    public function mo_sps_embed_shortcode_sharepoint_news() 
    { 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $sq = Azure::getClient($u8); 
        $Xj = $sq->mo_sps_get_all_site_news(); 
        $Xj = sharepointWrapper::mo_sps_process_sharepoint_news_items($Xj); 
        $lo = "
        <div style="display:flex;justify-content:flex-start;align-items:center;flex-direction:column;max-width:100%;height:600px;padding:10px;overflow-y:scroll;">\xd\xa        "; 
        foreach ($Xj as $S7) { 
            if (strpos($S7["BannerImageUrl"], "_layouts/15/images/")) { 
                goto mF; 
            } 
            $nX = $sq->mo_sps_get_banerurl_for_an_artcile($S7["BannerImageUrl"]); 
            $v0 = "data:image/png;base64," . base64_encode($nX); 
            goto on; 
            mF: 
            $v0 = $S7["BannerImageUrl"]; 
            on: 
            $lo = $lo . "\xd
                <div style="display:flex;justify-content:flex-start;align-items:center;width:80%;margin:10px">
                \xd
                    <div style="padding:5px">\xd
                    <img style="display:flex;justify-content:center;align-items:center;width:350px;" src="" . $v0 . "" />
                    </div>
\xa                    <div style="height:100%;width:100%;padding:15px">\xd\xa                        <div style="" . "font-size: 20px;margin-top:5px;font-weight: 600;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;" . "">" . $S7["Title"] . "
\xa                    </div>\xd\xa            "; 
            if (empty($S7["OData__OriginalSourceUrl"])) { 
                goto hf; 
            } 
            $lo = $lo . "\xd\xa                        <div><a href="" . $S7["OData__OriginalSourceUrl"] . "">Click here to view the content</a></div>"; 
            hf: 
            $lo = $lo . "
                        <div style="margin-top:25px">" . $S7["Description"] . "</div>\xd
                    </div>\xd\xa                \xd\xa                </div>
            "; 
            qD: 
        } 
        E_: 
        $lo = $lo . "\xd\xa        </div>
\xa        "; 
        return $lo; 
    } 
    public function mo_sps_shortcode_Upload_wordpress_to_sharepoint_library($HC = '', $lo = '') 
    { 
        $HC = shortcode_atts(["folder_path" => ''], $HC, "MO_SHAREPOINT_UPLOAD_DOCUMENT"); 
        $tV = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ri = wpWrapper::mo_sps_get_option(pluginConstants::SHAREPOINT_ROOT_DOC_LIB); 
        $sq = Azure::getClient($tV); 
        $dT = $sq->mo_sps_send_access_token(); 
        $bI = ["base_url" => "https://" . wpWrapper::mo_sps_get_domain_from_url($tV["admin_uri"]), "token" => $dT, "root_folder" => $HC["folder_path"]]; 
        $uY = plugins_url("../includes/js/upload.js", __FILE__); 
        wp_enqueue_script("jquery"); 
        wp_enqueue_script("mo_sps_sync_js", $uY, array(), PLUGIN_VERSION); 
        wp_localize_script("mo_sps_sync_js", "doc_sync_data", $bI); 
        $lo = "<div class="mo-ms-tab-content-tile" style="width:135%;" >\xd
        <div class="mo-ms-tab-content-tile-content mo-sps-prem-info" style="position:relative;">                     \xd
                <table class="mo-ms-tab-content-app-config-table">\xd
                <tr>
\xa                <td style="width:50%;word-break: break-all;"><span><h6>Upload File / Folder:</h6></span></td>
                <td class="right-div" style="width:35%;" >
\xa                <input type="file" id="getFile" style="margin-bottom:10px;"  id="metadata_file" name="metadata_file" required>\xd\xa                <br />\xd
                <button id="addFileButton" type="button" value="Upload" onclick="uploadFile();" class="mo-saml-bs-bs-btn btn-cstm rounded d-flex align-items-center"><svg width="16" height="16" fill="currentColor" viewBox="0 0 16 16">\xd\xa                        <path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" />
\xa                        <path d="M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z" />
                    </svg>&nbsp;&nbsp;Upload</button>
                </td>\xd\xa                <td style="width:65%;word-break: break-all;">                       \xd
                </td>\xd
                </tr>
\xa                </table>
                \xd
            </div>
\xa        </div>"; 
        return $lo; 
    } 
    public function mo_doc_lib_embed_api_handler() 
    { 
        if (check_ajax_referer("mo_doc_lib_embed__nonce", "nonce", false)) { 
            goto kb; 
        } 
        wp_send_json_error(array("err" => "Permission denied.")); 
        exit; 
        kb: 
        $Zd = sanitize_text_field($_POST["task"]); 
        switch ($Zd) { 
            case "mo_sps_get_all_sites": 
                $this->mo_sps_get_all_sites(); 
                goto FV; 
            case "mo_sps_get_all_drives": 
                $this->mo_sps_get_all_drives($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_all_documents": 
                $this->mo_sps_get_all_documents($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_all_personal_drives": 
                $this->mo_sps_get_all_personal_drives(); 
                goto FV; 
            case "mo_sps_get_all_folder_items": 
                $this->mo_sps_get_all_folder_items($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_file_thumbnails": 
                $this->mo_sps_get_file_thumbnails($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_download_url": 
                $this->mo_sps_get_download_url($_POST["payload"]); 
                goto FV; 
            case "mo_sps_search_through_drive_items": 
                $this->mo_sps_search_through_drive_items($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_upload_session": 
                $this->mo_sps_get_upload_session($_POST["payload"]); 
                goto FV; 
            case "mo_sps_get_specific_file": 
                $this->mo_sps_get_specific_file($_POST["payload"]); 
                goto FV; 
        } 
        p5: 
        FV: 
    } 
    private function mo_sps_get_all_sites() 
    { 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_all_sites(); 
        if ($dw["status"]) { 
            goto qV; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto Jk; 
        qV: 
        if (isset($u8["site_url"]) && $u8["site_url"] != '') { 
            goto Ui; 
        } 
        $Cn = sharepointWrapper::mo_sps_process_sites($dw["data"]); 
        goto xj; 
        Ui: 
        $Cn = $dw["data"]; 
        xj: 
        wp_send_json_success($Cn); 
        Jk: 
    } 
    private function mo_sps_get_all_drives($JF) 
    { 
        $xk = $JF["site_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_all_drives($xk); 
        if ($dw["status"]) { 
            goto w4; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto a0; 
        w4: 
        $Tq = sharepointWrapper::mo_sps_process_drives($dw["data"]); 
        wp_send_json_success($Tq); 
        a0: 
    } 
    private function mo_sps_get_all_personal_drives() 
    { 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $CI = wpWrapper::mo_sps_get_option(pluginConstants::ONEDRIVE_UPN); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_all_personal_drives($CI); 
        if ($dw["status"]) { 
            goto iQ; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto i6; 
        iQ: 
        $Tq = sharepointWrapper::mo_sps_process_drives($dw["data"]); 
        wp_send_json_success($Tq); 
        i6: 
    } 
    private function mo_sps_get_all_documents($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_all_docs($xc); 
        if ($dw["status"]) { 
            goto Ic; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto fG; 
        Ic: 
        $rg = sharepointWrapper::mo_sps_process_docs($dw["data"]); 
        wp_send_json_success($rg); 
        fG: 
    } 
    private function mo_sps_get_all_folder_items($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $K2 = $JF["folder_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_all_folder_items($xc, $K2); 
        if ($dw["status"]) { 
            goto T2; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto Kg; 
        T2: 
        $rg = sharepointWrapper::mo_sps_process_docs($dw["data"]); 
        wp_send_json_success($rg); 
        Kg: 
    } 
    private function mo_sps_get_file_thumbnails($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $bH = $JF["file_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_file_thumbnails($xc, $bH); 
        if ($dw["status"]) { 
            goto op; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto Qy; 
        op: 
        $zf = sharepointWrapper::mo_sps_process_thumnails($dw["data"], "small"); 
        wp_send_json_success($zf); 
        Qy: 
    } 
    private function mo_sps_get_download_url($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $bH = $JF["file_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_file_details($xc, $bH); 
        $n7 = $dw["data"]; 
        $OW = []; 
        $OW["download"] = $n7["@microsoft.graph.downloadUrl"]; 
        $OW["name"] = $n7["name"]; 
        $OW["id"] = $n7["id"]; 
        $OW["lastModifiedDateTime"] = $n7["lastModifiedDateTime"]; 
        $OW["size"] = $n7["size"]; 
        if ($dw["status"]) { 
            goto zH; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto vX; 
        zH: 
        wp_send_json_success($OW); 
        exit; 
        vX: 
    } 
    private function mo_sps_get_upload_session($JF) 
    { 
        $Ya = $JF["file_name"]; 
        $xc = $JF["drive_id"]; 
        $K2 = $JF["folder_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_upload_session($xc, $K2, $Ya); 
        if ($dw["status"]) { 
            goto mG; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto Km; 
        mG: 
        wp_send_json_success($dw["data"]); 
        Km: 
    } 
    private function mo_sps_get_specific_file($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $bH = $JF["file_id"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_get_file_preview($xc, $bH); 
        if ($dw["status"]) { 
            goto nD; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto Iv; 
        nD: 
        wp_send_json_success($dw["data"]["getUrl"]); 
        exit; 
        Iv: 
    } 
    private function mo_sps_search_through_drive_items($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $qg = $JF["querystring"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_search_through_drive_items($xc, $qg); 
        if ($dw["status"]) { 
            goto uU; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto pp; 
        uU: 
        $rg = sharepointWrapper::mo_sps_process_docs($dw["data"]); 
        wp_send_json_success($rg); 
        pp: 
    } 
    private function mo_sps_upload_file($JF) 
    { 
        $xc = $JF["drive_id"]; 
        $bH = $JF["file_id"]; 
        $Ya = $JF["file_name"]; 
        $Iu = $JF["file_size"]; 
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG); 
        $ZZ = SharePoint::getClient($u8); 
        $dw = $ZZ->mo_sps_upload_file($xc); 
        if ($dw["status"]) { 
            goto po; 
        } 
        $oM = ["Error" => $dw["data"]["error"], "Description" => empty($dw["data"]["error"]) ? '' : $dw["data"]["error_description"]]; 
        wp_send_json_error($oM); 
        goto CE; 
        po: 
        CE: 
    } 
    public function mo_sps_doc_embed_api_handler() 
    { 
        if (check_ajax_referer("mo_sps_embed__nonce", "nonce", false)) { 
            goto Xk; 
        } 
        wp_send_json_error(array("err" => "Permission denied.")); 
        exit; 
        Xk: 
        $Zd = sanitize_text_field($_POST["task"]); 
        switch ($Zd) { 
            case "mo_sps_get_folders_and_files": 
                $this->mo_sps_get_folders_and_files($_POST["payload"]); 
                goto xc; 
        } 
        S1: 
        xc: 
    } 
    private function mo_sps_get_folders_and_files($JF) 
    { 
        $lq = $JF["root_folder_id"]; 
        $yG = $JF["is_enable_role_folder_mapping"]; 
        $No = $JF["allowed_folders_term_ids"]; 
        if (!empty($lq)) { 
            goto Xg; 
        } 
        wp_send_json_error("[MOSPSERROR:001] Root folder was not found."); 
        Xg: 
        $b_ = get_terms(array("taxonomy" => "wpmf-category", "parent" => $lq, "hide_empty" => false)); 
        if (!$yG) { 
            goto vt; 
        } 
        $QN = []; 
        foreach ($b_ as $zS) { 
            if (!in_array($zS->term_id, $No)) { 
                goto fL; 
            } 
            array_push($QN, $zS); 
            fL: 
            SO: 
        } 
        xv: 
        $b_ = $QN; 
        vt: 
        $xi = get_objects_in_term($lq, "wpmf-category"); 
        $K7 = []; 
        foreach ($xi as $bH) { 
            $n1 = get_post($bH); 
            if (!empty($n1)) { 
                goto Rt; 
            } 
            goto ph; 
            Rt: 
            $Ya = $n1->post_title; 
            $mL = get_post_meta($bH, "mo_sps_file_url", true); 
            $M2 = get_post_meta($bH, "mo_sps_file_edit_url", true); 
            $JL = $mL; 
            $JL[strlen($JL) - 1] = 1; 
            $Cg = get_post_meta($bH, "wpmf_type", true); 
            array_push($K7, ["file_name" => $Ya, "file_sps_url" => !empty($M2) ? $M2 : $mL, "file_download_url" => $JL, "file_type" => $Cg]); 
            ph: 
        } 
        fX: 
        $n7 = ["folders" => $b_, "files" => $K7]; 
        wp_send_json_success($n7); 
    } 
    public function grid_content_for_shortcode() 
    { 
        $lo = "\xd\xa        <div style="max-width:1000px" class="mo_doc_lib_nav">\xd
        <div id="mo_doc_lib_breadcrumb">\xd
            <span index="0" class="mo_doc_lib_breadcrumb_item" id="mo_sps_breadcrumb_home">Home</span>
\xa        </div>\xd
        <div class="mo_doc_lib_search_box">
            <div class="mo_doc_lib_search_box__autocomplete">\xd\xa                <input style="padding:5px;width:400px;" class="mo_doc_lib_search_box__inputbox" name="mo_doc_lib_search_box__input" type="text" placeholder="Search Documents...">\xd\xa            </div>
        </div>
    </div>
\xa\xd\xa        <div class="mo_doc_lib_nav" style="max-width: 1000px;" id="mo_sps_upload_file">"; 
        if (!(self::$upload_access == "checked")) { 
            goto Dk; 
        } 
        $lo .= "<div style="padding:11px;">\xd\xa                    <input type="file" id="input_file"/>\xd\xa                    <input type="button" id="upload_file_button" class="mo-ms-tab-content-button" value="Upload"/>
                </div>
\xa                <div id="mo_sps_progress_div" style="display:none;">\xd
                    <div id="mo_sps_progress_bar_div" style="width:100%;border:1px solid #ccc;position:relative;">\xd
                        <div id="mo_sps_upload_progress_bar"></div>
                        <div id="mo_sps_upload_progress_percent"></div>
                    </div>
\xa                </div>
                <div id="mo_sps_upload_status_msg" style="display:none;padding:1rem;font-size:0.8rem;">\xd
                    <div style="color:green;">Done</div>
                </div>"; 
        Dk: 
        $lo .= "</div>
\xa
    \xd
        <div style="border:1px solid #eee;max-width:1000px;" id="mo_doc_lib_container__loader">\xd\xa        <img style="margin-top:30px;width:35px;height:35px;display:flex;align-items:center;display: block;margin-left: auto;margin-right:auto;" src="" . esc_url(plugin_dir_url(__FILE__) . "../images/loader.gif") . "">\xd
        </div>\xd\xa        <div id="sps_embed_container" style="display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:" . "60%" . ";height:" . "100%" . ""></div>
\xa        "; 
        return $lo; 
    } 
    public function table_content_for_shortcode() 
    { 
        $lo = "\xd
        <div style="max-width:1000px" class="mo_doc_lib_nav">
\xa        <div id="mo_doc_lib_breadcrumb">\xd
            <span index="0" class="mo_doc_lib_breadcrumb_item" id="mo_sps_breadcrumb_home">Home</span>\xd\xa        </div>\xd
        <div class="mo_doc_lib_search_box">\xd
            <div class="mo_doc_lib_search_box__autocomplete">
                <input style="padding:5px;width:400px;" class="mo_doc_lib_search_box__inputbox" name="mo_doc_lib_search_box__input" type="text" placeholder="Search Documents...">\xd\xa            </div>
\xa        </div>\xd
        </div>\xd\xa
\xa        <div class="mo_doc_lib_nav" style="max-width: 1000px;" id="mo_sps_upload_file">"; 
        if (!(self::$upload_access == "checked")) { 
            goto ER; 
        } 
        $lo .= "<div style="padding:11px;">\xd
                <input type="file" id="input_file"/>\xd\xa                <input type="button" id="upload_file_button" class="mo-ms-tab-content-button" value="Upload"/>\xd\xa            </div>
\xa            <div id="mo_sps_progress_div" style="display:none;">\xd\xa                <div id="mo_sps_progress_bar_div" style="width:100%;border:1px solid #ccc;position:relative;">
                    <div id="mo_sps_upload_progress_bar"></div>
\xa                    <div id="mo_sps_upload_progress_percent"></div>
                </div>
            </div>\xd
            <div id="mo_sps_upload_status_msg" style="display:none;padding:1rem;font-size:0.8rem;">\xd\xa                <div style="color:green;">Done</div>
            </div>"; 
        ER: 
        $lo .= "</div>\xd\xa
\xa        <div style="border:1px solid #eee;max-width:1000px;" id="mo_doc_lib_container__loader"><img style="margin-top:30px;width:35px;height:35px;display:flex;align-items:center;display: block;margin-left: auto;margin-right:auto;" src="" . esc_url(plugin_dir_url(__FILE__) . "../images/loader.gif") . ""></div>
\xa        <div style="max-width:1000px" id="mo_doc_lib_container" class="mo_doc_lib_container"></div>\xd\xa        "; 
        return $lo; 
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php


namespace MoSharePointObjectSync\Observer;

use MoSharePointObjectSync\Wrappers\pluginConstants;
use MoSharePointObjectSync\Wrappers\wpWrapper;
use MoSharePointObjectSync\API\Azure;
use MoSharePointObjectSync\API\SharePoint;
use MoSharePointObjectSync\Wrappers\sharepointWrapper;
class mediaObserver
{
    private static $obj;
    private static $isliveri;
    public $user_full_access = true;
    public $folderRootId = 0;
    private static $upload_access = '';
    public static function getObserver()
    {
        if (isset(self::$obj)) {
            goto yv;
        }
        self::$obj = new mediaObserver();
        self::$isliveri = wpWrapper::mo_sps_is_customer_license_key_verified();
        yv:
        return self::$obj;
    }
    public function mo_sps_media_observer()
    {
    }
    public function mo_sps_shortcode_upload_in_sharepoint_library($HC = '', $lo = '')
    {
        $current_user = wp_get_current_user();
        $Vi = (array) $current_user->roles;
        $gk = $current_user->roles;
        $HC = shortcode_atts(["\150\x6f\155\145" => "\162\157\x6f\164", "\x73\151\164\145\x5f\151\x64" => '', "\144\x72\151\x76\x65\137\151\144" => '', "\x66\157\x6c\144\x65\162\137\x69\144" => '', "\160\x65\x72\155\151\x73\x73\151\157\156\163" => '', "\x61\x6e\157\x6e\171\155\x6f\x75\163\x5f\141\143\x63\145\x73\x73" => ''], $HC, "\115\117\137\123\x48\x41\122\105\x50\x4f\x49\x4e\124\x5f\125\120\114\117\x41\x44");
        if (!($HC["\141\156\157\156\171\x6d\157\x75\163\x5f\x61\143\143\x65\x73\163"] == '' && !is_user_logged_in())) {
            goto be;
        }
        return "\74\163\x70\141\156\40\163\164\171\x6c\x65\75\47\x64\151\163\x70\154\141\171\72\142\x6c\x6f\143\153\x3b\155\x61\162\x67\x69\x6e\55\141\165\164\157\73\x68\x65\151\147\x68\164\x3a\x31\60\60\x25\x3b\142\157\162\x64\145\162\x3a\156\x6f\156\x65\x3b\160\141\144\x64\151\x6e\147\72\x30\x2e\x36\162\145\x6d\x20\x31\x2e\x32\x72\145\x6d\x3b\x27\x3e\x3c\163\160\141\156\x20\x73\164\171\154\x65\75\47\141\x6c\151\147\156\55\x69\164\x65\x6d\163\x3a\x63\x65\x6e\x74\x65\x72\47\76\120\154\x65\x61\x73\145\x20\x3c\x61\x20\150\x72\145\146\75\47" . home_url() . "\x2f\x77\x70\55\x6c\157\x67\151\156" . "\47\x3e\x6c\x6f\147\151\x6e\x3c\x2f\141\76\40\164\x6f\40\166\151\x65\167\40\164\x68\x65\x20\143\x6f\156\x74\x65\x6e\164\x2e\x3c\57\x73\x70\141\x6e\x3e\74\57\163\x70\x61\x6e\x3e";
        be:
        $lo = $this->upload_files_content_for_shortcode();
        $by = plugins_url("\56\x2e\57\151\156\143\154\x75\x64\145\163\x2f\143\x73\x73\57\x75\x70\154\x6f\141\144\56\x63\163\x73", __FILE__);
        $p7 = plugins_url("\56\56\x2f\x69\x6e\x63\x6c\x75\x64\145\163\x2f\x6a\x73\57\x75\160\154\157\141\x64\x2e\x6a\x73", __FILE__);
        wp_enqueue_style("\155\x6f\137\x64\157\143\137\154\151\x62\137\x75\x70\x6c\157\x61\x64\x5f\x73\x70\x66\137\143\x73\x73", $by, array());
        wp_enqueue_script("\x6d\157\137\x64\x6f\x63\137\x6c\151\142\137\x75\160\x6c\157\x61\x64\137\163\x70\x66\x5f\x6a\163", $p7, array("\x6a\x71\x75\145\x72\x79"));
        wp_localize_script("\x6d\x6f\137\144\157\143\137\x6c\x69\x62\137\x75\x70\x6c\157\x61\144\x5f\163\160\146\137\152\x73", "\165\x70\x6c\157\141\144\103\x6f\156\x66\151\x67", ["\x61\152\141\x78\x5f\x75\x72\x6c" => admin_url("\x61\144\155\151\156\x2d\141\152\x61\x78\x2e\x70\150\x70"), "\156\x6f\x6e\x63\145" => wp_create_nonce("\x6d\157\137\144\x6f\x63\137\x6c\x69\142\137\x75\160\154\x6f\x61\x64\137\137\156\157\x6e\x63\x65"), "\x68\x6f\155\145" => $HC["\150\x6f\155\145"], "\x73\x69\164\x65\137\x69\144" => $HC["\163\151\164\x65\x5f\x69\144"], "\x64\162\151\166\x65\137\151\144" => $HC["\144\x72\151\x76\x65\x5f\x69\x64"], "\146\157\x6c\x64\145\x72\137\x69\x64" => $HC["\146\157\x6c\x64\145\x72\x5f\x69\144"], "\160\x65\x72\155\151\x73\x73\x69\157\156\x73" => $HC["\x70\145\x72\x6d\x69\x73\x73\x69\157\x6e\x73"], "\162\157\154\x65\163" => $gk, "\143\x75\162\162\x65\x6e\164\x5f\162\157\154\x65" => $Vi]);
        $RE = "\x3c\x64\151\x76\x20\151\144\75\x22\x73\x70\163\137\145\x6d\x62\145\144\x5f\x63\157\156\x74\x61\151\156\145\x72\42\x20\x73\164\171\154\x65\75\42\x64\151\x73\x70\x6c\141\171\x3a\142\x6c\x6f\143\153\73\x6d\x61\x72\x67\x69\156\x2d\x61\165\x74\157\x3b\150\x65\151\147\150\164\x3a" . "\x31\x30\60\x25" . "\x3b\142\157\x72\x64\x65\162\x3a\156\x6f\x6e\x65\73\x70\x61\144\x64\151\x6e\147\72\x30\56\x36\162\145\155\x20\61\x2e\x32\162\x65\155\x3b\142\141\x63\x6b\x67\x72\x6f\165\156\x64\x2d\x63\x6f\154\x6f\x72\72\43\146\x32\64\x36\67\x34\x3b\42\x3e\xd\12\40\40\40\x20\40\40\40\x20\74\160\40\163\x74\x79\154\x65\75\42\164\x65\x78\164\55\x61\x6c\151\147\156\x3a\x63\x65\156\164\x65\x72\x3b\155\141\x72\x67\x69\x6e\72\60\73\42\76\x3c\141\x20\163\x74\x79\154\145\75\42\x63\x6f\154\x6f\162\x3a\40\43\x66\x66\146\73\15\xa\40\40\40\40\40\x20\40\40\164\145\170\x74\x2d\x64\x65\143\x6f\x72\141\x74\x69\x6f\x6e\72\40\x6e\157\x6e\145\73\146\157\x6e\x74\x2d\x77\x65\x69\x67\150\164\x3a\40\65\60\60\73\42\x20\150\162\x65\146\x3d\x22\150\x74\164\x70\163\x3a\x2f\x2f\x6c\157\147\x69\156\x2e\170\145\x63\x75\x72\x69\146\x79\x2e\143\157\x6d\x2f\x6d\x6f\141\x73\x2f\154\157\x67\151\x6e\77\x72\x65\x64\x69\162\145\x63\164\125\162\x6c\x3d\150\x74\164\x70\163\x3a\x2f\57\x6c\x6f\147\x69\156\x2e\170\145\x63\x75\x72\x69\146\171\56\143\157\155\x2f\155\157\141\163\x2f\x69\x6e\x69\164\151\141\154\151\x7a\145\160\x61\171\x6d\145\x6e\x74\x26\162\x65\161\x75\145\163\x74\117\162\151\147\x69\156\x3d\x77\160\x5f\163\x68\141\x72\145\x70\x6f\x69\156\x74\137\157\156\145\x64\162\151\166\x65\x5f\x69\x6e\x74\x65\147\162\141\x74\x69\157\x6e\x5f\x65\x6e\x74\x65\162\x70\x72\x69\163\x65\x5f\x70\x6c\x61\156\x22\40\x74\x61\162\x67\145\164\x3d\42\x5f\x62\154\141\156\x6b\42\76\120\x6c\145\141\x73\145\x20\160\x75\x72\x63\x68\141\163\145\x20\164\150\x65\40\154\151\143\145\x6e\163\x65\40\164\x6f\40\x63\157\156\164\x69\x6e\x75\x65\40\165\163\x65\40\x74\150\151\163\x20\160\154\165\x67\151\156\x3c\57\141\x3e\x3c\x2f\x70\76\x3c\57\144\x69\166\76";
        return self::$isliveri ? $lo : $RE;
    }
    private function upload_files_content_for_shortcode()
    {
        $lo = "\x3c\x64\x69\166\x20\x63\154\141\163\x73\75\x22\x6d\157\x5f\x64\x6f\x63\x5f\x6c\151\142\x5f\156\141\x76\42\40\163\164\x79\154\145\x3d\42\x6d\x61\x78\x2d\x77\151\144\x74\x68\72\40\x31\x30\60\60\160\170\x3b\40\x64\x69\x73\160\154\x61\171\72\146\x6c\x65\170\73\42\x20\151\144\x3d\42\155\x6f\x5f\x73\160\163\137\x75\160\x6c\157\141\144\137\146\151\x6c\145\x22\76\15\xa\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\74\x64\x69\166\40\x73\164\171\x6c\x65\75\42\160\x61\144\x64\x69\x6e\147\72\61\x31\x70\x78\x3b\42\x3e\xd\xa\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x3c\x69\x6e\160\165\x74\40\164\x79\160\x65\x3d\x22\146\151\154\x65\x22\40\x69\x64\75\42\x69\156\160\x75\164\x5f\146\x69\x6c\145\42\x2f\x3e\15\xa\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\74\151\156\160\165\164\x20\x74\171\x70\145\75\42\142\x75\x74\164\157\156\x22\40\151\x64\75\x22\x75\x70\x6c\x6f\x61\x64\137\x66\151\x6c\x65\x5f\x62\165\x74\x74\x6f\156\42\x20\143\x6c\141\x73\163\x3d\42\155\x6f\55\x6d\x73\55\164\141\x62\x2d\143\x6f\x6e\164\x65\156\x74\x2d\x62\x75\x74\x74\157\x6e\x22\x20\x76\141\x6c\165\x65\75\x22\125\x70\x6c\x6f\x61\144\x22\57\76\xd\xa\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\74\x2f\x64\x69\166\x3e\15\xa\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x3c\144\x69\166\x20\x69\x64\75\x22\x6d\157\x5f\163\x70\163\x5f\x70\x72\157\x67\x72\145\163\x73\137\144\x69\166\42\x20\163\164\x79\x6c\145\75\42\x64\x69\x73\160\154\141\x79\x3a\156\x6f\156\x65\x3b\x22\76\xd\xa\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\x3c\x64\x69\x76\x20\x69\144\x3d\x22\155\x6f\x5f\163\x70\x73\137\160\x72\157\x67\162\145\x73\x73\x5f\x62\141\162\137\144\151\166\42\40\163\164\x79\x6c\x65\x3d\42\x77\151\144\164\x68\x3a\x31\60\x30\x25\x3b\142\157\x72\x64\145\162\x3a\x31\x70\x78\40\x73\x6f\x6c\x69\144\40\x23\x63\143\143\73\160\x6f\163\151\x74\x69\x6f\156\x3a\162\x65\x6c\x61\x74\x69\x76\145\x3b\42\x3e\15\12\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\74\144\x69\x76\40\x69\x64\x3d\x22\x6d\x6f\x5f\163\160\x73\137\165\x70\x6c\157\x61\144\137\x70\162\x6f\x67\x72\145\x73\163\137\x62\x61\x72\42\x3e\74\57\144\x69\x76\76\15\xa\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\74\144\151\166\40\x69\x64\x3d\42\x6d\157\x5f\x73\160\x73\x5f\x75\x70\x6c\157\x61\x64\x5f\160\162\x6f\x67\162\x65\163\x73\137\160\x65\162\x63\x65\x6e\164\42\x3e\74\57\144\x69\166\76\15\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x3c\x2f\144\x69\x76\x3e\15\12\x20\40\40\40\x20\40\x20\x20\40\40\40\40\74\x2f\x64\x69\x76\x3e\xd\12\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x3c\x64\151\x76\40\151\x64\x3d\42\155\157\x5f\x73\160\163\137\165\x70\154\157\141\x64\137\x73\164\141\x74\165\163\x5f\155\163\x67\x22\40\163\x74\x79\154\145\75\42\x64\151\x73\x70\x6c\141\x79\72\x6e\157\156\x65\x3b\x70\x61\144\x64\151\156\147\x3a\61\162\145\x6d\73\146\x6f\x6e\164\x2d\163\x69\x7a\x65\72\60\56\x38\162\145\x6d\73\42\76\15\12\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\74\144\x69\166\40\x73\164\x79\154\x65\75\42\143\x6f\x6c\x6f\x72\x3a\x67\162\x65\x65\156\73\x22\x3e\104\x6f\x6e\145\74\x2f\x64\151\166\x3e\xd\xa\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\57\144\151\166\x3e\xd\xa\x20\x20\40\40\40\x20\40\40\x3c\x2f\x64\x69\x76\x3e";
        return $lo;
    }
    public function mo_doc_lib_upload_api_handler()
    {
        if (check_ajax_referer("\x6d\157\x5f\144\x6f\143\137\x6c\151\x62\x5f\165\160\x6c\x6f\141\x64\137\x5f\x6e\x6f\156\143\145", "\156\157\x6e\x63\145", false)) {
            goto EI;
        }
        wp_send_json_error(array("\x65\162\162" => "\x50\145\162\155\151\x73\x73\151\x6f\156\x20\144\x65\156\151\x65\x64\56"));
        exit;
        EI:
        $Zd = sanitize_text_field($_POST["\x74\141\163\x6b"]);
        switch ($Zd) {
            case "\x6d\x6f\x5f\163\x70\163\137\x67\x65\x74\137\x75\160\x6c\157\x61\x64\x5f\x73\145\x73\x73\x69\157\x6e":
                $this->mo_sps_get_upload_session($_POST["\160\141\x79\x6c\x6f\141\x64"]);
                goto tQ;
        }
        PL:
        tQ:
    }
    public function mo_sps_embed_shortcode_sharepoint_library($HC = '', $lo = '')
    {
        $current_user = wp_get_current_user();
        $Vi = (array) $current_user->roles;
        $gk = $current_user->roles;
        $HC = shortcode_atts(["\x68\157\x6d\145" => "\x72\157\x6f\164", "\163\151\x74\145\x5f\x69\144" => '', "\144\x72\151\166\145\137\151\144" => '', "\146\157\x6c\x64\x65\x72\x5f\151\144" => '', "\160\x65\162\x6d\x69\x73\163\151\x6f\x6e\163" => '', "\x76\151\145\167\137\155\157\x64\145" => '', "\x61\156\157\x6e\171\155\x6f\x75\x73\x5f\x61\x63\143\x65\x73\163" => '', "\165\x70\x6c\x6f\x61\x64\x5f\141\143\143\x65\163\x73" => ''], $HC, "\x4d\117\x5f\123\110\x41\122\105\x50\x4f\x49\116\124\x5f\x4c\111\102\122\101\x52\131");
        if (!($HC["\x61\156\x6f\x6e\171\x6d\157\165\163\137\x61\x63\143\145\x73\x73"] == '' && !is_user_logged_in())) {
            goto oU;
        }
        return "\x3c\163\160\141\156\x20\x73\164\x79\154\145\75\x27\x64\x69\x73\160\x6c\x61\171\x3a\x62\154\x6f\143\153\73\x6d\x61\x72\147\x69\x6e\x2d\x61\x75\164\157\x3b\150\x65\151\147\x68\x74\72\x31\60\60\45\73\x62\x6f\x72\144\x65\162\x3a\x6e\x6f\156\145\x3b\x70\141\x64\144\151\156\x67\72\60\x2e\66\162\x65\155\x20\61\x2e\x32\x72\145\155\x3b\47\76\74\163\160\141\x6e\40\163\x74\x79\x6c\145\75\x27\141\x6c\151\x67\156\55\151\x74\145\x6d\x73\x3a\143\x65\156\x74\145\162\x27\x3e\x50\154\145\x61\163\x65\x20\74\141\40\x68\x72\145\146\x3d\47" . home_url() . "\57\167\x70\55\154\157\x67\x69\156" . "\x27\76\154\x6f\x67\151\156\74\57\141\x3e\x20\x74\x6f\40\x76\151\x65\x77\40\164\150\145\40\143\x6f\x6e\x74\x65\156\164\56\74\x2f\x73\x70\141\156\x3e\x3c\57\x73\x70\x61\156\x3e";
        oU:
        self::$upload_access = $HC["\x75\160\x6c\x6f\x61\x64\137\141\x63\143\145\163\x73"];
        if (isset($HC["\166\151\x65\x77\137\x6d\x6f\x64\145"]) && $HC["\x76\x69\x65\167\x5f\155\157\144\x65"] == "\107\x72\151\144\x5f\126\151\145\x77") {
            goto s7;
        }
        $lo = $this->table_content_for_shortcode();
        goto Ah;
        s7:
        $lo = $this->grid_content_for_shortcode();
        Ah:
        $uj = plugins_url("\x2e\56\57\x69\x6e\x63\154\x75\x64\x65\x73\x2f\152\x73\57\144\157\x63\x4c\151\x62\105\x6d\x62\x65\x64\56\152\163", __FILE__);
        $wh = plugins_url("\x2e\56\x2f\x69\x6e\143\x6c\165\x64\145\x73\x2f\x63\163\x73\x2f\x64\157\x63\x6c\151\x62\x2e\x63\x73\163", __FILE__);
        $BW = plugins_url("\x2e\x2e\57\151\x6e\143\x6c\165\144\145\x73\x2f\152\163\57\165\x70\154\157\x61\x64\x2e\x6a\163", __FILE__);
        wp_enqueue_style("\155\x6f\x5f\144\157\x63\137\154\x69\142\x5f\163\x63\x65\155\142\x65\x64\137\x63\163\163", $wh, array());
        wp_enqueue_script("\x6d\x6f\x5f\x64\157\x63\137\x6c\151\x62\x5f\x73\143\145\x6d\x62\x65\144\137\x6a\163", $uj, array("\152\x71\165\x65\162\171"));
        wp_enqueue_script("\155\157\x5f\x64\157\143\137\154\151\142\x5f\x73\x63\165\160\154\x6f\x61\x64\137\152\163", $BW, array("\152\161\165\x65\x72\171"));
        wp_localize_script("\x6d\x6f\137\x64\x6f\143\137\154\151\142\137\x73\143\x65\155\142\145\x64\137\152\x73", "\x65\x6d\142\145\x64\103\x6f\x6e\146\151\147", ["\x61\152\141\x78\x5f\x75\162\x6c" => admin_url("\x61\x64\x6d\151\156\55\x61\x6a\141\170\x2e\160\x68\160"), "\156\x6f\x6e\143\145" => wp_create_nonce("\155\157\137\144\157\x63\x5f\x6c\151\x62\137\145\x6d\142\x65\144\137\137\x6e\157\156\143\x65"), "\150\x6f\155\145" => $HC["\150\x6f\155\145"], "\x73\x69\x74\x65\x5f\151\144" => $HC["\163\151\164\x65\x5f\x69\x64"], "\144\162\151\x76\x65\x5f\x69\x64" => $HC["\144\x72\151\166\x65\x5f\151\144"], "\146\157\x6c\144\x65\x72\x5f\151\144" => $HC["\146\157\154\144\x65\x72\137\x69\x64"], "\x70\145\162\x6d\x69\163\x73\x69\x6f\156\163" => $HC["\160\x65\x72\155\x69\163\x73\151\x6f\156\x73"], "\x72\x6f\154\x65\163" => $gk, "\166\151\x65\167\137\155\157\x64\145" => $HC["\x76\x69\145\x77\137\155\x6f\x64\145"], "\143\165\x72\x72\x65\x6e\164\137\x72\157\154\x65" => $Vi, "\151\x73\137\x73\x68\157\162\x74\x63\x6f\x64\x65" => true, "\x6d\x69\x6d\145\137\x74\x79\160\145\163" => pluginConstants::MIME_TYPES, "\146\x6f\154\144\145\162\x5f\x69\x63\x6f\156" => esc_url(plugin_dir_url(__FILE__) . "\56\56\x2f\x69\155\141\147\x65\x73\57\x66\157\x6c\x64\x65\162\56\x70\x6e\147"), "\154\x6f\141\144\x5f\151\x63\x6f\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\x2e\57\x69\x6d\x61\147\x65\163\57\x69\155\141\x67\x65\x5f\154\x6f\141\x64\145\162\56\147\x69\x66"), "\154\x6f\141\144\137\x69\143\157\x6e\x5f\164\162\x75\145" => esc_url(plugin_dir_url(__FILE__) . "\56\56\57\151\155\141\147\x65\163\x2f\154\157\141\144\x65\162\x2e\147\x69\x66"), "\x66\x69\x6c\x65\x5f\x69\143\x6f\156" => esc_url(plugin_dir_url(__FILE__) . "\x2e\x2e\57\x69\x6d\x61\147\x65\x73\x2f\146\151\154\145\56\x70\x6e\147"), "\x77\x6f\x72\144\144\157\x63\137\151\x63\157\156" => esc_url(plugin_dir_url(__FILE__) . "\x2e\56\57\151\155\x61\x67\x65\x73\x2f\x6d\x73\x77\157\162\x64\137\146\x69\x6c\145\x2e\160\x6e\x67"), "\x65\x78\x63\145\x6c\x64\157\x63\137\x69\143\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\56\57\151\155\141\x67\145\x73\x2f\x6d\163\x65\x78\x63\x65\x6c\x5f\x66\151\x6c\x65\56\160\156\147"), "\160\144\146\x64\x6f\143\x5f\151\x63\157\156" => esc_url(plugin_dir_url(__FILE__) . "\56\x2e\x2f\151\155\x61\147\x65\163\57\160\x64\146\x5f\146\x69\154\x65\56\x70\156\x67"), "\144\x6f\x77\x6e\x6c\x6f\x61\144\x5f\151\143\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\x2e\x2e\57\151\155\141\147\x65\x73\x2f\x44\x6f\x77\156\x6c\x6f\141\x64\137\x63\x75\x73\x74\x6f\155\x65\162\x2e\x73\x76\147"), "\145\155\160\164\171\x5f\x66\157\154\144\x65\x72\x5f\x69\x6d\x61\147\x65" => esc_url(plugin_dir_url(__FILE__) . "\56\x2e\x2f\x69\x6d\141\x67\x65\x73\57\145\155\x70\x74\171\137\x66\x6f\x6c\144\145\x72\137\x64\x72\x6f\160\x2e\x73\166\x67"), "\165\162\154\x5f\151\x63\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\56\57\x69\155\x61\x67\145\x73\57\x62\x72\x6f\167\x73\145\162\56\160\156\147")]);
        $RE = "\x3c\144\151\x76\x20\151\144\x3d\x22\x73\x70\163\x5f\x65\x6d\x62\x65\144\137\x63\157\x6e\x74\141\151\156\x65\x72\x22\x20\163\164\x79\x6c\x65\75\x22\144\x69\163\160\x6c\x61\x79\x3a\x62\x6c\x6f\x63\x6b\x3b\x6d\x61\x72\x67\x69\156\x2d\141\x75\x74\157\73\150\x65\x69\x67\150\x74\72" . "\x31\60\60\45" . "\x3b\142\x6f\162\x64\x65\162\x3a\156\x6f\156\145\73\160\141\144\144\x69\156\x67\72\x30\x2e\66\x72\145\155\x20\x31\x2e\62\x72\145\x6d\73\x62\x61\143\153\x67\162\x6f\165\x6e\x64\x2d\143\x6f\x6c\157\x72\72\x23\146\x32\x34\x36\67\x34\x3b\x22\x3e\15\12\40\x20\x20\40\x20\40\40\40\x3c\160\40\163\x74\171\154\x65\x3d\x22\164\145\x78\164\55\141\x6c\x69\x67\156\72\x63\x65\x6e\164\145\x72\73\x6d\x61\162\x67\151\156\72\60\x3b\x22\x3e\x3c\141\40\163\x74\171\154\x65\x3d\x22\143\157\154\157\x72\x3a\40\43\x66\x66\146\73\15\xa\40\x20\x20\40\x20\40\x20\x20\164\x65\170\x74\x2d\x64\x65\143\157\162\x61\164\x69\x6f\x6e\x3a\x20\x6e\x6f\x6e\x65\x3b\146\x6f\156\164\x2d\167\145\x69\147\x68\164\72\40\65\x30\x30\x3b\42\40\150\162\x65\146\75\42\150\164\x74\160\x73\72\57\x2f\154\157\147\151\156\56\x78\145\143\165\162\151\x66\171\x2e\143\x6f\155\x2f\155\x6f\141\163\57\x6c\157\147\151\x6e\77\162\x65\144\151\162\x65\143\164\125\162\154\x3d\150\x74\164\x70\163\x3a\57\x2f\x6c\157\x67\151\156\x2e\x78\145\x63\165\162\151\146\171\x2e\143\x6f\x6d\57\x6d\x6f\141\x73\x2f\x69\156\x69\x74\151\141\154\151\x7a\x65\x70\x61\x79\155\145\x6e\164\46\162\145\161\x75\145\x73\164\x4f\162\x69\147\x69\156\75\167\160\137\163\x68\x61\x72\x65\160\157\151\156\x74\137\157\x6e\x65\x64\162\x69\166\145\137\x69\156\164\145\147\162\x61\x74\x69\x6f\156\x5f\145\x6e\x74\x65\162\x70\162\151\x73\x65\x5f\160\154\141\156\x22\40\x74\141\162\x67\x65\164\x3d\x22\137\142\154\141\x6e\x6b\x22\x3e\120\154\145\x61\163\x65\40\160\x75\x72\x63\150\x61\163\145\x20\x74\x68\145\x20\154\x69\x63\145\x6e\163\145\40\164\157\x20\x63\x6f\156\x74\x69\156\x75\145\40\165\x73\145\x20\164\x68\151\163\x20\160\x6c\x75\x67\x69\x6e\74\57\x61\x3e\74\x2f\160\x3e\x3c\57\144\x69\166\x3e";
        return self::$isliveri ? $lo : $RE;
    }
    public function mo_sps_embed_shortcode_sharepoint_file_list($HC, $lo = '')
    {
        $wh = plugins_url("\x2e\56\x2f\x69\x6e\143\x6c\165\144\145\x73\57\143\163\163\x2f\144\x6f\143\x6c\x69\142\56\x63\x73\x73", __FILE__);
        wp_enqueue_style("\x6d\x6f\x5f\144\x6f\143\x5f\x6c\x69\x62\137\x73\x63\145\x6d\x62\x65\x64\137\x63\x73\x73", $wh, array());
        return do_shortcode($lo);
    }
    public function mo_sps_embed_shortcode_sharepoint_video($HC = '', $lo = '')
    {
        $HC = shortcode_atts(["\x68\157\155\x65" => "\162\157\x6f\x74", "\x73\x69\x74\x65\x5f\151\144" => '', "\144\x72\x69\166\x65\x5f\151\x64" => '', "\x66\x6f\154\144\145\x72\137\151\144" => '', "\166\151\x65\167\137\155\x6f\x64\x65" => '', "\x69\164\145\x6d\137\151\x64" => '', "\150\145\151\x67\150\x74" => '', "\x77\x69\x64\164\150" => ''], $HC, "\115\117\137\x53\110\101\122\105\120\117\111\x4e\124\137\x53\x50\105\x43\x49\x46\x49\x43\x5f\x46\111\114\x45");
        if (isset($HC["\166\151\x65\x77\137\155\157\144\x65"])) {
            goto MO;
        }
        $HC["\166\x69\145\x77\x5f\x6d\157\x64\145"] = "\x54\141\142\x6c\145\137\x56\x69\145\x77";
        MO:
        if (isset($HC["\x77\151\144\164\150"])) {
            goto R5;
        }
        $HC["\167\x69\x64\x74\x68"] = "\x39\60\x30\160\x78";
        R5:
        if (isset($HC["\x68\x65\x69\147\150\164"])) {
            goto fl;
        }
        $HC["\150\145\151\147\150\164"] = "\x34\60\60\160\170";
        fl:
        $lo = "\15\12\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\74\x64\x69\166\x20\x73\x74\171\154\x65\x3d\42\x6d\141\x78\x2d\x77\151\x64\164\150\72\61\60\60\x30\160\170\42\x20\151\144\75\42\x6d\157\137\x64\x6f\x63\x5f\x6c\151\x62\137\x63\157\x6e\164\x61\151\156\145\x72\x5f" . $HC["\x69\x74\145\155\x5f\151\x64"] . "\42\40\x63\x6c\x61\163\163\x3d\x22\155\x6f\137\144\157\143\x5f\154\x69\x62\137\143\x6f\x6e\x74\141\151\156\145\162\x22\x3e\74\x2f\144\x69\x76\76\15\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40";
        $Dg = "\155\x6f\x5f\x64\157\x63\x5f\x6c\151\x62\x5f\x73\143\x65\x6d\x62\x65\x64\x5f\152\163\x5f" . $HC["\151\164\x65\155\137\x69\144"];
        $uj = plugins_url("\56\56\57\151\x6e\143\154\165\144\x65\x73\x2f\152\x73\57\x64\x6f\x63\114\151\x62\x53\160\145\x63\151\146\151\143\x46\151\154\x65\x2e\x6a\163", __FILE__);
        $wh = plugins_url("\x2e\x2e\57\x69\156\x63\154\x75\144\145\163\x2f\143\x73\x73\x2f\144\157\143\x6c\151\x62\x2e\143\x73\x73", __FILE__);
        wp_enqueue_style("\155\x6f\137\x64\157\x63\x5f\x6c\x69\x62\137\x73\x63\145\155\x62\145\x64\x5f\x63\x73\163", $wh, array());
        wp_enqueue_script($Dg, $uj, array("\152\161\x75\145\162\171"));
        wp_localize_script($Dg, "\x65\x6d\142\145\x64\103\x6f\156\x66\151\x67", ["\x61\152\141\170\x5f\165\x72\154" => admin_url("\141\x64\155\x69\x6e\x2d\x61\152\141\170\x2e\x70\x68\160"), "\x6e\x6f\156\143\145" => wp_create_nonce("\155\157\x5f\144\157\x63\137\154\x69\142\137\x65\155\x62\145\144\x5f\137\x6e\x6f\x6e\x63\x65"), "\150\x6f\155\x65" => $HC["\150\157\155\145"], "\x73\151\x74\145\x5f\x69\x64" => $HC["\163\x69\164\x65\137\151\x64"], "\144\162\x69\x76\x65\137\151\144" => $HC["\x64\x72\x69\x76\x65\137\151\144"], "\146\157\x6c\144\x65\x72\137\x69\x64" => $HC["\x66\x6f\154\x64\x65\x72\137\151\144"], "\x76\x69\145\x77\137\x6d\157\144\x65" => $HC["\166\151\x65\167\137\x6d\x6f\x64\x65"], "\x69\164\x65\155\x5f\151\x64" => $HC["\151\x74\x65\155\x5f\151\144"], "\x69\x73\137\163\160\145\x63\x69\146\151\143\137\146\x69\154\x65\137\163\150\x6f\x72\164\x63\x6f\x64\145" => true, "\151\x73\137\163\x68\157\x72\164\x63\x6f\144\145" => true, "\x66\157\154\144\145\x72\137\151\143\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\x2e\57\151\155\x61\x67\x65\163\x2f\x66\157\154\x64\145\x72\x2e\x70\156\x67"), "\x6c\x6f\x61\x64\137\151\x63\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\56\57\x69\x6d\x61\x67\145\163\x2f\x69\x6d\x61\x67\x65\137\x6c\x6f\x61\x64\145\x72\x2e\147\x69\x66"), "\x66\151\154\145\137\151\x63\x6f\156" => esc_url(plugin_dir_url(__FILE__) . "\56\x2e\57\151\x6d\141\147\x65\x73\57\146\x69\154\145\56\x70\x6e\x67"), "\167\157\162\144\144\x6f\143\x5f\x69\x63\x6f\x6e" => esc_url(plugin_dir_url(__FILE__) . "\x2e\x2e\x2f\151\x6d\x61\x67\x65\x73\57\155\163\167\157\x72\144\137\146\x69\154\x65\56\x70\x6e\147"), "\145\170\x63\145\154\144\x6f\143\137\x69\x63\x6f\x6e" => esc_url(plugin_dir_url(__FILE__) . "\56\56\57\151\155\x61\x67\145\163\57\155\x73\x65\170\x63\x65\154\137\146\x69\154\x65\56\x70\156\x67"), "\160\144\146\x64\157\143\137\x69\x63\157\x6e" => esc_url(plugin_dir_url(__FILE__) . "\x2e\56\57\151\155\x61\x67\145\163\x2f\x70\x64\x66\x5f\146\151\x6c\x65\x2e\x70\156\147"), "\144\157\167\156\154\x6f\141\x64\137\151\143\x6f\156" => esc_url(plugin_dir_url(__FILE__) . "\x2e\x2e\57\x69\x6d\141\147\x65\163\57\x64\x6f\167\156\x6c\157\141\144\56\160\x6e\147"), "\x65\155\160\x74\x79\x5f\146\157\154\x64\145\x72\x5f\x69\155\141\x67\x65" => esc_url(plugin_dir_url(__FILE__) . "\x2e\x2e\x2f\151\x6d\x61\x67\145\x73\x2f\x65\x6d\x70\164\171\x5f\x66\x6f\x6c\144\x65\x72\137\144\162\x6f\160\56\x73\166\x67")]);
        $RE = "\74\144\151\166\x20\x69\x64\75\42\x73\x70\x73\x5f\x65\x6d\142\145\144\x5f\x63\157\156\164\x61\x69\156\145\x72\x22\x20\163\164\171\x6c\145\x3d\x22\144\x69\x73\x70\154\x61\171\72\x62\x6c\x6f\143\x6b\x3b\x6d\141\x72\147\151\x6e\55\x61\165\x74\x6f\x3b\x68\x65\x69\x67\x68\164\72" . "\x31\60\60\x25" . "\73\x62\157\162\144\145\162\72\156\157\156\145\73\x70\141\x64\144\151\x6e\x67\x3a\x30\x2e\x36\162\145\155\40\x31\56\x32\x72\145\155\73\142\141\x63\x6b\x67\x72\157\165\x6e\x64\55\x63\x6f\x6c\x6f\x72\72\43\146\x32\x34\66\67\x34\73\42\x3e\15\12\40\x20\x20\x20\x20\40\40\x20\x3c\x70\40\x73\164\171\154\x65\x3d\x22\164\x65\170\164\55\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\164\145\x72\x3b\x6d\x61\x72\x67\x69\x6e\72\60\73\42\76\74\x61\x20\x73\x74\171\154\145\x3d\x22\143\x6f\x6c\157\162\72\40\x23\146\146\146\73\15\12\40\40\x20\40\x20\40\x20\40\x74\x65\170\x74\x2d\144\x65\x63\157\x72\141\x74\x69\x6f\156\x3a\40\x6e\x6f\x6e\145\73\146\x6f\x6e\164\55\167\x65\151\x67\150\x74\x3a\40\x35\60\60\x3b\x22\x20\150\x72\x65\x66\x3d\42\150\164\164\160\163\72\57\x2f\154\157\147\151\156\56\x78\145\143\165\x72\x69\x66\171\x2e\x63\157\x6d\x2f\x6d\x6f\141\163\x2f\x6c\157\147\x69\156\77\x72\x65\144\151\x72\x65\143\164\125\x72\154\75\x68\164\164\x70\x73\72\57\57\x6c\157\x67\x69\x6e\x2e\170\145\143\165\162\x69\x66\171\56\x63\157\155\57\155\x6f\x61\163\x2f\x69\156\151\x74\151\141\x6c\x69\172\x65\160\141\x79\x6d\x65\x6e\x74\46\x72\145\161\165\145\x73\x74\x4f\x72\151\147\151\156\75\x77\x70\137\x73\150\141\162\x65\x70\x6f\151\156\x74\x5f\x6f\x6e\145\144\x72\151\x76\x65\x5f\151\x6e\x74\145\147\x72\x61\x74\151\157\x6e\137\145\156\x74\x65\x72\x70\x72\151\163\x65\137\160\x6c\141\x6e\42\40\x74\141\x72\x67\x65\x74\x3d\42\x5f\x62\x6c\x61\x6e\153\x22\76\120\154\145\x61\163\x65\x20\x70\165\x72\x63\150\x61\163\x65\40\164\150\x65\x20\x6c\x69\x63\x65\156\163\145\x20\164\x6f\40\x63\x6f\156\x74\151\156\165\145\x20\165\163\x65\x20\x74\150\151\x73\x20\160\x6c\165\147\x69\156\74\57\x61\x3e\74\x2f\160\76\x3c\57\144\151\166\76";
        return self::$isliveri ? $lo : $RE;
    }
    public function mo_sps_embed_shortcode_sharepoint_events()
    {
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $sq = Azure::getClient($u8);
        $Xj = $sq->mo_sps_get_all_site_events();
        $Xj = sharepointWrapper::mo_sps_process_sharepoint_event_items($Xj);
        $lo = "\xd\xa\40\x20\40\x20\40\x20\x20\x20\74\144\151\x76\40\163\164\x79\x6c\x65\75\x22\144\151\163\x70\x6c\141\x79\72\146\x6c\145\170\x3b\x6a\165\x73\164\x69\x66\171\x2d\143\157\156\164\x65\x6e\164\72\x66\154\145\x78\x2d\x73\164\141\162\164\x3b\141\x6c\151\x67\x6e\x2d\x69\x74\x65\x6d\x73\72\143\145\156\x74\x65\x72\x3b\x6d\141\170\55\x77\x69\x64\x74\x68\72\61\60\60\45\x3b\x68\x65\151\147\x68\164\x3a\x36\60\x30\x70\x78\x3b\160\x61\144\144\151\x6e\147\72\x31\60\x70\x78\x3b\x6f\x76\x65\x72\x66\154\x6f\167\x2d\x79\72\163\x63\x72\157\154\154\x3b\x22\x3e\15\12\x20\40\40\x20\40\40\x20\40";
        foreach ($Xj as $ph) {
            $C5 = '';
            if (empty($ph["\102\x61\156\156\145\x72\111\155\141\x67\x65\125\162\154"])) {
                goto Is;
            }
            $C5 = $sq->mo_sps_get_banerurl_for_an_artcile($ph["\x42\x61\156\156\x65\162\x49\155\141\x67\145\x55\162\x6c"]);
            Is:
            $KJ = strtotime($ph["\105\166\145\x6e\x74\x44\141\x74\145"]);
            $KJ = getdate($KJ);
            $uM = strtotime($ph["\x45\156\144\104\141\164\x65"]);
            $uM = getdate($uM);
            $SG = strtoupper(substr($KJ["\x6d\157\x6e\164\x68"], 0, 3));
            if (!($KJ["\x6d\x6f\156\x74\150"] != $uM["\x6d\157\x6e\164\x68"])) {
                goto qL;
            }
            $SG = $SG . "\x2d" . strtoupper(substr($uM["\155\x6f\156\x74\150"], 0, 3));
            qL:
            $Gg = $KJ["\155\144\x61\x79"];
            if (!($KJ["\155\144\141\x79"] != $uM["\155\x64\x61\171"])) {
                goto rt;
            }
            $Gg = $Gg . "\55" . $uM["\155\x64\141\x79"];
            rt:
            $lo = $lo . "\15\12\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\74\144\151\166\x20\163\164\171\154\145\75\x22\144\151\x73\160\154\141\x79\x3a\x66\154\x65\x78\73\152\x75\163\x74\x69\146\x79\x2d\143\x6f\x6e\164\x65\x6e\x74\x3a\146\x6c\x65\x78\55\163\164\141\162\x74\x3b\x61\x6c\151\x67\156\x2d\x69\x74\145\x6d\x73\x3a\143\x65\156\164\145\x72\73\x66\x6c\145\x78\x2d\144\151\x72\145\143\x74\151\157\156\72\x63\x6f\x6c\x75\x6d\x6e\x3b\155\141\162\x67\151\x6e\72\61\60\x70\x78\x3b\142\157\170\x2d\163\x68\141\144\x6f\167\72\x20\162\147\x62\141\x28\x30\54\40\x30\x2c\40\60\54\x20\x30\x2e\x31\65\51\40\x31\x2e\71\x35\x70\170\40\x31\56\x39\x35\160\170\x20\62\x2e\66\x70\170\x3b\x22\x3e";
            if (!empty($C5)) {
                goto nc;
            }
            $lo = $lo . "\xd\12\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x3c\x64\151\166\x20\x73\x74\171\x6c\x65\75\x22\143\157\154\x6f\162\72\43\146\146\146\x3b\160\x6f\163\151\164\x69\157\156\72\x72\145\x6c\x61\164\x69\x76\145\x3b\42\x3e\xd\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x3c\144\x69\x76\40\163\x74\171\154\x65\75\42\x64\151\x73\x70\x6c\x61\x79\72\x66\x6c\x65\x78\x3b\x6a\x75\x73\x74\151\x66\171\x2d\143\157\x6e\x74\x65\156\x74\72\143\145\156\x74\145\x72\x3b\x61\154\x69\x67\x6e\55\151\164\x65\155\x73\72\x63\x65\156\164\145\162\x3b\x77\x69\x64\164\150\x3a\x32\71\x35\160\170\x3b\x68\x65\151\147\x68\x74\x3a\x31\x36\62\x70\170\73\142\141\143\x6b\147\x72\157\165\x6e\144\55\151\x6d\x61\x67\x65\72\x6c\x69\x6e\x65\141\162\55\x67\x72\141\x64\x69\x65\x6e\164\50\x31\164\165\x72\x6e\x2c\162\147\142\141\50\65\x31\54\x35\61\x2c\x35\x31\54\x2e\71\51\54\x72\x67\142\141\x28\x35\61\54\x35\61\54\65\61\x2c\x30\x29\40\x39\x37\x2e\x39\62\45\51\73\x22\42\x3e\x3c\57\144\151\x76\76\xd\xa\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x3c\x73\x70\141\x6e\x20\163\164\171\x6c\x65\75\x22\x70\157\163\151\x74\x69\x6f\156\72\141\142\x73\157\154\165\164\x65\73\154\x65\146\164\x3a\x32\x30\x70\x78\73\164\x6f\160\x3a\71\60\x70\170\x3b\x66\157\x6e\x74\x2d\x73\x69\172\x65\72\x32\60\x70\170\x3b\x66\x6f\x6e\x74\55\x77\x65\x69\147\x68\164\x3a\x36\x30\60\73\x22\76" . $SG . "\74\57\x73\160\x61\x6e\76\15\12\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\74\163\160\141\x6e\x20\163\x74\x79\x6c\145\75\x22\x70\157\163\151\x74\x69\x6f\156\x3a\x61\142\x73\157\x6c\x75\164\x65\x3b\154\x65\146\164\x3a\62\60\160\170\x3b\164\157\x70\72\61\60\x35\x70\170\x3b\x66\157\x6e\164\x2d\x73\151\172\x65\x3a\x34\x32\x70\x78\x3b\x66\157\156\x74\55\167\145\x69\147\150\x74\x3a\x37\x30\60\73\x22\76" . $Gg . "\x3c\x2f\x73\x70\x61\x6e\x3e\15\12\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x3c\57\x64\x69\166\x3e";
            goto DM;
            nc:
            $lo = $lo . "\15\12\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x3c\144\151\166\x20\x73\164\171\x6c\x65\x3d\x22\x63\157\x6c\x6f\162\x3a\43\146\146\146\x3b\160\x6f\163\x69\x74\151\x6f\x6e\72\162\145\x6c\x61\x74\151\x76\145\x3b\x22\76\xd\xa\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x3c\x69\155\x67\x20\x73\x74\171\154\145\75\42\144\151\163\x70\154\141\x79\72\x66\x6c\x65\170\x3b\152\x75\163\x74\x69\146\x79\55\143\157\x6e\x74\145\156\x74\72\143\x65\156\164\x65\x72\73\x61\x6c\x69\x67\x6e\x2d\151\164\x65\155\x73\x3a\x63\145\x6e\164\145\x72\73\167\151\x64\164\150\72\x32\71\x35\x70\170\x3b\x68\x65\x69\x67\150\x74\x3a\x31\66\x32\x70\170\73\x62\141\143\x6b\x67\162\x6f\x75\x6e\144\55\x69\x6d\x61\147\x65\x3a\x6c\x69\156\x65\141\x72\55\147\x72\141\x64\151\145\156\x74\50\61\x74\x75\162\x6e\54\162\147\x62\141\x28\60\54\60\x2c\60\54\56\71\x29\x2c\162\x67\x62\x61\x28\65\61\x2c\65\61\x2c\65\x31\54\60\51\40\71\x37\x2e\71\62\45\x29\x3b\42\x20\163\162\143\75\42\x64\x61\164\x61\x3a\151\155\x61\x67\145\57\x70\156\x67\x3b\x62\x61\x73\x65\x36\x34\54" . base64_encode($C5) . "\42\x20\57\x3e\15\12\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x3c\163\160\x61\156\x20\x73\x74\x79\154\145\75\x22\x70\157\x73\x69\164\151\x6f\156\x3a\141\x62\x73\x6f\154\x75\164\x65\73\x6c\x65\x66\164\72\62\60\160\x78\73\164\157\x70\x3a\x39\60\160\x78\x3b\146\157\x6e\164\x2d\163\151\x7a\145\x3a\x32\x30\x70\170\73\146\x6f\x6e\x74\55\167\x65\x69\x67\x68\x74\72\66\x30\60\73\42\76" . $SG . "\x3c\57\163\160\141\x6e\x3e\xd\xa\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x3c\x73\160\141\156\40\x73\164\x79\154\x65\75\42\x70\x6f\x73\x69\x74\x69\157\156\72\141\142\x73\157\154\x75\x74\x65\x3b\154\x65\x66\x74\x3a\x32\x30\x70\170\x3b\164\157\160\72\x31\60\x35\x70\x78\x3b\146\157\156\x74\x2d\x73\x69\x7a\x65\72\64\62\x70\x78\x3b\146\157\156\x74\55\167\145\x69\x67\150\164\72\x37\60\60\x3b\x22\76" . $Gg . "\74\x2f\163\x70\141\156\76\xd\xa\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x69\x76\x3e";
            DM:
            $lo = $lo . "\15\xa\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\xd\12\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\74\x64\x69\166\40\163\164\x79\x6c\x65\x3d\x22\x68\145\x69\x67\x68\164\x3a\x31\x30\60\x25\x3b\x77\151\144\x74\x68\72\61\60\60\x25\x3b\x63\157\x6c\x6f\162\x3a\x72\x67\142\50\x39\x36\x2c\x20\71\x34\x2c\40\x39\x32\51\73\155\x61\x72\x67\151\156\x2d\154\x65\x66\164\x3a\63\65\160\x78\x3b\42\x3e\xd\12\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\74\144\151\166\x20\x73\164\171\x6c\x65\75\x22" . "\146\157\x6e\x74\x2d\x73\151\x7a\145\72\40\61\62\x70\170\x3b\x6d\x61\x72\x67\151\x6e\x2d\164\157\x70\72\61\60\160\x78\73\x66\157\x6e\164\55\x77\145\x69\x67\150\164\x3a\x20\x36\60\x30\x3b\x66\157\156\x74\55\x66\x61\155\x69\154\171\72\x22\123\x65\147\x6f\x65\x20\125\x49\x22\x2c\40\42\123\x65\x67\x6f\145\40\x55\111\x20\x57\145\x62\40\50\x57\x65\x73\x74\x20\105\165\x72\x6f\160\x65\141\x6e\x29\42\54\x20\42\x53\145\x67\157\145\x20\125\111\x22\x2c\x20\55\141\160\x70\x6c\x65\55\x73\171\x73\164\145\155\54\40\102\154\x69\156\x6b\115\141\x63\x53\171\163\x74\145\155\106\x6f\x6e\164\x2c\x20\x52\157\x62\157\x74\157\x2c\40\42\110\x65\154\166\145\x74\151\143\x61\40\x4e\x65\x75\x65\x22\x2c\40\163\x61\x6e\163\x2d\163\145\162\x69\x66\x3b" . "\x22\x3e" . (empty($ph["\103\x61\x74\145\147\157\x72\171"]) ? "\x2d" : $ph["\x43\141\x74\145\x67\x6f\x72\x79"]) . "\74\x2f\x64\151\x76\76\15\xa\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\74\57\144\151\166\76\xd\12\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\74\144\x69\166\40\163\x74\x79\154\145\x3d\x22\150\145\x69\147\x68\164\x3a\61\x30\x30\45\x3b\x77\151\144\x74\x68\x3a\x31\x30\60\x25\x3b\x6d\x61\x72\147\x69\x6e\x2d\x6c\x65\x66\x74\x3a\63\65\x70\x78\73\x22\76\15\xa\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x3c\144\151\166\x20\163\164\171\x6c\145\x3d\42" . "\x66\157\156\x74\x2d\163\151\x7a\145\x3a\x20\x31\x34\160\x78\x3b\x6d\141\x72\x67\151\156\x2d\164\157\160\72\61\160\170\x3b\x66\x6f\156\x74\x2d\x77\145\x69\147\150\164\72\40\66\60\60\73\146\x6f\156\164\55\146\x61\x6d\151\x6c\x79\x3a\42\123\x65\x67\157\145\40\x55\111\x22\x2c\x20\42\123\145\x67\157\145\40\125\x49\40\127\145\x62\40\50\x57\145\x73\164\40\105\165\x72\157\160\145\141\x6e\x29\42\x2c\x20\x22\x53\x65\147\157\145\x20\125\111\42\54\40\55\x61\x70\x70\154\145\x2d\163\171\163\164\x65\x6d\54\40\102\x6c\x69\156\153\115\x61\143\x53\x79\x73\x74\x65\x6d\106\157\x6e\164\54\40\x52\157\x62\x6f\x74\157\54\x20\x22\x48\x65\154\166\145\164\151\143\141\40\x4e\145\x75\x65\42\54\40\163\141\156\x73\55\x73\145\162\151\x66\73" . "\x22\76" . $ph["\x54\x69\164\154\145"] . "\74\57\x64\x69\166\x3e\xd\12\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\74\x2f\144\x69\x76\76\xd\12\xd\12\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x3c\144\x69\x76\x20\x73\164\x79\x6c\x65\75\x22\x68\145\x69\147\x68\x74\x3a\61\60\x30\x25\x3b\x77\x69\x64\x74\x68\72\x31\60\x30\45\73\155\141\x72\147\x69\x6e\55\x6c\x65\146\164\x3a\x33\x35\x70\x78\73\42\x3e\xd\12\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\74\x64\x69\166\x20\163\164\x79\154\145\x3d\42" . "\x66\x6f\x6e\164\x2d\x73\x69\x7a\145\72\40\61\62\160\170\73\x6d\x61\162\147\x69\156\x2d\x74\157\160\x3a\x34\60\x70\x78\73\146\157\x6e\x74\55\x77\145\151\147\150\164\x3a\x20\66\x30\60\73\146\x6f\156\x74\x2d\x66\x61\155\x69\154\171\72\42\x53\145\147\x6f\x65\40\125\111\42\x2c\x20\x22\x53\x65\147\157\145\x20\x55\x49\x20\127\x65\x62\x20\x28\x57\x65\x73\164\40\x45\x75\x72\157\x70\145\141\x6e\51\42\54\x20\42\x53\x65\x67\x6f\145\x20\x55\x49\x22\54\x20\x2d\141\x70\x70\154\x65\x2d\x73\171\163\x74\145\x6d\x2c\x20\102\x6c\x69\x6e\153\115\141\143\123\171\x73\164\x65\x6d\x46\x6f\156\164\54\x20\x52\x6f\142\x6f\164\x6f\54\x20\42\x48\x65\154\166\145\x74\151\143\141\x20\x4e\x65\165\145\x22\x2c\40\x73\x61\156\163\x2d\x73\145\162\151\x66\x3b" . "\x22\x3e" . (substr($KJ["\167\145\x65\153\144\141\x79"], 0, 3) . "\54\x20" . substr($KJ["\x6d\x6f\156\x74\150"], 0, 3) . "\x20" . $KJ["\x6d\x64\x61\171"] . "\x2c\40" . ($ph["\x66\x41\x6c\154\104\141\x79\105\x76\x65\156\164"] ? "\x41\x6c\154\x20\x64\141\171" : gmdate("\x67\72\x69\40\x41", gmmktime($KJ["\x68\x6f\165\162\x73"] - 8, $KJ["\155\151\x6e\x75\x74\145\163"], $KJ["\x73\x65\x63\157\156\x64\163"])))) . "\x3c\x2f\x64\x69\166\x3e\15\xa\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3c\57\x64\151\166\76\xd\12\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\74\144\x69\166\40\x73\164\171\154\x65\75\42\x68\145\151\147\x68\x74\x3a\61\x30\x30\45\73\167\x69\x64\164\150\x3a\x31\60\60\x25\x3b\155\141\x72\147\x69\156\x2d\154\145\146\164\72\x33\x35\160\x78\x3b\42\76\15\xa\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\x64\x69\166\x20\x73\x74\171\x6c\145\x3d\42" . "\146\157\156\164\55\163\151\172\x65\72\40\61\62\x70\x78\x3b\x63\157\x6c\157\162\x3a\x72\x67\x62\50\71\x36\x2c\x20\71\x34\x2c\x20\x39\62\x29\73\155\x61\162\147\x69\156\x2d\x74\157\x70\x3a\x31\160\x78\73\x66\157\156\x74\55\167\x65\x69\147\x68\x74\72\40\x34\x30\60\x3b\x66\157\x6e\164\x2d\x66\x61\x6d\x69\154\171\72\x22\123\x65\x67\157\x65\x20\125\x49\42\x2c\40\42\123\x65\147\157\x65\x20\x55\111\40\x57\145\142\x20\x28\127\x65\x73\164\x20\x45\x75\x72\157\160\x65\141\156\x29\42\54\x20\x22\x53\145\x67\x6f\145\x20\125\x49\42\x2c\40\x2d\x61\160\x70\154\145\55\x73\x79\x73\x74\145\x6d\x2c\x20\x42\x6c\151\156\153\x4d\x61\143\x53\171\163\x74\145\x6d\x46\x6f\156\x74\x2c\40\x52\x6f\x62\x6f\x74\157\x2c\40\x22\x48\145\154\166\x65\x74\151\x63\141\x20\x4e\x65\165\x65\42\x2c\x20\163\x61\x6e\163\55\x73\x65\162\x69\146\73" . "\x22\76" . $ph["\x4c\x6f\x63\141\x74\x69\157\x6e"] . "\74\57\144\151\x76\76\xd\12\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x3c\57\144\151\x76\x3e\15\12\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x3c\x64\151\166\x20\163\x74\x79\154\x65\x3d\42\155\x61\162\147\x69\x6e\55\x74\157\160\x3a\x31\x30\160\170\42\x3e\74\57\x64\x69\166\x3e\xd\12\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\15\12\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x3c\57\144\x69\166\x3e";
            bZ:
        }
        kk:
        $lo = $lo . "\xd\12\x20\x20\40\40\40\40\x20\40\x3c\57\x64\151\166\x3e\xd\12\x20\40\40\x20\40\x20\x20\40";
        return $lo;
    }
    public function mo_sps_embed_shortcode_sharepoint_news()
    {
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $sq = Azure::getClient($u8);
        $Xj = $sq->mo_sps_get_all_site_news();
        $Xj = sharepointWrapper::mo_sps_process_sharepoint_news_items($Xj);
        $lo = "\15\12\x20\x20\x20\40\x20\40\40\x20\74\144\151\x76\40\163\164\171\x6c\x65\75\x22\x64\x69\x73\160\x6c\141\x79\x3a\x66\x6c\145\170\73\x6a\165\163\x74\151\146\171\x2d\x63\157\156\164\x65\x6e\x74\x3a\146\x6c\145\170\55\163\164\141\x72\x74\73\x61\154\x69\x67\x6e\55\151\x74\x65\155\163\72\x63\x65\x6e\164\145\x72\x3b\x66\x6c\x65\x78\55\144\x69\x72\x65\x63\x74\151\157\x6e\x3a\143\157\154\165\x6d\156\x3b\x6d\x61\x78\55\167\x69\144\x74\x68\x3a\x31\x30\60\45\73\x68\145\x69\x67\x68\164\72\x36\60\60\x70\170\x3b\x70\x61\144\x64\151\156\x67\72\61\60\160\170\x3b\x6f\166\x65\162\146\154\157\167\x2d\171\x3a\163\x63\162\x6f\x6c\154\73\x22\76\xd\xa\x20\x20\x20\40\40\x20\x20\40";
        foreach ($Xj as $S7) {
            if (strpos($S7["\102\x61\x6e\156\x65\x72\x49\155\141\x67\x65\x55\x72\154"], "\x5f\x6c\x61\x79\x6f\x75\x74\163\57\61\x35\x2f\151\x6d\141\147\x65\163\x2f")) {
                goto mF;
            }
            $nX = $sq->mo_sps_get_banerurl_for_an_artcile($S7["\x42\141\156\x6e\145\x72\x49\155\x61\x67\145\x55\x72\x6c"]);
            $v0 = "\144\141\164\141\72\x69\x6d\141\147\x65\57\x70\156\x67\73\142\x61\x73\x65\x36\x34\x2c" . base64_encode($nX);
            goto on;
            mF:
            $v0 = $S7["\x42\x61\x6e\x6e\145\162\x49\155\x61\147\145\x55\x72\x6c"];
            on:
            $lo = $lo . "\xd\12\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\74\144\151\166\40\x73\x74\171\154\x65\75\42\x64\151\x73\x70\154\141\x79\x3a\146\154\145\x78\x3b\152\x75\163\164\x69\146\x79\55\143\157\156\x74\x65\x6e\164\72\146\x6c\x65\x78\x2d\163\x74\x61\162\164\73\141\x6c\151\147\156\55\x69\x74\x65\155\163\72\143\145\x6e\x74\x65\162\x3b\167\x69\x64\164\150\72\70\60\45\x3b\x6d\141\162\147\x69\156\x3a\x31\60\160\x78\x22\76\15\12\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\xd\12\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x3c\144\151\x76\x20\163\164\x79\x6c\x65\x3d\42\160\x61\x64\144\x69\156\147\x3a\65\160\x78\42\x3e\xd\12\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x3c\151\155\x67\40\x73\x74\x79\154\145\75\x22\144\x69\163\160\154\141\171\x3a\146\154\145\x78\x3b\152\x75\163\164\x69\x66\x79\55\143\157\156\x74\145\x6e\x74\72\x63\x65\156\164\x65\x72\x3b\141\154\x69\147\x6e\x2d\151\164\x65\155\x73\x3a\143\x65\x6e\164\145\x72\x3b\167\x69\x64\x74\x68\72\63\x35\x30\x70\170\73\x22\40\x73\x72\143\x3d\x22" . $v0 . "\x22\x20\x2f\76\15\12\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\74\57\x64\151\x76\76\15\xa\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\74\144\151\x76\40\x73\164\x79\154\x65\75\x22\x68\145\x69\147\x68\x74\x3a\x31\60\x30\45\73\x77\x69\x64\x74\x68\72\61\x30\x30\x25\73\160\141\144\x64\x69\x6e\x67\x3a\61\x35\160\x78\x22\76\xd\xa\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\74\144\x69\x76\40\163\164\x79\154\x65\75\42" . "\146\157\156\164\x2d\163\x69\172\x65\x3a\40\62\60\160\170\x3b\155\x61\x72\147\151\x6e\x2d\x74\157\160\x3a\x35\160\x78\73\x66\157\x6e\x74\x2d\167\145\x69\147\150\x74\x3a\x20\x36\60\60\73\146\x6f\x6e\x74\55\x66\x61\x6d\151\154\171\72\42\x53\145\x67\157\145\40\125\x49\42\54\40\x22\123\x65\147\x6f\145\x20\125\x49\40\x57\x65\142\x20\50\127\x65\x73\x74\x20\x45\x75\x72\x6f\160\x65\x61\156\x29\42\x2c\x20\42\x53\145\x67\157\x65\x20\x55\x49\42\x2c\40\55\x61\160\160\154\x65\55\x73\x79\x73\x74\145\x6d\x2c\40\102\154\151\156\x6b\115\141\x63\123\171\163\x74\x65\x6d\x46\157\156\x74\x2c\40\x52\157\x62\157\x74\157\54\x20\42\110\145\x6c\166\145\164\x69\x63\x61\x20\116\145\x75\145\42\x2c\x20\x73\141\156\x73\x2d\163\x65\x72\x69\x66\73" . "\x22\x3e" . $S7["\124\151\x74\x6c\x65"] . "\15\xa\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\74\57\144\151\x76\x3e\xd\xa\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20";
            if (empty($S7["\117\x44\141\164\141\137\x5f\x4f\162\151\147\151\x6e\141\154\x53\x6f\x75\x72\x63\x65\125\162\154"])) {
                goto hf;
            }
            $lo = $lo . "\xd\xa\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x3c\144\x69\x76\76\74\x61\40\150\162\x65\146\x3d\42" . $S7["\117\104\141\x74\141\x5f\x5f\x4f\x72\151\147\151\156\141\x6c\x53\x6f\165\162\x63\145\125\162\x6c"] . "\42\76\x43\154\x69\x63\x6b\40\150\x65\162\x65\x20\x74\x6f\x20\166\x69\145\167\40\164\150\145\40\143\x6f\156\164\145\156\164\74\57\141\x3e\74\57\144\151\x76\x3e";
            hf:
            $lo = $lo . "\15\12\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x3c\144\151\x76\40\x73\164\171\154\145\x3d\x22\155\x61\162\x67\x69\x6e\55\164\157\x70\72\x32\x35\x70\170\x22\76" . $S7["\x44\145\x73\x63\x72\x69\160\164\151\157\x6e"] . "\74\57\144\x69\166\76\xd\12\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x3c\x2f\x64\151\166\x3e\xd\xa\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\xd\xa\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x3c\57\x64\x69\x76\x3e\15\12\x20\x20\40\x20\40\40\40\40\40\40\40\40";
            qD:
        }
        E_:
        $lo = $lo . "\xd\xa\40\40\x20\x20\x20\40\x20\x20\x3c\x2f\x64\151\166\x3e\15\xa\x20\40\x20\40\40\40\x20\x20";
        return $lo;
    }
    public function mo_sps_shortcode_Upload_wordpress_to_sharepoint_library($HC = '', $lo = '')
    {
        $HC = shortcode_atts(["\x66\157\x6c\144\145\162\x5f\x70\x61\164\150" => ''], $HC, "\x4d\x4f\x5f\x53\110\101\122\105\x50\x4f\x49\116\124\x5f\125\120\x4c\x4f\x41\x44\137\104\x4f\103\x55\x4d\105\116\124");
        $tV = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ri = wpWrapper::mo_sps_get_option(pluginConstants::SHAREPOINT_ROOT_DOC_LIB);
        $sq = Azure::getClient($tV);
        $dT = $sq->mo_sps_send_access_token();
        $bI = ["\x62\x61\163\145\137\165\162\154" => "\x68\164\x74\160\x73\x3a\57\x2f" . wpWrapper::mo_sps_get_domain_from_url($tV["\x61\144\x6d\x69\156\137\x75\x72\x69"]), "\164\157\153\x65\x6e" => $dT, "\x72\x6f\157\x74\137\x66\x6f\154\x64\145\162" => $HC["\x66\x6f\154\x64\145\162\137\160\x61\164\150"]];
        $uY = plugins_url("\x2e\x2e\57\151\156\x63\x6c\165\144\145\x73\x2f\x6a\x73\x2f\165\160\154\157\x61\x64\56\x6a\x73", __FILE__);
        wp_enqueue_script("\x6a\x71\x75\145\x72\x79");
        wp_enqueue_script("\155\x6f\137\x73\160\x73\x5f\163\x79\156\143\x5f\152\163", $uY, array(), PLUGIN_VERSION);
        wp_localize_script("\x6d\157\137\x73\x70\163\137\163\x79\156\143\137\x6a\163", "\144\x6f\143\x5f\x73\171\156\143\x5f\144\x61\x74\141", $bI);
        $lo = "\74\x64\151\x76\40\143\154\141\163\x73\75\42\155\x6f\55\155\163\x2d\164\141\x62\x2d\x63\x6f\156\x74\145\x6e\x74\x2d\164\x69\x6c\x65\x22\40\x73\164\171\x6c\x65\75\42\167\x69\144\164\150\72\x31\x33\x35\45\73\x22\x20\76\xd\12\x20\x20\40\x20\40\x20\40\x20\x3c\144\x69\x76\40\143\x6c\141\163\x73\75\42\x6d\157\x2d\x6d\x73\x2d\x74\141\142\x2d\143\x6f\156\x74\145\156\x74\55\164\x69\154\x65\55\x63\157\x6e\x74\x65\x6e\164\x20\155\x6f\x2d\x73\160\x73\55\160\162\x65\x6d\55\x69\156\146\x6f\42\40\163\x74\x79\x6c\145\x3d\x22\160\157\163\151\164\151\157\x6e\x3a\162\145\154\x61\x74\x69\x76\x65\x3b\42\76\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\xd\12\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\74\x74\141\142\x6c\x65\40\x63\154\x61\x73\163\75\42\x6d\x6f\55\x6d\x73\55\164\x61\x62\55\x63\x6f\156\x74\x65\156\x74\55\141\160\160\x2d\143\x6f\x6e\146\151\147\x2d\x74\141\142\x6c\x65\x22\76\xd\12\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x3c\164\162\76\15\xa\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x3c\x74\x64\x20\163\x74\171\x6c\x65\75\x22\167\x69\144\x74\150\x3a\65\x30\45\x3b\167\x6f\x72\x64\55\142\162\145\141\153\72\40\x62\x72\145\141\153\55\141\x6c\x6c\x3b\x22\76\74\163\x70\141\x6e\76\74\150\x36\76\125\160\x6c\x6f\141\144\x20\x46\x69\x6c\x65\40\57\x20\x46\x6f\x6c\144\145\162\72\x3c\57\150\66\x3e\74\57\163\x70\x61\156\76\74\57\x74\x64\76\15\12\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x3c\x74\144\40\143\x6c\x61\x73\x73\75\42\x72\x69\147\x68\x74\x2d\x64\151\166\42\40\163\164\171\154\145\x3d\x22\x77\151\144\x74\150\x3a\63\65\x25\x3b\42\40\76\15\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\74\x69\x6e\x70\x75\x74\40\164\171\x70\x65\x3d\x22\x66\151\154\x65\42\40\x69\x64\75\42\x67\x65\164\106\x69\154\145\x22\x20\x73\164\x79\x6c\145\x3d\x22\155\x61\x72\147\x69\x6e\55\142\x6f\x74\x74\157\155\72\x31\60\x70\170\73\42\x20\40\151\144\x3d\42\x6d\x65\x74\x61\x64\x61\164\141\x5f\146\151\x6c\145\42\40\156\141\155\x65\x3d\x22\155\145\164\141\144\141\164\141\x5f\146\151\154\x65\42\40\x72\x65\161\x75\151\x72\145\144\x3e\xd\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\74\x62\162\x20\x2f\76\xd\12\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x3c\142\165\x74\164\157\x6e\x20\x69\x64\75\x22\141\x64\x64\106\x69\154\145\x42\165\164\164\157\x6e\42\40\164\x79\x70\145\75\x22\142\165\x74\x74\157\156\x22\x20\166\141\154\165\x65\x3d\x22\x55\160\154\x6f\x61\x64\42\40\157\156\143\154\151\x63\153\75\x22\165\160\x6c\157\x61\x64\106\151\154\145\x28\x29\73\42\40\x63\154\141\163\163\75\42\x6d\x6f\55\x73\141\x6d\154\55\142\x73\x2d\142\x73\x2d\x62\164\x6e\x20\x62\x74\x6e\55\x63\163\x74\x6d\40\162\157\x75\x6e\144\145\144\x20\x64\x2d\146\154\x65\170\40\x61\154\151\147\x6e\x2d\151\x74\x65\x6d\x73\55\143\145\x6e\x74\x65\162\x22\x3e\74\163\x76\147\x20\x77\151\144\164\x68\x3d\42\61\66\42\40\x68\x65\x69\147\150\164\75\42\x31\66\x22\x20\146\151\x6c\x6c\75\42\x63\x75\x72\x72\x65\156\164\x43\x6f\x6c\x6f\x72\42\40\x76\x69\x65\x77\102\x6f\x78\x3d\42\x30\x20\x30\x20\x31\x36\40\x31\x36\x22\x3e\xd\xa\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x3c\x70\x61\164\x68\x20\x64\x3d\x22\x4d\56\x35\x20\x39\x2e\x39\x61\56\x35\56\x35\40\x30\40\60\x20\x31\40\x2e\65\56\65\166\x32\56\65\x61\x31\x20\61\40\x30\40\60\x20\x30\x20\61\40\61\150\61\62\x61\x31\40\x31\40\60\40\60\x20\x30\x20\x31\55\61\x76\x2d\62\56\65\x61\x2e\x35\x2e\x35\40\x30\40\60\x20\x31\40\x31\40\60\x76\x32\x2e\65\141\62\40\62\x20\x30\x20\60\40\x31\x2d\x32\40\x32\x48\x32\141\x32\40\x32\40\60\x20\x30\x20\x31\55\x32\55\x32\x76\x2d\62\x2e\x35\141\56\x35\56\x35\40\60\x20\60\40\61\40\x2e\x35\x2d\x2e\65\x7a\42\40\x2f\76\15\xa\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x3c\x70\141\x74\150\x20\x64\x3d\x22\115\x37\x2e\x36\64\x36\x20\61\x2e\61\64\66\141\56\x35\x2e\65\40\60\40\60\x20\x31\40\56\x37\x30\70\x20\60\x6c\63\x20\63\141\56\x35\x2e\65\40\x30\x20\60\x20\61\x2d\56\67\x30\70\56\67\x30\x38\x4c\70\x2e\x35\40\62\56\x37\x30\x37\x56\x31\61\x2e\65\x61\56\x35\x2e\65\40\x30\x20\60\x20\x31\55\x31\40\60\126\x32\x2e\x37\60\x37\x4c\65\x2e\x33\65\x34\40\64\56\70\65\64\141\x2e\x35\x2e\65\x20\x30\x20\x31\40\61\x2d\56\x37\x30\70\x2d\x2e\67\60\x38\154\x33\55\x33\172\x22\x20\57\76\15\12\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\74\57\163\166\147\76\46\x6e\x62\x73\x70\73\x26\x6e\x62\x73\160\73\125\160\154\x6f\141\144\74\x2f\142\x75\164\164\x6f\156\x3e\15\12\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\74\57\164\x64\x3e\xd\xa\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\74\164\x64\40\163\164\x79\154\x65\75\x22\167\x69\144\x74\x68\x3a\66\65\x25\x3b\x77\157\x72\144\55\x62\x72\x65\x61\x6b\72\40\x62\x72\145\141\x6b\55\141\154\154\x3b\x22\76\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\xd\12\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\74\57\x74\x64\76\xd\12\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\74\x2f\x74\x72\x3e\15\xa\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x3c\57\x74\141\x62\154\145\76\15\12\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\xd\12\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\74\x2f\x64\x69\166\76\15\xa\x20\x20\x20\40\x20\x20\40\40\x3c\x2f\144\x69\166\76";
        return $lo;
    }
    public function mo_doc_lib_embed_api_handler()
    {
        if (check_ajax_referer("\155\x6f\137\144\157\143\137\154\x69\x62\x5f\x65\x6d\142\145\144\x5f\x5f\x6e\157\x6e\143\x65", "\156\x6f\156\143\x65", false)) {
            goto kb;
        }
        wp_send_json_error(array("\x65\x72\x72" => "\x50\x65\x72\x6d\151\x73\x73\151\x6f\156\x20\144\145\156\x69\x65\144\56"));
        exit;
        kb:
        $Zd = sanitize_text_field($_POST["\x74\141\x73\x6b"]);
        switch ($Zd) {
            case "\x6d\x6f\x5f\163\x70\163\137\x67\x65\164\137\141\x6c\154\137\x73\x69\164\x65\163":
                $this->mo_sps_get_all_sites();
                goto FV;
            case "\x6d\x6f\x5f\x73\x70\163\x5f\147\145\x74\x5f\141\x6c\x6c\x5f\x64\162\151\x76\145\x73":
                $this->mo_sps_get_all_drives($_POST["\160\141\171\x6c\x6f\141\x64"]);
                goto FV;
            case "\x6d\157\137\x73\160\163\x5f\147\145\164\137\x61\x6c\x6c\137\144\157\x63\x75\155\145\156\164\x73":
                $this->mo_sps_get_all_documents($_POST["\160\141\171\x6c\157\x61\x64"]);
                goto FV;
            case "\x6d\157\x5f\x73\x70\x73\137\x67\145\x74\x5f\x61\154\154\137\x70\x65\162\163\x6f\156\141\x6c\137\x64\162\151\166\x65\163":
                $this->mo_sps_get_all_personal_drives();
                goto FV;
            case "\155\x6f\137\163\160\x73\137\147\145\164\137\141\x6c\154\137\146\157\x6c\x64\x65\162\137\151\x74\x65\155\x73":
                $this->mo_sps_get_all_folder_items($_POST["\x70\141\x79\154\157\x61\x64"]);
                goto FV;
            case "\x6d\x6f\137\x73\x70\x73\137\x67\145\x74\137\x66\151\x6c\145\137\164\150\x75\155\142\x6e\x61\x69\x6c\x73":
                $this->mo_sps_get_file_thumbnails($_POST["\x70\141\x79\x6c\157\141\144"]);
                goto FV;
            case "\155\x6f\137\x73\160\163\x5f\147\145\x74\137\144\x6f\x77\x6e\154\157\x61\x64\x5f\165\162\154":
                $this->mo_sps_get_download_url($_POST["\x70\x61\171\x6c\x6f\x61\x64"]);
                goto FV;
            case "\x6d\157\x5f\x73\x70\163\137\x73\145\141\x72\x63\150\137\164\x68\x72\157\165\x67\150\137\144\x72\151\166\145\x5f\151\x74\x65\155\163":
                $this->mo_sps_search_through_drive_items($_POST["\x70\x61\x79\x6c\x6f\141\144"]);
                goto FV;
            case "\x6d\x6f\x5f\x73\160\163\x5f\x67\x65\x74\137\x75\x70\x6c\x6f\141\144\x5f\x73\145\163\163\x69\157\x6e":
                $this->mo_sps_get_upload_session($_POST["\160\x61\x79\x6c\157\x61\144"]);
                goto FV;
            case "\x6d\x6f\x5f\163\x70\x73\x5f\x67\x65\x74\x5f\163\160\145\x63\151\x66\x69\143\x5f\146\151\x6c\145":
                $this->mo_sps_get_specific_file($_POST["\x70\141\171\154\x6f\x61\144"]);
                goto FV;
        }
        p5:
        FV:
    }
    private function mo_sps_get_all_sites()
    {
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_all_sites();
        if ($dw["\x73\164\141\x74\165\163"]) {
            goto qV;
        }
        $oM = ["\x45\162\x72\x6f\162" => $dw["\x64\141\164\141"]["\x65\162\x72\x6f\x72"], "\x44\145\x73\x63\x72\x69\x70\164\x69\157\156" => empty($dw["\x64\x61\164\141"]["\145\x72\162\157\x72"]) ? '' : $dw["\144\x61\x74\141"]["\145\x72\162\x6f\x72\137\x64\x65\x73\x63\162\151\x70\164\x69\x6f\x6e"]];
        wp_send_json_error($oM);
        goto Jk;
        qV:
        if (isset($u8["\x73\x69\x74\x65\x5f\165\x72\154"]) && $u8["\x73\151\x74\145\137\x75\x72\154"] != '') {
            goto Ui;
        }
        $Cn = sharepointWrapper::mo_sps_process_sites($dw["\144\141\164\141"]);
        goto xj;
        Ui:
        $Cn = $dw["\x64\x61\164\x61"];
        xj:
        wp_send_json_success($Cn);
        Jk:
    }
    private function mo_sps_get_all_drives($JF)
    {
        $xk = $JF["\x73\x69\164\145\x5f\151\x64"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_all_drives($xk);
        if ($dw["\x73\x74\141\164\x75\x73"]) {
            goto w4;
        }
        $oM = ["\x45\162\x72\x6f\162" => $dw["\x64\141\x74\141"]["\x65\162\162\157\162"], "\x44\x65\x73\x63\x72\x69\160\164\x69\157\156" => empty($dw["\144\x61\164\x61"]["\145\x72\x72\x6f\x72"]) ? '' : $dw["\x64\x61\164\x61"]["\145\x72\162\x6f\162\137\144\145\163\x63\x72\151\160\164\x69\x6f\156"]];
        wp_send_json_error($oM);
        goto a0;
        w4:
        $Tq = sharepointWrapper::mo_sps_process_drives($dw["\144\x61\x74\141"]);
        wp_send_json_success($Tq);
        a0:
    }
    private function mo_sps_get_all_personal_drives()
    {
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $CI = wpWrapper::mo_sps_get_option(pluginConstants::ONEDRIVE_UPN);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_all_personal_drives($CI);
        if ($dw["\163\164\141\164\165\163"]) {
            goto iQ;
        }
        $oM = ["\x45\162\162\x6f\x72" => $dw["\144\x61\164\x61"]["\145\162\x72\x6f\x72"], "\x44\145\x73\x63\162\x69\x70\x74\x69\157\156" => empty($dw["\144\141\x74\x61"]["\145\x72\162\157\x72"]) ? '' : $dw["\x64\x61\164\141"]["\145\x72\x72\x6f\162\x5f\144\145\163\143\x72\151\160\x74\151\x6f\156"]];
        wp_send_json_error($oM);
        goto i6;
        iQ:
        $Tq = sharepointWrapper::mo_sps_process_drives($dw["\x64\141\164\x61"]);
        wp_send_json_success($Tq);
        i6:
    }
    private function mo_sps_get_all_documents($JF)
    {
        $xc = $JF["\144\x72\151\166\145\137\x69\144"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_all_docs($xc);
        if ($dw["\163\x74\141\164\x75\x73"]) {
            goto Ic;
        }
        $oM = ["\x45\x72\162\157\162" => $dw["\144\x61\x74\141"]["\145\x72\162\157\x72"], "\104\x65\x73\143\x72\x69\x70\164\x69\157\156" => empty($dw["\x64\x61\x74\x61"]["\145\x72\162\157\x72"]) ? '' : $dw["\144\141\x74\x61"]["\x65\x72\x72\157\162\137\x64\145\163\143\162\151\160\x74\151\157\156"]];
        wp_send_json_error($oM);
        goto fG;
        Ic:
        $rg = sharepointWrapper::mo_sps_process_docs($dw["\144\141\x74\141"]);
        wp_send_json_success($rg);
        fG:
    }
    private function mo_sps_get_all_folder_items($JF)
    {
        $xc = $JF["\x64\162\151\166\x65\x5f\151\x64"];
        $K2 = $JF["\146\x6f\154\144\145\162\137\151\x64"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_all_folder_items($xc, $K2);
        if ($dw["\163\164\x61\x74\x75\163"]) {
            goto T2;
        }
        $oM = ["\105\x72\x72\x6f\x72" => $dw["\x64\x61\164\x61"]["\145\x72\x72\x6f\162"], "\104\145\x73\143\162\x69\x70\x74\x69\x6f\156" => empty($dw["\144\x61\164\141"]["\x65\x72\x72\157\x72"]) ? '' : $dw["\144\x61\164\141"]["\145\x72\162\x6f\x72\x5f\x64\145\163\x63\x72\x69\x70\164\x69\x6f\156"]];
        wp_send_json_error($oM);
        goto Kg;
        T2:
        $rg = sharepointWrapper::mo_sps_process_docs($dw["\144\x61\164\x61"]);
        wp_send_json_success($rg);
        Kg:
    }
    private function mo_sps_get_file_thumbnails($JF)
    {
        $xc = $JF["\144\x72\151\166\x65\x5f\151\144"];
        $bH = $JF["\146\x69\x6c\145\x5f\x69\144"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_file_thumbnails($xc, $bH);
        if ($dw["\163\x74\141\164\165\163"]) {
            goto op;
        }
        $oM = ["\105\x72\x72\x6f\x72" => $dw["\144\x61\x74\x61"]["\x65\x72\x72\x6f\162"], "\104\145\x73\x63\x72\151\160\x74\151\x6f\x6e" => empty($dw["\144\141\164\x61"]["\x65\x72\162\157\x72"]) ? '' : $dw["\x64\141\x74\x61"]["\145\162\162\x6f\162\137\x64\145\x73\143\x72\151\160\x74\151\157\x6e"]];
        wp_send_json_error($oM);
        goto Qy;
        op:
        $zf = sharepointWrapper::mo_sps_process_thumnails($dw["\144\x61\x74\141"], "\x73\155\x61\x6c\x6c");
        wp_send_json_success($zf);
        Qy:
    }
    private function mo_sps_get_download_url($JF)
    {
        $xc = $JF["\x64\x72\x69\x76\x65\x5f\151\x64"];
        $bH = $JF["\x66\x69\x6c\145\137\151\x64"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_file_details($xc, $bH);
        $n7 = $dw["\144\141\x74\x61"];
        $OW = [];
        $OW["\144\157\x77\x6e\x6c\157\141\x64"] = $n7["\x40\155\151\x63\x72\157\163\x6f\146\x74\x2e\x67\162\x61\x70\150\x2e\x64\157\167\156\154\157\x61\x64\125\162\x6c"];
        $OW["\x6e\141\155\145"] = $n7["\156\x61\155\x65"];
        $OW["\151\144"] = $n7["\x69\x64"];
        $OW["\x6c\141\x73\164\115\157\x64\151\x66\x69\145\x64\x44\141\164\145\124\151\x6d\145"] = $n7["\154\x61\163\x74\x4d\157\144\151\146\x69\145\x64\104\141\164\145\x54\x69\155\x65"];
        $OW["\x73\151\x7a\x65"] = $n7["\x73\151\x7a\145"];
        if ($dw["\x73\x74\x61\x74\165\163"]) {
            goto zH;
        }
        $oM = ["\105\162\x72\x6f\x72" => $dw["\144\x61\x74\x61"]["\145\162\162\x6f\x72"], "\104\145\163\143\162\151\160\164\151\157\156" => empty($dw["\144\141\x74\x61"]["\145\x72\162\157\162"]) ? '' : $dw["\x64\141\x74\x61"]["\x65\162\x72\x6f\x72\x5f\144\x65\x73\143\x72\151\x70\x74\x69\x6f\x6e"]];
        wp_send_json_error($oM);
        goto vX;
        zH:
        wp_send_json_success($OW);
        exit;
        vX:
    }
    private function mo_sps_get_upload_session($JF)
    {
        $Ya = $JF["\x66\x69\x6c\145\x5f\x6e\141\x6d\x65"];
        $xc = $JF["\x64\162\151\x76\x65\137\x69\144"];
        $K2 = $JF["\146\x6f\x6c\x64\x65\162\137\x69\144"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_upload_session($xc, $K2, $Ya);
        if ($dw["\163\164\141\164\165\163"]) {
            goto mG;
        }
        $oM = ["\105\x72\x72\x6f\x72" => $dw["\x64\141\x74\x61"]["\145\x72\x72\157\x72"], "\x44\x65\x73\143\x72\151\160\x74\x69\x6f\156" => empty($dw["\144\x61\164\x61"]["\145\x72\162\157\x72"]) ? '' : $dw["\x64\141\164\141"]["\x65\162\x72\x6f\x72\137\144\x65\x73\143\x72\x69\x70\x74\151\x6f\x6e"]];
        wp_send_json_error($oM);
        goto Km;
        mG:
        wp_send_json_success($dw["\x64\141\x74\141"]);
        Km:
    }
    private function mo_sps_get_specific_file($JF)
    {
        $xc = $JF["\144\x72\x69\166\x65\x5f\151\x64"];
        $bH = $JF["\x66\x69\154\x65\137\151\144"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_get_file_preview($xc, $bH);
        if ($dw["\163\164\141\x74\165\x73"]) {
            goto nD;
        }
        $oM = ["\x45\162\162\x6f\162" => $dw["\144\x61\164\x61"]["\145\x72\162\157\x72"], "\104\x65\x73\x63\162\151\x70\x74\151\x6f\x6e" => empty($dw["\x64\141\x74\x61"]["\145\162\x72\x6f\x72"]) ? '' : $dw["\144\141\164\x61"]["\145\162\162\157\x72\x5f\x64\145\163\143\x72\151\160\x74\151\x6f\x6e"]];
        wp_send_json_error($oM);
        goto Iv;
        nD:
        wp_send_json_success($dw["\144\x61\164\141"]["\x67\x65\164\x55\x72\154"]);
        exit;
        Iv:
    }
    private function mo_sps_search_through_drive_items($JF)
    {
        $xc = $JF["\x64\162\x69\x76\x65\x5f\x69\x64"];
        $qg = $JF["\x71\x75\x65\162\171\x73\164\162\x69\x6e\x67"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_search_through_drive_items($xc, $qg);
        if ($dw["\163\164\141\x74\165\163"]) {
            goto uU;
        }
        $oM = ["\105\162\162\157\162" => $dw["\x64\x61\164\x61"]["\x65\162\x72\157\x72"], "\x44\x65\163\143\x72\151\160\164\151\157\156" => empty($dw["\x64\141\x74\x61"]["\x65\162\162\x6f\x72"]) ? '' : $dw["\144\x61\x74\x61"]["\145\x72\x72\157\x72\137\144\x65\x73\143\162\x69\160\164\151\157\156"]];
        wp_send_json_error($oM);
        goto pp;
        uU:
        $rg = sharepointWrapper::mo_sps_process_docs($dw["\144\141\164\141"]);
        wp_send_json_success($rg);
        pp:
    }
    private function mo_sps_upload_file($JF)
    {
        $xc = $JF["\144\x72\x69\x76\x65\137\151\144"];
        $bH = $JF["\x66\151\154\x65\x5f\151\x64"];
        $Ya = $JF["\x66\151\154\x65\x5f\x6e\141\155\145"];
        $Iu = $JF["\146\x69\x6c\145\137\x73\151\x7a\145"];
        $u8 = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
        $ZZ = SharePoint::getClient($u8);
        $dw = $ZZ->mo_sps_upload_file($xc);
        if ($dw["\163\164\141\x74\165\163"]) {
            goto po;
        }
        $oM = ["\105\162\x72\x6f\162" => $dw["\x64\141\x74\x61"]["\x65\162\162\x6f\x72"], "\104\145\163\x63\162\151\160\x74\x69\157\x6e" => empty($dw["\144\x61\164\141"]["\145\x72\162\x6f\x72"]) ? '' : $dw["\x64\x61\164\x61"]["\145\x72\x72\157\162\x5f\144\x65\x73\x63\162\151\160\164\x69\157\156"]];
        wp_send_json_error($oM);
        goto CE;
        po:
        CE:
    }
    public function mo_sps_doc_embed_api_handler()
    {
        if (check_ajax_referer("\x6d\x6f\x5f\163\x70\163\137\145\x6d\x62\x65\x64\137\x5f\x6e\x6f\156\x63\145", "\156\x6f\156\143\x65", false)) {
            goto Xk;
        }
        wp_send_json_error(array("\145\162\162" => "\120\x65\162\x6d\x69\x73\x73\x69\157\156\40\144\x65\x6e\x69\145\144\56"));
        exit;
        Xk:
        $Zd = sanitize_text_field($_POST["\x74\141\x73\153"]);
        switch ($Zd) {
            case "\x6d\x6f\137\163\160\x73\137\x67\x65\164\137\146\157\x6c\144\x65\x72\163\x5f\x61\x6e\x64\137\x66\151\154\x65\x73":
                $this->mo_sps_get_folders_and_files($_POST["\x70\141\x79\154\x6f\141\x64"]);
                goto xc;
        }
        S1:
        xc:
    }
    private function mo_sps_get_folders_and_files($JF)
    {
        $lq = $JF["\162\x6f\157\164\x5f\146\157\x6c\144\145\x72\x5f\x69\x64"];
        $yG = $JF["\151\x73\x5f\x65\156\x61\x62\x6c\x65\x5f\x72\157\154\x65\x5f\146\157\x6c\144\x65\x72\x5f\155\x61\x70\160\151\x6e\x67"];
        $No = $JF["\141\x6c\154\x6f\167\x65\144\x5f\x66\157\x6c\144\x65\x72\163\x5f\164\x65\162\x6d\x5f\x69\x64\x73"];
        if (!empty($lq)) {
            goto Xg;
        }
        wp_send_json_error("\x5b\x4d\x4f\x53\120\123\105\122\122\x4f\122\72\x30\60\61\135\40\x52\x6f\x6f\164\x20\x66\157\x6c\x64\x65\x72\x20\x77\x61\x73\40\x6e\x6f\x74\40\146\x6f\x75\156\x64\x2e");
        Xg:
        $b_ = get_terms(array("\x74\x61\170\157\156\157\x6d\171" => "\x77\160\155\146\55\x63\x61\164\145\147\157\162\x79", "\x70\141\162\145\x6e\164" => $lq, "\150\x69\144\x65\x5f\145\155\160\164\171" => false));
        if (!$yG) {
            goto vt;
        }
        $QN = [];
        foreach ($b_ as $zS) {
            if (!in_array($zS->term_id, $No)) {
                goto fL;
            }
            array_push($QN, $zS);
            fL:
            SO:
        }
        xv:
        $b_ = $QN;
        vt:
        $xi = get_objects_in_term($lq, "\167\x70\x6d\x66\x2d\x63\141\x74\x65\x67\157\x72\171");
        $K7 = [];
        foreach ($xi as $bH) {
            $n1 = get_post($bH);
            if (!empty($n1)) {
                goto Rt;
            }
            goto ph;
            Rt:
            $Ya = $n1->post_title;
            $mL = get_post_meta($bH, "\x6d\x6f\137\163\x70\163\137\x66\151\154\145\137\x75\162\154", true);
            $M2 = get_post_meta($bH, "\155\157\x5f\163\160\163\x5f\146\x69\x6c\145\137\x65\x64\x69\x74\x5f\x75\162\x6c", true);
            $JL = $mL;
            $JL[strlen($JL) - 1] = 1;
            $Cg = get_post_meta($bH, "\x77\160\155\146\137\164\x79\160\145", true);
            array_push($K7, ["\146\151\154\x65\x5f\156\141\155\x65" => $Ya, "\x66\151\x6c\x65\x5f\163\160\x73\137\165\x72\154" => !empty($M2) ? $M2 : $mL, "\x66\151\x6c\145\x5f\144\x6f\167\156\x6c\x6f\x61\144\137\x75\162\x6c" => $JL, "\146\151\x6c\x65\137\x74\171\x70\x65" => $Cg]);
            ph:
        }
        fX:
        $n7 = ["\x66\157\x6c\x64\x65\x72\x73" => $b_, "\x66\x69\x6c\x65\163" => $K7];
        wp_send_json_success($n7);
    }
    public function grid_content_for_shortcode()
    {
        $lo = "\xd\xa\x20\x20\x20\x20\x20\40\x20\x20\74\x64\151\x76\40\163\164\171\154\x65\x3d\42\155\141\x78\x2d\x77\151\x64\164\150\72\61\x30\60\x30\160\x78\42\40\143\154\x61\163\163\75\42\x6d\157\x5f\x64\157\x63\137\x6c\x69\142\137\x6e\141\x76\42\x3e\xd\12\40\40\x20\40\40\x20\x20\x20\74\x64\151\166\x20\151\x64\x3d\42\155\x6f\x5f\x64\x6f\143\x5f\154\x69\142\137\x62\x72\145\x61\144\143\162\165\155\142\x22\x3e\xd\12\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\74\163\x70\141\156\40\x69\x6e\144\145\170\75\42\x30\42\x20\143\x6c\x61\163\163\x3d\x22\x6d\157\137\144\157\x63\x5f\154\x69\x62\x5f\142\x72\145\141\x64\x63\x72\x75\x6d\x62\137\x69\164\145\x6d\42\x20\x69\x64\x3d\x22\x6d\x6f\137\163\x70\163\137\x62\x72\x65\141\x64\143\x72\165\x6d\x62\137\150\157\155\145\42\76\110\x6f\x6d\145\74\x2f\163\160\141\156\x3e\15\xa\40\x20\x20\x20\40\x20\x20\x20\74\57\x64\x69\x76\x3e\xd\12\x20\x20\40\x20\40\x20\40\x20\74\x64\x69\166\40\x63\x6c\x61\163\163\x3d\42\x6d\x6f\x5f\144\x6f\x63\137\x6c\151\142\x5f\163\145\141\162\143\x68\137\x62\157\170\x22\76\15\12\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\74\x64\x69\166\x20\143\154\x61\163\163\75\x22\x6d\x6f\137\144\x6f\x63\137\154\151\142\137\x73\145\141\162\143\150\x5f\x62\x6f\x78\137\x5f\x61\x75\164\157\x63\x6f\155\x70\154\x65\x74\145\42\x3e\xd\xa\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\74\x69\x6e\x70\x75\164\40\163\164\x79\154\145\75\x22\160\x61\144\x64\151\156\147\x3a\65\x70\170\x3b\167\151\x64\x74\150\72\x34\60\60\160\170\73\42\x20\x63\154\141\x73\x73\75\42\155\x6f\x5f\144\x6f\x63\137\154\x69\142\137\163\x65\141\162\143\150\x5f\142\157\x78\137\x5f\x69\x6e\160\x75\x74\142\157\170\x22\40\x6e\x61\x6d\x65\75\x22\x6d\157\137\144\x6f\x63\137\x6c\151\142\137\x73\x65\141\x72\x63\x68\x5f\x62\x6f\x78\137\x5f\151\x6e\160\165\x74\x22\40\164\171\160\145\x3d\x22\164\x65\x78\x74\42\40\x70\154\x61\143\145\x68\157\x6c\144\145\162\x3d\x22\x53\145\141\162\143\150\40\x44\x6f\143\x75\x6d\145\x6e\164\x73\x2e\56\56\x22\76\xd\xa\40\40\x20\40\x20\40\40\40\40\40\x20\40\x3c\57\144\151\166\76\15\12\x20\x20\40\40\x20\40\x20\40\74\57\x64\151\x76\76\15\12\x20\40\x20\40\x3c\57\144\151\x76\76\15\xa\xd\xa\x20\x20\x20\x20\40\40\x20\x20\x3c\x64\151\166\40\x63\x6c\x61\x73\163\x3d\x22\x6d\x6f\x5f\x64\157\143\x5f\x6c\x69\142\137\x6e\141\166\x22\40\163\x74\x79\x6c\145\75\x22\155\141\x78\x2d\167\151\x64\x74\150\x3a\40\x31\60\x30\60\x70\170\x3b\42\40\x69\144\x3d\42\155\157\x5f\163\x70\163\x5f\x75\x70\x6c\157\141\x64\x5f\146\x69\x6c\x65\x22\x3e";
        if (!(self::$upload_access == "\143\150\145\143\x6b\145\144")) {
            goto Dk;
        }
        $lo .= "\74\144\x69\x76\x20\163\164\171\x6c\x65\x3d\x22\160\x61\x64\x64\151\156\147\72\61\x31\x70\170\73\42\76\xd\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\74\151\x6e\x70\x75\164\40\164\171\160\145\75\x22\x66\151\x6c\x65\42\40\x69\x64\x3d\x22\151\156\160\x75\x74\x5f\x66\x69\154\145\x22\x2f\76\xd\xa\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\74\x69\156\x70\165\164\x20\x74\x79\160\x65\x3d\42\142\x75\164\164\x6f\156\42\x20\x69\144\x3d\x22\x75\x70\154\x6f\x61\144\x5f\146\151\154\145\137\142\165\164\x74\157\x6e\x22\x20\x63\x6c\x61\163\163\x3d\x22\155\157\x2d\x6d\x73\55\164\141\x62\55\x63\157\156\x74\x65\x6e\x74\x2d\x62\165\x74\x74\x6f\x6e\x22\x20\166\141\154\165\145\x3d\42\x55\160\154\157\141\x64\42\57\x3e\15\12\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\74\57\144\151\166\x3e\15\xa\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x3c\x64\x69\x76\x20\x69\x64\x3d\x22\x6d\x6f\137\163\x70\x73\137\x70\x72\157\147\x72\x65\x73\163\x5f\x64\x69\166\x22\40\x73\164\171\154\x65\x3d\42\144\x69\163\160\x6c\141\171\x3a\x6e\157\156\145\73\x22\x3e\xd\12\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x3c\x64\151\166\40\x69\x64\x3d\x22\155\157\137\163\160\x73\x5f\x70\162\157\x67\x72\145\x73\x73\x5f\142\x61\x72\137\x64\151\166\42\x20\163\x74\x79\x6c\145\x3d\42\167\151\144\x74\x68\72\x31\60\x30\x25\73\x62\157\x72\144\145\x72\72\61\160\x78\40\163\x6f\154\151\144\x20\x23\x63\143\x63\73\x70\x6f\163\151\164\x69\x6f\x6e\72\x72\x65\154\141\164\x69\166\x65\x3b\x22\x3e\xd\12\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\74\144\x69\166\x20\x69\x64\75\x22\x6d\157\x5f\163\x70\x73\x5f\165\160\x6c\157\x61\x64\x5f\160\x72\157\x67\x72\145\x73\x73\x5f\142\x61\x72\42\76\x3c\x2f\x64\x69\166\76\15\12\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x3c\x64\151\166\x20\151\144\x3d\42\155\157\x5f\x73\x70\163\x5f\165\160\154\157\141\144\x5f\x70\x72\x6f\147\162\x65\163\163\137\160\145\162\143\145\156\164\x22\x3e\74\57\144\151\x76\76\15\12\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x3c\57\144\151\x76\x3e\15\xa\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\74\57\144\x69\166\x3e\15\12\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\144\x69\x76\40\x69\x64\75\42\155\157\137\163\x70\163\x5f\165\x70\x6c\157\141\x64\137\163\x74\141\164\x75\x73\x5f\155\x73\x67\x22\40\x73\164\x79\154\145\75\42\x64\151\x73\160\154\141\171\72\x6e\x6f\156\x65\73\160\x61\144\144\x69\x6e\147\72\61\162\145\x6d\x3b\146\157\x6e\164\55\x73\151\172\x65\72\60\56\x38\162\x65\x6d\73\x22\x3e\xd\12\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x3c\144\151\166\40\x73\164\171\154\145\x3d\42\143\157\x6c\157\162\72\x67\x72\145\x65\x6e\73\42\76\104\x6f\156\145\74\57\144\151\x76\x3e\15\12\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\74\x2f\x64\x69\166\x3e";
        Dk:
        $lo .= "\x3c\x2f\144\x69\x76\x3e\15\xa\15\12\40\x20\40\x20\xd\12\40\x20\x20\40\x20\40\x20\x20\74\144\151\x76\40\163\x74\x79\x6c\x65\75\x22\142\157\x72\x64\x65\x72\x3a\61\x70\x78\x20\x73\157\x6c\151\x64\40\x23\145\145\145\x3b\x6d\141\x78\x2d\x77\151\x64\x74\x68\x3a\x31\x30\60\60\160\170\73\x22\40\151\144\x3d\42\155\157\137\x64\x6f\x63\x5f\154\151\x62\137\x63\157\156\164\141\151\156\x65\162\x5f\x5f\x6c\x6f\141\x64\145\x72\x22\x3e\xd\xa\x20\x20\40\x20\40\x20\40\40\74\151\x6d\x67\40\x73\x74\171\154\145\75\x22\155\141\162\147\x69\x6e\55\164\157\x70\x3a\63\60\x70\170\73\x77\151\144\164\x68\72\63\x35\x70\170\73\x68\145\x69\147\150\x74\72\63\65\160\170\73\144\151\163\160\x6c\x61\171\72\146\x6c\145\170\x3b\141\154\x69\147\156\x2d\151\164\145\x6d\163\x3a\143\145\156\x74\145\x72\73\144\151\x73\160\x6c\x61\171\72\x20\x62\x6c\157\x63\x6b\x3b\x6d\141\x72\x67\151\x6e\x2d\x6c\145\x66\164\x3a\40\141\165\164\x6f\x3b\x6d\x61\162\x67\151\x6e\55\162\151\147\x68\164\72\141\165\x74\157\x3b\x22\x20\163\x72\x63\75\x22" . esc_url(plugin_dir_url(__FILE__) . "\x2e\56\57\x69\155\x61\x67\x65\163\57\x6c\157\141\x64\145\162\56\x67\151\x66") . "\42\76\xd\12\40\x20\x20\40\40\x20\40\x20\x3c\x2f\144\151\x76\76\xd\xa\x20\40\40\40\40\40\40\x20\74\144\x69\x76\x20\x69\144\75\x22\x73\160\163\x5f\145\155\142\145\x64\137\x63\x6f\156\164\141\151\156\145\x72\x22\x20\163\x74\x79\x6c\145\x3d\x22\144\x69\163\x70\154\141\171\72\146\154\145\x78\x3b\152\x75\x73\164\x69\x66\171\55\x63\157\x6e\x74\x65\156\164\72\143\x65\x6e\x74\x65\x72\x3b\141\154\x69\x67\x6e\55\151\x74\x65\x6d\163\72\x63\145\x6e\x74\x65\x72\x3b\146\x6c\x65\170\55\x77\x72\141\160\72\167\162\141\160\x3b\x6d\x61\170\x2d\x77\x69\144\164\x68\72" . "\66\60\45" . "\73\x68\x65\151\x67\150\x74\x3a" . "\x31\60\60\x25" . "\42\76\74\x2f\144\x69\x76\x3e\15\xa\x20\40\40\40\40\40\40\40";
        return $lo;
    }
    public function table_content_for_shortcode()
    {
        $lo = "\xd\12\x20\x20\x20\40\40\x20\x20\x20\74\x64\151\x76\40\163\x74\x79\154\145\75\42\x6d\141\x78\x2d\x77\x69\x64\x74\x68\x3a\61\60\60\60\x70\170\x22\40\143\x6c\141\163\x73\x3d\42\x6d\157\x5f\x64\157\x63\x5f\x6c\x69\x62\x5f\x6e\141\166\42\x3e\15\xa\x20\x20\x20\40\x20\40\40\40\x3c\144\x69\x76\40\151\x64\x3d\x22\155\x6f\x5f\144\157\143\137\x6c\151\142\x5f\142\162\145\141\144\143\x72\165\155\142\x22\76\xd\12\40\x20\40\x20\40\x20\x20\40\40\40\40\40\74\163\x70\x61\156\x20\151\156\144\x65\x78\x3d\x22\x30\x22\x20\143\x6c\141\163\163\x3d\x22\x6d\x6f\x5f\144\157\x63\137\154\x69\142\137\x62\162\145\x61\x64\x63\162\165\155\x62\x5f\x69\x74\x65\155\x22\40\x69\144\x3d\42\155\157\x5f\x73\x70\x73\x5f\x62\162\145\x61\x64\x63\x72\x75\x6d\x62\137\x68\x6f\x6d\x65\42\x3e\110\157\155\x65\x3c\57\163\x70\141\x6e\x3e\xd\xa\40\40\x20\x20\40\40\x20\40\74\x2f\x64\x69\166\76\xd\12\x20\x20\40\40\40\x20\40\40\74\x64\151\166\40\143\154\x61\163\163\x3d\42\155\157\x5f\x64\x6f\143\137\154\x69\x62\x5f\x73\x65\141\x72\143\x68\x5f\142\x6f\x78\42\x3e\xd\12\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x3c\144\x69\x76\x20\x63\154\x61\163\163\x3d\x22\x6d\157\137\144\157\x63\x5f\x6c\x69\x62\x5f\x73\x65\141\162\x63\x68\137\142\157\x78\137\x5f\141\165\164\x6f\143\x6f\x6d\x70\154\145\x74\145\42\x3e\15\12\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x3c\151\156\160\165\164\x20\163\164\171\154\x65\75\42\160\x61\144\x64\151\x6e\147\x3a\65\x70\170\73\167\x69\x64\x74\150\x3a\x34\x30\x30\x70\170\73\42\x20\x63\x6c\x61\163\x73\x3d\42\x6d\157\137\x64\157\x63\137\x6c\x69\x62\x5f\x73\x65\x61\162\143\x68\x5f\x62\157\x78\137\x5f\151\x6e\160\165\164\142\157\x78\x22\x20\x6e\141\155\x65\x3d\42\155\157\137\x64\x6f\x63\x5f\154\x69\x62\x5f\163\x65\x61\x72\143\x68\x5f\x62\157\x78\137\x5f\x69\156\x70\165\164\x22\40\x74\x79\160\145\75\42\x74\x65\x78\x74\42\40\160\x6c\141\x63\145\x68\x6f\x6c\144\145\x72\x3d\x22\123\145\x61\x72\143\x68\40\104\157\143\x75\155\145\x6e\164\163\x2e\x2e\56\42\x3e\xd\xa\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\74\x2f\x64\151\166\x3e\15\xa\40\x20\x20\40\40\40\40\40\74\x2f\x64\x69\166\x3e\xd\12\x20\40\x20\40\40\40\40\x20\74\57\144\x69\166\76\xd\xa\15\xa\40\x20\40\40\x20\x20\40\40\74\144\x69\x76\40\x63\x6c\141\163\x73\x3d\x22\x6d\x6f\137\x64\x6f\x63\137\154\x69\142\x5f\156\x61\166\x22\x20\163\x74\171\154\x65\75\x22\x6d\x61\x78\55\x77\x69\144\164\x68\72\x20\x31\x30\x30\x30\x70\170\73\x22\x20\x69\144\75\42\155\157\137\x73\x70\x73\x5f\x75\x70\x6c\x6f\141\144\x5f\146\x69\x6c\x65\42\x3e";
        if (!(self::$upload_access == "\143\150\x65\143\153\145\x64")) {
            goto ER;
        }
        $lo .= "\74\144\151\166\x20\163\164\171\154\x65\x3d\x22\x70\x61\144\144\x69\156\x67\72\x31\x31\x70\x78\x3b\x22\x3e\xd\12\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x3c\151\x6e\160\165\x74\x20\164\171\x70\x65\75\x22\x66\151\154\145\42\x20\x69\x64\75\42\x69\x6e\160\165\164\x5f\x66\151\154\x65\42\57\x3e\xd\xa\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\74\151\x6e\160\165\x74\40\164\171\160\145\x3d\x22\142\165\x74\164\157\156\42\40\x69\x64\75\x22\x75\160\x6c\157\x61\x64\x5f\146\x69\x6c\x65\137\x62\x75\164\164\157\156\42\x20\143\x6c\x61\163\x73\x3d\x22\x6d\157\55\x6d\163\x2d\x74\141\142\x2d\x63\157\x6e\164\145\156\x74\55\x62\165\x74\x74\157\156\42\x20\x76\141\x6c\x75\145\x3d\x22\x55\160\154\x6f\141\144\x22\57\x3e\xd\xa\x20\40\40\x20\40\40\x20\40\40\40\40\40\74\57\x64\x69\166\x3e\15\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\74\144\151\x76\40\151\x64\75\x22\155\157\137\x73\160\x73\x5f\x70\162\x6f\147\x72\145\163\x73\x5f\144\x69\166\42\40\x73\164\x79\x6c\145\75\42\144\151\x73\160\x6c\141\x79\72\156\x6f\x6e\x65\x3b\x22\x3e\xd\xa\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\74\144\151\x76\x20\151\144\x3d\42\x6d\x6f\137\x73\x70\x73\x5f\x70\162\157\x67\162\x65\163\163\x5f\x62\x61\162\137\144\151\166\42\40\x73\164\x79\x6c\145\x3d\x22\x77\151\x64\164\150\72\61\60\60\x25\73\x62\157\162\x64\145\162\x3a\x31\x70\x78\x20\x73\157\x6c\x69\144\40\43\143\x63\x63\x3b\160\157\163\x69\164\151\x6f\156\x3a\x72\145\x6c\141\x74\151\166\145\x3b\42\76\15\12\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\74\x64\151\166\40\x69\144\75\x22\x6d\157\x5f\x73\x70\x73\x5f\x75\x70\x6c\x6f\x61\x64\x5f\160\162\x6f\x67\x72\x65\x73\163\137\142\x61\x72\42\x3e\x3c\57\144\x69\x76\76\15\xa\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x3c\144\x69\x76\40\x69\144\75\42\155\157\137\163\x70\x73\137\x75\x70\x6c\157\141\144\137\160\162\x6f\x67\x72\x65\x73\x73\x5f\160\145\x72\143\145\156\164\42\76\74\x2f\x64\x69\166\76\15\12\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\74\57\x64\x69\166\76\15\12\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x3c\57\x64\151\x76\76\xd\12\40\40\40\40\40\40\x20\x20\40\x20\40\40\x3c\144\x69\x76\x20\151\x64\x3d\42\155\157\137\163\160\x73\x5f\165\160\154\157\141\x64\137\x73\164\141\164\x75\x73\x5f\x6d\163\x67\x22\40\x73\164\x79\x6c\145\75\x22\144\151\163\x70\x6c\141\171\x3a\x6e\157\156\x65\x3b\160\141\144\x64\151\156\x67\x3a\x31\x72\x65\x6d\73\146\x6f\x6e\164\55\163\151\172\x65\72\60\56\70\162\145\155\73\x22\76\xd\xa\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x3c\144\151\x76\40\x73\x74\x79\154\145\x3d\x22\143\x6f\x6c\157\x72\x3a\x67\162\145\145\156\73\42\76\104\157\x6e\x65\x3c\57\x64\x69\x76\76\15\12\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x3c\57\144\x69\166\76";
        ER:
        $lo .= "\x3c\x2f\144\x69\x76\76\xd\xa\15\xa\40\40\x20\40\40\x20\x20\x20\74\x64\x69\166\40\163\164\x79\x6c\145\x3d\42\x62\x6f\162\144\x65\162\72\61\x70\170\40\x73\157\x6c\151\x64\40\43\145\145\x65\73\155\141\170\55\x77\x69\x64\164\150\72\x31\x30\x30\x30\x70\x78\x3b\42\x20\x69\x64\75\x22\x6d\157\x5f\x64\157\143\x5f\154\x69\x62\x5f\x63\157\156\164\x61\x69\x6e\145\162\x5f\x5f\x6c\x6f\x61\144\145\x72\x22\x3e\74\x69\155\147\40\x73\164\171\x6c\145\x3d\x22\x6d\x61\x72\147\151\156\55\164\157\160\72\63\60\160\170\73\167\x69\144\x74\150\x3a\63\x35\160\170\73\x68\x65\x69\x67\x68\164\72\x33\x35\x70\170\x3b\x64\x69\163\x70\x6c\x61\x79\x3a\146\x6c\145\x78\73\141\154\x69\147\x6e\x2d\x69\164\x65\x6d\x73\72\x63\145\156\x74\x65\162\73\x64\x69\x73\160\154\141\171\72\x20\142\x6c\157\x63\x6b\73\x6d\141\x72\147\x69\x6e\x2d\154\x65\x66\164\x3a\x20\x61\165\x74\157\73\155\x61\162\x67\151\x6e\x2d\x72\x69\x67\x68\x74\72\x61\x75\164\157\73\x22\40\163\x72\143\x3d\x22" . esc_url(plugin_dir_url(__FILE__) . "\x2e\56\57\x69\155\x61\147\145\x73\57\x6c\157\x61\144\x65\x72\x2e\x67\x69\x66") . "\x22\x3e\74\x2f\144\151\x76\76\15\xa\40\x20\x20\40\40\40\x20\40\74\x64\151\166\x20\x73\164\x79\x6c\x65\x3d\x22\155\x61\x78\55\x77\x69\x64\x74\150\72\x31\60\60\x30\160\170\x22\x20\x69\144\75\x22\x6d\x6f\x5f\x64\157\143\x5f\154\x69\142\137\x63\x6f\156\164\x61\151\156\x65\162\x22\40\x63\154\141\163\x73\75\x22\155\x6f\137\144\157\143\x5f\154\x69\142\x5f\x63\157\x6e\x74\x61\x69\x6e\145\162\x22\76\x3c\x2f\x64\151\x76\76\xd\xa\40\40\40\40\40\x20\40\x20";
        return $lo;
    }
}

Function Calls

None

Variables

None

Stats

MD5 31f089ed0e64acbd658d76162eed918a
Eval Count 0
Decode Time 111 ms