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.85.123
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 /
holidaysocho-old /
[ HOME SHELL ]
Name
Size
Permission
Action
GIF_White.gif
4.41
MB
-rw-r--r--
index.html
2.55
KB
-rw-r--r--
script.js
5.88
KB
-rw-r--r--
style.css
2.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
function run(){ var search = document.getElementById('input_field').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)); } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // -------------> This Function is to Copy The Text Results Generated by The AI. <------------ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function myFunction() { // Get the text field var copyText = document.getElementById("input_field1"); // Select the text field copyText.select(); copyText.setSelectionRange(0, 99999); // For mobile devices // Copy the text inside the text field navigator.clipboard.writeText(copyText.value); // Alert the copied text // alert("Copied the text: " + copyText.value); var cpy_txt = copyText.value; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // -------------> This Function is to Conver Text to PDF, Generated by The AI. <------------ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function pdf_wala1 () { var text = document.getElementById("input_field1").value; // create a new PDF document // var doc = new jsPDF(); // -------------> Original //----------> // ---------------->YAHA PE WORD WRAP HO RAHA HAI <------------------ // It's the Time For Disco -2 // It's The Time For Disco.... var lMargin=15; //left margin in mm var rMargin=15; //right margin in mm var pdfInMM=210; // width of A4 in mm var doc = new jsPDF("p","mm","a4"); ///-----------------YAHA PE PDF FONT SET KAR SAKTE HAI----------------------- //var lines = doc.splitTextToSize(text, doc.internal.pageSize.getWidth() - 20); ///-----------------YAHA PE PDF FONT SET KAR SAKTE HAI----------------------- //doc.setFont("courier", "bolditalic"); // doc.text("This is centred text.", 105, 80, null, null, "center"); // doc.text( " ", 20, 140, null, 10); // "10 degrees rotated" //doc.setFont("times", "normal"); // doc.setFont("courier", "bolditalic"); // doc.setFont("helvetica", "italic"); doc.setFont("Symbol", "normal"); // add the text to the document // doc.text( 10, 10, lines); // doc.setFont("helvetica", "bold"); //---------------------> YAHA PAR RGB COLOR SET HOTA HAI --> QRIPYA SAMPARK KARE <-------------------------- doc.setTextColor(0, 0, 0); // sets font color to red (RGB value) ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// var lines =doc.splitTextToSize(text, (pdfInMM-lMargin-rMargin)); doc.text(lMargin,20,lines); //doc.save('Generated.pdf'); //------------------------------YAHA PE PDF GENERATION KE TYPES HAI------------------------------------------- // doc.text(20, 20, 'This is the default font.'); // doc.setFont("courier", "normal"); // doc.text("This is courier normal.", 20, 30); // doc.setFont("times", "italic"); // doc.text("This is times italic.", 20, 40); // doc.setFont("helvetica", "bold"); // doc.text("This is helvetica bold.", 20, 50); // doc.setFont("courier", "bolditalic"); // doc.text("This is courier bolditalic.", 20, 60); // doc.setFont("times", "normal"); // doc.text("This is centred text.", 105, 80, null, null, "center"); // doc.text("And a little bit more underneath it.", 105, 90, null, null, "center"); // doc.text("This is right aligned text", 200, 100, null, null, "right"); // doc.text("And some more", 200, 110, null, null, "right"); // doc.text("Back to left", 20, 120); // doc.text("10 degrees rotated", 20, 140, null, 10); // doc.text("-10 degrees rotated", 20, 160, null, -10); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // save the document as a PDF file //---------------------------- HAMARE YAHA IMAGE ADD KIYA ZATA HAI ---> QRIPYA SAMPARK KARE :) -------> BEGINS // var imgData = 'deva.png' var imgUrl = 'https://i.ibb.co/KG8Vvf5/image16.jpg'; // <a href="https://ibb.co/sPXsYNg"><img src="https://i.ibb.co/KG8Vvf5/image16.jpg" alt="image16" border="0"></a> var imgData; ////---------------------------- HAMARE YAHA IMAGE ADD KIYA ZATA HAI ---> QRIPYA SAMPARK KARE :) --------> ENDS doc.save("Holiday-socho-ai.pdf"); // ------------------------------->HUM RUN BUTTON KA END HAI<----------------DON'T TOUCH ME :() } function load_animation(){ const playButton = document.getElementById('submit_button'); //const playButton = document.getElementById('play-button'); --> For Button Wala const gifContainer = document.getElementById('gif-container'); playButton.addEventListener('click', () => { const gifImage = document.createElement('img'); gifImage.src = 'GIF_White.gif'; //gifImage.src = 'GIF_Transparent'; // gifContainer.appendChild(gifImage); gifContainer.style.display = 'block'; setTimeout(() => { gifContainer.removeChild(gifImage); gifContainer.style.display = 'none'; }, 6000); }); }
Close