Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.15.2.88
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
cleahvkv /
dsfdf /
wp-content /
themes /
specia /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
bootstrap.min.js
36.01
KB
-rw-r--r--
2021-01-05 18:46
component.js
8.3
KB
-rw-r--r--
2021-01-05 18:46
custom.js
2.3
KB
-rw-r--r--
2021-01-05 18:46
dropdown.js
199
B
-rw-r--r--
2021-01-05 18:46
jquery.simple-text-rotator.min.js
3.04
KB
-rw-r--r--
2021-01-05 18:46
jquery.sticky.js
7.63
KB
-rw-r--r--
2021-01-05 18:46
modernizr.custom.js
8.3
KB
-rw-r--r--
2021-01-05 18:46
owl.carousel.min.js
39.46
KB
-rw-r--r--
2021-01-05 18:46
skip-link-focus-fix.js
913
B
-rw-r--r--
2021-01-05 18:46
specia-theme-admin.js
118
B
-rw-r--r--
2021-01-05 18:46
wow.js
15.69
KB
-rw-r--r--
2021-01-05 18:46
wow.min.js
8.22
KB
-rw-r--r--
2021-01-05 18:46
Save
Rename
/* * Slider Script */ jQuery(document).ready(function() { var owl = jQuery('.slider-version-one'); owl.owlCarousel({ nav: owl.children().length > 1, navText: ["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], loop: owl.children().length > 1, autoplayTimeout:5000, margin: 0, autoplay: true, items:1, smartSpeed:450, responsive: { 0: { items: 1 }, 600: { items: 1 }, 1000: { items: 1 } } }) }) /* Text Rotator Function */ jQuery(document).ready(function(){ jQuery(".demo1 .rotate").textrotator({ animation: "fade", speed: 1000 }); }); /* Sticky Header Function */ jQuery(function() { jQuery('a.page-scroll').bind('click', function(event) { var $anchor = $(this); var nav_height = $('.navbar').innerHeight(); jQuery('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top - nav_height }, 1500, 'easeInOutExpo'); event.preventDefault(); }); jQuery('body').scrollspy({ target: '.sticky-nav', offset: 60 }) }); jQuery(document).ready(function() { jQuery(window).load(function(){ jQuery(".sticky-nav").sticky({ topSpacing: 0 }); }); }); /* Top Scroller Function */ jQuery(".top-scroll").hide(); jQuery(function () { jQuery(window).scroll(function () { if (jQuery(this).scrollTop() > 500) { jQuery('.top-scroll').fadeIn(); } else { jQuery('.top-scroll').fadeOut(); } }); jQuery('a.top-scroll').click(function () { jQuery('body,html').animate({ scrollTop: 0 }, 800); return false; }); }); /* //wow-animated */ jQuery(document).ready(function() { wow = new WOW({ boxClass: 'wow', // animated element css class (default is wow) animateClass: 'animated', // animation css class (default is animated) offset: 100, // distance to the element when triggering the animation (default is 0) mobile: true, // trigger animations on mobile devices (true is default) live: true // consatantly check for new WOW elements on the page (true is default) }) wow.init(); });