!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\BLA\boletinlegal\admin\notificaciones\   drwxrwxrwx
Free 8.02 GB of 239.26 GB (3.35%)
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:     exportarOLD.php (1.16 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once('../../conex.php');
$fecha date("d-m-Y");
$query_reg sprintf("SELECT * FROM notificaciones");
$c_reg mysql_query($query_reg) or die(mysql_error());
$totalRows_reg mysql_num_rows($c_reg);

header('Content-type: application/vnd.ms-excel');
header("Content-Disposition: attachment; filename=notificaciones_$fecha.xls");
header("Pragma: no-cache");
header("Expires: 0");

echo 
"<table border=1> ";
echo 
"<tr> ";
echo 
"<th>Id</th> ";
echo 
"<th>No</th> ";
echo 
"<th>Fecha</th> ";
echo 
"<th>Titulo</th> ";
echo 
"<th>Usuario</th> ";
echo 
"<th>Sector</th> ";
echo 
"<th>Tipo</th> ";
echo 
"<th>Fijación</th> ";
echo 
"<th>Desfijación</th> ";
echo 
"</tr> ";
while(
$row_reg mysql_fetch_assoc($c_reg)){
echo 
"<tr> ";
echo 
"<td>".$row_reg['id']."</td> ";
echo 
"<td>".$row_reg['no']."</td> ";
echo 
"<td>".$row_reg['fecha']."</td> ";
echo 
"<td>".$row_reg['resuelve']."</td> ";
echo 
"<td>".$row_reg['usuario']."</td> ";
echo 
"<td>".$row_reg['sector']."</td> ";
echo 
"<td>".$row_reg['tipo']."</td> ";
echo 
"<td>".$row_reg['fijacion']."</td> ";
echo 
"<td>".$row_reg['desfijacion']."</td> ";
echo 
"</tr> ";
}
echo 
"</table> ";
?> 





:: 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.0312 ]--