Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$Qd = function ($ST, $GX) { return json_decode(MocURLCall::send_notif(new No..
Decoded Output download
<? $Qd = function ($ST, $GX) {
return json_decode(MocURLCall::send_notif(new NotificationSettings($ST, $GX)));
};
$ST = self::process_phone_number($ST);
$GX = self::replace_string(array("phone" => str_replace("+", '', "%2B" . $ST)), $GX);
$mI = MO_TEST_MODE ? self::test_result() : $Qd($ST, $GX);
$dt = strcasecmp($mI->status, "SUCCESS") === 0 ? "SMS_NOTIF_SENT" : "SMS_NOTIF_FAILED";
$fF = isset($mI->txId) ? $mI->txId : '';
apply_filters("mo_start_reporting", $fF, $ST, $ST, "NOTIFICATION", $GX, $dt);
return strcasecmp($mI->status, "SUCCESS") === 0 ? true : false; ?>
Did this file decode correctly?
Original Code
$Qd = function ($ST, $GX) {
return json_decode(MocURLCall::send_notif(new NotificationSettings($ST, $GX)));
};
$ST = self::process_phone_number($ST);
$GX = self::replace_string(array("\160\150\157\156\x65" => str_replace("\53", '', "\45\x32\102" . $ST)), $GX);
$mI = MO_TEST_MODE ? self::test_result() : $Qd($ST, $GX);
$dt = strcasecmp($mI->status, "\x53\125\x43\x43\105\x53\x53") === 0 ? "\123\x4d\x53\x5f\116\x4f\124\x49\106\137\x53\x45\116\x54" : "\x53\115\123\137\116\x4f\x54\x49\106\x5f\106\x41\111\x4c\x45\104";
$fF = isset($mI->txId) ? $mI->txId : '';
apply_filters("\x6d\x6f\137\163\164\x61\162\164\x5f\x72\x65\x70\157\162\x74\151\x6e\147", $fF, $ST, $ST, "\x4e\x4f\x54\x49\x46\x49\x43\101\124\x49\117\116", $GX, $dt);
return strcasecmp($mI->status, "\123\x55\x43\x43\105\x53\x53") === 0 ? true : false;
Function Calls
None |
Stats
MD5 | 938b30c2ab20903981430993760f24d3 |
Eval Count | 0 |
Decode Time | 95 ms |