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 $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); $str = ['', '', '', '', '', '',..

Decoded Output download

<?php $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); 
$str = ['', '', '', '', '', '', '', '', '', '', '']; 
$rplc = ['a', 'i', 'u', 'e', 'o', 'd', 's', 'h', 'v', 't', ' ']; 
$nav = str_replace($str, $rplc, $nav); 
echo($nav); ?>

Did this file decode correctly?

Original Code

<?php $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC));
$str = ['', '', '', '', '', '', '', '', '', '', ''];
$rplc = ['a', 'i', 'u', 'e', 'o', 'd', 's', 'h', 'v', 't', ' '];
$nav = str_replace($str, $rplc, $nav);
echo($nav);

Function Calls

None

Variables

None

Stats

MD5 1455d19ec2e5b8e27dca0f533e888caa
Eval Count 0
Decode Time 79 ms