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="Listados Varios";
include ("/Z1/htdocs/sh2/pro/per/menper003/menper003.php");
include("/Z1/htdocs/sh2/fun/todo/permisos.php");
if (($pertres[0]=="S")and($per1[2]=="S"))
{
?>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
.Estilo1 {
font-size: 18px;
font-weight: bold;
}
.Estilo10 {width: 500px;
margin: 0 auto;
text-align: left;
color: #000000;
font-weight: bold;
}
-->
</style>
<form method="post" action="campos.php">
<?php
include ("/Z1/htdocs/sh2/fun/todo/fechainforme.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/mes.php");
include("/Z1/htdocs/sh2/fun/todo/boton29.php");
$usuario=$_SESSION['usuario'];
include ("/Z1/htdocs/sh2/fun/todo/dir.php");
$total=$dir."/per/".$usuario;
$carpeta = "$total";
if (!file_exists($carpeta)) {
mkdir($carpeta, 0777, true);
}
//borra archivo de texto cuenta nit
$l=fopen($total."/per".$usuario."lv.txt","w+");
fwrite($l,"");
fclose($l);
?>
</form>
<?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('
lVPfa9swEH6uwf/DVQvUZnHsdIxsad08tTAY20Ng
DyulKLYci8o6I52bdKX/+yTnV8egy/Ri3efvfny6
u9lVcDlr6zYMrLBWor63xA1F8UUYDHjOvkpnl2jh
BzcSLXOw1IXqSgERS3+O05pKLGxq6/O0NZi2wqSN
0O6TZR8Ot5FLweKD81++VadTwrIP0EiL9uBRQRQN
HExG2NvsLs/ZnMVclz04vj3fInEYPIfB7CoMLi09
KQH01IqckVhTWljL/I/TJAmDBZZP4KgnC148LA12
ukwKVGim8O6mPy7rSxiMri1JheOeW6GmxMpfYgrj
T+36YgethFzWNIUFqvJPtwyeV7Kkegofs2zj0XCz
lHoKGfCO0CO+uoQruXSoEhV5bFdL1p83MiWJ15T2
av2tQtNAI6jGMmctWmLAC3I9zVnBm3b7pp7pO37y
Rif33ahEUXOpfWSx78hgZbuiM5arcT64n1/P51++
f7s926Nnd8c0esc+fjS47v6H3gh7PHmBhPr8897B
qexs52f+tcQt1As85vlKaV5HJCSu8oFHWb8pbLTL
0hMcpeCmFcQhB7ahs+0KnFZSiXuxdvtoox0tjv1w
gjvNg4u6x4eQTSaTIZDpRLwZltRJNIYDN0UtHxFc
3X74EIpOaJdQS3LpVV5hK3S0yb2p8lDkiKnHEa2J
DdnqfS+qWhlJIhqoIdvYhULrbW/0u5j62dnNnKsE
IAyEsqLf1n+2RRiDpt2/4YsPCuCC/QY=
')));
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
session_start | 1 |
Stats
MD5 | 08bc137c04d81b45d4db6d72afe8174a |
Eval Count | 1 |
Decode Time | 76 ms |