!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 7.98 GB of 239.26 GB (3.34%)
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:     detallequien.php (4.67 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 4, TRM Detail (Quién, Cómo, Cuanto Tiempo y Qué Recibo)
    // Selección a partir CODIGO_T de detalle de trámites.
    // Desplegable como un sobre detalle.
    
include('connect.php');
    
$stmt ociparse($c1,"SELECT QUIENPERSONAL, QUIENPODER, QUIENCUALQUIERA, COMOPERSONAL, COMOCORREO, COMOFAX, COMOINTERNET, COMOTELEFONO, 
    COMOQUIOSCO, TIEMPOINMEDIATO, TIEMPOHORAS, TIEMPODIAS, TIEMPOOTROS, ENTREGAPERSONAL, ENTREGAINTERNET, ENTREGATELEFONO, 
    ENTREGAQUIOSCO, ENTREGACORREO FROM TRAMITES where CODIGO=
$codigo_t");
    
$result OCIExecute($stmt);
    while (
OCIFetchInto($stmt$cur)) {
        
$q_personal $cur[0];
        
$q_poder $cur[1];
        
$q_cualquiera $cur[2];
        
$c_personal $cur[3];
        
$c_correo $cur[4]; // 100
        
$c_fax $cur[5]; // 50
        
$c_internet $cur[6]; // 100
        
$c_telefono $cur[7]; // 50
        
$c_quiosco $cur[8];
        
$t_inmediato $cur[9];
        
$t_horas $cur[10]; // 2
        
$t_dias $cur[11]; // 2
        
$t_otros $cur[12]; // 250
        
$e_personal $cur[13];
        
$e_internet $cur[14];
        
$e_telefono $cur[15];
        
$e_quiosco $cur[16];
        
$e_correo $cur[17];
    }
    
// TRM Detail (Quién, Cómo, Cuanto Tiempo y Qué Recibo) 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>Quien lo puede efectuar: </td>
          <td width="66%" colspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td width="33%">Personal: <?php echo $q_personal?></td>
                <td width="33%">Poder: <?php echo $q_poder?></td>
                <td width="33%">Todos: <?php echo $q_cualquiera?></td>
              </tr>
            </table>
            
          </td>
        </tr>
        <tr> 
          <td>Medios para efectuarlo:</td>
          <td colspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td>Personal :<?php echo $c_personal?></td>
              </tr>
              <tr>
                <td>Correo: <?php echo $c_correo?></td>
              </tr>
              <tr>
                <td>Fax: <?php echo $c_fax?></td>
              </tr>
              <tr>
                <td>Internet: <?php echo $c_internet?></td>
              </tr>
              <tr>
                <td>Tel&eacute;fono: <?php echo $c_telefono?></td>
              </tr>
              <tr>
                <td>Quiosco: <?php echo $c_quiosco?></td>
              </tr>
            </table>
            
          </td>
        </tr>
        <tr> 
          <td>Tiempo que toma:</td>
          <td colspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td>Inmediato: <?php echo $t_inmediato?></td>
              </tr>
              <tr>
                <td>Horas: <?php echo $t_horas?></td>
              </tr>
              <tr>
                <td>D&iacute;as: <?php echo $t_dias?></td>
              </tr>
              <tr>
                <td>Otros: <?php echo $t_otros?></td>
              </tr>
            </table>
            
          </td>
        </tr>
        <tr> 
          <td width="33%">Como respuesta recibe:</td>
          <td colspan="2"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="4">
              <tr>
                <td>Personal: <?php echo $e_personal?></td>
              </tr>
              <tr>
                <td>Internet: <?php echo $e_internet?></td>
              </tr>
              <tr>
                <td>Tel&eacute;fono: <?php echo $e_telefono?></td>
              </tr>
              <tr>
                <td>Quiosco: <?php echo $e_quioscc?></td>
              </tr>
              <tr>
                <td>Correo: <?php echo $e_correo?></td>
              </tr>
            </table>
            
          </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 ]--