Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

declare (strict_types=1); namespace OneTeamSoftware\WP\Admin; class OneTeamSoftware { pri..

Decoded Output download

<?   declare (strict_types=1); namespace OneTeamSoftware\WP\Admin; class OneTeamSoftware { private static $instance = null; private $mainMenuId; private $author; private $freePluginsApiUrl; private $paidPluginsApiUrl; private $isRegistered; private $pluginPath; public static function instance() : OneTeamSoftware { if (!isset(self::$instance)) { self::$instance = new OneTeamSoftware(); } return self::$instance; } public function __construct() { $this->mainMenuId = "oneteamsoftware"; $this->author = "oneteamsoftware"; $this->freePluginsApiUrl = "http://api.wordpress.org/plugins/info/1.0/"; $this->paidPluginsApiUrl = "https://1teamsoftware.com/wp-json/wp-plugin-life-server/plugins"; $this->isRegistered = false; $this->pluginPath = dirname(dirname(dirname(str_replace("phar://", '', __FILE__)))); } public function register() : void { if ($this->isRegistered) { return; } $this->isRegistered = true; add_action("admin_menu", [$this, "onAdminMenu"], 2); } public function onAdminMenu() : void { global $yJP9g; if (isset($yJP9g[$this->mainMenuId])) { return; } add_menu_page("1TeamSoftware", "1TeamSoftware", "manage_options", $this->mainMenuId, [$this, "display"], plugins_url("assets/images/1TeamSoftware-icon.png", $this->pluginPath), 26); add_submenu_page($this->mainMenuId, "About", "About", "manage_options", $this->mainMenuId); } public function enqueueScripts() : void { $h7eiB = defined("WP_DEBUG") && WP_DEBUG ? "css" : "min.css"; wp_register_style($this->mainMenuId . "-About", plugins_url("assets/css/OneTeamSoftware." . $h7eiB, str_replace("phar://", '', $this->pluginPath))); wp_enqueue_style($this->mainMenuId . "-About"); } public function display() : void { $this->enqueueScripts(); echo "\x9	<div class="wrap "; echo $this->mainMenuId; echo "">\xa		\x9<img width="190" height="80" src=""; echo plugins_url("assets/images/1TeamSoftware-logo.png", $this->pluginPath); echo "" class="header_logo header-logo" alt="1 Team Software">
	\x9	<div class="card">\xa	\x9\x9\x9<h2 class="title">About Us</h2>\xa\x9	\x9	<p><strong>1TeamSoftware</strong> specializes in providing elegant solutions for complex e-commerce challenges. We have over 15 years of software development experience as well as many years of hands on e-commerce experience, which makes us an ideal solutions provider for your e-commerce needs.</p>
			\x9<p>We develop and publish unique and helpful free and premium <a href="https://1teamsoftware.com/woocommerce-extensions/" target="_blank">WooCommerce plugins</a> that will help to boost your sales while reducing your operation expenses.</p>
\x9\x9		<p>Customer satisfaction is our top priority, so we are always working hard to address any customers\342\x80\231 requirements and provide <a href="https://1teamsoftware.com/contact-us" target="_blank">rapid support</a> at every step.</p>\xa\x9	\x9	<p>We are continually listening to the needs of our customers, so our <a href="https://1teamsoftware.com/woocommerce-extensions/" target="_blank">WooCommerce plugins</a> are constantly evolving into more feature-rich and solid products.</p>
		\x9\x9<p><strong>1TeamSoftware</strong> strives to provide best quality useful products and support, so we guarantee your satisfaction by offering 30-day money back guarantee and hassle-free updates.</p>
			</div>\xa			<div class="card">
\x9\x9		<h2 class="title">Contact Us</h2>\xa\x9			<p>We are always here to help you with any of our great WooCommerce extensions, as well as with any customization or project you have in mind!</p>
\x9	\x9\x9<span>Contact us using any of the following ways:</span>
		\x9\x9<ul>\xa	\x9\x9		<li><a href="https://1teamsoftware.com/contact-us" target="_blank">Website Contact Form</a></li>
\x9\x9\x9	\x9<li><a href="https://www.facebook.com/1teamsoftware/" target="_blank">Facebook Page</a></li>\xa\x9\x9\x9\x9</ul>
	\x9	</div>
\x9\x9\x9"; $this->displayPlugins(); echo "		</div>
\x9\x9"; } private function getPlugins() : array { $Pfhgf = ($this->mainMenuId ?? "oneteamsoftware") . "_plugins"; $FRpYc = get_transient($Pfhgf); if (false === empty($FRpYc)) { return $FRpYc; } $FRpYc = []; $FRpYc = $this->getFreePlugins(); set_transient($Pfhgf, $FRpYc, 24 * HOUR_IN_SECONDS); return $FRpYc; } private function getFreePlugins() : array { $gt8LX = (object) ["author" => $this->author, "per_page" => "120", "page" => "1", "fields" => ["slug", "name", "version", "downloaded", "active_installs", "homepage"]]; $dBKe3 = ["action" => "query_plugins", "timeout" => 15, "request" => serialize($gt8LX)]; $Jq1yz = wp_remote_post($this->freePluginsApiUrl, ["body" => $dBKe3]); if (is_wp_error($Jq1yz)) { return []; } $FRpYc = []; $rpJrE = unserialize($Jq1yz["body"]); if (isset($rpJrE->plugins) && count($rpJrE->plugins) > 0) { foreach ($rpJrE->plugins as $YNE2V) { $YNE2V = json_decode(json_encode($YNE2V), true); $FRpYc[$YNE2V["slug"]] = $YNE2V; gDXcu: } EGPJV: } return $FRpYc; } private function getPaidPlugins() : array { $dBKe3 = ["timeout" => 15]; $Jq1yz = wp_remote_get($this->paidPluginsApiUrl, ["body" => $dBKe3]); if (is_wp_error($Jq1yz)) { return []; } $Jq1yz = json_decode($Jq1yz["body"], true); if (false === empty($Jq1yz["code"])) { return []; } $FRpYc = $Jq1yz; return $FRpYc; } private function displayPlugins() : void { $FRpYc = $this->getPlugins(); if (empty($FRpYc)) { return; } echo "\x9\x9\x9<div class="card">
	\x9		<h2 class="title">Our Plugins</h2>\xa		\x9\x9"; $qd2po = 1; foreach ($FRpYc as $lP_11) { if (false === empty($lP_11["homepage"]) && false === empty($lP_11["name"]) && false === empty($lP_11["short_description"]) && false === empty($lP_11["version"])) { echo sprintf("<div class="item"><a href="%s" target="_blank"><span class="num">%d</span><span class="title">%s</span><p>%s</p><span class="extra">Version %s</span></a></div>", esc_url($lP_11["homepage"]), esc_html($qd2po), esc_html($lP_11["name"]), esc_html($lP_11["short_description"]), esc_html($lP_11["version"])); $qd2po++; } UwgXc: } zkWVS: echo "		\x9</div>\xa\x9	"; } } ?>

Did this file decode correctly?

Original Code

 declare (strict_types=1); namespace OneTeamSoftware\WP\Admin; class OneTeamSoftware { private static $instance = null; private $mainMenuId; private $author; private $freePluginsApiUrl; private $paidPluginsApiUrl; private $isRegistered; private $pluginPath; public static function instance() : OneTeamSoftware { if (!isset(self::$instance)) { self::$instance = new OneTeamSoftware(); } return self::$instance; } public function __construct() { $this->mainMenuId = "\157\156\145\164\145\141\x6d\163\157\x66\164\x77\141\162\x65"; $this->author = "\x6f\x6e\x65\x74\145\141\155\163\x6f\x66\164\x77\x61\x72\145"; $this->freePluginsApiUrl = "\x68\x74\x74\x70\72\57\57\x61\160\x69\56\167\x6f\162\x64\x70\162\x65\x73\x73\x2e\x6f\162\147\57\x70\154\x75\147\151\x6e\163\x2f\x69\156\x66\157\x2f\x31\56\60\57"; $this->paidPluginsApiUrl = "\x68\x74\164\160\x73\72\x2f\57\61\x74\x65\x61\155\x73\157\146\164\x77\x61\162\145\x2e\143\157\155\x2f\167\160\55\x6a\163\157\156\57\167\x70\x2d\x70\x6c\x75\147\x69\x6e\x2d\x6c\151\x66\145\x2d\163\145\162\x76\x65\x72\x2f\160\154\165\x67\151\156\x73"; $this->isRegistered = false; $this->pluginPath = dirname(dirname(dirname(str_replace("\160\x68\141\162\72\57\x2f", '', __FILE__)))); } public function register() : void { if ($this->isRegistered) { return; } $this->isRegistered = true; add_action("\x61\144\x6d\x69\156\x5f\155\145\156\165", [$this, "\x6f\156\101\144\x6d\x69\x6e\x4d\x65\x6e\x75"], 2); } public function onAdminMenu() : void { global $yJP9g; if (isset($yJP9g[$this->mainMenuId])) { return; } add_menu_page("\x31\x54\145\x61\155\123\x6f\146\164\167\141\162\x65", "\61\x54\145\141\x6d\123\157\x66\164\x77\141\162\x65", "\x6d\x61\156\141\x67\145\137\x6f\x70\x74\151\157\156\163", $this->mainMenuId, [$this, "\x64\x69\x73\160\154\141\x79"], plugins_url("\141\163\163\x65\164\163\x2f\151\x6d\141\147\145\x73\x2f\61\x54\145\x61\155\123\157\x66\x74\x77\141\162\x65\55\151\x63\157\x6e\56\160\156\147", $this->pluginPath), 26); add_submenu_page($this->mainMenuId, "\101\142\157\x75\164", "\x41\142\x6f\165\x74", "\155\x61\x6e\x61\x67\145\x5f\x6f\x70\x74\x69\157\x6e\163", $this->mainMenuId); } public function enqueueScripts() : void { $h7eiB = defined("\x57\x50\x5f\104\x45\102\125\107") && WP_DEBUG ? "\143\x73\x73" : "\x6d\x69\156\56\x63\x73\163"; wp_register_style($this->mainMenuId . "\x2d\x41\x62\x6f\x75\164", plugins_url("\141\x73\163\x65\x74\x73\57\143\x73\x73\x2f\117\x6e\145\124\x65\x61\155\x53\x6f\x66\x74\167\141\162\x65\56" . $h7eiB, str_replace("\160\150\x61\x72\72\x2f\x2f", '', $this->pluginPath))); wp_enqueue_style($this->mainMenuId . "\55\x41\x62\x6f\165\164"); } public function display() : void { $this->enqueueScripts(); echo "\x9\11\x3c\144\151\x76\x20\x63\154\141\x73\163\x3d\42\x77\162\x61\160\x20"; echo $this->mainMenuId; echo "\42\x3e\xa\11\11\x9\x3c\151\155\147\40\167\x69\x64\164\x68\x3d\x22\61\x39\60\42\x20\x68\x65\x69\147\150\x74\x3d\x22\x38\60\x22\40\x73\162\x63\x3d\42"; echo plugins_url("\x61\163\x73\x65\164\x73\x2f\x69\x6d\141\147\x65\x73\x2f\x31\x54\x65\x61\x6d\x53\x6f\x66\x74\x77\141\162\145\55\154\x6f\147\x6f\x2e\x70\156\147", $this->pluginPath); echo "\42\40\143\x6c\141\x73\163\75\x22\150\145\141\144\145\162\x5f\x6c\157\x67\157\x20\150\x65\141\x64\x65\x72\55\x6c\x6f\x67\157\42\x20\141\x6c\x74\75\42\x31\x20\124\145\141\155\x20\x53\157\146\x74\167\x61\162\x65\x22\x3e\12\11\x9\11\74\144\x69\166\x20\143\x6c\x61\x73\163\75\42\x63\141\162\x64\42\x3e\xa\11\x9\x9\x9\74\x68\x32\40\x63\154\x61\163\163\x3d\42\x74\x69\164\154\x65\42\76\101\x62\157\165\164\40\x55\x73\74\x2f\x68\x32\76\xa\x9\11\x9\11\74\160\76\74\163\x74\162\x6f\x6e\x67\x3e\61\x54\x65\x61\155\123\x6f\x66\164\x77\141\x72\x65\x3c\x2f\x73\x74\162\157\x6e\147\x3e\x20\163\160\145\x63\151\141\x6c\151\x7a\145\163\40\x69\156\x20\160\162\157\166\x69\x64\x69\x6e\147\40\x65\x6c\145\147\141\156\164\40\163\x6f\x6c\165\x74\x69\157\x6e\163\x20\146\157\162\40\x63\157\155\x70\x6c\x65\170\x20\145\55\143\x6f\155\x6d\x65\162\143\x65\40\x63\x68\141\154\154\145\x6e\147\x65\x73\56\40\x57\145\40\x68\x61\166\145\40\157\x76\145\x72\x20\x31\x35\40\171\145\x61\x72\x73\40\x6f\x66\x20\x73\x6f\146\164\167\141\x72\145\40\144\145\166\145\x6c\x6f\160\x6d\x65\156\x74\40\x65\x78\160\x65\x72\151\145\156\143\145\x20\x61\163\40\x77\145\x6c\x6c\x20\x61\163\x20\155\141\156\171\x20\171\x65\141\x72\x73\x20\157\x66\x20\x68\x61\156\x64\163\x20\x6f\x6e\40\145\55\x63\x6f\x6d\x6d\145\162\x63\x65\40\145\170\160\145\162\151\x65\156\x63\145\x2c\40\167\150\151\x63\x68\40\155\x61\153\x65\163\x20\165\163\x20\141\156\40\151\144\x65\141\x6c\x20\x73\157\x6c\x75\164\x69\x6f\x6e\163\x20\x70\162\157\166\151\144\145\162\x20\146\x6f\162\40\x79\x6f\x75\162\40\145\x2d\143\157\155\155\x65\162\x63\x65\40\x6e\x65\x65\x64\163\56\x3c\57\160\76\12\11\11\11\x9\x3c\160\76\127\x65\x20\144\x65\x76\145\154\x6f\160\40\x61\x6e\144\x20\160\x75\142\154\151\x73\150\x20\x75\x6e\x69\161\165\145\x20\x61\156\x64\x20\150\145\154\x70\146\165\x6c\40\146\162\x65\145\40\141\156\144\x20\160\x72\x65\155\x69\x75\x6d\40\x3c\x61\x20\x68\x72\145\146\x3d\x22\x68\x74\164\x70\163\72\x2f\57\x31\x74\145\x61\155\x73\157\x66\x74\167\141\162\145\56\x63\x6f\155\x2f\167\157\x6f\143\157\155\155\x65\162\143\145\x2d\145\170\164\145\156\x73\x69\x6f\x6e\163\57\x22\40\164\141\x72\147\x65\164\75\x22\137\142\x6c\141\x6e\x6b\42\x3e\127\157\157\x43\x6f\155\x6d\x65\x72\x63\x65\40\x70\x6c\x75\x67\151\156\163\x3c\57\141\76\40\164\x68\x61\x74\x20\167\x69\x6c\154\x20\x68\x65\x6c\160\40\x74\x6f\x20\142\157\x6f\163\164\x20\x79\157\x75\162\x20\163\x61\x6c\145\x73\x20\x77\150\151\154\145\x20\x72\x65\x64\165\x63\151\156\x67\x20\171\x6f\165\x72\x20\157\160\x65\162\x61\x74\x69\x6f\x6e\40\x65\x78\160\145\156\163\145\x73\56\x3c\x2f\160\76\12\x9\x9\11\11\x3c\x70\x3e\103\165\x73\164\157\155\x65\x72\x20\x73\141\164\x69\163\x66\141\x63\x74\x69\x6f\x6e\40\151\163\40\157\165\162\40\x74\157\x70\40\x70\162\x69\x6f\x72\151\164\x79\54\40\x73\157\40\167\x65\40\141\x72\145\x20\x61\154\167\x61\x79\x73\x20\x77\x6f\x72\x6b\x69\156\x67\40\150\x61\x72\x64\x20\x74\157\40\141\x64\144\x72\x65\x73\163\x20\141\x6e\171\x20\x63\x75\x73\164\x6f\155\145\162\163\342\x80\231\x20\162\x65\x71\165\x69\162\145\x6d\145\156\164\x73\x20\x61\x6e\144\40\160\162\157\166\x69\144\x65\40\74\141\40\x68\x72\x65\x66\75\42\x68\164\164\160\x73\x3a\57\x2f\61\164\145\x61\155\x73\157\146\164\167\141\x72\145\56\x63\157\155\x2f\143\x6f\156\x74\141\143\x74\x2d\x75\x73\x22\x20\164\141\162\x67\145\x74\x3d\42\x5f\142\154\x61\x6e\153\x22\x3e\162\141\x70\151\144\40\x73\165\x70\160\x6f\x72\164\x3c\57\141\76\40\x61\164\40\x65\x76\x65\x72\x79\x20\x73\164\145\160\56\x3c\x2f\160\x3e\xa\x9\11\x9\11\74\x70\76\x57\145\x20\x61\162\145\x20\x63\x6f\x6e\164\151\156\x75\141\x6c\154\171\x20\154\151\x73\x74\145\156\x69\x6e\x67\x20\x74\157\40\x74\x68\x65\x20\x6e\145\x65\144\x73\x20\157\x66\x20\x6f\165\x72\x20\143\x75\x73\164\x6f\155\145\162\163\54\40\163\x6f\x20\x6f\x75\162\x20\x3c\141\40\x68\x72\x65\146\x3d\x22\150\164\x74\x70\x73\x3a\57\x2f\x31\164\145\x61\x6d\163\x6f\x66\164\167\x61\162\145\x2e\143\157\x6d\x2f\x77\x6f\157\x63\x6f\x6d\x6d\145\162\143\x65\55\x65\x78\x74\145\156\x73\151\x6f\x6e\163\x2f\x22\40\x74\141\162\147\x65\x74\x3d\42\137\142\x6c\x61\x6e\x6b\x22\x3e\x57\x6f\157\x43\x6f\155\x6d\145\x72\x63\x65\40\160\x6c\x75\147\151\x6e\x73\x3c\57\x61\76\40\x61\x72\x65\40\143\157\x6e\x73\x74\x61\x6e\164\x6c\171\40\x65\166\x6f\x6c\166\151\156\x67\x20\151\x6e\164\157\x20\155\157\162\145\40\x66\145\141\164\165\x72\x65\x2d\162\151\143\x68\x20\141\156\x64\40\163\x6f\x6c\151\144\x20\160\x72\157\144\x75\143\164\x73\x2e\x3c\x2f\x70\76\12\11\11\x9\x9\x3c\160\76\74\x73\x74\162\157\156\x67\x3e\x31\x54\145\141\155\123\157\x66\x74\x77\141\x72\x65\x3c\57\163\164\x72\x6f\x6e\147\x3e\x20\163\x74\x72\151\x76\x65\x73\x20\x74\x6f\x20\160\x72\157\166\151\144\x65\40\142\x65\163\164\x20\x71\x75\x61\x6c\x69\164\171\x20\x75\x73\145\x66\165\154\x20\160\162\x6f\x64\x75\143\x74\163\40\141\156\x64\x20\163\x75\x70\x70\x6f\x72\164\x2c\40\x73\x6f\40\167\x65\40\147\165\141\162\x61\156\164\x65\145\x20\x79\157\165\x72\40\163\141\164\151\x73\x66\141\143\x74\x69\157\156\x20\x62\171\40\157\x66\x66\x65\162\151\x6e\147\x20\63\60\55\x64\141\171\40\x6d\x6f\156\x65\171\40\x62\x61\143\153\40\x67\165\141\x72\x61\156\164\x65\145\x20\141\156\144\x20\150\x61\163\x73\154\x65\55\x66\x72\145\x65\40\x75\160\144\x61\164\x65\x73\x2e\x3c\57\x70\x3e\12\11\11\11\x3c\x2f\x64\x69\166\76\xa\11\11\11\x3c\x64\x69\166\x20\143\154\x61\163\x73\75\x22\143\x61\x72\x64\42\76\12\x9\x9\11\11\x3c\150\x32\x20\143\x6c\141\x73\163\x3d\42\x74\151\164\x6c\x65\x22\76\103\157\x6e\x74\x61\x63\164\x20\x55\x73\74\x2f\x68\62\x3e\xa\x9\11\11\11\74\160\x3e\127\x65\x20\x61\162\145\40\141\x6c\167\x61\171\x73\40\x68\145\162\x65\x20\164\x6f\40\150\145\154\x70\x20\171\x6f\x75\40\x77\151\x74\150\40\x61\x6e\x79\40\x6f\146\40\157\x75\x72\x20\147\x72\145\141\164\x20\127\x6f\x6f\x43\x6f\x6d\155\x65\x72\143\x65\x20\x65\170\x74\x65\x6e\x73\x69\x6f\156\163\54\x20\x61\x73\40\x77\145\x6c\154\x20\141\163\x20\x77\151\x74\x68\40\x61\x6e\171\x20\143\165\x73\164\157\155\151\172\x61\164\151\157\156\40\157\x72\40\160\x72\157\152\x65\143\164\x20\x79\157\x75\40\150\x61\x76\x65\x20\151\x6e\40\x6d\x69\156\144\x21\74\57\160\76\12\x9\11\x9\x9\74\x73\160\141\156\76\103\x6f\x6e\164\x61\x63\164\40\165\x73\40\165\163\151\156\147\x20\141\156\x79\x20\157\x66\x20\x74\x68\145\x20\146\x6f\154\154\x6f\167\x69\156\147\40\167\x61\x79\x73\x3a\74\x2f\163\x70\x61\x6e\x3e\12\11\11\x9\x9\74\x75\x6c\76\xa\11\x9\x9\11\11\x3c\154\x69\76\x3c\141\40\150\x72\145\146\x3d\x22\x68\164\164\160\x73\x3a\x2f\57\61\x74\x65\x61\155\163\157\x66\x74\167\x61\162\145\x2e\143\157\x6d\x2f\x63\x6f\156\x74\x61\x63\x74\x2d\x75\x73\x22\x20\x74\141\x72\147\145\164\x3d\x22\x5f\142\x6c\x61\x6e\153\42\76\127\145\x62\x73\151\x74\x65\40\x43\157\156\164\141\143\x74\40\106\157\162\x6d\74\x2f\141\x3e\74\x2f\x6c\x69\x3e\12\x9\x9\x9\11\x9\74\154\x69\76\x3c\x61\40\x68\x72\x65\x66\75\42\150\164\x74\x70\x73\x3a\x2f\57\x77\167\x77\56\146\x61\143\x65\x62\x6f\157\x6b\x2e\143\x6f\155\x2f\x31\164\x65\141\x6d\x73\157\x66\164\x77\x61\162\x65\x2f\42\x20\164\x61\162\147\145\164\x3d\42\137\142\x6c\x61\156\x6b\42\76\x46\141\x63\145\x62\x6f\157\x6b\x20\x50\x61\147\x65\x3c\x2f\141\x3e\74\x2f\154\x69\x3e\xa\x9\x9\x9\x9\74\57\x75\x6c\x3e\12\11\x9\11\74\57\144\151\166\76\12\x9\x9\x9"; $this->displayPlugins(); echo "\11\11\74\57\144\151\x76\x3e\12\x9\x9"; } private function getPlugins() : array { $Pfhgf = ($this->mainMenuId ?? "\x6f\156\145\x74\x65\x61\x6d\163\x6f\x66\x74\167\x61\x72\x65") . "\137\160\154\165\x67\151\156\x73"; $FRpYc = get_transient($Pfhgf); if (false === empty($FRpYc)) { return $FRpYc; } $FRpYc = []; $FRpYc = $this->getFreePlugins(); set_transient($Pfhgf, $FRpYc, 24 * HOUR_IN_SECONDS); return $FRpYc; } private function getFreePlugins() : array { $gt8LX = (object) ["\x61\x75\x74\x68\157\162" => $this->author, "\x70\145\x72\137\160\x61\147\x65" => "\x31\x32\x30", "\160\141\147\145" => "\x31", "\x66\151\x65\x6c\x64\163" => ["\x73\154\x75\147", "\156\141\155\145", "\166\x65\x72\x73\151\x6f\x6e", "\144\157\167\156\x6c\157\141\x64\x65\x64", "\x61\143\x74\151\166\145\137\151\x6e\163\x74\x61\154\154\163", "\150\x6f\155\145\160\x61\147\x65"]]; $dBKe3 = ["\141\143\x74\x69\x6f\156" => "\161\165\x65\x72\171\x5f\x70\154\165\147\x69\x6e\163", "\164\x69\x6d\145\157\165\164" => 15, "\x72\x65\x71\165\145\163\164" => serialize($gt8LX)]; $Jq1yz = wp_remote_post($this->freePluginsApiUrl, ["\142\x6f\x64\x79" => $dBKe3]); if (is_wp_error($Jq1yz)) { return []; } $FRpYc = []; $rpJrE = unserialize($Jq1yz["\142\157\144\171"]); if (isset($rpJrE->plugins) && count($rpJrE->plugins) > 0) { foreach ($rpJrE->plugins as $YNE2V) { $YNE2V = json_decode(json_encode($YNE2V), true); $FRpYc[$YNE2V["\x73\x6c\x75\x67"]] = $YNE2V; gDXcu: } EGPJV: } return $FRpYc; } private function getPaidPlugins() : array { $dBKe3 = ["\164\151\x6d\x65\x6f\x75\x74" => 15]; $Jq1yz = wp_remote_get($this->paidPluginsApiUrl, ["\142\x6f\x64\171" => $dBKe3]); if (is_wp_error($Jq1yz)) { return []; } $Jq1yz = json_decode($Jq1yz["\x62\157\x64\171"], true); if (false === empty($Jq1yz["\x63\x6f\144\x65"])) { return []; } $FRpYc = $Jq1yz; return $FRpYc; } private function displayPlugins() : void { $FRpYc = $this->getPlugins(); if (empty($FRpYc)) { return; } echo "\x9\x9\x9\74\x64\151\166\40\143\154\141\x73\163\75\42\143\141\x72\x64\42\x3e\12\11\x9\11\11\74\150\x32\x20\143\154\x61\163\163\x3d\42\164\x69\x74\154\x65\x22\76\x4f\165\162\40\x50\x6c\165\147\151\x6e\x73\74\x2f\x68\x32\76\xa\11\11\x9\x9"; $qd2po = 1; foreach ($FRpYc as $lP_11) { if (false === empty($lP_11["\x68\157\x6d\x65\x70\141\x67\145"]) && false === empty($lP_11["\156\141\155\145"]) && false === empty($lP_11["\163\x68\x6f\x72\x74\137\x64\145\x73\143\x72\x69\x70\x74\151\157\156"]) && false === empty($lP_11["\x76\x65\162\x73\x69\157\x6e"])) { echo sprintf("\x3c\144\151\x76\x20\x63\154\141\163\163\x3d\x22\x69\x74\x65\155\42\x3e\x3c\141\40\150\162\x65\x66\x3d\42\x25\163\42\x20\164\141\162\x67\x65\164\x3d\x22\x5f\x62\154\141\x6e\153\42\x3e\74\163\x70\141\156\40\143\x6c\141\163\163\75\42\156\165\155\42\x3e\x25\x64\x3c\57\x73\160\x61\x6e\x3e\74\163\x70\141\156\x20\x63\x6c\141\163\163\x3d\x22\164\x69\x74\154\145\42\x3e\x25\163\74\57\x73\x70\x61\x6e\x3e\74\160\x3e\x25\163\74\57\x70\76\74\163\160\141\156\x20\143\154\141\163\163\x3d\42\145\170\x74\162\x61\42\76\x56\x65\162\163\x69\157\156\40\x25\163\x3c\x2f\163\160\141\156\76\x3c\57\141\76\x3c\57\x64\x69\x76\x3e", esc_url($lP_11["\150\x6f\x6d\145\x70\x61\147\x65"]), esc_html($qd2po), esc_html($lP_11["\x6e\141\x6d\145"]), esc_html($lP_11["\x73\150\157\x72\164\137\x64\145\x73\x63\x72\151\x70\x74\x69\x6f\156"]), esc_html($lP_11["\166\145\x72\163\151\157\156"])); $qd2po++; } UwgXc: } zkWVS: echo "\11\11\x9\x3c\57\x64\151\x76\x3e\xa\x9\11"; } }

Function Calls

None

Variables

None

Stats

MD5 7d882f98647da5b1cfec4f70a02e3832
Eval Count 0
Decode Time 62 ms