!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\boletinlegal\   drwxrwxrwx
Free 9.43 GB of 239.26 GB (3.94%)
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:     circulares.php (1.43 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once("analyticstracking.php");

$sqldef "SELECT `id` , `ano`, `tipo` , `nombre` , `titulo` , `firma` FROM `doc_imp` where tipo = 'Circulares' order by id desc"

//$sqldef=$sqlt.$sqltipo.$sqlnombre.$sqltitulo.$sqlfirma.$sqlurl.$order;
//echo "$sqldef";

$sql=mysql_query($sqldef,$con);

$num_rows mysql_num_rows($sql);


//muestra los datos consultados
echo "<table>
    <caption>
    <h5>CIRCULARES</h5></caption>
    <thead>
    <tr class='odd'>

        <th scope='col' abbr='Home'><h5><span></span>Nombre</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Título</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Firma</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Descarga</h5></th>
        <th scope='col' abbr='Home'><h5><span></span>Tamaño</h5></th>

    </tr>    
    </thead>
    "
;
while(
$row mysql_fetch_array($sql)){
$menu=ucfirst(strtolower($row['sector']));

$cont=$cont+1;

if (
$cont == 0)
$class"class='odd'";

if (
$cont == 1)
$class"";

$size_pdf size("$row[tipo]/$row[ano]/$row[nombre].pdf");
$size_dir  size("./");



echo 
"
<tr 
$class>
        <td>
$row[nombre]</td>
        <td>
$row[titulo]</td>
        <td>
$row[firma]</td>
        <td><a href='
$row[tipo]/$row[ano]/$row[nombre].pdf'><img src='images/pdf.gif' width='32' height='35' border='0' align='absmiddle' target='_blank'/></a></td>
        <td>
$size_pdf</td>
        </tr>"
;
        
}
echo 
"
    </tbody>

</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 ]--