Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$this->mandatory_redirect = create_function("", "\x69\x66\x20(!g\x65t\x5fopt\x69\x6fn(\"..
Decoded Output download
if (!get_option("scrapes_valid")) {
Ol_Scrapes::write_log("Helper: offline invalid.");
wp_redirect(add_query_arg(array(
"page" => "scrapes-settings",
"post_type" => "scrape",
"success" => 0,
"msg" => ""
)
, admin_url("edit.php"))
);
exit;
}
Did this file decode correctly?
Original Code
$this->mandatory_redirect = create_function("", "\x69\x66\x20(!g\x65t\x5fopt\x69\x6fn(\"sc\x72\x61pe\x73\x5fv\x61\x6ci\x64\"))\x20{\n\t\t\tOl\x5f\x53cra\x70es::wr\x69t\x65_lo\x67(\x22\x48e\x6cp\x65\x72:\x20\x6f\x66f\x6c\x69ne in\x76\x61l\x69d.\");\n\t\t\twp\x5fre\x64i\x72e\x63t(add_\x71uer\x79_a\x72g(arra\x79(\n\t\t\t\t\"\x70age\x22 =>\x20\"\x73\x63\x72ape\x73-\x73e\x74\x74i\x6e\x67\x73\",\n\t\t\t\t\x22\x70ost\x5fty\x70\x65\x22\x20=\x3e\x20\"\x73cra\x70\x65\x22,\n\t\t\t\t\"su\x63\x63\x65\x73s\x22 =\x3e\x20\x30,\n\t\t\t\t\"m\x73g\"\x20\x3d\x3e \x22\"\n\t\t\t\t\t)\n\t\t\t\t\t,\x20adm\x69\x6e\x5f\x75\x72\x6c(\x22edi\x74\x2e\x70\x68\x70\"))\n\t\t\t);\n\t\t\t\x65xit\x3b\n\t\t}");
Function Calls
create_function | 1 |
Stats
MD5 | 391b7ab5748ece58b102cb193574cf10 |
Eval Count | 1 |
Decode Time | 74 ms |