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


Viewing file:     toba_molde_zona.php (2.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class toba_molde_zona extends toba_molde_elemento
{
    protected 
$clase 'toba_zona';

    function 
__construct($asistente)
    {
        
$this->asistente $asistente;
        
$this->asistente->registrar_molde($this);
        
$this->id $this->asistente->get_id_elemento();
        
$this->proyecto $this->asistente->get_proyecto();
        
//Busco el datos relacion correspondientes al componente
        
$id toba_info_editores::get_dr_de_clase($this->clase);            //TODO:Esto quizas no lo encuentre
        
$componente = array('proyecto' => $id[0], 'componente' => $id[1]);
        
$this->datos toba_constructor::get_runtime($componente);
        
$this->datos->inicializar();
        
$datos = array(    'nombre'=>$this->clase.' generado automaticamente',
                        
'proyecto'=>$this->proyecto);
        
$this->ini();
    }

    function 
ini()
    {
        
$this->datos->set_fila_columna_valor(0,'proyecto',$this->proyecto);
    }

    function 
cargar($zona)
    {
        
$this->datos->cargar(array('proyecto' => $this->proyecto'zona' => $zona));
    }

    
//--------------------------------------------------------------------------------------------------------
    
function set_identificador_zona($zona)
    {
        
$this->datos->set_fila_columna_valor(0'zona'$zona);
    }

    function 
set_descripcion($descripcion)
    {
        
$this->datos->set_fila_columna_valor(0'nombre'$descripcion);
    }

    function 
set_archivo($archivo)
    {
        
$this->datos->set_fila_columna_valor(0'archivo'$archivo);
    }

    function 
set_clase_consulta($clase)
    {
        
$this->datos->set_fila_columna_valor(0'consulta_clase'$clase);
    }

    function 
set_archivo_consulta($archivo)
    {
        
$this->datos->set_fila_columna_valor(0'consulta_archivo'$archivo);
    }

    function 
set_metodo_consulta($metodo)
    {
        
$this->datos->set_fila_columna_valor(0'consulta_metodo'$metodo);
    }

    function 
set_punto_montaje($pm)
    {
        
$this->datos->set_fila_columna_valor(0'punto_montaje'$pm);                        
    }
    
    
//-----------------------------------------------------------------------------------------------------------
    
function get_clave_componente_generado()
    {
        
$datos $this->datos->get_clave_valor(0);
        return array(
'zona' => $datos['zona'],
                        
'proyecto' => $datos['proyecto']);
    }
}
?>

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