Hi Tim S,
Sorry that I am not good at computing so my description on the issue would be confusing... I supposed I did point my domain to the hosting account by updating the server names in Domain Manager.
Finishing uploading via FileZilla and editing WP-CONFIG.PHP, I "copied" the URL as below to my Firefox browser:
ftp://b14_9767627@ftp.byethost14.com/motorbikesmith.info/htdocs/wp-admin/install.php
(This link looks very strange but I don't have any slightest idea of what and how it can be corrected...)
... then FF showed the following content:
Error: PHP is not running
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
>
WordPress
get_var("SHOW TABLES LIKE '$wpdb->users'") != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST['blog_public'] ); $weblog_title = isset( $_POST['weblog_title'] ) ? trim( stripslashes( $_POST['weblog_title'] ) ) : ''; $user_name = isset($_POST['user_name']) ? trim( stripslashes( $_POST['user_name'] ) ) : 'admin'; $admin_password = isset($_POST['admin_password']) ? trim( stripslashes( $_POST['admin_password'] ) ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( stripslashes( $_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?>
ERROR: %s' ), $error ); ?>
See if you could give me some advice on this. Thanks again.