Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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 /
verseaumee /
www /
templates /
bizone /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
bootstrap.min.js
36.01
KB
-rw----r--
functions.js
4.49
KB
-rw----r--
jPushMenu.js
2.93
KB
-rw----r--
jqSocialSharer.min.js
1.37
KB
-rw----r--
jquery-countTo.js
2.62
KB
-rw----r--
jquery.appear.js
3.26
KB
-rw----r--
jquery.circliful.js
9.4
KB
-rw----r--
jquery.easing.min.js
5.48
KB
-rw----r--
jquery.fancybox-media.js
5.37
KB
-rw----r--
jquery.fancybox-thumbs.js
3.9
KB
-rw----r--
jquery.fancybox.js
49.54
KB
-rw----r--
jquery.mixitup.min.js
27.69
KB
-rw----r--
jquery.parallax-1.1.3.js
1.8
KB
-rw----r--
owl.carousel.min.js
23.38
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
wow.min.js
4.67
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : functions.js
jQuery(function($) {'use strict', //Window Loaded Handler $(window).load(function(){'use strict'; $(".loader").fadeOut("slow"); }); // ========================================================================= // Back to Top // ========================================================================= if ($('.go-top').length) { var scrollTrigger = 100, // px backToTop = function () { var scrollTop = $(window).scrollTop(); if (scrollTop > scrollTrigger) { $('.go-top').addClass('show'); } else { $('.go-top').removeClass('show'); } }; backToTop(); $(window).on('scroll', function () { backToTop(); }); $('.go-top').on('click', function (e) { e.preventDefault(); $('html,body').animate({ scrollTop: 0 }, 700); }); } //Change Diffrent Logos on Nav jQuery(window).scroll(function() { if (jQuery(window).scrollTop() >= 25) { jQuery("a.bizone-logo img").attr("src", jQuery("a.bizone-logo img").attr("data-sticky")); } else { jQuery("a.bizone-logo img").attr("src", jQuery("a.bizone-logo img").attr("data-default")); } }); // Scroll One Page Menu $('a.page-scroll, .cbp-spmenu a').on('click', function(event){ console.log("click"); var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1200, 'easeInOutExpo'); event.preventDefault(); if(!$("#main-navigation").hasClass("index5")){ $('#navigation').affix({offset: {top: 50} }); } }); // Submenu var menu_timeout; $('ul.navbar-nav li.parent.dropdown').hover( function(){ var me=$(this); menu_timeout=window.setTimeout(function(){ me.children('ul').slideDown(); },300); }, function(){ var me=$(this); window.clearTimeout(menu_timeout); me.children('ul').slideUp(); } ); //Facts Counters Home Page $(".number-counters").appear(function () { $(".number-counters [data-to]").each(function () { var e = $(this).attr("data-to"); $(this).delay(6e3).countTo({ from: 50, to: e, speed: 3e3, refreshInterval: 50 }) }) }); //FOr Circular Progress show $('.some').appear(function () { $('.myStat2').circliful() }); //For Testinomial $("#testinomial-slider").owlCarousel({ autoPlay : true, navigation : true, slideSpeed : 250, pagination : false, navigationText :["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], singleItem:true }); //For Publication Section(Home Page) $("#publication-slider").owlCarousel({ autoPlay: true, pagination : false, navigationText :["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], navigation : true, items : 3, itemsDesktop : [1199,3], itemsDesktopSmall : [979,3] }); //Paralax Page Slider var owl = $("#paralax-slider"); owl.owlCarousel({ autoPlay: 3000, navigation : false, singleItem : true, transitionStyle : "fade" }); // portfolio filtering $(".project-wrapper").mixItUp(); // Popup $(".fancybox").fancybox({ openEffect : 'fade', closeClick : true, helpers : { media : {} } }); //Video Popup $('.fancybox-media').fancybox({ openEffect : 'fade', closeEffect : 'none', helpers : { media : {} } }); //Push Menu on click $('.toggle-menu').jPushMenu(); $(document).on('click', function () { $('.cbp-spmenu-right').removeClass('menu-open'); }); $('#menu-toggle').on('click', function (e) { e.stopPropagation(); $('.cbp-spmenu-right').toggleClass('menu-open'); }); $('.cbp-spmenu-right').on('click', function (e) { e.stopPropagation(); }); //Parallax effects $('#bg-paralax ').parallax("50%", 0.3); $('#testinomial').parallax("50%", 0.2); $('.text-rotator').parallax("50%", 0.2); //Initiat WOW JS new WOW().init(); if($("ul.blue-social").length ){ $("ul.blue-social a").jqSocialSharer(); } }); if(screen.width <720 ){ $('div, img, input, textarea, button, a').removeClass('wow'); // to remove transition }
Close