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

			print_r($nav);

Function Calls

None

Variables

None

Stats

MD5 2bbdf9d47bf642e977677bd5ad228221
Eval Count 0
Decode Time 62 ms