Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
public function display(): void { if (empty($_REQUEST["\x70\141\147\x65"]) |..
Decoded Output download
<? public function display(): void
{
if (empty($_REQUEST["page"]) || $_REQUEST["page"] !== $this->id . "_label_loader") {
return;
}
echo " \x9<html>
\x9<head>
\x9 \x9<title>";
echo esc_html_e("Please wait...", $this->id);
echo "</title>
\x9\x9 <link rel="stylesheet" href="";
echo plugins_url("assets/css/AdminOrders.css", str_replace("phar://", '', $this->pluginPath));
echo "" />\xa\x9 </head>\xa
\x9 <body class="blockUI blockOverlay">\xa </body>\xa\xa \x9</html>
\x9";
exit;
} ?>
Did this file decode correctly?
Original Code
public function display(): void
{
if (empty($_REQUEST["\x70\141\147\x65"]) || $_REQUEST["\160\141\x67\145"] !== $this->id . "\137\154\x61\142\x65\154\137\154\157\x61\144\x65\162") {
return;
}
echo "\11\x9\74\150\164\155\154\76\12\12\11\x9\x3c\150\x65\x61\144\76\12\x9\11\x9\x3c\164\x69\x74\x6c\145\76";
echo esc_html_e("\x50\x6c\x65\141\x73\x65\x20\167\141\x69\x74\56\56\x2e", $this->id);
echo "\x3c\57\x74\151\164\x6c\145\76\12\x9\x9\11\x3c\x6c\x69\x6e\x6b\40\x72\x65\154\75\x22\x73\x74\171\x6c\145\163\x68\145\x65\x74\42\x20\150\x72\x65\146\75\x22";
echo plugins_url("\x61\x73\x73\x65\x74\163\x2f\x63\163\x73\57\x41\x64\155\x69\x6e\117\x72\x64\145\162\163\x2e\143\x73\163", str_replace("\160\x68\141\x72\x3a\x2f\57", '', $this->pluginPath));
echo "\42\40\x2f\76\xa\x9\11\x3c\x2f\x68\x65\x61\144\76\xa\12\x9\11\x3c\x62\157\x64\171\x20\x63\x6c\141\x73\x73\x3d\42\142\154\x6f\x63\153\125\111\x20\142\154\x6f\143\x6b\117\x76\145\162\154\x61\171\x22\x3e\xa\11\11\x3c\57\142\x6f\x64\x79\x3e\xa\xa\11\x9\x3c\x2f\150\164\155\154\x3e\12\11\x9";
exit;
}
Function Calls
None |
Stats
MD5 | 719b57ebf8f26109b8aa1b4202f3e1dc |
Eval Count | 0 |
Decode Time | 55 ms |