Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
human /
wp-content /
themes /
medihealth /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
bootstrap.js
73.71
KB
-rwxr-xr-x
bootstrap.min.js
56.71
KB
-rwxr-xr-x
bootstrap.min.js.map
185.79
KB
-rwxr-xr-x
isotope.js
42.31
KB
-rwxr-xr-x
isotope.pkgd.min.js
34.58
KB
-rwxr-xr-x
jquery.easing.1.3.js
8.11
KB
-rwxr-xr-x
menu.js
13.07
KB
-rwxr-xr-x
mobile-menu.js
2.19
KB
-rwxr-xr-x
screen-reader-text.js
675
B
-rwxr-xr-x
search-form.js
332
B
-rwxr-xr-x
sections-scripts.js
1.71
KB
-rwxr-xr-x
swiper.js
171.71
KB
-rwxr-xr-x
swiper.min.js
135.25
KB
-rwxr-xr-x
swiper.min.js.map
170.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sections-scripts.js
/** * All Section Scripts * * @package MediHealth WordPress theme */ jQuery(document).ready(function(){ /** * Slider **/ var swiper = new Swiper('.swiper-container.main_slider', { //loop: true, resistance: true, followFinger: true, autoplay: false, slidesPerGroup: 1, pagination: { el: '.swiper-pagination.main_nav', clickable: true, }, }); if(jQuery(".swiper-container .swiper-slide").length == 1) { jQuery('.swiper-wrapper').addClass( "disabled" ); jQuery('.swiper-pagination').addClass( "disabled" ); } /** * Testimonial **/ var swiper = new Swiper('.swiper-container.patient_slider_inner', { loop: true, autoplay: true, navigation: { nextEl: '.swiper-button-next.patient_nav', prevEl: '.swiper-button-prev.patient_nav', }, }); /** * Portfolio **/ var jQuerycontainer = jQuery('.portfolioContainer'); jQuerycontainer.isotope({ filter: '*', layoutMode: 'fitRows', animationOptions: { duration: 750, easing: 'linear', queue: false } }); jQuery('.portfolioFilter a').click(function(){ jQuery('.portfolioFilter .current').removeClass('current'); jQuery(this).addClass('current'); var selector = jQuery(this).attr('data-filter'); jQuerycontainer.isotope({ filter: selector, animationOptions: { duration: 750, easing: 'linear', queue: false } }); return false; }); /** * Header **/ jQuery('ul.nav li.dropdown').hover(function() { jQuery(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500); }, function() { jQuery(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500); }); });
Close