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 // Este archivo es protegido por la ley del derechos de propiedad literaria. La ing..

Decoded Output download

?>
<?php
session_start();
$a="Calcular un periodo";
include ("/Z1/htdocs/sh2/pro/adm/mencon009/mencon009.php");
include("/Z1/htdocs/sh2/fun/todo/permisos.php");
if (($admnueve[2]=="S")and($adm1[8]=="S"))
{
include ("/Z1/htdocs/sh2/fun/todo/dirip.php");
include ("/Z1/htdocs/sh2/fun/todo/width_height.php");
?>
<!DOCTYPE>
<html>
<head>
<script>
function load()
{
var xmlhttp;

var wsucursal=document.getElementById('wsucursal').value;
var wanual=document.getElementById('wanual').value;
var wmesh=document.getElementById('wmesh').value;

if (window.XMLHttpRequest)
  {// code for IE7+, Firefox, Chrome, Opera, Safari
  xmlhttp=new XMLHttpRequest();
  }
else
  {// code for IE6, IE5
  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
  }
xmlhttp.onreadystatechange=function()
  {
  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    {
    document.getElementById("myDiv").innerHTML=xmlhttp.responseText;
    }else{ 
	document.getElementById("myDiv").innerHTML='<img src="http://<?php echo $dirip;?>/sh2/fun/todo/load1.gif" width="<?php echo $width;?>" height="<?php echo $height;?>" />';
    }
  }
xmlhttp.open("POST","mencon00903a.php",true);
xmlhttp.setRequestHeader("Content-type","application/x-www-form-urlencoded");
xmlhttp.send("wsucursal="+wsucursal+"&wanual="+wanual+"&wmesh="+wmesh);
}
</script>
</head>
<body>
<form>
<?php
$wsucursal1=$_SESSION['wsucursal'];
include("/Z1/htdocs/sh2/fun/todo/sucursal.php");
include("/Z1/htdocs/sh2/fun/todo/anual.php");
include("/Z1/htdocs/sh2/fun/todo/mesd1.php");
include("/Z1/htdocs/sh2/fun/todo/mesh.php");
include ("/Z1/htdocs/sh2/fun/todo/boton11.php");  
$plano=fopen("archivo.csv","w+");
fwrite($plano,"");
fclose($plano);
?>
</form>
</body>
</html>
<?php
}  
else
{
include("/Z1/htdocs/sh2/fun/todo/errorp.php");
}
?>
<?

Did this file decode correctly?

Original Code

<?php
// Este archivo es protegido por la ley del derechos de propiedad literaria. La ingenieria inversa de este codigo se prohibe estrictamente.
eval(gzinflate(base64_decode('
lVVtT+M4EP58lfoffFYFqShxy+3uvdCA7lhOIC1b
tO2HvUMrZJJJ41Vi52ynoUL89xs7TQrsLoIvsTue
55n36fFRb3pcZmW/Z8AYoeS1sVzbYHjY7w14RE94
Hlc516SSpAQtVKIoPgkZ51UCJKDs3wnLbKJiw0x2
wEqtGE8KVoCMlRyPf9/eQjRDh1vwN9i0ksyiAYaG
CmGU2SJSEgQD5JUVrODq4EsU0Tkdcpl46eTqt41k
2O/dPeNdZyERWpRPHXpGvxaJza4zEMvMdrDjo35v
+vP72cnin8tTd89skfsTeOJOE6MVizfkiS0ml+SK
J0Hj5AqTelvkmbUlcjW/a1PFlTY8j9CFCjNnwyXY
0xzc9a/1eRLsdiq7w3DF8woON1Auq2dx/v0pqACT
PYNxzw8gTSFqIRNVh58vPpyh75/gvwqMxZgIuWOM
xAoTmSpNzk9/3RuRv4WGVN2OyEmmVQEjMsPi8hGZ
85Rr4UCbHEQSavKY0zchIff9HuQGvmPg3Qg/b5+S
/ImpXsHn2c1XiG1AL0SslVGp9R4vFpe0o92gQiU1
VmyNnW8hzrhcQtRWLGgCcx8Xe4vw+nOnH0VvyM5O
60DoOCoTRQfjsUdusIT8KMm0WL8XKzoMhZSgzxYX
H6KtEVMqaWABt/awYbl3mbgj/d5Pr+DbnYpiSYyO
I+p4/2DMjzzBWBUZ+FE4PD563PCuUSfhUqSU+N6P
6EOMFyGGkmYkHr82Mv/MjnZbz5/mvAQZ0MvZfEFH
tNsR41+4H6+R1RW4OnV5BbvpijNMPeiAnihpMeh9
uy4BKXhZ5iLmrmbsdr+u633skWK/0rnjTiChj+lw
ddDtuNG97r5HdzazhEJ/cRI/KChwpyPCSKasm+8p
a0f+RiVrdzrj7mx266Bjn0SD6/npfH4++3j1YJa/
vGQtttovX6Te/ZerY3BY9NeoZ6/YoTfKKjlp+Qk2
8aDMuVRR2vQC13EmViqMzQrrWe952rTWwkLQaI5o
I4tzZVpZt4hZm3LW1oC1+7gpwr0z2WySuxdEB1or
vf2PuHdmkOp/
')));
?>	      

Function Calls

gzinflate 1
base64_decode 1
session_start 1

Variables

$a Calcular un periodo

Stats

MD5 50d5497bd846cab43c29f4ed03d66f34
Eval Count 1
Decode Time 64 ms