!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_tdfonline/proyectos/toba_referencia/php/componentes/ci/   drwxr-xr-x
Free 14.58 GB of 61.93 GB (23.54%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ci_tabs.php (2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
php_referencia
::instancia()->agregar(__FILE__);

class 
ci_tabs extends toba_ci
{
    function 
conf()
    {
        
$this->s__instituciones_habilitadas = array();
        foreach (
$this->s__instituciones_habilitadas as $institucion) {
            
$nombre_ef 'pertenencia' $institucion['cod_interno_institucion'];
            
$nuevos_efs[] = array('identificador' => $nombre_ef);
        }
        
$this->dep('horizontales')->pantalla()->tab('b')->ocultar();
        
$this->dep('verticales')->pantalla()->tab('b')->ocultar();
        
//$this->dep('horizontales')->pantalla()->tab('c')->desactivar();
        //$this->dep('verticales')->pantalla()->tab('c')->desactivar();
    
}

    function 
extender_objeto_js()
    {
        echo 
"    {$this->objeto_js}.evt__b_ocultar_js = function () {
            this.dependencia('verticales').ocultar_tab('b');
            this.dependencia('horizontales').ocultar_tab('b');
            return false;
        } 
        "
;
        echo 
"    {$this->objeto_js}.evt__b_mostrar_js = function () {
            this.dependencia('verticales').mostrar_tab('b');
            this.dependencia('horizontales').mostrar_tab('b');
            return false;
        }
        "
;
        echo 
"    {$this->objeto_js}.evt__c_desactivar_js = function () {
            this.dependencia('verticales').desactivar_tab('c');
            this.dependencia('horizontales').desactivar_tab('c');
            return false;
        } 
        "
;
        echo 
"    {$this->objeto_js}.evt__c_activar_js = function () {
            this.dependencia('verticales').activar_tab('c');
            this.dependencia('horizontales').activar_tab('c');
            return false;
        }
        "
;
    }
    
    function 
evt__c_ocultar_php()
    {
        
$this->dep('verticales')->pantalla()->eliminar_tab('c');
        
$this->dep('horizontales')->pantalla()->eliminar_tab('c');
    }
    
    function 
evt__modificar()
    {
        
$this->dep('verticales')->pantalla()->tab('c')->set_etiqueta('Cambio de ETIQUETA');
        
$this->dep('verticales')->pantalla()->tab('c')->set_imagen('usuarios/usuario.gif');
        
$this->dep('horizontales')->pantalla()->tab('a')->set_etiqueta('Cambio de ETIQUETA');
        
$this->dep('horizontales')->pantalla()->tab('a')->set_imagen('borrar.gif');
    }
}


?>

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