Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
static /
wpadmin /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxrwxr-x
2026-06-24 16:29
content.js
1
KB
-rw-r--r--
2026-06-24 16:29
menus.js
4.12
KB
-rw-r--r--
2026-06-24 16:29
Save
Rename
jQuery(document).ready(function($) { // filters $('#changelist-filter .filter').each( function() { $(this).width($(this).outerWidth(true) + 15); } ); $('#changelist-filter .filter ul').each( function() { $(this).css({'position': 'absolute', 'left': $(this).position().left}); } ); // icons $('img[src$="/admin/img/icon-yes.gif"][alt="True"]').hide() .after('<i class="fa fa-fw fa-check-square-o"></i>'); $('img[src$="/admin/img/icon-no.gif"][alt="False"]').hide() .after('<i class="fa fa-fw fa-minus-square-o"></i>'); // collapsible fieldsets $('.module.collapse.collapse-opened h2 .collapse-toggle').click(); // fix bottom bar buttons widths function fixBottomBar() { var $bar = $('#bottombar').removeClass('wp-narrow'), width = 0; if ($bar.length) { $bar.children().each( function() { width += $(this).outerWidth(true); } ); if (width > $('#content').outerWidth(true)) { $bar.addClass('wp-narrow'); } } } $(window).resize(fixBottomBar).resize(); });