!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\jaime\COPIA oab\   drwxrwxrwx
Free 8.8 GB of 239.26 GB (3.68%)
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:     inicio.php (1.45 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php require_once('Connections/oab.php'); ?>
<?php
$Xruta_rsRutas 
"0";
if (isset(
$ruta)) {
  
$Xruta_rsRutas = (get_magic_quotes_gpc()) ? $ruta addslashes($ruta);
}
mysql_select_db($database_oab$oab);
$query_rsRutas sprintf("SELECT plantilla, menu FROM rutas, mennu WHERE rutas.ruta = mennu.idmennu and ruta = %s"$Xruta_rsRutas);
$rsRutas mysql_query($query_rsRutas$oab) or die(mysql_error());
$row_rsRutas mysql_fetch_assoc($rsRutas);
$totalRows_rsRutas mysql_num_rows($rsRutas);
?>
<? 
$mennu=$row_rsRutas['menu'];
$derecha=$row_rsRutas['derecha'];
$izquierda=$row_rsRutas['izquierda'];
//Código si es de segundo nivel o de primer nivel.
//SI NO EXISTE Variable de segundo nivel haga esto....
if (!isset($sm)) {
$destino=$row_rsRutas['plantilla']."?mennu=".$mennu."&ruta=".$ruta;
//Pero si existe, haga esto otro
}else{
    //Revise si es secundaria con o sin tema, si no tiene tema...
    if (!isset($tema)) {
    $destino=$row_rsRutas['plantilla']."?mennu=".$mennu."&ruta=".$ruta."&sm=".$sm;    
    //Y si tiene tema...
    }else{
        //Reviso por śltimo si tiene o no documento
        if (!isset($documento)) {
        $destino=$row_rsRutas['plantilla']."?mennu=".$mennu."&ruta=".$ruta."&sm=".$sm."&tema=".$tema;
        }else{
        $destino=$row_rsRutas['plantilla']."?mennu=".$mennu."&ruta=".$ruta."&sm=".$sm."&tema=".$tema."&documento=".$documento;
        }
    

    }
}
//FIN DEL CÓDIGO
header ("Location: $destino"); 
?>
<?php
mysql_free_result
($rsRutas);
?>

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