Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
php /
Math /
Integer /
[ HOME SHELL ]
Name
Size
Permission
Action
bcmath.php
6.92
KB
-rw-r--r--
common.php
2.96
KB
-rw-r--r--
gmp.php
10.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : common.php
<?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"); }/*}}}*/ }/*}}}*/ ?>
Close