/home/desid573/public_html/magicride.ng
NameSizeModeActions
.well-known/-0755rm
cal/-0755rm
cgi-bin/-0755rm
wp-admin/-0755rm
wp-content/-0755rm
wp-includes/-0755rm
.htaccess5160644editdlrm
class.phpmailer.php800460644editdlrm
class.pop3.php103850644editdlrm
class.smtp.php245860644editdlrm
error_log88790644editdlrm
index.php4200644editdlrm
license.txt199350644editdlrm
magic_logo.jpg809800644editdlrm
readme.html74470644editdlrm
wp-activate.php69190644editdlrm
wp-blog-header.php3690644editdlrm
wp-comments-post.php23400644editdlrm
wp-config-sample.php28980644editdlrm
wp-config.php31430644editdlrm
wp-cron.php38470644editdlrm
wp-links-opml.php25020644editdlrm
wp-load.php33060644editdlrm
wp-login.php395510644editdlrm
wp-mail.php83530644editdlrm
wp-settings.php189620644editdlrm
wp-signup.php310850644editdlrm
wp-trackback.php48330644editdlrm
xmlrpc.php30680644editdlrm
Edit: /home/desid573/public_html/magicride.ng/wp-activate.php (6919B)
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 ) ) { 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 before the Site Activation page is loaded. * * 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 ) ) { $signup = $result->get_error_data(); ?>

'; if ( $signup->domain . $signup->path == '' ) { printf( /* translators: 1: login URL, 2: username, 3: user email, 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.' ), network_site_url( 'wp-login.php', 'login' ), $signup->user_login, $signup->user_email, wp_lostpassword_url() ); } else { printf( /* translators: 1: site URL, 2: username, 3: user email, 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', $signup->domain ), $signup->user_login, $signup->user_email, wp_lostpassword_url() ); } echo '

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

get_error_message(); ?>

user_login; ?>

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

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