Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3TU\x43k..
Decoded Output download
<? $stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JTc5PSdUoLikqSi3TUCkuKTHQBAFrAA==";
echo(htmlspecialchars_decode(gzinflate(base64_decode($stt1))));
?>
Did this file decode correctly?
Original Code
$stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3TU\x43kuKTHQ\x42\x41Fr\x41\x41\x3d\x3d";
echo(htmlspecialchars_decode(gzinflate(base64_decode($stt1))));
Function Calls
gzinflate | 1 |
base64_decode | 1 |
htmlspecialchars_decode | 1 |
Stats
MD5 | 96139b8383c57d505127960b757ed969 |
Eval Count | 0 |
Decode Time | 46 ms |