ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
resources
/
themes
/
theme_aster
/
public
/
assets
/
js
/
Viewing: user-wallet.js
"use strict"; $(document).ready(function () { // ---- Filter Dropdown functionality const filterDropdown = $(".transaction-filter_dropdown"); const filterCloseBtn = $("#filterCloseBtn"); const filterSubmitBtn = $("#filterSubmitBtn"); const dropdownToggle = $("#transactionFilterBtn"); filterDropdown.on("click", function (e) { e.stopPropagation(); }); filterCloseBtn.add(filterSubmitBtn).on("click", function (e) { e.stopPropagation(); dropdownToggle.dropdown("toggle"); }); $(document).on("click", ".daterangepicker .drp-buttons", function (e) { console.log("clicked inside"); e.stopPropagation(); $("#transactionFilterBtn").click(); }); // filter by $(".transaction_filter_by label").on("click", function () { $(".transaction_filter_by label") .removeClass("btn-outline-primary") .addClass("btn-outline-secondary"); $(this) .removeClass("btn-outline-secondary") .addClass("btn-outline-primary"); }); // Date Range Picker Initialization $('input[name="transaction_range"]').daterangepicker({ autoUpdateInput: false, locale: { format: "DD/MM/YYYY", }, }); $('input[name="transaction_range"]').on( "apply.daterangepicker", function (ev, picker) { $(this).val( picker.startDate.format("DD/MM/YYYY") + " - " + picker.endDate.format("DD/MM/YYYY") ); } ); $('input[name="transaction_range"]').on( "cancel.daterangepicker", function (ev, picker) { $(this).val(""); } ); // --- Earn By checkbox functionality $(".transaction_earn_by input[type='checkbox']").on("change", function () { const checkbox = $(this); const link = checkbox.siblings("a"); if (checkbox.is(":checked")) { checkbox.removeClass("border-dark"); link.addClass("text--primary"); } else { checkbox.addClass("border-dark"); link.removeClass("text--primary"); } }); // ---- Filter Dropdown functionality ends });
Coded With 💗 by
0x6ick