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

Signing you up...

Thank you for signing up!

PHP Decode

function _apipostlog($nomor = '', $arrpost = array(), $isarray = true, $tipe = '') { $jsc ..

Decoded Output download

<?  function _apipostlog($nomor = '', $arrpost = array(), $isarray = true, $tipe = '') { $jsc = $arrpost; if ($isarray == true) { $jsc = json_encode($arrpost); } $cmd = "
        INSERT INTO `mui_log`.`api_log_post`\xa            ( alp_tipe,
             `alp_nomor`,
             `alp_post`,alp_date)
        VALUES (
            '" . $tipe . "',
            '" . $nomor . "',\xa            '" . $jsc . "',NOW());
    "; __dbrowx($cmd); } ?>

Did this file decode correctly?

Original Code

function _apipostlog($nomor = '', $arrpost = array(), $isarray = true, $tipe = '') { $jsc = $arrpost; if ($isarray == true) { $jsc = json_encode($arrpost); } $cmd = "\12\x20\40\x20\x20\40\40\40\40\x49\x4e\123\105\122\124\40\111\x4e\x54\117\40\x60\x6d\165\x69\137\x6c\157\x67\x60\56\x60\x61\160\151\137\x6c\157\x67\x5f\160\157\x73\x74\x60\xa\40\x20\40\x20\40\40\40\40\x20\40\x20\40\50\x20\x61\x6c\160\137\x74\x69\160\x65\54\12\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x60\141\154\x70\137\156\157\x6d\157\x72\140\54\12\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x60\x61\x6c\x70\x5f\x70\x6f\163\164\x60\54\141\x6c\160\x5f\x64\141\x74\145\51\12\40\x20\40\x20\x20\40\40\x20\x56\x41\x4c\125\105\x53\40\50\12\40\40\40\x20\40\x20\40\40\x20\40\x20\40\47" . $tipe . "\47\x2c\12\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\47" . $nomor . "\x27\54\xa\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x27" . $jsc . "\x27\54\x4e\117\127\x28\x29\x29\73\12\x20\x20\x20\40"; __dbrowx($cmd); }

Function Calls

None

Variables

None

Stats

MD5 3ce0e91f78101cdbda29610a8ca5b74f
Eval Count 0
Decode Time 45 ms