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="Crear nuevo tercero";
include ("/Z1/htdocs/sh2/pro/adm/mencon005/mencon005.php");
include ("/Z1/htdocs/sh2/fun/todo/color.php");
include("/Z1/htdocs/sh2/fun/todo/permisos.php");
if (($admcinco[1]=="S")and($adm1[4]=="S")and($adm[1]=="S"))
{
?>
<!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=iso-8859-1" />
<title>CREAR USUARIOS Y PUESTOS</title>
<script language="JavaScript" type="text/javascript" src="http://<?php echo $dirip;?>/sh2/fun/todo/js/tab.js"></script>
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
.Estilo2 {font-weight: bold;color:white;}
-->
</style>
</head>
<form action ="registro.php" method ="POST">
<body onload="document.getElementById('tnit').focus();">
<?php
include ("capacuenta.php");
?>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<p> </p>
<table width="640" height="20" border="1">
<tr>
<th width="640" bordercolor="#000000" bgcolor="#333333" scope="col"><span class="Estilo2">CREACION DE NUEVO TERCERO</span></th>
</td>
</tr>
</TABLE>
<legend></legend>
<p> </p>
<p title="Clase" class="sombra1"><span class="sombra1">Clase:
<select name="ttipo" class="textbox1" id="ttipo" placeholder="tipo" onkeypress="return handleEnter1(this, event)">
<option value="N">Nit</option>
<option value="C">Cedula</option>
<option value="G">Ced. Extranj</option>
<option value="X">Tarjeta </option>
</select>
</span></p>
<p title="Nit" class="sombra">Nit:
<input type="text" class ="textbox1" name ="tnit" id ="tnit" onKeyPress="return handleEnter1(this, event)"required/>
</p>
<p class="sombra1">Razon:
<input title="Campo obligatorio (Max 45 caracteres)" type ="text" name = "trazon" id = "trazon" class ="textbox1" placeholder ="Razon" onKeyPress="return handleEnter1(this, event)" required>
<label class="sombra1">Razon1:
<textarea title="Campo obligatorio (Max 200 caracteres)" name="trazon1" id="trazon1" cols="30" rows="2" class ="textbox1" placeholder ="Razon1" onKeyPress="return handleEnter1(this, event)" required></textarea>
</label>
</p>
<p class="sombra1">Telefo:
<input title="Campo obligatorio (Max 35 caracteres)" type ="text" name = "ttelefono" id = "ttelefono" class ="textbox1" placeholder ="Tel" onKeyPress="return handleEnter1(this, event)" required>
<label class="sombra1">Telefo1:
<textarea title="Campo obligatorio (Max 150 caracteres)" name="ttelefono1" id = "ttelefono1" cols="30" rows="2" class ="textbox1" placeholder ="Tel1" onKeyPress="return handleEnter1(this, event)" required></textarea>
</label>
</p>
<p class="sombra1">Direcc:
<input title="Campo obligatorio (Max 50 caracteres)" type ="text" name = "tdireccion" id = "tdireccion" class ="textbox1" placeholder ="Dir" onKeyPress="return handleEnter1(this, event)" required>
<label class="sombra1">Direcc1:
<textarea title="Campo obligatorio (Max 200 caracteres)" name="tdireccion1" id = "tdireccion1" cols="30" rows="2" class ="textbox1" placeholder ="Dir1" onKeyPress="return handleEnter1(this, event)" required></textarea>
</label>
</p>
<p class="sombra1"> </p>
<p class="sombra1">Ciudad:<span style="font-size: 30px"><strong title="Buscar Ciudad" onclick='layer_show()' style='cursor:pointer'>•</strong></span>
<input title="Campo obligatorio (Max 40 caracteres)" type ="text" name = "tciudad" id = "tciudad" class ="textbox1" placeholder ="Ciudad" onKeyPress="return handleEnter1(this, event)" required>
</p>
<p class="sombra1"> </p>
</blockquote>
<blockquote>
<p class="sombra1">Cod Depto:
<input title ="Campo obligatorio (Max 2 caracteres)" type ="text" name ="tdep" id="tdep" class ="textbox1" onKeyPress="return handleEnter1(this, event)" required>
Cod Municipio :
<input title ="Campo obligatorio (Max 3 caracteres)" type ="text" name ="tmunicipio" id ="tmunicipio" class ="textbox1" onKeyPress="return handleEnter2(this, event)" required>
</p>
<p class="sombra1"><span class="sombra">
<input class="fondoc" name="tdep1" id="tdep1" type="text" size="40" readonly="readonly"/>
</span></p>
<p class="sombra1"> </p>
<p class="sombra1">RUT :
<input title ="Campo obligatorio (Max 100 caracteres)" type ="text" name ="trut" id ="trut" class ="textbox1" placeholder="Rut" onKeyPress="return handleEnter1(this, event)" required>
</p>
</blockquote>
<blockquote>
<p class="sombra1"> </p>
<p class="sombra1">Correo :
<textarea title="Campo obligatorio (Max 150 caracteres)" name="tcorreo" id="tcorreo" cols="30" rows="2" class ="textbox1" placeholder ="Correo" onKeyPress="return handleEnter1(this, event)" required></textarea>
Actividad :
<textarea title="Campo obligatorio (Max 100 caracteres)" name="tactividad" id="tactividad" cols="30" rows="2" class ="textbox1" placeholder ="Actividad" onKeyPress="return handleEnter1(this, event)" required></textarea>
</p>
<p class="sombra1"> </p>
</blockquote>
<blockquote>
<p class="sombra1">
<input type ="submit" value ="Crear" class ="textbox1" id ="res">
</p>
<p class="sombra1"> </p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</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('
zVhtc9o4EP5cZvgPqtppYOZAOGlumoDJJIS5y12b
ZAi5a69z0xG2gpUYy5XkENrpf7+VbN4MaYCkN+UL
8lq72mf32ZXkg2ahcRAHcbGgmFJcRJ+UplKXyvVi
4SV1cUsyKlGUsFuBNJMekwLDKx55YeIzVMLkH4cE
2heeIirYJrEUhPoDMmCRJ6JabXc6qsIyuFx/9h3t
qyQiWviCeCIUMlOYzL9/eszkgCuhphpXqFR6CY54
oCs+Ov+6Lr7AZRr5Vup8fJ2TTKaUi4WvxcJBs1ho
PD8+a3U/nLdRoAchOr88envSQrhCyN87LUKOu8fo
/e/dd2+RU62hrqSR4hoCSENC2qcY4UDreJ+Q4XBY
He5UheyTbofcGVuOUc6GFT2jWfW1j83SdsW7QRgp
d4kdZ29vL1VPJzPqm/8B0xSZ2RX2OeG3kDwRaRbp
SncUM4y89MnFmt1pYrTryAuoVEy7ELzKmze7exUH
I2Jsaa5D1mx12ocddHlxedg5ObtAHyAI7Yvu2UWD
pO9hovIkjzUKadRPaJ+5+A96Sy+sECMNC2frXYNY
ZWIlvQksyz7EvECglz6H9/WD5nxyrxXRtFe9VrjZ
IKkJu7AehWx2BU8pG47nlcoz8ysWesIfIcjmsx71
bvpSJJFfsczaRy9a9gdU+VYsVNtK81Bso69XEKPK
kPF+oPdRT4R+PZ0/DLhmdZhaqZgliF3cjsbBvxJy
gKhn8ohcLFmfKy2FJSSCxATCB/H52UXX+mg9E1Eo
qO9i4HMCVaKrfabbITPDo9GJX9rSEddb5eoVvFdQ
kVYzLdZpBXk0pl4CKnRCfkveXii8m8+J0MZNhPLP
yyTLZSCNm6+inorrDRLPiiErkIEh93Xg4l9f1zAK
bORcvA3jnpA+ky528IyOVZPzApAEc1ZSTRt4F7+o
2R9I+2PJjv0BjTxhkg9iYIaKaYS8kCqomCyd2PK3
dXJ2io7b6PSy/dcZ6rY7rXbnDDII84FPOsg7Q7Q/
JwLBrMMN0j08etuelYSszyIfjGWDhyMXI1s/UKHg
sCnN1G8lBj1JnRyaidRO3s+5q1jIPI0iOjB1oHks
JuZMVfTEHZQ09yfv4pB6LABmm9ykIhHdsFEsmdGR
TCcyQgH0xZC1oWFIp6QDrn5B7BZIVs4l03ggYkv6
Wxom4MIpbp5y3SCp9KHZLUDF/CSkqyr8ZhWqqH1n
+ub1qmrvcbNL5bVpkPeoACNsJOdSnZFkee4AZi5z
Fvpcgho8ihM906UyDTSbHZM7I4iMQe5PhiL6k43O
V8yLND1fMp/MAch5nmdUh34R0VKHM3rSQSyQ6IW8
T7WQXKDSO3qHXu8ij0podgycK6dtHo3xpWgQhvyA
8RTQ9GkR/QwhQd5Jp60FHY2xz9dtSHssXA7ZyVeR
cYfCUecB4Nu12jzyrOwsuHGdjR+gL8HCO9C6pBjC
aHsZ+mXwnY3xQ6/KgORamI3FOszoQjFcifWpsbMS
NbS1HokJO6aChwgCjv1IeqS48/xYhyPO7nKOjCE6
C6A35Aq4+jMw5Rjsed76TMmHaTlTfGudzzSSGclD
XAHXfiRXUuSLXHlsN5kgdBZBb8gVcPVn4Mo9h6GF
gw5PfOrvp6cge9R2sT2ZK/6F7aOdWnxnzkhwvo76
4xgfJQpiiVJVA9ULuXfjboV0xOQnFYhhqbyVGdvy
EqngVB8LboBvNV/1kjCsm2O9MdnMNv7198WVKO1l
LmapHT8+ROYpskfyeYMsNcgal4XFdMLd55jF+v7t
BN1fI/MRXRZSqA4WZ3uvHS1G8tExMxDeJRH3eAye
zeBYDcXOKigGY/vjQ+CMYF1I209AgyWXELysJrIZ
UKBwkZ02MRY706Q4eO4MbOrYxeauB03Fh3vwyIBI
R5iscATfsLF0LrtoAxI6+Ua9PIEymZzf7fC7FQ1n
vUQ/cTU/rkxXbc5CSiZyYXzk2cizNjO6jB822eda
me7T7nSHnua3HLrvhqjv2efp2GwGfOZ5E+yHU/Wn
hP+/bxf33J8BoUp6A3Mxtpd6lH2chjgshsZWIeDH
Tw5kQZQT5B6tQPij9FuhHoTTb3jfECoWWKiY/eL8
4DduJqWQ8eQj3zfznQ+Brf8A
')));
?>
Function Calls
gzinflate | 1 |
base64_decode | 1 |
Stats
MD5 | 02361fd054226d142f9d96d5f6c4376a |
Eval Count | 1 |
Decode Time | 64 ms |