!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_led/proyectos/toba_editor/php/utilitarios/clonador_items/   drwxrwxr-x
Free 14.68 GB of 61.93 GB (23.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     accion_consola.php (1.44 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$this
->registrar_parametros();

if (!isset(
$this->parametros['-orig_proy'])) {
    throw new 
toba_error('El parámetro -orig_proy es obligatorio');
}
if (!isset(
$this->parametros['-orig_item'])) {
    throw new 
toba_error('El parámetro -orig_item es obligatorio');
}
if (!isset(
$this->parametros['-dest_proy'])) {
    throw new 
toba_error('El parámetro -dest_proy es obligatorio');
}
if (!isset(
$this->parametros['-dest_padre'])) {
    throw new 
toba_error('El parámetro -dest_padre es obligatorio');
}
if (!isset(
$this->parametros['-dest_fuente'])) {
    throw new 
toba_error('El parámetro -dest_fuente es obligatorio');
}

$id = array(    'proyecto' => $this->parametros['-orig_proy'],
                    
'componente' =>  $this->parametros['-orig_item']);
$info_item toba_constructor::get_info($id'toba_item');

$nuevos_datos = array();
$nuevos_datos['proyecto'] = $this->parametros['-dest_proy'];
$nuevos_datos['padre_proyecto'] = $nuevos_datos['proyecto'];
$nuevos_datos['padre'] = $this->parametros['-dest_padre'];
if (isset(
$this->parametros['-dest_anexo'])) {
    
$nuevos_datos['anexo_nombre'] = $this->parametros['-dest_anexo'];    
}
$nuevos_datos['fuente_datos'] = $this->parametros['-dest_fuente'];
$nuevos_datos['fuente_datos_proyecto'] = $nuevos_datos['proyecto'];
$directorio = (isset($this->parametros['-dest_dir'])) ? $this->parametros['-dest_dir'] : false;
$clave $info_item->clonar($nuevos_datos$directorio);

echo 
$clave['componente'];


?>

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