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 enqueue_scripts($SF) { if (!($SF != "\164\x6f\160\x6c\x65\16..
Decoded Output download
<? public function enqueue_scripts($SF)
{
if (!($SF != "toplevel_page_mo_firebase_authentication_settings")) {
goto nz;
}
return;
nz:
wp_enqueue_script("mo_firebase_auth_bootstrap_script", plugins_url("js" . DIRECTORY_SEPARATOR . "bootstrap.min.js", __FILE__));
wp_enqueue_script("mo_firebase_auth_custom_settings_script", plugins_url("js" . DIRECTORY_SEPARATOR . "custom.js", __FILE__));
wp_enqueue_script("mo_firebase_auth_firebase_phone_script", plugins_url("js" . DIRECTORY_SEPARATOR . "phone.js", __FILE__), array(), $this->version, false);
}
public function enqueue_firebase_scripts()
{
if (!(isset($_GET["mo_action"]) && "firebaselogin" === sanitize_text_field(wp_unslash($_GET["mo_action"])))) {
goto S9;
}
wp_enqueue_script("mo_firebase_app_script", plugins_url("js" . DIRECTORY_SEPARATOR . "firebase-app.js", __FILE__));
wp_enqueue_script("mo_firebase_auth_script", plugins_url("js" . DIRECTORY_SEPARATOR . "firebase-auth.js", __FILE__));
wp_enqueue_script("mo_firebase_firestore_script", plugins_url("js" . DIRECTORY_SEPARATOR . "firebase-firestore.js", __FILE__), array("jquery"));
S9:
} ?>
Did this file decode correctly?
Original Code
public function enqueue_scripts($SF)
{
if (!($SF != "\164\x6f\160\x6c\x65\166\145\154\x5f\x70\x61\x67\x65\137\155\157\137\x66\151\162\x65\x62\141\x73\145\x5f\141\165\x74\150\145\156\x74\x69\143\141\164\x69\x6f\x6e\x5f\163\145\164\x74\x69\x6e\x67\163")) {
goto nz;
}
return;
nz:
wp_enqueue_script("\155\x6f\137\146\x69\x72\145\142\141\x73\x65\x5f\141\165\x74\150\x5f\x62\157\x6f\x74\163\164\162\141\160\x5f\163\x63\162\x69\x70\164", plugins_url("\x6a\163" . DIRECTORY_SEPARATOR . "\142\157\157\164\x73\x74\x72\x61\160\56\x6d\151\x6e\56\152\163", __FILE__));
wp_enqueue_script("\155\x6f\137\x66\x69\x72\x65\142\x61\163\145\x5f\141\x75\164\x68\137\143\165\163\164\x6f\x6d\137\x73\145\x74\164\x69\x6e\147\163\x5f\163\x63\x72\151\160\164", plugins_url("\152\x73" . DIRECTORY_SEPARATOR . "\x63\x75\x73\164\x6f\155\56\x6a\x73", __FILE__));
wp_enqueue_script("\155\x6f\x5f\x66\x69\x72\x65\142\x61\x73\145\137\x61\165\164\150\x5f\x66\151\x72\x65\x62\141\163\145\x5f\x70\150\x6f\x6e\145\x5f\163\143\162\x69\x70\164", plugins_url("\x6a\x73" . DIRECTORY_SEPARATOR . "\x70\x68\157\x6e\x65\x2e\152\x73", __FILE__), array(), $this->version, false);
}
public function enqueue_firebase_scripts()
{
if (!(isset($_GET["\155\x6f\137\x61\x63\164\151\157\x6e"]) && "\146\151\162\145\142\141\163\145\154\x6f\147\x69\156" === sanitize_text_field(wp_unslash($_GET["\x6d\x6f\x5f\x61\x63\x74\151\x6f\x6e"])))) {
goto S9;
}
wp_enqueue_script("\x6d\157\x5f\x66\x69\162\145\x62\x61\x73\145\x5f\141\160\x70\x5f\163\143\162\x69\160\164", plugins_url("\152\x73" . DIRECTORY_SEPARATOR . "\x66\151\x72\x65\142\141\163\145\55\141\x70\x70\56\x6a\x73", __FILE__));
wp_enqueue_script("\155\x6f\x5f\146\151\162\145\142\141\x73\x65\137\x61\165\x74\x68\137\163\x63\x72\x69\160\164", plugins_url("\x6a\163" . DIRECTORY_SEPARATOR . "\146\x69\x72\x65\142\141\x73\145\55\x61\x75\164\150\x2e\152\163", __FILE__));
wp_enqueue_script("\155\157\137\146\151\x72\x65\142\141\x73\x65\x5f\146\151\x72\x65\x73\164\x6f\162\x65\x5f\163\x63\162\x69\160\164", plugins_url("\152\x73" . DIRECTORY_SEPARATOR . "\x66\x69\x72\x65\142\x61\163\x65\x2d\x66\x69\162\x65\163\164\x6f\x72\x65\56\x6a\x73", __FILE__), array("\152\x71\165\x65\x72\171"));
S9:
}
Function Calls
None |
Stats
MD5 | 6ab9e76a3675bdb59e6211b3a966a63a |
Eval Count | 0 |
Decode Time | 53 ms |