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
/
var /
www /
html /
vicas-dev /
static /
cms /
sass /
libs /
[ HOME SHELL ]
Name
Size
Permission
Action
_iconfont.scss
1.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _iconfont.scss
//############################################################################## // ICONOGRAPHY // default font file generated by gulp @font-face { font-family: "<%= fontName %>"; src: url("<%= fontPath %><%= fontName %>.eot"); src: url("<%= fontPath %><%= fontName %>.eot#iefix") format("eot"), url("<%= fontPath %><%= fontName %>.woff2") format("woff2"), url("<%= fontPath %><%= fontName %>.woff") format("woff"), url("<%= fontPath %><%= fontName %>.ttf") format("truetype"), url("<%= fontPath %><%= fontName %>.svg#<%= fontName %>") format("svg"); font-weight: normal; font-style: normal; } %icon { display: inline-block; font: normal normal normal 16px/1 <%= fontName %>; text-rendering: auto; transform: translate(0, 0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } @function icon-char($filename) { $char: ""; <% _.each(glyphs, function(glyph) { %> @if $filename == <%= glyph.fileName %> { $char: "<%= glyph.codePoint %>"; }<% }); %> @return $char; } .cms-icon { @extend %icon; } @mixin icon($filename, $insert: before) { &:#{$insert} { content: #{"\"\\"}#{icon-char($filename) + "\""}; } } // ############################################################################# // ICONS:start // use unicode characters for accessibility reasons and use aria-hidden="true" // for decorative icons // DOCS: http://filamentgroup.com/lab/bulletproof_icon_fonts.html <% _.each(glyphs, function(glyph) { %> .cms-icon-<%= glyph.fileName %> { @include icon(<%= glyph.fileName %>); } <% }); %>
Close