!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/lampp/lib/php/Math/Integer/   drwxr-xr-x
Free 13.96 GB of 61.93 GB (22.54%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     common.php (2.96 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

include_once 'PEAR.php';

class 
Math_Integer_Common {/*{{{*/

    
var $_value;
    
    function 
Math_Integer_Common($value) {/*{{{*/
        
$this->setValue($value);
    }
/*}}}*/

    
function toString() {/*{{{*/
        
return strval($this->_value);
    }
/*}}}*/

    
function makeClone() {/*{{{*/
        
return new Math_Integer_Common($this->toString());
    }
/*}}}*/

    
function setValue($value) {/*{{{*/
        
$this->_value $value;
    }
/*}}}*/

    
function getValue() {/*{{{*/
        
return $this->_value;
    }
/*}}}*/

    
function negate() {/*{{{*/
        
return $this->_noImplemented('negate');
    }
/*}}}*/

    
function abs() {/*{{{*/
        
return $this->_noImplemented('abs');
    }
/*}}}*/

    
function fact() {/*{{{*/
        
return $this->_noImplemented('fact');
    }
/*}}}*/

    
function add(&$int) {/*{{{*/
        
return $this->_noImplemented('add');
    }
/*}}}*/

    
function inc() {/*{{{*/
        
return $this->_noImplemented('inc');
    }
/*}}}*/

    
function sub(&$int) {/*{{{*/
        
return $this->_noImplemented('sub');
    }
/*}}}*/

    
function dec() {/*{{{*/
        
return $this->_noImplemented('dec');
    }
/*}}}*/

    
function mul(&$int) {/*{{{*/
        
return $this->_noImplemented('mul');
    }
/*}}}*/

    
function div(&$int) {/*{{{*/
        
return $this->_noImplemented('div');
    }
/*}}}*/

    
function pow(&$int) {/*{{{*/
        
return $this->_noImplemented('pow');
    }
/*}}}*/

    
function powmod(&$int) {/*{{{*/
        
return $this->_noImplemented('pow');
    }
/*}}}*/

    
function sqrt() {/*{{{*/
        
return $this->_noImplemented('sqrt');
    }
/*}}}*/

    
function mod(&$int) {/*{{{*/
        
return $this->_noImplemented('mod');
    }
/*}}}*/

    
function compare(&$int) {/*{{{*/
        
return $this->_noImplemented('compare');
    }
/*}}}*/

    
function sign(&$int) {/*{{{*/
        
return $this->_noImplemented('sign');
    }
/*}}}*/

    
function &gcd(&$int) {/*{{{*/
        
return $this->_noImplemented('gcd');
    }
/*}}}*/

    
function isOdd() {/*{{{*/
        
return $this->_noImplemented('isOdd');
    }
/*}}}*/

    
function isEven() {/*{{{*/
        
return $this->_noImplemented('isEven');
    }
/*}}}*/

    
function isPositive() {/*{{{*/
        
return $this->_noImplemented('isPositive');
    }
/*}}}*/

    
function isNegative() {/*{{{*/
        
return $this->_noImplemented('isNegative');
    }
/*}}}*/

    
function isZero() {/*{{{*/
        
return $this->_noImplemented('isZero');
    }
/*}}}*/

    
function isPrime($reps) {/*{{{*/
        
return $this->_noImplemented('probPrime');
    }
/*}}}*/

    
function _is(&$obj$classname) {/*{{{*/
        
if (!is_object($obj)) {
            return 
false;
        }
        if (
function_exists('is_a')) {
            return 
is_a($obj$classname);
        } else {
            return 
strtolower(get_class($obj)) == strtolower($classname);
        }
    }
/*}}}*/

    
function _notImplemented($func) {/*{{{*/
        
return PEAR::raiseError("Method $func not implemented");
    }
/*}}}*/
}/*}}}*/

?>

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