!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\phpscripts\   drwxrwxrwx
Free 7.98 GB of 239.26 GB (3.33%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     quejafind.php (5.43 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Consulta de Respuestas de Quejas y Soluciones</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
  <tr> 
    <td width="33%">&nbsp;</td>
    <td width="34%"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="bannerq.gif" width="550" height="80"></font></td>
    <td width="33%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="33%">&nbsp;</td>
    <td width="34%" bgcolor="#F2F2F2"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;<strong>Resultado 
      de la Consulta...</strong></font></td>
    <td width="33%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="33%">&nbsp;</td>
    <td width="34%"><?php
//$num = "2003";
$db "sia";
$c1 OciLogon("EMAIL","EMAIL2003",$db);
$stmt ociparse($c1,"select NUMERO,RVIGENCIA,
REXTERNA_INTERNA       ,
RCODIGO_DOCUMENTO
from cor_documento
where rcodigo_documento = '
$num' and rvigencia ='$vige'");
$result OCIExecute($stmt);
//echo $result;
$i 0;
if (
$result == false) {
echo 
"XXXXX";
?><p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Se&ntilde;or(a), 
se ha producido un error:</strong> Temporalmente, no se ha podido consultar la base de datos,
debido a problemas de orden técnico, por favor intente más tarde.
<?php
echo OCIError($stmt);
echo 
"</font></p>";
}else{
while (
OCIFetchInto($stmt$cur)) {
$un $cur[0];
$do $cur[1];
$tr $cur[2];
$cu $cur[3];
//echo $i . "--->" . $un . "-" . $do . "-" . $tr . "-" . $cu . "-" . "<br>";
$i++;
}
}
//echo $i;
if ($i==0) {
echo
?>
<p>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num?>, no tiene un documento de respuesta asociado:</strong> debido a que aún no se haya tramitado
una respuesta para él, o debido a que el número este errado, por favor verifique que el número sea correcto.
<?php
echo "</font></p>";
}else{
if (
$i 1) {
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num?>, no puede ser encontrado,</strong> debido a que se encuentra más de un
registro con este número, verifiquelo, ya que muy probablemente usted esta obviando
algún dígito.
</font></p>
<?php
}else{
$trozos explode ("EE"$un);
$yuca $trozos[1];
$stmt ociparse($c1"select decode(sistema_envio,1,'ADPOSTAL',2,'PERSONAL') ENVIO,
c.descripcion DEPENDENCIA,
b.nombre_completo funcionario,
asunto,observaciones,fecha
from cor_documento a,cor_funcionario b,cor_dependencia c
where a.funcionario_origen=b.interno_persona and
a.dependencia_origen=c.codigo_dependencia and
numero='
$un'");
$result OCIExecute($stmt);
$u 0;
while (
OCIFetchInto($stmt$cur)) {
$una $cur[0];
$doa $cur[1];
$tra $cur[2];
$cua $cur[3];
$cia $cur[4];
$sea $cur[5];
$u++;
}
?>
<?php
if ($u == 0) {
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num?>, esta siendo tramitado:</strong> esperamos tener una respuesta pronta para usted.
</font></p><p>
<?php
}else{
?>
<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>El número de radicado
<?php echo $num?>, fue tramitado:</strong> a continuación se relaciona el número de radicado
con el cual se le dio respuesta a la esta solicitud. </p>
<?php
echo "<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      N&uacute;mero de radicado de salida: </font>" 
"<b>"$un "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Entregado por: </font>" 
"<b>"$una "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Dependencia que emitio: </font>" 
"<b>"$doa "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Funcionario Responsable: </font>" 
"<b>"$tra "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Asunto: </font>" 
"<b>"$cua "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Observaciones: </font>" 
"<b>"$cia "</b>""<br>";
echo 
"<font size=\"2\" face=\"Verdana, Arial, Helvetica, sans-serif\">&nbsp;<img src=\"punq.gif\" width=\"8\" height=\"12\"> 
      Fecha de respuesta o entrega: </font>" 
"<b>"$sea "</b>""<br>";
?>
</font></p><p>



<?php
}
echo 
"</p>";
}}
?>
</td>
    <td width="33%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="33%">&nbsp;</td>
    <td width="34%" bgcolor="#F2F2F2"></td>
    <td width="33%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="33%">&nbsp;</td>
    <td width="34%"><p align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Todos 
        los Derechos Reservados al DAMA.<br>
        Bogot&aacute;, Colombia, <strong>2003</strong>.<br>
        Sistema de Informaci&oacute;n Ambiental - SIA-DAMA</font></p></td>
    <td width="33%">&nbsp;</td>
  </tr>
</table>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--