Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
phpmyadmin /
themes /
metro /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
_alert.scss
844
B
-rw-r--r--
_breadcrumb.scss
485
B
-rw-r--r--
_card.scss
438
B
-rw-r--r--
_codemirror.scss
1.5
KB
-rw-r--r--
_common.scss
41.15
KB
-rw-r--r--
_designer.scss
6.85
KB
-rw-r--r--
_enum-editor.scss
929
B
-rw-r--r--
_font.scss
658
B
-rw-r--r--
_forms.scss
114
B
-rw-r--r--
_gis.scss
436
B
-rw-r--r--
_icons.scss
11.42
KB
-rw-r--r--
_jqplot.scss
4.7
KB
-rw-r--r--
_list-group.scss
581
B
-rw-r--r--
_modal.scss
78
B
-rw-r--r--
_nav.scss
946
B
-rw-r--r--
_navbar.scss
370
B
-rw-r--r--
_navigation.scss
7.99
KB
-rw-r--r--
_print.scss
1.8
KB
-rw-r--r--
_reboot.scss
570
B
-rw-r--r--
_tables.scss
534
B
-rw-r--r--
_variables.scss
6.75
KB
-rw-r--r--
blueeyes-theme.scss
106
B
-rw-r--r--
mono-theme.scss
102
B
-rw-r--r--
redmond-theme.scss
105
B
-rw-r--r--
teal-theme.scss
102
B
-rw-r--r--
theme.scss
431
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _codemirror.scss
// Styles for CodeMirror editor for the Metro theme $textarea-cols: 40 !default; $textarea-rows: 15 !default; .CodeMirror { font-family: $font-family-monospace !important; height: 20rem; border: 1px solid #ccc; direction: ltr; } // Code mirror default style (do not affect the console style) .CodeMirror.cm-s-default { // @see: issue #17705 div.CodeMirror-scroll { margin-right: 0; padding-bottom: 0; } } #pma_console .CodeMirror { border: none; } .CodeMirror * { font-family: $font-family-monospace; } #inline_editor_outer .CodeMirror { height: ceil($textarea-rows * 0.4em); margin-bottom: 10px; } .insertRowTable .CodeMirror { min-height: ceil($textarea-rows * 0.6em); min-width: ceil($textarea-cols * 0.6em); } #pma_console .CodeMirror-gutters { background-color: initial; border: none; } span { &.cm-keyword, &.cm-statement-verb { color: #909; } &.cm-variable { color: black; } &.cm-comment { color: #808000; } &.cm-mysql-string { color: #008000; } &.cm-operator { color: fuchsia; } &.cm-mysql-word { color: black; } &.cm-builtin { color: #f00; } &.cm-variable-2 { color: #f90; } &.cm-variable-3 { color: #00f; } &.cm-separator { color: fuchsia; } &.cm-number { color: teal; } } .autocomplete-column-name { display: inline-block; } .autocomplete-column-hint { display: inline-block; float: right; color: #666; margin-left: 1em; } .CodeMirror-hints { z-index: 1999; }
Close