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.159
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 /
amatya.biz /
sass /
bootstrap /
mixins /
[ HOME SHELL ]
Name
Size
Permission
Action
_alerts.scss
263
B
-rwxrwxr-x
_background-variant.scss
233
B
-rwxrwxr-x
_border-radius.scss
492
B
-rwxrwxr-x
_buttons.scss
1.45
KB
-rwxrwxr-x
_center-block.scss
126
B
-rwxrwxr-x
_clearfix.scss
611
B
-rwxrwxr-x
_forms.scss
2.71
KB
-rwxrwxr-x
_gradients.scss
4.29
KB
-rwxrwxr-x
_grid-framework.scss
2.3
KB
-rwxrwxr-x
_grid.scss
3.13
KB
-rwxrwxr-x
_hide-text.scss
589
B
-rwxrwxr-x
_image.scss
1.18
KB
-rwxrwxr-x
_labels.scss
167
B
-rwxrwxr-x
_list-group.scss
672
B
-rwxrwxr-x
_nav-divider.scss
238
B
-rwxrwxr-x
_nav-vertical-align.scss
370
B
-rwxrwxr-x
_opacity.scss
149
B
-rwxrwxr-x
_pagination.scss
507
B
-rwxrwxr-x
_panels.scss
543
B
-rwxrwxr-x
_progress-bar.scss
200
B
-rwxrwxr-x
_reset-filter.scss
246
B
-rwxrwxr-x
_reset-text.scss
476
B
-rwxrwxr-x
_resize.scss
202
B
-rwxrwxr-x
_responsive-visibility.scss
514
B
-rwxrwxr-x
_size.scss
147
B
-rwxrwxr-x
_tab-focus.scss
165
B
-rwxrwxr-x
_table-row.scss
715
B
-rwxrwxr-x
_text-emphasis.scss
210
B
-rwxrwxr-x
_text-overflow.scss
168
B
-rwxrwxr-x
_vendor-prefixes.scss
6.49
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _image.scss
// Image Mixins // - Responsive image // - Retina image // Responsive image // // Keep images from scaling beyond the width of their parents. @mixin img-responsive($display: block) { display: $display; max-width: 100%; // Part 1: Set a maximum relative to the parent height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching } // Retina image // // Short retina mixin for setting background-image and -size. Note that the // spelling of `min--moz-device-pixel-ratio` is intentional. @mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) { background-image: url(if($bootstrap-sass-asset-helper, twbs-image-path("#{$file-1x}"), "#{$file-1x}")); @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { background-image: url(if($bootstrap-sass-asset-helper, twbs-image-path("#{$file-2x}"), "#{$file-2x}")); background-size: $width-1x $height-1x; } }
Close