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 /
theme /
boost /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
aria.min.js
4.83
KB
-rwxrwxrwx
aria.min.js.map
13.31
KB
-rwxrwxrwx
drawer.min.js
3.76
KB
-rwxrwxrwx
drawer.min.js.map
10.36
KB
-rwxrwxrwx
form-display-errors.min.js
2.1
KB
-rwxrwxrwx
form-display-errors.min.js.map
7.25
KB
-rwxrwxrwx
loader.min.js
3.04
KB
-rwxrwxrwx
loader.min.js.map
3.92
KB
-rwxrwxrwx
pending.min.js
2.38
KB
-rwxrwxrwx
pending.min.js.map
4.08
KB
-rwxrwxrwx
popover.min.js
356
B
-rwxrwxrwx
popover.min.js.map
95
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
scroll.min.js
1.57
KB
-rwxrwxrwx
scroll.min.js.map
2.72
KB
-rwxrwxrwx
toast.min.js
340
B
-rwxrwxrwx
toast.min.js.map
93
B
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scroll.min.js.map
{"version":3,"file":"scroll.min.js","sources":["../src/scroll.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * Manage user scroll in Moodle for future floating elements.\n *\n * @copyright 2020 Ferran Recio <ferran@moodle.org>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\n\n/**\n * Moodle scroll handling. For now it just handle a \"scrolled\" class\n * on the body tag but in the near future could handle more floating\n * elements like option bars, docked elements or other active elements.\n *\n * @class MoodleScroll\n */\nexport default class MoodleScroll {\n\n /**\n * Initialise the scroll monitoring.\n *\n * @method init\n * @chainable\n * @return {Object} this.\n */\n init() {\n this.scrollY = 0;\n window.addEventListener(\"scroll\", this.scrollHandler.bind(this));\n return this;\n }\n\n /**\n * Add special classes to body depending on scroll position.\n *\n * @method update\n * @chainable\n * @return {Integer} current scroll position.\n */\n getScrollPosition() {\n return window.pageYOffset || document.documentElement.scrollTop;\n }\n\n /**\n * Add special classes to body depending on scroll position.\n *\n * @method update\n * @chainable\n */\n scrollHandler() {\n const body = document.querySelector('body');\n const scrollY = this.getScrollPosition();\n if (scrollY >= window.innerHeight) {\n body.classList.add('scrolled');\n } else {\n body.classList.remove('scrolled');\n }\n }\n}\n"],"names":["MoodleScroll","scrollY","window","addEventListener","this","scrollHandler","bind","pageYOffset","document","documentElement","scrollTop","body","querySelector","getScrollPosition","innerHeight","classList","add","remove"],"mappings":";;;;;;;IA6BqBA,ySASjB,uBACSC,QAAU,EACfC,OAAOC,iBAAiB,SAAUC,KAAKC,cAAcC,KAAKF,OACnDA,sCAUX,kBACWF,OAAOK,aAAeC,SAASC,gBAAgBC,uCAS1D,eACUC,KAAOH,SAASI,cAAc,QACpBR,KAAKS,qBACNX,OAAOY,YAClBH,KAAKI,UAAUC,IAAI,YAEnBL,KAAKI,UAAUE,OAAO"}
Close