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


Viewing file:     ci_servicios_web.php (2.78 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class ci_servicios_web extends toba_ci
{
    protected 
$carga_ok false;

    function 
ini()
    {
        if (
$editable toba::zona()->get_editable()) {
            
$clave = array();
            
$clave['proyecto'] = toba_editor::get_proyecto_cargado();
            
$clave['servicio_web'] = $editable[1];            
            
$this->carga_ok $this->dependencia('datos')->cargar($clave);
        }    
    }

    function 
conf()
    {
        if (!
$this->carga_ok) {
            
$this->pantalla()->eliminar_evento('eliminar');
        }    
    }
    
    
    
//-----------------------------------------------------------------------------------
    //---- form_basicos -----------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function conf__form_basicos(toba_ei_formulario $form)
    {
        
$datos $this->dep('datos')->tabla('servicio')->get();
        
$form->set_datos($datos);
    }

    function 
evt__form_basicos__modificacion($datos)
    {
        
$this->dep('datos')->tabla('servicio')->set($datos);
    }
    
    
//-----------------------------------------------------------------------------------
    //---- ml_propiedades ---------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function conf__ml_parametros(toba_ei_formulario_ml $ml)
    {
        
$datos $this->dep('datos')->tabla('parametros')->get_filas(nulltrue);
        
$ml->set_datos($datos);
    }

    function 
evt__ml_parametros__modificacion($datos)
    {
        
$this->dep('datos')->tabla('parametros')->procesar_filas($datos);
    }

    
//-----------------------------------------------------------------------------------
    //---- Eventos ----------------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function evt__procesar()
    {
        
$proyecto toba_editor::get_proyecto_cargado();
        
$this->dep('datos')->tabla('servicio')->set(array('proyecto' => $proyecto));        
        
$this->dependencia('datos')->sincronizar();
        
$zona toba::solicitud()->zona();
        if (! 
$zona->cargada()) {
            
$datos $this->dep('datos')->tabla('servicio')->get();
            
$clave = array($datos['proyecto'], $datos['servicio_web']);
            
$zona->cargar($clave);
        }
        
$this->carga_ok true;
        
admin_util::refrescar_barra_lateral();
    }

    function 
evt__eliminar()
    {
        
$this->dependencia('datos')->eliminar_todo();
        
toba::solicitud()->zona()->resetear();
        
$this->carga_ok false;
        
admin_util::refrescar_barra_lateral();
    }
    
    
    function 
extender_objeto_js()
    {
        echo 
            
$this->dep('form_basicos')->get_objeto_js().".evt__tipo__procesar = function(es_inicial) {
                var mostrar = this.ef('tipo').get_estado() == 'soap';
                this.ef('param_to').mostrar(mostrar);
                this.ef('param_wsa').mostrar(mostrar);
                
{$this->objeto_js}.dep('ml_parametros').mostrar(mostrar);
                
            }
        "
;
    }

}
?>

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