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 include('conexao.php'); include_once('functions.php'); if(ProtegePag() == true)..

Decoded Output download

<?php 
 
include('conexao.php'); 
include_once('functions.php'); 
if(ProtegePag() == true){ 
if (file_exists('img/arquivo-nome.txt')) { 
$IIIIIIIIIIII = file_get_contents('img/arquivo-nome.txt'); 
}else { 
$IIIIIIIIIIII = 'Painel'; 
} 
$IIIIIIIIIIIl = file_get_contents('img/arquivo-logo.txt'); 
if (file_exists('img/fundo/'.$IIIIIIIIIIIl)) {$IIIIIIIIIII1 = 'img/fundo/'.$IIIIIIIIIIIl;}else {$IIIIIIIIIII1 = '';} 
$IIIIIIIIIIIl = file_get_contents('img/logomenu.txt'); 
if (file_exists('img/fundo/'.$IIIIIIIIIIIl)) {$IIIIIIIIIIlI = 'img/fundo/'.$IIIIIIIIIIIl;}else {$IIIIIIIIIIlI = '';} 
;echo '<!DOCTYPE html> 
<html lang="pt-br"> 
    <head>         
        <!-- META SECTION --> 
        <title>';echo $IIIIIIIIIIII;;echo '</title>             
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
        <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
        <meta name="viewport" content="width=device-width, initial-scale=1" /> 
         
        <link rel="icon" href="';echo $IIIIIIIIIII1;;echo '" type="image/x-icon" /> 
        <!-- END META SECTION --> 
         
        <!-- CSS INCLUDE -->     
        <link href="dist/css/style.min.css" rel="stylesheet"> 
     
        <link rel="stylesheet" type="text/css" id="theme" href="css/theme-dark.css"/> 
 
         
        <!-- EOF CSS INCLUDE -->                    
    </head> 
    <body> 
        <!-- START PAGE CONTAINER --> 
        <div class="page-container"> 
       '; 
include('menu.php'); 
;echo '  
            <div class="page-content"> 
                 
            <!-- MENU VERTICAL --> 
            '; 
include('menu-vertical.php'); 
;echo '               
			<!-- END MENU VERTICAL --> 
                 
            <!-- PAGINACAO --> 
            '; 
if (isset($_GET['p'])){ 
if (file_exists($_GET['p'] .'.php') &&$_GET['p'] != 'index'){ 
include $_GET['p'] .'.php'; 
} 
else{ 
include 'error.php'; 
} 
} 
else{ 
include 'inicio.php'; 
} 
;echo '                 
</div> 
                <!-- END PAGINACAO -->                                 
                </div>    
                      
                     <!-- END PAGE CONTENT --> 
                 </div> 
                 <!-- END PAGE CONTAINER --> 
                          
        <script type=\'text/javascript\' src=\'js/plugins/noty/jquery.noty.js\'></script> 
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topCenter.js\'></script> 
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topLeft.js\'></script> 
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topRight.js\'></script>             
        <script type=\'text/javascript\' src=\'js/plugins/noty/themes/default.js\'></script> 
         
        <script type=\'text/javascript\'>  
		 
				'; 
if(!empty($_SESSION['msginterna'])){ 
$IIIIIIIIIIll = str_replace("
",'<br>',$_SESSION['msginterna']); 
$IIIIIIIIIIll = str_replace("
",'',$IIIIIIIIIIll); 
;echo '								 
				notyConfirm(); 
				 
				function notyConfirm(){ 
                    noty({ 
                        text: \'';echo $IIIIIIIIIIll;;echo '\', 
                        layout: \'topRight\', 
                        buttons: [ 
                                {addClass: \'btn btn-success btn-clean\', text: \'Lido\', onClick: function($noty) { 
                                    $noty.close(); 
                                    noty({text: \'Obrigado, esta mensagem no ir mais aparecer!\', layout: \'topRight\', type: \'success\'}); 
									$.post(\'EnviarFecharAlerta.php\'); 
                                } 
                                }, 
                                {addClass: \'btn btn-danger btn-clean\', text: \'Fechar\', onClick: function($noty) { 
                                    $noty.close(); 
                                 } 
                                } 
                            ] 
                    })                                                     
                }       
				'; 
} 
if( ($_SESSION['acesso'] == 1) ||($_SESSION['acesso'] == 2)){ 
;echo '		 
				function MensagemInterna(){ 
			 
					panel_refresh($(".page-container")); 
 		 
					$.post(\'ScriptModalEnviarCircular.php\', function(resposta) { 
					 
						setTimeout(panel_refresh($(".page-container")),500); 
					 
						$("#StatusCircular").html(\'\'); 
						$("#StatusCircular").html(resposta); 
						 
					}); 
				 
				} 
		 
				'; 
} 
;echo '		 
		</script> 
            
      <div id="StatusCircular"></div>     
      <div id="StatusMensagemCircular"></div> 
           
    </body> 
</html> 
 
'; 
}else{ 
echo Redirecionar('login.php'); 
} 
;echo ' 
 
 
 
';;?> 

Did this file decode correctly?

Original Code

<?php

include('conexao.php');
include_once('functions.php');
if(ProtegePag() == true){
if (file_exists('img/arquivo-nome.txt')) {
$IIIIIIIIIIII = file_get_contents('img/arquivo-nome.txt');
}else {
$IIIIIIIIIIII = 'Painel';
}
$IIIIIIIIIIIl = file_get_contents('img/arquivo-logo.txt');
if (file_exists('img/fundo/'.$IIIIIIIIIIIl)) {$IIIIIIIIIII1 = 'img/fundo/'.$IIIIIIIIIIIl;}else {$IIIIIIIIIII1 = '';}
$IIIIIIIIIIIl = file_get_contents('img/logomenu.txt');
if (file_exists('img/fundo/'.$IIIIIIIIIIIl)) {$IIIIIIIIIIlI = 'img/fundo/'.$IIIIIIIIIIIl;}else {$IIIIIIIIIIlI = '';}
;echo '<!DOCTYPE html>
<html lang="pt-br">
    <head>        
        <!-- META SECTION -->
        <title>';echo $IIIIIIIIIIII;;echo '</title>            
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        
        <link rel="icon" href="';echo $IIIIIIIIIII1;;echo '" type="image/x-icon" />
        <!-- END META SECTION -->
        
        <!-- CSS INCLUDE -->    
        <link href="dist/css/style.min.css" rel="stylesheet">
    
        <link rel="stylesheet" type="text/css" id="theme" href="css/theme-dark.css"/>

        
        <!-- EOF CSS INCLUDE -->                   
    </head>
    <body>
        <!-- START PAGE CONTAINER -->
        <div class="page-container">
       ';
include('menu.php');
;echo ' 
            <div class="page-content">
                
            <!-- MENU VERTICAL -->
            ';
include('menu-vertical.php');
;echo '              
			<!-- END MENU VERTICAL -->
                
            <!-- PAGINACAO -->
            ';
if (isset($_GET['p'])){
if (file_exists($_GET['p'] .'.php') &&$_GET['p'] != 'index'){
include $_GET['p'] .'.php';
}
else{
include 'error.php';
}
}
else{
include 'inicio.php';
}
;echo '                
</div>
                <!-- END PAGINACAO -->                                
                </div>   
                     
                     <!-- END PAGE CONTENT -->
                 </div>
                 <!-- END PAGE CONTAINER -->
                         
        <script type=\'text/javascript\' src=\'js/plugins/noty/jquery.noty.js\'></script>
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topCenter.js\'></script>
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topLeft.js\'></script>
        <script type=\'text/javascript\' src=\'js/plugins/noty/layouts/topRight.js\'></script>            
        <script type=\'text/javascript\' src=\'js/plugins/noty/themes/default.js\'></script>
        
        <script type=\'text/javascript\'> 
		
				';
if(!empty($_SESSION['msginterna'])){
$IIIIIIIIIIll = str_replace("\n",'<br>',$_SESSION['msginterna']);
$IIIIIIIIIIll = str_replace("\r",'',$IIIIIIIIIIll);
;echo '								
				notyConfirm();
				
				function notyConfirm(){
                    noty({
                        text: \'';echo $IIIIIIIIIIll;;echo '\',
                        layout: \'topRight\',
                        buttons: [
                                {addClass: \'btn btn-success btn-clean\', text: \'Lido\', onClick: function($noty) {
                                    $noty.close();
                                    noty({text: \'Obrigado, esta mensagem no ir mais aparecer!\', layout: \'topRight\', type: \'success\'});
									$.post(\'EnviarFecharAlerta.php\');
                                }
                                },
                                {addClass: \'btn btn-danger btn-clean\', text: \'Fechar\', onClick: function($noty) {
                                    $noty.close();
                                 }
                                }
                            ]
                    })                                                    
                }      
				';
}
if( ($_SESSION['acesso'] == 1) ||($_SESSION['acesso'] == 2)){
;echo '		
				function MensagemInterna(){
			
					panel_refresh($(".page-container"));
 		
					$.post(\'ScriptModalEnviarCircular.php\', function(resposta) {
					
						setTimeout(panel_refresh($(".page-container")),500);
					
						$("#StatusCircular").html(\'\');
						$("#StatusCircular").html(resposta);
						
					});
				
				}
		
				';
}
;echo '		
		</script>
           
      <div id="StatusCircular"></div>    
      <div id="StatusMensagemCircular"></div>
          
    </body>
</html>

';
}else{
echo Redirecionar('login.php');
}
;echo '



';;?>

Function Calls

None

Variables

None

Stats

MD5 0e3260c6af05aa96475cb500b388ff88
Eval Count 0
Decode Time 55 ms