Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.131
Cant Read [ /etc/named.conf ]
7.4.33
trade
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 /
trade /
portal.tradesense.co.ke /
public /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
dashboard
[ DIR ]
drwxr-xr-x
plugins-init
[ DIR ]
drwxr-xr-x
calendar-2.js
2.13
KB
-rw-r--r--
calendar.js
2.44
KB
-rw-r--r--
custom.min.js
16.98
KB
-rw-r--r--
demo-2.js
7.68
KB
-rw-r--r--
deznav-2-init.js
1.31
KB
-rw-r--r--
deznav-init.js
1.31
KB
-rw-r--r--
highlight.min.js
54.46
KB
-rw-r--r--
invoice.js
360
B
-rw-r--r--
styleSwitcher.js
21.76
KB
-rw-r--r--
user.js
548
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : demo-2.js
"use strict" 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 dzThemeSet0 = { /* Default Theme */ typography: "outfit", version: "light", layout: "vertical", primary: "color_1", headerBg: "color_1", navheaderBg: "color_2", sidebarBg: "color_2", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", }; var dzThemeSet1 = { typography: "outfit", version: "light", layout: "vertical", primary: "color_12", headerBg: "color_12", navheaderBg: "color_12", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "wide", }; var dzThemeSet2 = { typography: "outfit", version: "light", layout: "vertical", primary: "color_9", headerBg: "color_1", navheaderBg: "color_9", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "wide", }; var dzThemeSet3 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_7", headerBg: "color_1", navheaderBg: "color_7", sidebarBg: "color_7", sidebarStyle: "compact", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", }; var dzThemeSet4 = { typography: "poppins", version: "light", layout: "horizontal", primary: "color_10", headerBg: "color_10", navheaderBg: "color_10", sidebarBg: "color_1", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", }; var dzThemeSet5 = { typography: "poppins", version: "light", layout: "horizontal", primary: "color_12", headerBg: "color_12", navheaderBg: "color_12", sidebarBg: "color_12", sidebarStyle: "full", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", }; var dzThemeSet6 = { typography: "poppins", version: "light", layout: "vertical", primary: "color_11", headerBg: "color_1", navheaderBg: "color_11", sidebarBg: "color_11", sidebarStyle: "mini", sidebarPosition: "fixed", headerPosition: "fixed", containerLayout: "full", }; function themeChange(theme){ var themeSettings = {}; themeSettings = eval('dzThemeSet'+theme); dzSettingsOptions = themeSettings; /* For Screen Resize */ new dzSettings(themeSettings); /* To Set Sidebar left panel in the horizontal view */ if(themeSettings.layout == 'horizontal'){ jQuery('.wallet-bar').removeClass('active'); jQuery('.wallet-open').removeClass('active'); }else{ jQuery('.wallet-bar').addClass('active'); jQuery('.wallet-open').addClass('active'); } 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:dzSettingsOptions[optionKey]; }); //console.log(themeOptionArr); dzSettingsOptions = themeOptionArr; new dzSettings(dzSettingsOptions); setThemeLogo(); /* To Set Sidebar left panel in the horizontal view */ if(themeOptionArr.layout == 'horizontal'){ jQuery('.wallet-bar').removeClass('active'); jQuery('.wallet-open').removeClass('active'); }else{ if($(window).width() > 768){ jQuery('.wallet-bar').addClass('active'); jQuery('.wallet-open').addClass('active'); } } } } /* set switcher option start */ function getElementAttrs(el) { return [].slice.call(el.attributes).map((attr) => { return { name: attr.name, value: attr.value } }); } function handleSetThemeOption(item, index, arr) { var attrName = item.name.replace('data-','').replace('-','_'); if(attrName === "nav_headerbg" || attrName === "headerbg" || attrName === "sidebarbg" || attrName === "primary"){ var attrNameColor = attrName.replace("bg","") document.getElementById(attrNameColor+"_"+item.value).checked = true; }else if(attrName === "direction"){ }else if(jQuery(attrName).length > 0){ document.getElementById(attrName).value = item.value; } $('.default-select').niceSelect('update'); } /* set switcher option end */ jQuery(document).on('click', '.dz_theme_demo', function(){ var demoTheme = jQuery(this).data('theme'); themeChange(demoTheme, 'ltr'); var allAttrs = getElementAttrs(document.querySelector('body')); allAttrs.forEach(handleSetThemeOption); }); jQuery(document).on('click', '.dz_theme_demo_rtl', function(){ var demoTheme = jQuery(this).data('theme'); themeChange(demoTheme, 'rtl'); }); jQuery(window).on('load', function(){ var allAttrs = getElementAttrs(document.querySelector('body')); allAttrs.forEach(handleSetThemeOption); //direction = (direction != undefined)?direction:'ltr'; if(theme != undefined){ themeChange(theme); }else if(getCookie('version') == ''){ themeChange(0); } /* Set Theme On Page From Cookie */ setThemeOptionOnPage(); }); jQuery(window).on('load', function(){ //direction = (direction != undefined)?direction:'ltr'; if(theme != undefined){ themeChange(theme); /* Activate demo */ jQuery('.dz-demo-bx').removeClass('demo-active'); jQuery('[data-theme="'+theme+'"]').parent().parent().addClass('demo-active'); }else if(getCookie('version') == ''){ themeChange(0); } /* Set Theme On Page From Cookie */ setThemeOptionOnPage(); }); })(jQuery);
Close