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


Viewing file:     ci_puntos_control.php (2.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class ci_puntos_control extends toba_ci
{

    function 
conf__cuadro($componente)
    {
        return 
toba_info_editores::get_puntos_control();
    }

    function 
evt__agregar()
    {
        
$this->set_pantalla('pant_edicion');
        
$this->evento('baja')->anular();
    }

    function 
evt__cancelar()
    {
        
$this->dep('relacion')->resetear();
        
$this->controlador->set_pantalla('pant_listado');
    }

    function 
evt__aceptar()
    {
        try
        {
            
$r $this->dep('relacion');
            
$r->sincronizar();
            
$r->resetear();
            
$this->controlador->set_pantalla('pant_listado');
        } catch(
toba_error $e) {
            
toba::notificacion()->agregar('Error procesando');
            
toba::logger()->error($e->getMessage());
        }
    }

    function 
evt__baja()
    {
        
$pos $this->dep('relacion')->tabla('apex_ptos_control')->get_cursor();
        
$this->dep('relacion')->tabla('apex_ptos_ctrl_param')->eliminar_todo();
        
$this->dep('relacion')->tabla('apex_ptos_control')->eliminar($pos);
        
$this->evt__aceptar();
    }

    function 
evt__cuadro__seleccion($seleccion)
    {
        
$seleccion['proyecto'] = toba_editor::get_proyecto_cargado();      
        
$this->dep('relacion')->cargar($seleccion);

        
$this->set_pantalla('pant_edicion');
    }

    function 
conf__detalle($componente)
    {
        return 
$this->dep('relacion')->tabla('apex_ptos_control')->get();
    }

    function 
evt__detalle__modificacion($datos)
    {
        
$datos['proyecto'] = toba_editor::get_proyecto_cargado();
        
$this->dep('relacion')->tabla('apex_ptos_control')->set($datos);
    }

    function 
conf__parametros($componente)
    {
        
$componente->colapsar();
        return 
$this->dep('relacion')->tabla('apex_ptos_ctrl_param')->get_filas();
    }

    function 
evt__parametros__modificacion($datos)
    {
        foreach (
$datos as $key => $value) {
            
$datos[$key]['proyecto'] = toba_editor::get_proyecto_cargado();
        }

        
$this->dep('relacion')->tabla('apex_ptos_ctrl_param')->procesar_filas($datos);
    }

    function 
conf__controles($componente)
    {
        return 
$this->dep('relacion')->tabla('ptos_control_ctrl')->get_filas();
    }

    function 
evt__controles__modificacion($datos)
    {
        foreach (
$datos as $key => $value) {
            
$datos[$key]['proyecto'] = toba_editor::get_proyecto_cargado();
        }
        
$this->dep('relacion')->tabla('ptos_control_ctrl')->procesar_filas($datos);
    }
}
?>

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