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


Viewing file:     temp-login.php (4.04 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
* AUTHOR: Samuel Muñoz Hidalgo
* EMAIL: samuel.mh@gmail.com
* LAST REVISION: 22-DEC-08
* DESCRIPTION: InfoCard module template.
*/
    
$this->includeAtTemplateBase('includes/header.php'); 
    if (isset(
$this->data['error'])) { ?>
        <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('error_header'); ?></h2>
        
        <p><?php echo $this->t($this->data['error']); ?> </p>
        </div>
    <?php ?>

    <h2 style="break: both"><?php echo $this->t('user_IC_header'); ?></h2>
    
    <p><?php echo $this->t('user_IC_text'); ?></p>
    
    <form name="ctl00" id="ctl00" method="post" action="?AuthState=<?php echo htmlspecialchars($this->data['stateparams']['AuthState'])?>">

<!--        <ic:informationCard xmlns:ic="<?php echo $this->data['InfoCard']['schema'?>" name="xmlToken" 
            issuer="<?php echo $this->data['InfoCard']['issuer']; ?>"
            <?php 
                
if ($this->data['InfoCard']['issuerPolicy']!='') echo 'issuerPolicy="'.$this->data['InfoCard']['issuerPolicy'].'"';
                if (
$this->data['InfoCard']['tokenType']!='') echo 'tokenType="'.$this->data['InfoCard']['tokenType'].'"';            
                if (
$this->data['InfoCard']['privacyURL']!='') echo 'privacyUrl="'.$this->data['InfoCard']['privacyURL'].'"';
                if (
$this->data['InfoCard']['privacyVersion']!='') echo 'privacyVersion="'.$this->data['InfoCard']['privacyVersion'].'"'?>>
            <?php
                $schema 
$this->data['InfoCard']['schema']."/claims/";
                foreach (
$this->data['InfoCard']['requiredClaims'] as $claim=>$data) {
                    echo 
"<ic:add claimType = \"".$schema.$claim."\" optional=\"false\" />\n";
                }
                foreach (
$this->data['InfoCard']['optionalClaims'] as $claim=>$data) {
                    echo 
"<ic:add claimType = \"".$schema.$claim."\" optional=\"true\" />\n";
                }
                unset(
$value);?>
        </ic:informationCard>-->
        
        <OBJECT type="application/x-informationCard" name="xmlToken">
            <?php 
                
echo '<PARAM Name="issuer" Value="'.$this->data['InfoCard']['issuer']."\">\n";
                if (
$this->data['InfoCard']['issuerPolicy']!='') echo '<PARAM Name="issuerPolicy" Value="'.$this->data['InfoCard']['issuerPolicy']."\">\n";
                if (
$this->data['InfoCard']['tokenType']!='') echo '<PARAM Name="tokenType" Value="'.$this->data['InfoCard']['tokenType']."\">\n";
                if (
$this->data['InfoCard']['privacyURL']!='') echo '<PARAM Name="privacyUrl" Value="'.$this->data['InfoCard']['privacyURL']."\">\n";
                if (
$this->data['InfoCard']['privacyVersion']!='')echo '<PARAM Name="privacyVersion" Value="'.$this->data['InfoCard']['privacyVersion']."\">\n";?>
            <PARAM Name="requiredClaims" Value="<?php
                $schema 
$this->data['InfoCard']['schema']."/claims/";
                foreach (
$this->data['InfoCard']['requiredClaims'] as $claim=>$data) {
                    echo 
$schema.$claim." ";
                }
?>">
            <PARAM Name="optionalClaims" Value="<?php
                $schema 
$this->data['InfoCard']['schema']."/claims/";
                foreach (
$this->data['InfoCard']['optionalClaims'] as $claim=>$data) {
                    echo 
$schema.$claim." ";
                }
?>">
        </OBJECT>
        
        <input type='image' src="<?php echo $this->data['IClogo']; ?>" style='cursor:pointer' />
    </form>
    
<!--     GET INFOCARD SECTION -->
    <?php
        
if (strcmp($this->data['CardGenerator'],'')>0) {
            echo 
'<h2>'.$this->t('get_IC').'</h2>';
            echo 
'<a href="'.$this->data['CardGenerator'].'?AuthState='.$this->data['stateparams']['AuthState'].'">'.$this->t('get_IC_link').'</a>';
         }
    
?>
     
<!--      HELP SECTION -->
    <h2><?php echo $this->t('help_header'); ?></h2>    
    <p><?php echo $this->t('help_text'); ?></p>
    <?php
        
if ((array_key_exists('contact_info_URL',$this->data)) && ($this->data['contact_info_URL']!=null)) 
            echo 
"<p><a href='".$this->data['contact_info_URL']."'>".$this->t('contact_info')."</a><p/>";
        if ((
array_key_exists('help_desk_email_URL',$this->data)) && ($this->data['help_desk_email_URL']!=null)) 
            echo 
"<p><a href='".$this->data['help_desk_email_URL']."'>".$this->t('help_desk_email')."</a></p>";
    
?>
    
<?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.2756 ]--