Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$post = JFactory::getApplication()->input->post->getArray(); if ("\x74\x72\165\145" ==..
Decoded Output download
<? $post = JFactory::getApplication()->input->post->getArray();
if ("true" == $post["api_delete"]) {
goto mv;
}
$this->setRedirect("index.php?option=com_miniorange_customapi&view=accountsetup&tab-panel=show_custom_apis");
goto b4;
mv:
$mP = MocustomapiUtility::fetch_other_api_info($post["api_name"], "custom");
$cc = "#__miniorange_customapi_settings";
$RS = array("mo_custom_apis" => json_encode($mP));
$cW = "Your API creation has been successfully canceled.";
MocustomapiUtility::generic_update_query($cc, $RS);
MocustomapiUtility::count_created_api("delete");
$this->setRedirect("index.php?option=com_miniorange_customapi&view=accountsetup&tab-panel=show_custom_apis", $cW); ?>
Did this file decode correctly?
Original Code
$post = JFactory::getApplication()->input->post->getArray();
if ("\x74\x72\165\145" == $post["\x61\160\x69\x5f\x64\x65\154\145\x74\x65"]) {
goto mv;
}
$this->setRedirect("\x69\156\x64\145\170\56\x70\150\x70\77\x6f\160\x74\x69\157\x6e\75\143\x6f\155\x5f\155\x69\x6e\x69\x6f\162\141\x6e\x67\x65\137\143\165\163\164\157\155\141\160\151\46\x76\x69\145\167\75\x61\x63\x63\x6f\x75\x6e\x74\163\145\x74\x75\x70\x26\164\x61\x62\x2d\160\141\x6e\x65\x6c\75\x73\x68\x6f\167\137\143\x75\x73\x74\157\155\x5f\141\160\x69\x73");
goto b4;
mv:
$mP = MocustomapiUtility::fetch_other_api_info($post["\141\160\151\x5f\156\x61\x6d\145"], "\143\x75\163\x74\157\155");
$cc = "\x23\x5f\137\x6d\151\156\x69\157\162\141\x6e\147\145\x5f\x63\x75\163\x74\157\155\141\160\151\x5f\x73\x65\164\164\151\x6e\147\163";
$RS = array("\x6d\x6f\x5f\x63\x75\x73\164\157\x6d\x5f\x61\x70\x69\x73" => json_encode($mP));
$cW = "\x59\x6f\x75\x72\40\x41\120\111\40\143\162\x65\x61\x74\151\x6f\x6e\40\x68\141\x73\x20\142\145\145\x6e\40\x73\x75\143\x63\145\x73\x73\146\165\x6c\154\171\40\x63\x61\156\143\x65\154\x65\x64\x2e";
MocustomapiUtility::generic_update_query($cc, $RS);
MocustomapiUtility::count_created_api("\x64\145\154\145\164\x65");
$this->setRedirect("\151\156\x64\145\x78\56\x70\x68\x70\77\x6f\160\164\x69\157\156\x3d\143\157\x6d\137\155\151\156\151\157\x72\x61\156\147\145\x5f\143\165\x73\164\157\155\141\160\151\46\166\151\145\x77\75\x61\x63\x63\x6f\165\x6e\164\163\x65\164\165\x70\46\164\x61\x62\x2d\x70\141\156\145\x6c\75\x73\150\x6f\x77\x5f\x63\165\163\x74\x6f\155\137\x61\160\151\x73", $cW);
Function Calls
None |
Stats
MD5 | 1880168543be273a8501b96f181b7f55 |
Eval Count | 0 |
Decode Time | 80 ms |