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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xht..

Decoded Output download

<?   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<meta name="viewport" content="width = 505" /> 
<style type="text/css"> 
 
html,body{margin:10; padding: 0} 
body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 8pt 
} 
 
div#container{  
text-align: left; 
} 
 
h1 { 
	margin-top: 2em; 
	margin-bottom: 2em; 
	padding:0  
	padding-top: 1em 
} 
	 
h2 { 
	margin-top: 1em; 
	margin-bottom: 1em; 
	padding-top: 1em 
} 
	 
table { 
	table-layout: fixed; 
	font-size: 8pt; 
	border-collapse:collapse; 
	border: thin solid; 
	border: 0; 
	margin: 10 10 10 10;  
 
} 
 
table td { 
	padding: 3px; 
} 
 
#listaclient td, th { border: 1px solid } 
 
.err0 { 
	color: red; 
} 
</style> 
 
<script language="JavaScript"> 
	function changecss(theClass,element,value) { 
	//Last Updated on May 21, 2008 
	//documentation for this script at 
	//http://www.shawnolson.net/a/503/altering-css-class-attributes-with-javascript.html 
	 var cssRules; 
	 if (document.all) { 
	  cssRules = 'rules'; 
	 } 
	 else if (document.getElementById) { 
	  cssRules = 'cssRules'; 
	 } 
	 var added = false; 
	 for (var S = 0; S < document.styleSheets.length; S++){ 
	  for (var R = 0; R < document.styleSheets[S][cssRules].length; R++) { 
	   if (document.styleSheets[S][cssRules][R].selectorText == theClass) { 
	    if(document.styleSheets[S][cssRules][R].style[element]){ 
	    document.styleSheets[S][cssRules][R].style[element] = value; 
	    added=true; 
		break; 
	    } 
	   } 
	  } 
 
	  if(!added){ 
	  if(document.styleSheets[S].insertRule){ 
			  document.styleSheets[S].insertRule(theClass+' { '+element+': '+value+'; }',document.styleSheets[S][cssRules].length); 
			} else if (document.styleSheets[S].addRule) { 
				document.styleSheets[S].addRule(theClass,element+': '+value+';'); 
			} 
	  } 
	 } 
	} 
</script> 
 
<title>Visualizzatore Log 
</title> 
 
</head> 
<body> 
 
<!-- 
<input type="button" value="Mostra Errori" onclick="changecss('.err0','color','red')"/> 
--> 
 
Nascondi errori di livello 0<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err0','display','none'); else changecss('.err0','display','block');"/><br/> 
Nascondi errori di livello 1<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err1','display','none'); else changecss('.err1','display','block');"/><br/> 
Nascondi errori di livello 2<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err2','display','none'); else changecss('.err2','display','block');"/><br/> 
Nascondi errori di livello 6<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err6','display','none'); else changecss('.err6','display','block');"/><br/> 
<h3>impostazioni.php (99)</h3> 
<div class="err"> ?>

Did this file decode correctly?

Original Code


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

<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width = 505" />
<style type="text/css">

html,body{margin:10; padding: 0}
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt
}

div#container{ 
text-align: left;
}

h1 {
	margin-top: 2em;
	margin-bottom: 2em;
	padding:0 
	padding-top: 1em
}
	
h2 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em
}
	
table {
	table-layout: fixed;
	font-size: 8pt;
	border-collapse:collapse;
	border: thin solid;
	border: 0;
	margin: 10 10 10 10; 

}

table td {
	padding: 3px;
}

#listaclient td, th { border: 1px solid }

.err0 {
	color: red;
}
</style>

<script language="JavaScript">
	function changecss(theClass,element,value) {
	//Last Updated on May 21, 2008
	//documentation for this script at
	//http://www.shawnolson.net/a/503/altering-css-class-attributes-with-javascript.html
	 var cssRules;
	 if (document.all) {
	  cssRules = 'rules';
	 }
	 else if (document.getElementById) {
	  cssRules = 'cssRules';
	 }
	 var added = false;
	 for (var S = 0; S < document.styleSheets.length; S++){
	  for (var R = 0; R < document.styleSheets[S][cssRules].length; R++) {
	   if (document.styleSheets[S][cssRules][R].selectorText == theClass) {
	    if(document.styleSheets[S][cssRules][R].style[element]){
	    document.styleSheets[S][cssRules][R].style[element] = value;
	    added=true;
		break;
	    }
	   }
	  }

	  if(!added){
	  if(document.styleSheets[S].insertRule){
			  document.styleSheets[S].insertRule(theClass+' { '+element+': '+value+'; }',document.styleSheets[S][cssRules].length);
			} else if (document.styleSheets[S].addRule) {
				document.styleSheets[S].addRule(theClass,element+': '+value+';');
			}
	  }
	 }
	}
</script>

<title>Visualizzatore Log
</title>

</head>
<body>

<!--
<input type="button" value="Mostra Errori" onclick="changecss('.err0','color','red')"/>
-->

Nascondi errori di livello 0<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err0','display','none'); else changecss('.err0','display','block');"/><br/>
Nascondi errori di livello 1<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err1','display','none'); else changecss('.err1','display','block');"/><br/>
Nascondi errori di livello 2<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err2','display','none'); else changecss('.err2','display','block');"/><br/>
Nascondi errori di livello 6<input type="checkbox" value="Nascondi Errori" onclick="if(this.checked==true) changecss('.err6','display','none'); else changecss('.err6','display','block');"/><br/>
<h3>impostazioni.php (99)</h3>
<div class="err">

Function Calls

None

Variables

None

Stats

MD5 3ebfe32b1fd44dff83d6ee6a3ce29b65
Eval Count 0
Decode Time 49 ms