Linux srv1.sbit.com.bd 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
Apache
: 192.99.39.68 | : 216.73.216.165
Cant Read [ /etc/named.conf ]
8.2.29
gzmcfenigov
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
gzmcfenigov /
public_html /
public /
frontend /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
New Text Document.txt
0
B
-rw-rw-rw-
aos.js
13.91
KB
-rw-rw-rw-
bootstrap.bundle.js
191.26
KB
-rw-rw-rw-
bootstrap.bundle.js.map
318.98
KB
-rw-rw-rw-
bootstrap.bundle.min.js
66.15
KB
-rw-rw-rw-
bootstrap.bundle.min.js.map
267.45
KB
-rw-rw-rw-
bootstrap.js
112.35
KB
-rw-rw-rw-
bootstrap.js.map
190.79
KB
-rw-rw-rw-
bootstrap.min.js
47.8
KB
-rw-rw-rw-
bootstrap.min.js.map
158.2
KB
-rw-rw-rw-
jquery-1.9.0.min.js
90.89
KB
-rw-rw-rw-
jquery-3.3.1.min.js
84.89
KB
-rw-rw-rw-
jquery.counterup.min.js
1.04
KB
-rw-rw-rw-
jquery.exzoom.js
20.51
KB
-rw-rw-rw-
jquery.nivo.slider.js
28.38
KB
-rw-rw-rw-
main.js
3.9
KB
-rw-rw-rw-
owl.carousel.min.js
43.3
KB
-rw-rw-rw-
sliderResponsive.js
3.16
KB
-rw-rw-rw-
uikit-icons.min.js
62.49
KB
-rw-rw-rw-
uikit.min.js
132.02
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
$(document).ready(function(){ $(".one").click(function(){ $(".ones").slideToggle(); }); }); $(document).ready(function(){ $(".two").click(function(){ $(".twos").slideToggle(); }); }); $(document).ready(function(){ $(".three").click(function(){ $(".threes").slideToggle(); }); }); $(document).ready(function(){ $(".four").click(function(){ $(".fours").slideToggle(); }); }); $(document).ready(function(){ $(".five").click(function(){ $(".fives").slideToggle(); }); }); // $(document).ready(function(){ // $("#toggle").click(function(){ // $(".menu").slideToggle("slow"); // }); // }); // $(window).load(function() { // $('#slider').nivoSlider(); // }); window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { document.getElementById("myBtn").style.display = "block"; } else { document.getElementById("myBtn").style.display = "none"; } } function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; } // $(document).ready(function(){ // $("#myBtn").click(function(){ // $("html,body").animate({scrollTop:0}); // }); // }); // $(window).scroll(function() { // if ($(window).scrollTop() > 20) { // $('.menubar').addClass('floatingNav'); // } else { // $('.menubar').removeClass('floatingNav'); // } // }); function openNav() { document.getElementById("mySidenav").style.width = "240px"; } function closeNav() { document.getElementById("mySidenav").style.width = "0"; } // function openSearch() { // document.getElementById("searchshow").style.display = "block"; // } // function closeSearch() { // document.getElementById("searchshow").style.display = "none"; // } // $(document).ready(function(){ // $(".nav-tabs a").click(function(){ // $(this).tab('show'); // }); // }); jQuery(document).ready(function(){ // This button will increment the value $('.qtyplus').click(function(e){ // Stop acting like a button e.preventDefault(); // Get the field name fieldName = $(this).attr('field'); // Get its current value var currentVal = parseInt($('input[name='+fieldName+']').val()); // If is not undefined if (!isNaN(currentVal)) { // Increment $('input[name='+fieldName+']').val(currentVal + 1); } else { // Otherwise put a 0 there $('input[name='+fieldName+']').val(0); } }); // This button will decrement the value till 0 $(".qtyminus").click(function(e) { // Stop acting like a button e.preventDefault(); // Get the field name fieldName = $(this).attr('field'); // Get its current value var currentVal = parseInt($('input[name='+fieldName+']').val()); // If it isn't undefined or its greater than 0 if (!isNaN(currentVal) && currentVal > 0) { // Decrement one $('input[name='+fieldName+']').val(currentVal - 1); } else { // Otherwise put a 0 there $('input[name='+fieldName+']').val(0); } }); }); // var modal = document.getElementById('id01'); // window.onclick = function(event) { // if (event.target == modal) { // modal.style.display = "none"; // } // } $(document).ready(function(){ $(".owl-carousel").owlCarousel({ items:4, loop:true, touchDrag:true, autoplay:true, autoplayTimeout:2000, autoplayHoverPause:true, responsiveClass:true, responsive:{ 0:{ items:1, }, 600:{ items:2, }, 1000:{ items:4, } } }); }); $(function(){ $("#exzoom").exzoom({ }); });
Close