!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:\copia nuevo\htdocs\boletinlegal\   drwxrwxrwx
Free 9.41 GB of 239.26 GB (3.93%)
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:     consulta_doctrina.php (1.49 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php header'Content-type: text/html; charset=iso-8859-1' );
include (
"conex.php");
//echo $_GET['grupo'];
//$sql = "SELECT id,autor,articulo,libro,editorial,ano,paginacion,tipo,ruta FROM doctrina where tipo= '$_GET[tipo]'";
$sqldef=mysql_query("SELECT id,autor,articulo,libro,editorial,ano,paginacion,tipo,ruta,grupo FROM doctrina where grupo= '$_GET[grupo]'",$con) or die(mysql_error());



//muestra los datos consultados

while($row mysql_fetch_array($sqldef)){

echo 
"

<table id='background-image'>
  <thead>
        <tr>
            <th colspan='2' scope='col'>
$row[tipo]</th>
        </tr>
    </thead>
    <tfoot>
        <tr>
            <td colspan='3'> </td>
        </tr>
    </tfoot>
    <tbody>
        <tr>
            <td>Autor</td>
            <td>
$row[autor]</td>
        </tr>
        <tr>
            <td>Nombre del Articulo</td>
            <td>
$row[articulo]</td>
        </tr>
        <tr>
            <td>Nombre del Libro</td>
            <td>
$row[libro]</td>
        </tr>
        <tr>
            <td>Editorial</td>
            <td>
$row[editorial]</td>
        </tr>
        <tr>
            <td>A&ntilde;o</td>
            <td>
$row[ano]</td>
        </tr>
        <tr>
            <td>Paginaci&oacute;n</td>
            <td>
$row[paginacion]</td>
        </tr>
        <tr>
            <td>Descargar</td>
            <td><A href='doctrina/
$row[ruta]' target=_blank><img src='images/pdf.gif' width='16' height='17' border='0' align='absmiddle'/></a> 
        </tr>
    </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 ]--