Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.137.221.252
202 Domain
8.1.31
nbspublicschool
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
/
home /
nbspublicschool /
public_html /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
slider
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
countdown.js
2.33
KB
-rw-r--r--
counter.plugin.js
919
B
-rw-r--r--
css.php
146
B
-rw-r--r--
custom.js
3.96
KB
-rw-r--r--
imagelightbox.min.js
4.6
KB
-rw-r--r--
isotope-docs.min.js
79.73
KB
-rw-r--r--
jquery.bxslider.min.js
18.91
KB
-rw-r--r--
jquery.flexslider-min.js
21.82
KB
-rw-r--r--
jquery.js
93.63
KB
-rw-r--r--
jquery.nicescroll.min.js
59.12
KB
-rw-r--r--
light_box_img.js
751
B
-rw-r--r--
menu.responsive.js
693
B
-rw-r--r--
modernizr.js
14.89
KB
-rw-r--r--
parallax.materialize.js
126.33
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
scroll.menu.js
1.46
KB
-rw-r--r--
slick.min.js
39.51
KB
-rw-r--r--
smk-accordion.js
3.24
KB
-rw-r--r--
sticky.menu.js
12.39
KB
-rw-r--r--
uikit.min.js
52.85
KB
-rw-r--r--
video.lightning.js
9.15
KB
-rw-r--r--
waypoints.min.js
7.86
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
(function () { "use strict"; // parallax js $('.parallax').parallax(); // couter up $('.counter, .cter').counterUp({ delay: 10, time: 2000 }); // video lightning $(".btn_play_vd").jqueryVideoLightning({ autoplay: 1, backdrop_color: "#ddd", backdrop_opacity: 0.6, glow: 20, glow_color: "#000" }); // carousel event $('.event_cs').bxSlider({ slideWidth: 370, minSlides: 1, maxSlides: 2, slideMargin:30, infiniteLoop: false, pager: false, moveSlides: 1 }); // smooth scroll $("html").niceScroll({ zindex: "99999", scrollspeed: 70, mousescrollstep: 50, cursorwidth: "6px", cursorborder: "0", cursorcolor: "#d2d2d2", cursorborderradius: "0px", }); //isotope $('.gallery_content').isotope({ layoutMode: 'fitRows', itemSelector: '.element-item', percentPosition: true, fitRows: { gutter: '.gutter-sizer' } }); // carousel_ demo about page $('.carousel_').bxSlider({ slideWidth: 400, minSlides: 1, maxSlides: 1, slideMargin:0, infiniteLoop: false, pager: true, controls: false, moveSlides: 1 }); //video link $(".icon_pl, .pl_grow_video, .vd_event_detail").jqueryVideoLightning({ autoplay: 1, backdrop_color: "#ddd", backdrop_opacity: 0.6, glow: 20, glow_color: "#000" }); // carousel_ blog page $('.box_carousel').slick({ dots: false, infinite: true, speed: 500, slidesToShow: 1, slidesToScroll: 1, }); // carousel_ event detail page $('.fly_crs').slick({ loop:true, dots: true, arrows: false, infinite: true, speed: 300, slidesToShow: 2, slidesToScroll: 2, }); // gallery on classes page $('#carousel').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, itemWidth: 90, itemMargin: 10, asNavFor: '#slider', move: 1, }); $('#slider').flexslider({ animation: "slide", controlNav: false, animationLoop: false, slideshow: false, sync: "#carousel", move: 1, }); // menu tabs sidebar blog $(".tabs_menu a").on('click', function(event) { event.preventDefault(); $(this).parent().addClass("tab_current"); $(this).parent().siblings().removeClass("tab_current"); var tab = $(this).attr("href"); $(".tab_content").not(tab).css("display", "none"); $(tab).fadeIn(); }); //accordion $(".accordion").smk_Accordion({ closeAble: true, }); // lightbox img $('.child_hv .btn_cl, .child_hv .ion-android-search').imageLightbox( { selector: 'id="imagelightbox"', // string; allowedTypes: 'png|jpg|jpeg|gif', // string; animationSpeed: 300, // integer; preloadNext: false, // bool; silently preload the next image enableKeyboard: true, // bool; enable keyboard shortcuts (arrows Left/Right and Esc) quitOnEnd: false, // bool; quit after viewing the last image quitOnImgClick: false, // bool; quit when the viewed image is clicked quitOnDocClick: true, // bool; quit when anything but the viewed image is clicked onStart: false, // function/bool; calls function when the lightbox starts onEnd: false, // function/bool; calls function when the lightbox quits onLoadStart: false, // function/bool; calls function when the image load begins onLoadEnd: false // function/bool; calls function when the image finishes loading }); // hover popup section class $(".popup_").hover(function () { $(".more_ span").addClass("background_more"); }, function () { $(".more_ span").removeClass("background_more"); }); // change button + color menu $( ".menu-item:has(.set_active)" ).addClass( "asp" ); })(jQuery);
Close