!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/proyectos/toba_usuarios/php/extension_toba/   drwxrwxr-x
Free 14.56 GB of 61.93 GB (23.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     toba_usuarios_normal.php (1.21 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class toba_usuarios_normal extends toba_tp_normal
{
    
    protected function 
menu()
    {
        if (isset(
$this->menu)) {
            
//Modifico el JS de una opcion de menu en particular para que se ejecute en popup siempre.
            
$js_nuevo 'return toba.ir_a_operacion("toba_usuarios", "33000035", true)';
            
$this->menu->set_datos_opcion('33000035', array('js' => $js_nuevo));                        
            
$this->menu->mostrar();
        }        
    }
    
    protected function 
cabecera_aplicacion()
    {
        
$mostrar_app_launcher toba::proyecto()->get_parametro('proyecto''app_launcher'false);
        if (!
$mostrar_app_launcher) {
            
$acceso_unico = (toba::manejador_sesiones()->get_cantidad_proyectos_cargados() == 1);
            
$js $acceso_unico 'salir()' 'window.close()';
            echo 
'<a href="#" class="enc-salir" title="Cerrar la sesión" onclick="javascript:'.toba::escaper()->escapeHtmlAttr($js).'">';
            echo 
toba_recurso::imagen_toba('finalizar_sesion.gif'true);
            echo 
'</a>';
            
//--- Usuario
            
$this->info_usuario();
        } else {
            
//--- Usuario y aplicaciones
            
$this->info_usuario_aplicaciones();
        }
        
        
//--- Logo
        
echo "<div id='enc-logo' style='height:"toba::escaper()->escapeHtmlAttr($this->alto_cabecera)."'>";
        
$this->mostrar_logo();
        echo 
"</div>\n";
    }
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.6139 ]--