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 /
insepet /
libromaster /
theme /
silky-red /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.html
135
B
-rwxrwxrwx
config.php
5.65
KB
-rwxrwxrwx
csshover.htc
3.23
KB
-rwxrwxrwx
docstyles.php
1.65
KB
-rwxrwxrwx
favicon.ico
894
B
-rwxrwxrwx
footer.html
399
B
-rwxrwxrwx
header.html
2.32
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
styles.php
914
B
-rwxrwxrwx
styles_color.css
10.87
KB
-rwxrwxrwx
styles_fonts.css
8.36
KB
-rwxrwxrwx
styles_layout.css
6.94
KB
-rwxrwxrwx
styles_tabs.css
4.73
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?PHP // $Id: config.php,v 1.10 2006/09/28 10:32:25 jamiesensei Exp $ //////////////////////////////////////////////////////////////////////////////// /// This file contains a few configuration variables that control /// how Moodle uses this theme. //////////////////////////////////////////////////////////////////////////////// $THEME->sheets = array('styles_layout', 'styles_fonts', 'styles_color', 'styles_tabs'); /// This variable is an array containing the names of all the /// stylesheet files you want included in this theme, and in what order. //////////////////////////////////////////////////////////////////////////////// $THEME->standardsheets = array('styles_layout'); /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the /// array exists, it will be used to choose the /// files to include in the standard style sheet. /// When false, then no files are used. /// When true or NON-EXISTENT, then ALL standard files are used. /// This parameter can be used, for example, to prevent /// having to override too many classes. /// Note that the trailing .css should not be included /// eg $THEME->standardsheets = array('styles_layout','styles_fonts','styles_color'); //////////////////////////////////////////////////////////////////////////////// $THEME->parent = ''; /// This variable can be set to the name of a parent theme /// which you want to have included before the current theme. /// This can make it easy to make modifications to another /// theme without having to actually change the files /// If this variable is empty or false then a parent theme /// is not used. //////////////////////////////////////////////////////////////////////////////// $THEME->parentsheets = false; /// This variable can be set to an array containing /// filenames from a chosen *PARENT* theme. If the /// array exists, it will be used to choose the /// files to include in the standard style sheet. /// When false, then no files are used. /// When true or NON-EXISTENT, then ALL standard files are used. /// This parameter can be used, for example, to prevent /// having to override too many classes. /// Note that the trailing .css should not be included /// eg $THEME->parentsheets = array('styles_layout','styles_fonts','styles_color'); //////////////////////////////////////////////////////////////////////////////// $THEME->modsheets = true; /// When this is enabled, then this theme will search for /// files named "styles.php" inside all Activity modules and /// include them. This allows modules to provide some basic /// layouts so they work out of the box. /// It is HIGHLY recommended to leave this enabled. $THEME->blocksheets = true; /// When this is enabled, then this theme will search for /// files named "styles.php" inside all Block modules and /// include them. This allows Blocks to provide some basic /// layouts so they work out of the box. /// It is HIGHLY recommended to leave this enabled. $THEME->langsheets = false; /// By setting this to true, then this theme will search for /// a file named "styles.php" inside the current language /// directory. This allows different languages to provide /// different styles. $THEME->navmenuwidth = 50; /// You can use this to control the cutoff point for strings /// in the navmenus (list of activities in popup menu etc) /// Default is 50 characters wide. $THEME->makenavmenulist = false; /// By setting this to true, then you will have access to a /// new variable in your header.html and footer.html called /// $navmenulist ... this contains a simple XHTML menu of /// all activities in the current course, mostly useful for /// creating popup navigation menus and so on. $THEME->resource_mp3player_colors = 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'. 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'. 'font=Arial&fontColour=3333FF&buffer=10&waitForPlay=no&autoPlay=yes'; $THEME->resources = base64_decode('Jm5ic3A7PGEgaHJlZj0iaHR0cDovL3d3dy50aGVtemEuY29tL21vb2RsZS9zaWxreS1yZWQtdGhlbWUuaHRtbCI+U2lsa3kgUmVkPC9hPiA8YSBocmVmPSJodHRwOi8vd3d3Lm50Y2hvc3RpbmcuY29tL21vb2RsZS13ZWItaG9zdGluZy5odG1sIiB0aXRsZT0ic3R1ZGVudCB3ZWIgaG9zdGluZyI+TlRDaG9zdGluZzwvYT4gIA=='); /// With this you can control the colours of the "big" MP3 player /// that is used for MP3 resources. $THEME->filter_mediaplugin_colors = 'bgColour=000000&btnColour=ffffff&btnBorderColour=cccccc&iconColour=000000&'. 'iconOverColour=00cc00&trackColour=cccccc&handleColour=ffffff&loaderColour=ffffff&'. 'waitForPlay=yes'; /// ...And this controls the small embedded player $THEME->custompix = true; /// If true, then this theme must have a "pix" /// subdirectory that contains copies of all /// files from the moodle/pix directory, plus a /// "pix/mod" directory containing all the icons /// for all the activity modules. //////////////////////////////////////////////////////////////////////////////// // These colours are not used anymore, so I've set them to // bright green to help identify where they should be removed // These lines will be deleted soon $THEME->body = "#22FF22"; // Main page color $THEME->cellheading = "#22FF22"; // Standard headings of big tables $THEME->cellheading2 = "#22FF22"; // Highlight headings of tables $THEME->cellcontent = "#22FF22"; // For areas with text $THEME->cellcontent2 = "#22FF22"; // Alternate colour $THEME->borders = "#22FF22"; // Table borders $THEME->highlight = "#22FF22"; // Highlighted text (eg after a search) $THEME->hidden = "#22FF22"; // To color things that are hidden $THEME->autolink = "#22FF22"; // To color auto-generated links (eg glossary) ?>
Close