Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
/** * Multisite network settings administration panel. * * @package WordPress * @subpa..
Decoded Output download
<? /**
* Multisite network settings administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
/** WordPress Translation Installation API */
require_once ABSPATH . 'wp-admin/includes/translation-install.php';
if ( ! current_user_can( 'manage_network_options' ) ) {
wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
}
// Used in the HTML title tag.
$title = __( 'Network Settings' );
$parent_file = 'settings.php';
// Handle network admin email change requests.
if ( ! empty( $_GET['network_admin_hash'] ) ) {
$new_admin_details = get_site_option( 'network_admin_hash' );
$redirect = 'settings.php?updated=false';
if ( is_array( $new_admin_details ) && hash_equals( $new_admin_details['hash'], $_GET['network_admin_hash'] ) && ! empty( $new_admin_details['newemail'] ) ) {
update_site_option( 'admin_email', $new_admin_details['newemail'] );
delete_site_option( 'network_admin_hash' );
delete_site_option( 'new_admin_email' );
$redirect = 'settings.php?updated=true';
}
wp_redirect( network_admin_url( $redirect ) );
exit;
} elseif ( ! empty( $_GET['dismiss'] ) && 'new_network_admin_email' === $_GET['dismiss'] ) {
check_admin_referer( 'dismiss_new_network_admin_email' );
delete_site_option( 'network_admin_hash' );
delete_site_option( 'new_admin_email' );
wp_redirect( network_admin_url( 'settings.php?updated=true' ) );
exit;
}
add_action( 'admin_head', 'network_settings_add_js' );
get_current_screen()->add_help_tab(
array(
'id' => 'overview',
'title' => __( 'Overview' ),
'content' =>
'<p>' . __( 'This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.' ) . '</p>' .
'<p>' . __( 'Operational settings has fields for the network’s name and admin email.' ) . '</p>' .
'<p>' . __( 'Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.' ) . '</p>' .
'<p>' . __( 'New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.' ) . '</p>' .
'<p>' . __( 'Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).' ) . '</p>' .
'<p>' . __( 'You can set the language, and WordPress will automatically download and install the translation files (available if your filesystem is writable).' ) . '</p>' .
'<p>' . __( 'Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.' ) . '</p>' .
'<p>' . __( 'Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.' ) . '</p>',
)
);
get_current_screen()->set_help_sidebar(
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
'<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>' ) . '</p>' .
'<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
);
if ( $_POST ) {
/** This action is documented in wp-admin/network/edit.php */
do_action( 'wpmuadminedit' );
check_admin_referer( 'siteoptions' );
$checked_options = array(
'menu_items' => array(),
'registrationnotification' => 'no',
'upload_space_check_disabled' => 1,
'add_new_users' => 0,
);
foreach ( $checked_options as $option_name => $option_unchecked_value ) {
if ( ! isset( $_POST[ $option_name ] ) ) {
$_POST[ $option_name ] = $option_unchecked_value;
}
}
$options = array(
'registrationnotification',
'registration',
'add_new_users',
'menu_items',
'upload_space_check_disabled',
'blog_upload_space',
'upload_filetypes',
'site_name',
'first_post',
'first_page',
'first_comment',
'first_comment_url',
'first_comment_author',
'welcome_email',
'welcome_user_email',
'fileupload_maxk',
'illegal_names',
'limited_email_domains',
'banned_email_domains',
'WPLANG',
'new_admin_email',
'first_comment_email',
);
// Handle translation installation.
if ( ! empty( $_POST['WPLANG'] ) && current_user_can( 'install_languages' ) && wp_can_install_language_pack() ) {
$language = wp_download_language_pack( $_POST['WPLANG'] );
if ( $language ) {
$_POST['WPLANG'] = $language;
}
}
foreach ( $options as $option_name ) {
if ( ! isset( $_POST[ $option_name ] ) ) {
continue;
}
$value = wp_unslash( $_POST[ $option_name ] );
update_site_option( $option_name, $value );
}
/**
* Fires after the network options are updated.
*
* @since MU (3.0.0)
*/
do_action( 'update_wpmu_options' );
wp_redirect( add_query_arg( 'updated', 'true', network_admin_url( 'settings.php' ) ) );
exit;
}
require_once ABSPATH . 'wp-admin/admin-header.php';
if ( isset( $_GET['updated'] ) ) {
wp_admin_notice(
__( 'Settings saved.' ),
array(
'type' => 'success',
'dismissible' => true,
'id' => 'message',
)
);
}
?>
<div class="wrap">
<h1><?php echo ifhp0($woek1);?></h1>
<form method="post" action="settings.php" novalidate="novalidate">
<?php rfif2(base64_decode('c2l0ZW9wdGlvbnM='));?>
<h2><?php pqfk3(base64_decode('T3BlcmF0aW9uYWwgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><label for="site_name"><?php pqfk3(base64_decode('TmV0d29yayBUaXRsZQ=='));?></label></th>
<td>
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo ljsk4(huap5()->$ffap6);?>" />
</td>
</tr>
<tr>
<th scope="row"><label for="admin_email"><?php pqfk3(base64_decode('TmV0d29yayBBZG1pbiBFbWFpbA=='));?></label></th>
<td>
<input name="new_admin_email" type="email" id="admin_email" aria-describedby="admin-email-desc" class="regular-text" value="<?php echo ljsk4(yhnd7(base64_decode('YWRtaW5fZW1haWw=')));?>" />
<p class="description" id="admin-email-desc">
<?php pqfk3(base64_decode('VGhpcyBhZGRyZXNzIGlzIHVzZWQgZm9yIGFkbWluIHB1cnBvc2VzLiBJZiB5b3UgY2hhbmdlIHRoaXMsIGFuIGVtYWlsIHdpbGwgYmUgc2VudCB0byB5b3VyIG5ldyBhZGRyZXNzIHRvIGNvbmZpcm0gaXQuIDxzdHJvbmc+VGhlIG5ldyBhZGRyZXNzIHdpbGwgbm90IGJlY29tZSBhY3RpdmUgdW50aWwgY29uZmlybWVkLjwvc3Ryb25nPg=='));?>
</p>
<?php $rdwk8=yhnd7(base64_decode('bmV3X2FkbWluX2VtYWls'));if($rdwk8&&yhnd7(base64_decode('YWRtaW5fZW1haWw='))!==$rdwk8):$etux9=sprintf(jrkua(base64_decode('VGhlcmUgaXMgYSBwZW5kaW5nIGNoYW5nZSBvZiB0aGUgbmV0d29yayBhZG1pbiBlbWFpbCB0byAlcy4=')),base64_decode('PGNvZGU+').ifhp0($rdwk8).base64_decode('PC9jb2RlPg=='));$etux9.=sprintf(base64_decode('IDxhIGhyZWY9IiUxJHMiPiUyJHM8L2E+'),duxob(csgzc(junhd(base64_decode('c2V0dGluZ3MucGhwP2Rpc21pc3M9bmV3X25ldHdvcmtfYWRtaW5fZW1haWw=')),base64_decode('ZGlzbWlzc19uZXdfbmV0d29ya19hZG1pbl9lbWFpbA=='))),jrkua(base64_decode('Q2FuY2Vs')));zpnwe($etux9,array(base64_decode('dHlwZQ==')=>base64_decode('d2FybmluZw=='),base64_decode('ZGlzbWlzc2libGU=')=>true,base64_decode('YWRkaXRpb25hbF9jbGFzc2Vz')=>array(base64_decode('aW5saW5l')),));endif;?>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIFNldHRpbmdz'));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php pqfk3(base64_decode('QWxsb3cgbmV3IHJlZ2lzdHJhdGlvbnM='));?></th>
<?php if(!yhnd7(base64_decode('cmVnaXN0cmF0aW9u'))){kaehf(base64_decode('cmVnaXN0cmF0aW9u'),base64_decode('bm9uZQ=='));}$zxte10=yhnd7(base64_decode('cmVnaXN0cmF0aW9u'));?>
<td>
<fieldset>
<legend class="screen-reader-text">
<?php pqfk3(base64_decode('TmV3IHJlZ2lzdHJhdGlvbnMgc2V0dGluZ3M='));?>
</legend>
<label><input name="registration" type="radio" id="registration1" value="none"<?php mpgq11($zxte10,base64_decode('bm9uZQ=='));?> /> <?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIGlzIGRpc2FibGVk'));?></label><br />
<label><input name="registration" type="radio" id="registration2" value="user"<?php mpgq11($zxte10,base64_decode('dXNlcg=='));?> /> <?php pqfk3(base64_decode('VXNlciBhY2NvdW50cyBtYXkgYmUgcmVnaXN0ZXJlZA=='));?></label><br />
<label><input name="registration" type="radio" id="registration3" value="blog"<?php mpgq11($zxte10,base64_decode('YmxvZw=='));?> /> <?php pqfk3(base64_decode('TG9nZ2VkIGluIHVzZXJzIG1heSByZWdpc3RlciBuZXcgc2l0ZXM='));?></label><br />
<label><input name="registration" type="radio" id="registration4" value="all"<?php mpgq11($zxte10,base64_decode('YWxs'));?> /> <?php pqfk3(base64_decode('Qm90aCBzaXRlcyBhbmQgdXNlciBhY2NvdW50cyBjYW4gYmUgcmVnaXN0ZXJlZA=='));?></label>
<?php if(dpct12()){echo base64_decode('PHAgY2xhc3M9ImRlc2NyaXB0aW9uIj4=');printf(jrkua(base64_decode('SWYgcmVnaXN0cmF0aW9uIGlzIGRpc2FibGVkLCBwbGVhc2Ugc2V0ICUxJHMgaW4gJTIkcyB0byBhIFVSTCB5b3Ugd2lsbCByZWRpcmVjdCB2aXNpdG9ycyB0byBpZiB0aGV5IHZpc2l0IGEgbm9uLWV4aXN0ZW50IHNpdGUu')),base64_decode('PGNvZGU+Tk9CTE9HUkVESVJFQ1Q8L2NvZGU+'),base64_decode('PGNvZGU+d3AtY29uZmlnLnBocDwvY29kZT4='));echo base64_decode('PC9wPg==');}?>
</fieldset>
</td>
</tr>
<tr>
<th scope="row"><?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIG5vdGlmaWNhdGlvbg=='));?></th>
<?php if(!yhnd7(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u'))){kaehf(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u'),base64_decode('eWVz'));}?>
<td>
<label><input name="registrationnotification" type="checkbox" id="registrationnotification" value="yes"<?php mpgq11(yhnd7(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u')),base64_decode('eWVz'));?> /> <?php pqfk3(base64_decode('U2VuZCB0aGUgbmV0d29yayBhZG1pbiBhbiBlbWFpbCBub3RpZmljYXRpb24gZXZlcnkgdGltZSBzb21lb25lIHJlZ2lzdGVycyBhIHNpdGUgb3IgdXNlciBhY2NvdW50'));?></label>
</td>
</tr>
<tr id="addnewusers">
<th scope="row"><?php pqfk3(base64_decode('QWRkIE5ldyBVc2Vycw=='));?></th>
<td>
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php mpgq11(yhnd7(base64_decode('YWRkX25ld191c2Vycw==')));?> /> <?php pqfk3(base64_decode('QWxsb3cgc2l0ZSBhZG1pbmlzdHJhdG9ycyB0byBhZGQgbmV3IHVzZXJzIHRvIHRoZWlyIHNpdGUgdmlhIHRoZSAiVXNlcnMgJnJhcnI7IEFkZCBOZXciIHBhZ2U='));?></label>
</td>
</tr>
<tr>
<th scope="row"><label for="illegal_names"><?php pqfk3(base64_decode('QmFubmVkIE5hbWVz'));?></label></th>
<td>
<?php $shtq13=yhnd7(base64_decode('aWxsZWdhbF9uYW1lcw=='));if(empty($shtq13)){$shtq13='';}elseif(is_array($shtq13)){$shtq13=implode(base64_decode('IA=='),$shtq13);}?>
<input name="illegal_names" type="text" id="illegal_names" aria-describedby="illegal-names-desc" class="large-text" value="<?php echo ljsk4($shtq13);?>" size="45" />
<p class="description" id="illegal-names-desc">
<?php pqfk3(base64_decode('VXNlcnMgYXJlIG5vdCBhbGxvd2VkIHRvIHJlZ2lzdGVyIHRoZXNlIHNpdGVzLiBTZXBhcmF0ZSBuYW1lcyBieSBzcGFjZXMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="limited_email_domains"><?php pqfk3(base64_decode('TGltaXRlZCBFbWFpbCBSZWdpc3RyYXRpb25z'));?></label></th>
<td>
<?php $qgig14=yhnd7(base64_decode('bGltaXRlZF9lbWFpbF9kb21haW5z'));if(empty($qgig14)){$qgig14='';}else{$qgig14=str_replace(base64_decode('IA=='),base64_decode('Cg=='),$qgig14);if(is_array($qgig14)){$qgig14=implode(base64_decode('Cg=='),$qgig14);}}?>
<textarea name="limited_email_domains" id="limited_email_domains" aria-describedby="limited-email-domains-desc" cols="45" rows="5">
<?php echo cjja15($qgig14);?></textarea>
<p class="description" id="limited-email-domains-desc">
<?php pqfk3(base64_decode('SWYgeW91IHdhbnQgdG8gbGltaXQgc2l0ZSByZWdpc3RyYXRpb25zIHRvIGNlcnRhaW4gZG9tYWlucy4gT25lIGRvbWFpbiBwZXIgbGluZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="banned_email_domains"><?php pqfk3(base64_decode('QmFubmVkIEVtYWlsIERvbWFpbnM='));?></label></th>
<td>
<?php $zmli16=yhnd7(base64_decode('YmFubmVkX2VtYWlsX2RvbWFpbnM='));if(empty($zmli16)){$zmli16='';}elseif(is_array($zmli16)){$zmli16=implode(base64_decode('Cg=='),$zmli16);}?>
<textarea name="banned_email_domains" id="banned_email_domains" aria-describedby="banned-email-domains-desc" cols="45" rows="5">
<?php echo cjja15($zmli16);?></textarea>
<p class="description" id="banned-email-domains-desc">
<?php pqfk3(base64_decode('SWYgeW91IHdhbnQgdG8gYmFuIGRvbWFpbnMgZnJvbSBzaXRlIHJlZ2lzdHJhdGlvbnMuIE9uZSBkb21haW4gcGVyIGxpbmUu'));?>
</p>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('TmV3IFNpdGUgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><label for="welcome_email"><?php pqfk3(base64_decode('V2VsY29tZSBFbWFpbA=='));?></label></th>
<td>
<textarea name="welcome_email" id="welcome_email" aria-describedby="welcome-email-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('d2VsY29tZV9lbWFpbA==')));?></textarea>
<p class="description" id="welcome-email-desc">
<?php pqfk3(base64_decode('VGhlIHdlbGNvbWUgZW1haWwgc2VudCB0byBuZXcgc2l0ZSBvd25lcnMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="welcome_user_email"><?php pqfk3(base64_decode('V2VsY29tZSBVc2VyIEVtYWls'));?></label></th>
<td>
<textarea name="welcome_user_email" id="welcome_user_email" aria-describedby="welcome-user-email-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('d2VsY29tZV91c2VyX2VtYWls')));?></textarea>
<p class="description" id="welcome-user-email-desc">
<?php pqfk3(base64_decode('VGhlIHdlbGNvbWUgZW1haWwgc2VudCB0byBuZXcgdXNlcnMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_post"><?php pqfk3(base64_decode('Rmlyc3QgUG9zdA=='));?></label></th>
<td>
<textarea name="first_post" id="first_post" aria-describedby="first-post-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfcG9zdA==')));?></textarea>
<p class="description" id="first-post-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IHBvc3Qgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_page"><?php pqfk3(base64_decode('Rmlyc3QgUGFnZQ=='));?></label></th>
<td>
<textarea name="first_page" id="first_page" aria-describedby="first-page-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfcGFnZQ==')));?></textarea>
<p class="description" id="first-page-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IHBhZ2Ugb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudA=='));?></label></th>
<td>
<textarea name="first_comment" id="first_comment" aria-describedby="first-comment-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfY29tbWVudA==')));?></textarea>
<p class="description" id="first-comment-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IGNvbW1lbnQgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_author"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBBdXRob3I='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_author" id="first_comment_author" aria-describedby="first-comment-author-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF9hdXRob3I=')));?>" />
<p class="description" id="first-comment-author-desc">
<?php pqfk3(base64_decode('VGhlIGF1dGhvciBvZiB0aGUgZmlyc3QgY29tbWVudCBvbiBhIG5ldyBzaXRlLg=='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_email"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBFbWFpbA=='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_email" id="first_comment_email" aria-describedby="first-comment-email-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF9lbWFpbA==')));?>" />
<p class="description" id="first-comment-email-desc">
<?php pqfk3(base64_decode('VGhlIGVtYWlsIGFkZHJlc3Mgb2YgdGhlIGZpcnN0IGNvbW1lbnQgYXV0aG9yIG9uIGEgbmV3IHNpdGUu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_url"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBVUkw='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_url" id="first_comment_url" aria-describedby="first-comment-url-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF91cmw=')));?>" />
<p class="description" id="first-comment-url-desc">
<?php pqfk3(base64_decode('VGhlIFVSTCBmb3IgdGhlIGZpcnN0IGNvbW1lbnQgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('VXBsb2FkIFNldHRpbmdz'));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php pqfk3(base64_decode('U2l0ZSB1cGxvYWQgc3BhY2U='));?></th>
<td>
<label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php mpgq11((bool)yhnd7(base64_decode('dXBsb2FkX3NwYWNlX2NoZWNrX2Rpc2FibGVk')),false);?>/>
<?php printf(jrkua(base64_decode('TGltaXQgdG90YWwgc2l6ZSBvZiBmaWxlcyB1cGxvYWRlZCB0byAlcyBNQg==')),base64_decode('PC9sYWJlbD48bGFiZWw+PGlucHV0IG5hbWU9ImJsb2dfdXBsb2FkX3NwYWNlIiB0eXBlPSJudW1iZXIiIG1pbj0iMCIgc3R5bGU9IndpZHRoOiAxMDBweCIgaWQ9ImJsb2dfdXBsb2FkX3NwYWNlIiBhcmlhLWRlc2NyaWJlZGJ5PSJibG9nLXVwbG9hZC1zcGFjZS1kZXNjIiB2YWx1ZT0i').ljsk4(yhnd7(base64_decode('YmxvZ191cGxvYWRfc3BhY2U='),100)).base64_decode('IiAvPg=='));?>
</label><br />
<p class="screen-reader-text" id="blog-upload-space-desc">
<?php pqfk3(base64_decode('U2l6ZSBpbiBtZWdhYnl0ZXM='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="upload_filetypes"><?php pqfk3(base64_decode('VXBsb2FkIGZpbGUgdHlwZXM='));?></label></th>
<td>
<input name="upload_filetypes" type="text" id="upload_filetypes" aria-describedby="upload-filetypes-desc" class="large-text" value="<?php echo ljsk4(yhnd7(base64_decode('dXBsb2FkX2ZpbGV0eXBlcw=='),base64_decode('anBnIGpwZWcgcG5nIGdpZg==')));?>" size="45" />
<p class="description" id="upload-filetypes-desc">
<?php pqfk3(base64_decode('QWxsb3dlZCBmaWxlIHR5cGVzLiBTZXBhcmF0ZSB0eXBlcyBieSBzcGFjZXMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="fileupload_maxk"><?php pqfk3(base64_decode('TWF4IHVwbG9hZCBmaWxlIHNpemU='));?></label></th>
<td>
<?php printf(jrkua(base64_decode('JXMgS0I=')),base64_decode('PGlucHV0IG5hbWU9ImZpbGV1cGxvYWRfbWF4ayIgdHlwZT0ibnVtYmVyIiBtaW49IjAiIHN0eWxlPSJ3aWR0aDogMTAwcHgiIGlkPSJmaWxldXBsb2FkX21heGsiIGFyaWEtZGVzY3JpYmVkYnk9ImZpbGV1cGxvYWQtbWF4ay1kZXNjIiB2YWx1ZT0i').ljsk4(yhnd7(base64_decode('ZmlsZXVwbG9hZF9tYXhr'),300)).base64_decode('IiAvPg=='));?>
<p class="screen-reader-text" id="fileupload-maxk-desc">
<?php pqfk3(base64_decode('U2l6ZSBpbiBraWxvYnl0ZXM='));?>
</p>
</td>
</tr>
</table>
<?php $ufzn17=eqvj18();$wtlx19=cbny1a();if(!empty($ufzn17)||!empty($wtlx19)){?>
<h2><?php pqfk3(base64_decode('TGFuZ3VhZ2UgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th><label for="WPLANG"><?php pqfk3(base64_decode('RGVmYXVsdCBMYW5ndWFnZQ=='));?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
<td>
<?php $lwzs1b=yhnd7(base64_decode('V1BMQU5H'));if(!in_array($lwzs1b,$ufzn17,true)){$lwzs1b='';}srbv1c(array(base64_decode('bmFtZQ==')=>base64_decode('V1BMQU5H'),base64_decode('aWQ=')=>base64_decode('V1BMQU5H'),base64_decode('c2VsZWN0ZWQ=')=>$lwzs1b,base64_decode('bGFuZ3VhZ2Vz')=>$ufzn17,base64_decode('dHJhbnNsYXRpb25z')=>$wtlx19,base64_decode('c2hvd19hdmFpbGFibGVfdHJhbnNsYXRpb25z')=>ozxn1d(base64_decode('aW5zdGFsbF9sYW5ndWFnZXM='))&&azea1e(),));?>
</td>
</tr>
</table>
<?php }?>
<?php $fzlp1f=yhnd7(base64_decode('bWVudV9pdGVtcw=='));/**
* Filters available network-wide administration menu options.
*
* Options returned to this filter are output as individual checkboxes that, when selected,
* enable site administrator access to the specified administration menu in certain contexts.
*
* Adding options for specific menus here hinges on the appropriate checks and capabilities
* being in place in the site dashboard on the other side. For instance, when the single
* default option, 'plugins' is enabled, site administrators are granted access to the Plugins
* screen in their individual sites' dashboards.
*
* @since MU (3.0.0)
*
* @param string[] $admin_menus Associative array of the menu items available.
*/ $kikm20=kvoj21(base64_decode('bXVfbWVudV9pdGVtcw=='),array(base64_decode('cGx1Z2lucw==')=>jrkua(base64_decode('UGx1Z2lucw=='))));if($kikm20):?>
<h2><?php pqfk3(base64_decode('TWVudSBTZXR0aW5ncw=='));?></h2>
<table id="menu" class="form-table">
<tr>
<th scope="row"><?php pqfk3(base64_decode('RW5hYmxlIGFkbWluaXN0cmF0aW9uIG1lbnVz'));?></th>
<td>
<?php echo base64_decode('PGZpZWxkc2V0PjxsZWdlbmQgY2xhc3M9InNjcmVlbi1yZWFkZXItdGV4dCI+').jrkua(base64_decode('RW5hYmxlIG1lbnVz')).base64_decode('PC9sZWdlbmQ+');foreach((array)$kikm20 as $nbtb22=>$ipzh23){echo base64_decode('PGxhYmVsPjxpbnB1dCB0eXBlPSdjaGVja2JveCcgbmFtZT0nbWVudV9pdGVtc1s=').$nbtb22.base64_decode('XScgdmFsdWU9JzEn').(isset($fzlp1f[$nbtb22])?mpgq11($fzlp1f[$nbtb22],base64_decode('MQ=='),false):'').base64_decode('IC8+IA==').ifhp0($ipzh23).base64_decode('PC9sYWJlbD48YnIvPg==');}echo base64_decode('PC9maWVsZHNldD4=');?>
</td>
</tr>
</table>
<?php endif;?>
<?php /**
* Fires at the end of the Network Settings form, before the submit button.
*
* @since MU (3.0.0)
*/ hixb24(base64_decode('d3BtdV9vcHRpb25z'));?>
<?php sbmg25();?>
</form>
</div>
<?php require_once ABSPATH.base64_decode('d3AtYWRtaW4vYWRtaW4tZm9vdGVyLnBocA=='); ?>
Did this file decode correctly?
Original Code
/**
* Multisite network settings administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.0.0
*/
/** Load WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';
/** WordPress Translation Installation API */
require_once ABSPATH . 'wp-admin/includes/translation-install.php';
if ( ! current_user_can( 'manage_network_options' ) ) {
wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
}
// Used in the HTML title tag.
$title = __( 'Network Settings' );
$parent_file = 'settings.php';
// Handle network admin email change requests.
if ( ! empty( $_GET['network_admin_hash'] ) ) {
$new_admin_details = get_site_option( 'network_admin_hash' );
$redirect = 'settings.php?updated=false';
if ( is_array( $new_admin_details ) && hash_equals( $new_admin_details['hash'], $_GET['network_admin_hash'] ) && ! empty( $new_admin_details['newemail'] ) ) {
update_site_option( 'admin_email', $new_admin_details['newemail'] );
delete_site_option( 'network_admin_hash' );
delete_site_option( 'new_admin_email' );
$redirect = 'settings.php?updated=true';
}
wp_redirect( network_admin_url( $redirect ) );
exit;
} elseif ( ! empty( $_GET['dismiss'] ) && 'new_network_admin_email' === $_GET['dismiss'] ) {
check_admin_referer( 'dismiss_new_network_admin_email' );
delete_site_option( 'network_admin_hash' );
delete_site_option( 'new_admin_email' );
wp_redirect( network_admin_url( 'settings.php?updated=true' ) );
exit;
}
add_action( 'admin_head', 'network_settings_add_js' );
get_current_screen()->add_help_tab(
array(
'id' => 'overview',
'title' => __( 'Overview' ),
'content' =>
'<p>' . __( 'This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.' ) . '</p>' .
'<p>' . __( 'Operational settings has fields for the network’s name and admin email.' ) . '</p>' .
'<p>' . __( 'Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.' ) . '</p>' .
'<p>' . __( 'New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.' ) . '</p>' .
'<p>' . __( 'Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).' ) . '</p>' .
'<p>' . __( 'You can set the language, and WordPress will automatically download and install the translation files (available if your filesystem is writable).' ) . '</p>' .
'<p>' . __( 'Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.' ) . '</p>' .
'<p>' . __( 'Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.' ) . '</p>',
)
);
get_current_screen()->set_help_sidebar(
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
'<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>' ) . '</p>' .
'<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
);
if ( $_POST ) {
/** This action is documented in wp-admin/network/edit.php */
do_action( 'wpmuadminedit' );
check_admin_referer( 'siteoptions' );
$checked_options = array(
'menu_items' => array(),
'registrationnotification' => 'no',
'upload_space_check_disabled' => 1,
'add_new_users' => 0,
);
foreach ( $checked_options as $option_name => $option_unchecked_value ) {
if ( ! isset( $_POST[ $option_name ] ) ) {
$_POST[ $option_name ] = $option_unchecked_value;
}
}
$options = array(
'registrationnotification',
'registration',
'add_new_users',
'menu_items',
'upload_space_check_disabled',
'blog_upload_space',
'upload_filetypes',
'site_name',
'first_post',
'first_page',
'first_comment',
'first_comment_url',
'first_comment_author',
'welcome_email',
'welcome_user_email',
'fileupload_maxk',
'illegal_names',
'limited_email_domains',
'banned_email_domains',
'WPLANG',
'new_admin_email',
'first_comment_email',
);
// Handle translation installation.
if ( ! empty( $_POST['WPLANG'] ) && current_user_can( 'install_languages' ) && wp_can_install_language_pack() ) {
$language = wp_download_language_pack( $_POST['WPLANG'] );
if ( $language ) {
$_POST['WPLANG'] = $language;
}
}
foreach ( $options as $option_name ) {
if ( ! isset( $_POST[ $option_name ] ) ) {
continue;
}
$value = wp_unslash( $_POST[ $option_name ] );
update_site_option( $option_name, $value );
}
/**
* Fires after the network options are updated.
*
* @since MU (3.0.0)
*/
do_action( 'update_wpmu_options' );
wp_redirect( add_query_arg( 'updated', 'true', network_admin_url( 'settings.php' ) ) );
exit;
}
require_once ABSPATH . 'wp-admin/admin-header.php';
if ( isset( $_GET['updated'] ) ) {
wp_admin_notice(
__( 'Settings saved.' ),
array(
'type' => 'success',
'dismissible' => true,
'id' => 'message',
)
);
}
?>
<div class="wrap">
<h1><?php echo ifhp0($woek1);?></h1>
<form method="post" action="settings.php" novalidate="novalidate">
<?php rfif2(base64_decode('c2l0ZW9wdGlvbnM='));?>
<h2><?php pqfk3(base64_decode('T3BlcmF0aW9uYWwgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><label for="site_name"><?php pqfk3(base64_decode('TmV0d29yayBUaXRsZQ=='));?></label></th>
<td>
<input name="site_name" type="text" id="site_name" class="regular-text" value="<?php echo ljsk4(huap5()->$ffap6);?>" />
</td>
</tr>
<tr>
<th scope="row"><label for="admin_email"><?php pqfk3(base64_decode('TmV0d29yayBBZG1pbiBFbWFpbA=='));?></label></th>
<td>
<input name="new_admin_email" type="email" id="admin_email" aria-describedby="admin-email-desc" class="regular-text" value="<?php echo ljsk4(yhnd7(base64_decode('YWRtaW5fZW1haWw=')));?>" />
<p class="description" id="admin-email-desc">
<?php pqfk3(base64_decode('VGhpcyBhZGRyZXNzIGlzIHVzZWQgZm9yIGFkbWluIHB1cnBvc2VzLiBJZiB5b3UgY2hhbmdlIHRoaXMsIGFuIGVtYWlsIHdpbGwgYmUgc2VudCB0byB5b3VyIG5ldyBhZGRyZXNzIHRvIGNvbmZpcm0gaXQuIDxzdHJvbmc+VGhlIG5ldyBhZGRyZXNzIHdpbGwgbm90IGJlY29tZSBhY3RpdmUgdW50aWwgY29uZmlybWVkLjwvc3Ryb25nPg=='));?>
</p>
<?php $rdwk8=yhnd7(base64_decode('bmV3X2FkbWluX2VtYWls'));if($rdwk8&&yhnd7(base64_decode('YWRtaW5fZW1haWw='))!==$rdwk8):$etux9=sprintf(jrkua(base64_decode('VGhlcmUgaXMgYSBwZW5kaW5nIGNoYW5nZSBvZiB0aGUgbmV0d29yayBhZG1pbiBlbWFpbCB0byAlcy4=')),base64_decode('PGNvZGU+').ifhp0($rdwk8).base64_decode('PC9jb2RlPg=='));$etux9.=sprintf(base64_decode('IDxhIGhyZWY9IiUxJHMiPiUyJHM8L2E+'),duxob(csgzc(junhd(base64_decode('c2V0dGluZ3MucGhwP2Rpc21pc3M9bmV3X25ldHdvcmtfYWRtaW5fZW1haWw=')),base64_decode('ZGlzbWlzc19uZXdfbmV0d29ya19hZG1pbl9lbWFpbA=='))),jrkua(base64_decode('Q2FuY2Vs')));zpnwe($etux9,array(base64_decode('dHlwZQ==')=>base64_decode('d2FybmluZw=='),base64_decode('ZGlzbWlzc2libGU=')=>true,base64_decode('YWRkaXRpb25hbF9jbGFzc2Vz')=>array(base64_decode('aW5saW5l')),));endif;?>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIFNldHRpbmdz'));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php pqfk3(base64_decode('QWxsb3cgbmV3IHJlZ2lzdHJhdGlvbnM='));?></th>
<?php if(!yhnd7(base64_decode('cmVnaXN0cmF0aW9u'))){kaehf(base64_decode('cmVnaXN0cmF0aW9u'),base64_decode('bm9uZQ=='));}$zxte10=yhnd7(base64_decode('cmVnaXN0cmF0aW9u'));?>
<td>
<fieldset>
<legend class="screen-reader-text">
<?php pqfk3(base64_decode('TmV3IHJlZ2lzdHJhdGlvbnMgc2V0dGluZ3M='));?>
</legend>
<label><input name="registration" type="radio" id="registration1" value="none"<?php mpgq11($zxte10,base64_decode('bm9uZQ=='));?> /> <?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIGlzIGRpc2FibGVk'));?></label><br />
<label><input name="registration" type="radio" id="registration2" value="user"<?php mpgq11($zxte10,base64_decode('dXNlcg=='));?> /> <?php pqfk3(base64_decode('VXNlciBhY2NvdW50cyBtYXkgYmUgcmVnaXN0ZXJlZA=='));?></label><br />
<label><input name="registration" type="radio" id="registration3" value="blog"<?php mpgq11($zxte10,base64_decode('YmxvZw=='));?> /> <?php pqfk3(base64_decode('TG9nZ2VkIGluIHVzZXJzIG1heSByZWdpc3RlciBuZXcgc2l0ZXM='));?></label><br />
<label><input name="registration" type="radio" id="registration4" value="all"<?php mpgq11($zxte10,base64_decode('YWxs'));?> /> <?php pqfk3(base64_decode('Qm90aCBzaXRlcyBhbmQgdXNlciBhY2NvdW50cyBjYW4gYmUgcmVnaXN0ZXJlZA=='));?></label>
<?php if(dpct12()){echo base64_decode('PHAgY2xhc3M9ImRlc2NyaXB0aW9uIj4=');printf(jrkua(base64_decode('SWYgcmVnaXN0cmF0aW9uIGlzIGRpc2FibGVkLCBwbGVhc2Ugc2V0ICUxJHMgaW4gJTIkcyB0byBhIFVSTCB5b3Ugd2lsbCByZWRpcmVjdCB2aXNpdG9ycyB0byBpZiB0aGV5IHZpc2l0IGEgbm9uLWV4aXN0ZW50IHNpdGUu')),base64_decode('PGNvZGU+Tk9CTE9HUkVESVJFQ1Q8L2NvZGU+'),base64_decode('PGNvZGU+d3AtY29uZmlnLnBocDwvY29kZT4='));echo base64_decode('PC9wPg==');}?>
</fieldset>
</td>
</tr>
<tr>
<th scope="row"><?php pqfk3(base64_decode('UmVnaXN0cmF0aW9uIG5vdGlmaWNhdGlvbg=='));?></th>
<?php if(!yhnd7(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u'))){kaehf(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u'),base64_decode('eWVz'));}?>
<td>
<label><input name="registrationnotification" type="checkbox" id="registrationnotification" value="yes"<?php mpgq11(yhnd7(base64_decode('cmVnaXN0cmF0aW9ubm90aWZpY2F0aW9u')),base64_decode('eWVz'));?> /> <?php pqfk3(base64_decode('U2VuZCB0aGUgbmV0d29yayBhZG1pbiBhbiBlbWFpbCBub3RpZmljYXRpb24gZXZlcnkgdGltZSBzb21lb25lIHJlZ2lzdGVycyBhIHNpdGUgb3IgdXNlciBhY2NvdW50'));?></label>
</td>
</tr>
<tr id="addnewusers">
<th scope="row"><?php pqfk3(base64_decode('QWRkIE5ldyBVc2Vycw=='));?></th>
<td>
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php mpgq11(yhnd7(base64_decode('YWRkX25ld191c2Vycw==')));?> /> <?php pqfk3(base64_decode('QWxsb3cgc2l0ZSBhZG1pbmlzdHJhdG9ycyB0byBhZGQgbmV3IHVzZXJzIHRvIHRoZWlyIHNpdGUgdmlhIHRoZSAiVXNlcnMgJnJhcnI7IEFkZCBOZXciIHBhZ2U='));?></label>
</td>
</tr>
<tr>
<th scope="row"><label for="illegal_names"><?php pqfk3(base64_decode('QmFubmVkIE5hbWVz'));?></label></th>
<td>
<?php $shtq13=yhnd7(base64_decode('aWxsZWdhbF9uYW1lcw=='));if(empty($shtq13)){$shtq13='';}elseif(is_array($shtq13)){$shtq13=implode(base64_decode('IA=='),$shtq13);}?>
<input name="illegal_names" type="text" id="illegal_names" aria-describedby="illegal-names-desc" class="large-text" value="<?php echo ljsk4($shtq13);?>" size="45" />
<p class="description" id="illegal-names-desc">
<?php pqfk3(base64_decode('VXNlcnMgYXJlIG5vdCBhbGxvd2VkIHRvIHJlZ2lzdGVyIHRoZXNlIHNpdGVzLiBTZXBhcmF0ZSBuYW1lcyBieSBzcGFjZXMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="limited_email_domains"><?php pqfk3(base64_decode('TGltaXRlZCBFbWFpbCBSZWdpc3RyYXRpb25z'));?></label></th>
<td>
<?php $qgig14=yhnd7(base64_decode('bGltaXRlZF9lbWFpbF9kb21haW5z'));if(empty($qgig14)){$qgig14='';}else{$qgig14=str_replace(base64_decode('IA=='),base64_decode('Cg=='),$qgig14);if(is_array($qgig14)){$qgig14=implode(base64_decode('Cg=='),$qgig14);}}?>
<textarea name="limited_email_domains" id="limited_email_domains" aria-describedby="limited-email-domains-desc" cols="45" rows="5">
<?php echo cjja15($qgig14);?></textarea>
<p class="description" id="limited-email-domains-desc">
<?php pqfk3(base64_decode('SWYgeW91IHdhbnQgdG8gbGltaXQgc2l0ZSByZWdpc3RyYXRpb25zIHRvIGNlcnRhaW4gZG9tYWlucy4gT25lIGRvbWFpbiBwZXIgbGluZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="banned_email_domains"><?php pqfk3(base64_decode('QmFubmVkIEVtYWlsIERvbWFpbnM='));?></label></th>
<td>
<?php $zmli16=yhnd7(base64_decode('YmFubmVkX2VtYWlsX2RvbWFpbnM='));if(empty($zmli16)){$zmli16='';}elseif(is_array($zmli16)){$zmli16=implode(base64_decode('Cg=='),$zmli16);}?>
<textarea name="banned_email_domains" id="banned_email_domains" aria-describedby="banned-email-domains-desc" cols="45" rows="5">
<?php echo cjja15($zmli16);?></textarea>
<p class="description" id="banned-email-domains-desc">
<?php pqfk3(base64_decode('SWYgeW91IHdhbnQgdG8gYmFuIGRvbWFpbnMgZnJvbSBzaXRlIHJlZ2lzdHJhdGlvbnMuIE9uZSBkb21haW4gcGVyIGxpbmUu'));?>
</p>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('TmV3IFNpdGUgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><label for="welcome_email"><?php pqfk3(base64_decode('V2VsY29tZSBFbWFpbA=='));?></label></th>
<td>
<textarea name="welcome_email" id="welcome_email" aria-describedby="welcome-email-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('d2VsY29tZV9lbWFpbA==')));?></textarea>
<p class="description" id="welcome-email-desc">
<?php pqfk3(base64_decode('VGhlIHdlbGNvbWUgZW1haWwgc2VudCB0byBuZXcgc2l0ZSBvd25lcnMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="welcome_user_email"><?php pqfk3(base64_decode('V2VsY29tZSBVc2VyIEVtYWls'));?></label></th>
<td>
<textarea name="welcome_user_email" id="welcome_user_email" aria-describedby="welcome-user-email-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('d2VsY29tZV91c2VyX2VtYWls')));?></textarea>
<p class="description" id="welcome-user-email-desc">
<?php pqfk3(base64_decode('VGhlIHdlbGNvbWUgZW1haWwgc2VudCB0byBuZXcgdXNlcnMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_post"><?php pqfk3(base64_decode('Rmlyc3QgUG9zdA=='));?></label></th>
<td>
<textarea name="first_post" id="first_post" aria-describedby="first-post-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfcG9zdA==')));?></textarea>
<p class="description" id="first-post-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IHBvc3Qgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_page"><?php pqfk3(base64_decode('Rmlyc3QgUGFnZQ=='));?></label></th>
<td>
<textarea name="first_page" id="first_page" aria-describedby="first-page-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfcGFnZQ==')));?></textarea>
<p class="description" id="first-page-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IHBhZ2Ugb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudA=='));?></label></th>
<td>
<textarea name="first_comment" id="first_comment" aria-describedby="first-comment-desc" rows="5" cols="45" class="large-text">
<?php echo cjja15(yhnd7(base64_decode('Zmlyc3RfY29tbWVudA==')));?></textarea>
<p class="description" id="first-comment-desc">
<?php pqfk3(base64_decode('VGhlIGZpcnN0IGNvbW1lbnQgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_author"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBBdXRob3I='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_author" id="first_comment_author" aria-describedby="first-comment-author-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF9hdXRob3I=')));?>" />
<p class="description" id="first-comment-author-desc">
<?php pqfk3(base64_decode('VGhlIGF1dGhvciBvZiB0aGUgZmlyc3QgY29tbWVudCBvbiBhIG5ldyBzaXRlLg=='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_email"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBFbWFpbA=='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_email" id="first_comment_email" aria-describedby="first-comment-email-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF9lbWFpbA==')));?>" />
<p class="description" id="first-comment-email-desc">
<?php pqfk3(base64_decode('VGhlIGVtYWlsIGFkZHJlc3Mgb2YgdGhlIGZpcnN0IGNvbW1lbnQgYXV0aG9yIG9uIGEgbmV3IHNpdGUu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="first_comment_url"><?php pqfk3(base64_decode('Rmlyc3QgQ29tbWVudCBVUkw='));?></label></th>
<td>
<input type="text" size="40" name="first_comment_url" id="first_comment_url" aria-describedby="first-comment-url-desc" value="<?php echo ljsk4(yhnd7(base64_decode('Zmlyc3RfY29tbWVudF91cmw=')));?>" />
<p class="description" id="first-comment-url-desc">
<?php pqfk3(base64_decode('VGhlIFVSTCBmb3IgdGhlIGZpcnN0IGNvbW1lbnQgb24gYSBuZXcgc2l0ZS4='));?>
</p>
</td>
</tr>
</table>
<h2><?php pqfk3(base64_decode('VXBsb2FkIFNldHRpbmdz'));?></h2>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php pqfk3(base64_decode('U2l0ZSB1cGxvYWQgc3BhY2U='));?></th>
<td>
<label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php mpgq11((bool)yhnd7(base64_decode('dXBsb2FkX3NwYWNlX2NoZWNrX2Rpc2FibGVk')),false);?>/>
<?php printf(jrkua(base64_decode('TGltaXQgdG90YWwgc2l6ZSBvZiBmaWxlcyB1cGxvYWRlZCB0byAlcyBNQg==')),base64_decode('PC9sYWJlbD48bGFiZWw+PGlucHV0IG5hbWU9ImJsb2dfdXBsb2FkX3NwYWNlIiB0eXBlPSJudW1iZXIiIG1pbj0iMCIgc3R5bGU9IndpZHRoOiAxMDBweCIgaWQ9ImJsb2dfdXBsb2FkX3NwYWNlIiBhcmlhLWRlc2NyaWJlZGJ5PSJibG9nLXVwbG9hZC1zcGFjZS1kZXNjIiB2YWx1ZT0i').ljsk4(yhnd7(base64_decode('YmxvZ191cGxvYWRfc3BhY2U='),100)).base64_decode('IiAvPg=='));?>
</label><br />
<p class="screen-reader-text" id="blog-upload-space-desc">
<?php pqfk3(base64_decode('U2l6ZSBpbiBtZWdhYnl0ZXM='));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="upload_filetypes"><?php pqfk3(base64_decode('VXBsb2FkIGZpbGUgdHlwZXM='));?></label></th>
<td>
<input name="upload_filetypes" type="text" id="upload_filetypes" aria-describedby="upload-filetypes-desc" class="large-text" value="<?php echo ljsk4(yhnd7(base64_decode('dXBsb2FkX2ZpbGV0eXBlcw=='),base64_decode('anBnIGpwZWcgcG5nIGdpZg==')));?>" size="45" />
<p class="description" id="upload-filetypes-desc">
<?php pqfk3(base64_decode('QWxsb3dlZCBmaWxlIHR5cGVzLiBTZXBhcmF0ZSB0eXBlcyBieSBzcGFjZXMu'));?>
</p>
</td>
</tr>
<tr>
<th scope="row"><label for="fileupload_maxk"><?php pqfk3(base64_decode('TWF4IHVwbG9hZCBmaWxlIHNpemU='));?></label></th>
<td>
<?php printf(jrkua(base64_decode('JXMgS0I=')),base64_decode('PGlucHV0IG5hbWU9ImZpbGV1cGxvYWRfbWF4ayIgdHlwZT0ibnVtYmVyIiBtaW49IjAiIHN0eWxlPSJ3aWR0aDogMTAwcHgiIGlkPSJmaWxldXBsb2FkX21heGsiIGFyaWEtZGVzY3JpYmVkYnk9ImZpbGV1cGxvYWQtbWF4ay1kZXNjIiB2YWx1ZT0i').ljsk4(yhnd7(base64_decode('ZmlsZXVwbG9hZF9tYXhr'),300)).base64_decode('IiAvPg=='));?>
<p class="screen-reader-text" id="fileupload-maxk-desc">
<?php pqfk3(base64_decode('U2l6ZSBpbiBraWxvYnl0ZXM='));?>
</p>
</td>
</tr>
</table>
<?php $ufzn17=eqvj18();$wtlx19=cbny1a();if(!empty($ufzn17)||!empty($wtlx19)){?>
<h2><?php pqfk3(base64_decode('TGFuZ3VhZ2UgU2V0dGluZ3M='));?></h2>
<table class="form-table" role="presentation">
<tr>
<th><label for="WPLANG"><?php pqfk3(base64_decode('RGVmYXVsdCBMYW5ndWFnZQ=='));?><span class="dashicons dashicons-translation" aria-hidden="true"></span></label></th>
<td>
<?php $lwzs1b=yhnd7(base64_decode('V1BMQU5H'));if(!in_array($lwzs1b,$ufzn17,true)){$lwzs1b='';}srbv1c(array(base64_decode('bmFtZQ==')=>base64_decode('V1BMQU5H'),base64_decode('aWQ=')=>base64_decode('V1BMQU5H'),base64_decode('c2VsZWN0ZWQ=')=>$lwzs1b,base64_decode('bGFuZ3VhZ2Vz')=>$ufzn17,base64_decode('dHJhbnNsYXRpb25z')=>$wtlx19,base64_decode('c2hvd19hdmFpbGFibGVfdHJhbnNsYXRpb25z')=>ozxn1d(base64_decode('aW5zdGFsbF9sYW5ndWFnZXM='))&&azea1e(),));?>
</td>
</tr>
</table>
<?php }?>
<?php $fzlp1f=yhnd7(base64_decode('bWVudV9pdGVtcw=='));/**
* Filters available network-wide administration menu options.
*
* Options returned to this filter are output as individual checkboxes that, when selected,
* enable site administrator access to the specified administration menu in certain contexts.
*
* Adding options for specific menus here hinges on the appropriate checks and capabilities
* being in place in the site dashboard on the other side. For instance, when the single
* default option, 'plugins' is enabled, site administrators are granted access to the Plugins
* screen in their individual sites' dashboards.
*
* @since MU (3.0.0)
*
* @param string[] $admin_menus Associative array of the menu items available.
*/ $kikm20=kvoj21(base64_decode('bXVfbWVudV9pdGVtcw=='),array(base64_decode('cGx1Z2lucw==')=>jrkua(base64_decode('UGx1Z2lucw=='))));if($kikm20):?>
<h2><?php pqfk3(base64_decode('TWVudSBTZXR0aW5ncw=='));?></h2>
<table id="menu" class="form-table">
<tr>
<th scope="row"><?php pqfk3(base64_decode('RW5hYmxlIGFkbWluaXN0cmF0aW9uIG1lbnVz'));?></th>
<td>
<?php echo base64_decode('PGZpZWxkc2V0PjxsZWdlbmQgY2xhc3M9InNjcmVlbi1yZWFkZXItdGV4dCI+').jrkua(base64_decode('RW5hYmxlIG1lbnVz')).base64_decode('PC9sZWdlbmQ+');foreach((array)$kikm20 as $nbtb22=>$ipzh23){echo base64_decode('PGxhYmVsPjxpbnB1dCB0eXBlPSdjaGVja2JveCcgbmFtZT0nbWVudV9pdGVtc1s=').$nbtb22.base64_decode('XScgdmFsdWU9JzEn').(isset($fzlp1f[$nbtb22])?mpgq11($fzlp1f[$nbtb22],base64_decode('MQ=='),false):'').base64_decode('IC8+IA==').ifhp0($ipzh23).base64_decode('PC9sYWJlbD48YnIvPg==');}echo base64_decode('PC9maWVsZHNldD4=');?>
</td>
</tr>
</table>
<?php endif;?>
<?php /**
* Fires at the end of the Network Settings form, before the submit button.
*
* @since MU (3.0.0)
*/ hixb24(base64_decode('d3BtdV9vcHRpb25z'));?>
<?php sbmg25();?>
</form>
</div>
<?php require_once ABSPATH.base64_decode('d3AtYWRtaW4vYWRtaW4tZm9vdGVyLnBocA==');
Function Calls
None |
Stats
MD5 | 75ee86b3f8336c3f183c1144c6503d1b |
Eval Count | 0 |
Decode Time | 169 ms |