Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$current_user = JFactory::getUser(); $Nc = MocustomapiUtility::getCustomerDetails(); ..
Decoded Output download
<? $current_user = JFactory::getUser();
$Nc = MocustomapiUtility::getCustomerDetails();
$zn = isset($Nc["email"]) ? $Nc["email"] : '';
$x1 = isset($Nc["admin_phone"]) ? $Nc["admin_phone"] : '';
if (!($zn == '')) {
goto tJ;
}
$zn = $current_user->email; ?>
Did this file decode correctly?
Original Code
$current_user = JFactory::getUser();
$Nc = MocustomapiUtility::getCustomerDetails();
$zn = isset($Nc["\145\155\x61\x69\x6c"]) ? $Nc["\145\155\141\151\x6c"] : '';
$x1 = isset($Nc["\141\144\x6d\x69\156\x5f\x70\150\x6f\x6e\x65"]) ? $Nc["\x61\144\155\x69\x6e\137\160\x68\x6f\156\145"] : '';
if (!($zn == '')) {
goto tJ;
}
$zn = $current_user->email;
Function Calls
None |
Stats
MD5 | 3b1a63afb56b33c022dfee722b00e761 |
Eval Count | 0 |
Decode Time | 48 ms |