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


Viewing file:     pant_portada.php (3.94 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class pant_portada extends toba_ei_pantalla
{
    function 
generar_layout()
    {

        echo 
'<table style="width: 100%; border-collapse: separate;
    border-spacing: 10px 20px; ">

        <tr>
            <td style="vertical-align: top; width: 60%;">
                <p>'
;
                
$this->dep('ml_portada')->generar_html();
                echo 
'</p>
            </td>
            <td style="vertical-align: top;">
                <p>'
;
                
$this->dep('ml_secundaria')->generar_html();
                echo 
'
                </p>
            </td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top;">
                <p>'
;
                
$this->dep('ml_publicidad1')->generar_html();
            echo 
'</p>
            </td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_actualidad_entre_nosotros')->generar_html();
            echo 
'</td>
            <td style="vertical-align: top;">'
;

                
$this->dep('ml_publicidad2')->generar_html();
                
$this->dep('ml_publicidad14')->generar_html();

            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">
                '
;
                
$this->dep('ml_publicidad3')->generar_html();

                echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_actualidad_nacional')->generar_html(); 
            echo
'</td>
            <td style="vertical-align: top;">'
;
                
/*$this->dep('form_aen')->generar_html(); echo '<br />';*/
                
$this->dep('ml_publicidad4')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_policiales')->generar_html();
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_publicidad5')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_publicidad6')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_el_mundo')->generar_html();
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_turismo')->generar_html(); echo '<br />';
                
$this->dep('ml_publicidad7')->generar_html(); echo '<br />';
                
$this->dep('ml_publicidad8')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_mejores_fotos')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_publicidad9')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_deporte')->generar_html(); echo '<br />';
                
$this->dep('ml_opinion')->generar_html(); 
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_publicidad10')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_publicidad11')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_tv_fueguina')->generar_html();
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_historias')->generar_html(); echo '<br />';
                
$this->dep('ml_carta')->generar_html(); 
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_publicidad12')->generar_html(); 
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_tecnologia')->generar_html(); 
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_encuesta')->generar_html(); 
            echo 
'</td>
        </tr>
        <tr>
            <td style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_espectaculos')->generar_html(); 
            echo 
'</td>
            <td style="vertical-align: top;">'
;
                
$this->dep('ml_publicidad13')->generar_html(); 
            echo 
'</td>
        </tr>
        <tr>
            <td colspan="2" style="vertical-align: top; width: 60%;">'
;
                
$this->dep('ml_tapas')->generar_html(); 
            echo 
'</td>
        </tr>

</table>
'
;

    }

}

?>

:: 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: 1.0427 ]--