!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\nrc\   drwxrwxrwx
Free 8.81 GB of 239.26 GB (3.68%)
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:     detalleentidad.php (3.54 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 Red Capital</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
</script>
</head>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="8">
  <tr> 
    <td width="25%">&nbsp;</td>
    <td width="50%"><table width="100%" border="0" cellspacing="0" cellpadding="8">
        <tr> 
          <td>Menu B&aacute;sico: <a href="#" onMouseOver="MM_callJS('history.go(-1);')">Regresar...</a><a href="detalleextendido.php?codigo_t=<?php echo codigo_t?>"></a></td>
        </tr>
        <?php
        
// Select procedures
        // Procedure 1, Entidades
        // A partir de ID de selección de entidades.
        
include('connect.php');
        
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE, RESPONSABLE, NIT, DIRECCION, CONMUTADOR, FAX, LINEAATENCION, EMAIL, DIRHTTP, ENTI FROM ENTIDADES where CODIGO=$id");
        
$result OCIExecute($stmt);
        while (
OCIFetchInto($stmt$cur)) {
            
$codigo_e $cur[0];
            
$nombre_e $cur[1];
            
$responsable $cur[2];
            
$nit $cur[3];
            
$direccion $cur[4];
            
$conmutador $cur[5];
            
$fax $cur[6];
            
$lineaatencion $cur[7];
            
$email $cur[8];
            
$dirhttp $cur[9];
            
$enti $cur[10];
        }
        
// Entidad End
        
?>
        <tr>
          <td><table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr> 
                <td width="25%">Nombre:</td>
                <td colspan="3"><?php echo $nombre_e?></td>
              </tr>
              <tr> 
                <td width="25%">Responsable:</td>
                <td colspan="3"><?php echo $responsable?></td>
              </tr>
              <tr> 
                <td width="25%">Nit:</td>
                <td width="25%"><?php echo $nit?></td>
                <td width="25%">Conmutador:</td>
                <td width="25%"><?php echo $conmutador?></td>
              </tr>
              <tr> 
                <td width="25%">Fax:</td>
                <td width="25%"><?php echo $fax?></td>
                <td width="25%">Linea Atenci&oacute;n:</td>
                <td width="25%"><?php echo $lineaatencion?></td>
              </tr>
              <tr> 
                <td width="25%">Direcci&oacute;n:</td>
                <td colspan="3"><?php echo $direccion?></td>
              </tr>
              <tr> 
                <td width="25%">Direcci&oacute;n Web.</td>
                <td colspan="3"><?php echo $dirhttp?></td>
              </tr>
              <tr> 
                <td width="25%">E Mail:</td>
                <td colspan="3"><?php echo $email?></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td>Tramites de la Entidad</td>
        </tr>
        <?php
        
// Procedure 2, TRM
        // Selección a partir CODIGO_ENTIDAD de elección de entidades.
        // Requiere que se pase el NOMBRE_E
        
$stmt ociparse($c1,"SELECT CODIGO, NOMBRE FROM TRAMITES where CODENTI=$codigo_e and (ESTADO=4 or ESTADO=0)");
        
$result OCIExecute($stmt);
        while (
OCIFetchInto($stmt$cur)) {
            
$codigo_t $cur[0];
            
$nombre_t $cur[1];
                
?>
        <tr> 
          <td>- <a href="detalletramite.php?codigo_tramite=<?php echo $codigo_t?>"><?php echo $nombre_t?></a></td>
        </tr>
        <?php
        
}
        
// TRM Detail Require End
        
?>
      </table></td>
    <td width="25%">&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 ]--