Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
usr /
share /
phpmyadmin /
themes /
metro /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
_alert.scss
661
B
-rw-r--r--
_breadcrumbs.scss
501
B
-rw-r--r--
_card.scss
742
B
-rw-r--r--
_codemirror.scss
1.31
KB
-rw-r--r--
_common.scss
51.25
KB
-rw-r--r--
_designer.scss
7.05
KB
-rw-r--r--
_enum-editor.scss
946
B
-rw-r--r--
_font.scss
658
B
-rw-r--r--
_forms.scss
114
B
-rw-r--r--
_gis.scss
437
B
-rw-r--r--
_icons.scss
11.22
KB
-rw-r--r--
_jqplot.scss
4.76
KB
-rw-r--r--
_list-group.scss
618
B
-rw-r--r--
_modal.scss
78
B
-rw-r--r--
_nav.scss
519
B
-rw-r--r--
_navbar.scss
382
B
-rw-r--r--
_navigation.scss
8.05
KB
-rw-r--r--
_reboot.scss
202
B
-rw-r--r--
_resizable-menu.scss
565
B
-rw-r--r--
_rte.scss
656
B
-rw-r--r--
_tables.scss
275
B
-rw-r--r--
_variables.scss
5.72
KB
-rw-r--r--
blueeyes-theme-rtl.scss
60
B
-rw-r--r--
blueeyes-theme.scss
43
B
-rw-r--r--
mono-theme-rtl.scss
56
B
-rw-r--r--
mono-theme.scss
39
B
-rw-r--r--
printview.scss
2.46
KB
-rw-r--r--
redmond-theme-rtl.scss
59
B
-rw-r--r--
redmond-theme.scss
42
B
-rw-r--r--
teal-theme-rtl.scss
56
B
-rw-r--r--
teal-theme.scss
39
B
-rw-r--r--
theme-rtl.scss
35
B
-rw-r--r--
theme.scss
502
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; } #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: 999; }
Close