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


Viewing file:     Ratio.php (2.07 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * @author Andreas Åkre Solberg <andreas.solberg@uninett.no>
 * @package simpleSAMLphp
 * @version $Id: Ratio.php 1535 2009-06-23 08:15:13Z andreassolberg $
 */
class sspmod_statistics_Statistics_Rulesets_Ratio extends sspmod_statistics_Statistics_Rulesets_BaseRule {

    protected 
$refrule1;
    protected 
$refrule2;
    
    
/**
     * Constructor
     */
    
public function __construct($statconfig$ruleconfig$ruleid$available) {
        
assert('$statconfig instanceof SimpleSAML_Configuration');
        
assert('$ruleconfig instanceof SimpleSAML_Configuration');
        
        
parent::__construct($statconfig$ruleconfig$ruleid$available);
        
        
$refNames $this->ruleconfig->getArray('ref');
        
        
$statrulesConfig $this->statconfig->getConfigItem('statrules');
        
        
$statruleConfig1 $statrulesConfig->getConfigItem($refNames[0]);
        
$statruleConfig2 $statrulesConfig->getConfigItem($refNames[1]);
        
        
$this->refrule1 = new sspmod_statistics_Statistics_Rulesets_BaseRule($this->statconfig$statruleConfig1$refNames[0], $available);
        
$this->refrule2 = new sspmod_statistics_Statistics_Rulesets_BaseRule($this->statconfig$statruleConfig2$refNames[1], $available);
    }
    
    public function 
availableTimeRes() {
        return 
$this->refrule1->availableTimeRes();
    }
    
    public function 
availableFileSlots($timeres) {
        return 
$this->refrule1->availableFileSlots($timeres);
    }

    protected function 
resolveTimeRes($preferTimeRes) {
        return 
$this->refrule1->resolveTimeRes($preferTimeRes);
    }
    
    protected function 
resolveFileSlot($timeres$preferTime) {
        return 
$this->refrule1->resolveFileSlot($timeres$preferTime);
    }
    
    
    public function 
getTimeNavigation($timeres$preferTime) {
        return 
$this->refrule1->getTimeNavigation($timeres$preferTime);
    }
    
    public function 
getDataSet($preferTimeRes$preferTime) {
        
$timeres $this->resolveTimeRes($preferTimeRes);
        
$fileslot $this->resolveFileSlot($timeres$preferTime);
        
        
$refNames $this->ruleconfig->getArray('ref');
        
        
$dataset = new sspmod_statistics_RatioDataset($this->statconfig$this->ruleconfig$refNames$timeres$fileslot);
        return 
$dataset;
    }
    

}


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