!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/asistentes/   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_asistente_importacion.php (1.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class toba_asistente_importacion extends toba_asistente
{
    
    function 
posee_informacion_completa()
    {
        return 
true;
        
/*$datos_molde = $this->dr_molde->tabla('molde')->get();    
        if( isset($datos_molde['carpeta_archivos']) && isset($datos_molde['prefijo_clases']) ) {
            return true;    
        }
        return false;*/
    
}    
        
    
    protected function 
generar_base()
    {
    }    
    
    function 
generar()
    {
        
    }

    protected function 
generar_elementos($id_item)
    {
        
//--- Carga el item acual
        
$item = new toba_item_molde($this);
        
$item->cargar($id_item);
                    
        
//--- Clona el ci actual 
        
$datos_destino $this->dr_molde->tabla('molde')->get();
        
$datos_origen $this->dr_molde->tabla('base')->get();
        
$id_origen = array();
        
$id_origen['proyecto'] = $datos_origen['origen_proyecto'];
        
$id_origen['componente'] = $datos_origen['origen_item'];
        
$item_origen toba_constructor::get_info($id_origen'toba_item');

        
$opciones = array();
        
$opciones['proyecto'] = $this->id_molde_proyecto;
        
$opciones['fuente_datos'] = $datos_destino['fuente'];
        
$opciones['fuente_datos_proyecto'] = $this->id_molde_proyecto;
        if (isset(
$datos_destino['punto_montaje'])) {
            
$opciones['punto_montaje'] = $datos_destino['punto_montaje'];
            
$item->set_punto_montaje($datos_destino['punto_montaje']);        
        }
        foreach (
$item_origen->get_hijos() as $hijo) {    
            
$id_nuevo_hijo $hijo->clonar($opciones$datos_destino['carpeta_archivos'], false);
            
$item->asociar_objeto($id_nuevo_hijo['componente']);
        }
        
        
//-- Genera el item
        
$item->generar();
        
$this->generar_archivos_consultas();
        
$this->guardar_log_elementos_generados();
    }    

}

?>

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