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


Viewing file:     ci_testing_selenium.php (2.11 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class ci_testing_selenium extends toba_ci
{
    protected 
$s__opciones;
    
    
//-----------------------------------------------------------------------------------
    //---- form_opciones ----------------------------------------------------------------
    //-----------------------------------------------------------------------------------

    
function conf__form_opciones(toba_ei_formulario $form)
    {
        
$proyecto toba_editor::get_proyecto_cargado();
        
$datos_defecto = array(
            
'host' => 'http://localhost',
            
'url' => toba::instancia()->get_url_proyecto($proyecto),
            
'path' => toba::instancia()->get_path_proyecto($proyecto).'/testing/selenium',
            
'archivo' => 'cobertura.html'
        
);
        
$form->set_datos_defecto($datos_defecto);
        if (isset(
$this->s__opciones)) {
            
$form->set_datos($this->s__opciones);
        }
    }

    function 
evt__form_opciones__modificacion($datos)
    {
        
$this->s__opciones $datos;
    }
    
    
    
//-----------------------------------------------------------------------------------
    //---- Generacion ----------------------------------------------------------------
    //-----------------------------------------------------------------------------------
    
    
function get_generador()
    {
        
$url $this->s__opciones['host'].$this->s__opciones['url'];
        
$proyecto toba_editor::get_proyecto_cargado();
        
$generador = new toba_testing_selenium($proyecto$url);
        
$version toba_editor::get_modelo_proyecto()->get_version_proyecto();
        
$version $version->__toString();
        if (
$this->s__opciones['test'] == 'operaciones') {
            
$generador->set_titulo("$proyecto $version - Cobertura de Operaciones");
            
$generador->test_operaciones($this->s__opciones['ir_pagina_inicial']);
        }
        return 
$generador;        
    }
    
    function 
conf__pant_generacion(toba_ei_pantalla $pantalla)
    {
        
$salida $this->get_generador()->get_salida();
        
$salida "<div style='height:200px; overflow:scroll;'>$salida</div>";
        
$pantalla->set_template($salida);
    }
    
    function 
evt__generar()
    {
        
$path $this->s__opciones['path'].'/'.$this->s__opciones['archivo'];        
        
$this->get_generador()->guardar($path);
        
$this->pantalla()->agregar_notificacion('Generado OK');
    }
    

}

?>

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