lis le mien aussi
j'ai tout uploader mais deja quand je suis leur demarche j'arrive sur des pages un peux codé avec des signes bizarre
--The WordPress Team
http://wordpress.org/ "), $guessurl, $random_password); @wp_mail($admin_email, __('New WordPress Blog'), $message, $message_headers); wp_cache_flush(); ?>
log in with the
username "admin" and
password "xxx".'), '../wp-login.php', $random_password); ?>
Note that password carefully! It is a
random password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:'); ?>
admin
wp-login.phpet quand je suis le lien j'arrive sur ca
user_login; $user_email = $user_data->user_email; if (!$user_email || $user_email != $_POST['email']) die(sprintf(__('Sorry, that user does not seem to exist in our database. Perhaps you have the wrong username or e-mail address?
Try again.'), 'wp-login.php?action=lostpassword')); do_action('retreive_password', $user_login); // Misspelled and deprecated. do_action('retrieve_password', $user_login); // Generate something random for a password... md5'ing current time with a rand salt $key = substr( md5( uniqid( microtime() ) ), 0, 50); // now insert the new pass md5'd into the db $wpdb->query("UPDATE $wpdb->users SET user_activation_key = '$key' WHERE user_login = '$user_login'"); $message = __('Someone has asked to reset the password for the following site and username.') . "\r\n\r\n"; $message .= get_option('siteurl') . "\r\n\r\n"; $message .= sprintf(__('Username: %s'), $user_login) . "\r\n\r\n"; $message .= __('To reset your password visit the following address, otherwise just ignore this email and nothing will happen.') . "\r\n\r\n"; $message .= get_settings('siteurl') . "/wp-login.php?action=resetpass&key=$key\r\n"; $m = wp_mail($user_email, sprintf(__('[%s] Password Reset'), get_settings('blogname')), $message); if ($m == false) { echo '' . __('The e-mail could not be sent.') . "
\n"; echo __('Possible reason: your host may have disabled the mail() function...') . "
"; die(); } else { echo '
' . sprintf(__("The e-mail was sent successfully to %s's e-mail address."), $user_login) . '
'; echo "
" . __('Click here to login!') . '
la par contre je bloque. est-ce normal? ai-je bien rempli le fichier que j'ai uploader?
dois-je attendre pour faire cette instalation? et ou mene cette instalation?
mathias