!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.92 GB of 61.93 GB (24.09%)
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_evento.php (1.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
*    
*/
class toba_molde_evento
{
    private 
$datos;

    function 
__construct($identificador)
    {
        
$this->datos['identificador'] = $identificador;
    }

    function 
get_identificador()
    {
        return 
$this->datos['identificador'];
    }

    
//---------------------------------------------------
    //-- API de construccion
    //---------------------------------------------------

    
function set_etiqueta($etiqueta)
    {
        
$this->datos['etiqueta'] = $etiqueta;
    }
    
    function 
set_orden($orden)
    {
        
$this->datos['orden'] = $orden;
    }

    function 
maneja_datos()
    {
        
$this->datos['maneja_datos'] = 1;
    }
    
    function 
en_botonera($activar=true)
    {
        
$estado $activar 0;
        
$this->datos['en_botonera'] = $estado;
        
$this->datos['sobre_fila'] = $estado;
    }

    function 
sobre_fila()
    {
        
$this->datos['sobre_fila'] = 1;
        
$this->datos['en_botonera'] = 0;
    }

    function 
implicito()
    {
        
$this->datos['implicito'] = 1;
        
$this->datos['sobre_fila'] = 0;
        
$this->datos['en_botonera'] = 0;        
    }
    
    function 
set_predeterminado()
    {
        
$this->datos['defecto'] = 1;
    }

    function 
set_imagen($url_relativa$origen='apex')
    {
        if (
$origen != 'apex' &&  $origen != 'proyecto' ) {
            throw new 
toba_error_asistentes("Molde EVENTO: El origen de la imagen debe ser 'apex' o 'proyecto'. Valor recibido: $origen");    
        }
        
$this->datos['imagen_recurso_origen'] = $origen;
        
$this->datos['imagen'] = $url_relativa;
    }

    function 
set_grupos($grupos)
    {
        if(
is_array($grupos)){
            
$grupos implode(',',$grupos);    
        }
        
$this->datos['grupo'] = $grupos;
    }

    function 
set_confirmacion($mensaje)
    {
        
$this->datos['confirmacion'] = $mensaje;
    }
    
    function 
set_estilo($estilo)
    {
        
$this->datos['estilo'] = $estilo;
    }

    
//---------------------------------------------------
    
    
function get_datos()
    {
        return 
$this->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.8007 ]--