Hi,
This is originated from this topic:
http://wordpress.org/support/topic/my-fronpage-is-not-lodaing?replies=2#post-2294169
and
http://wordpress.org/support/topic/site-hacked-newportalsecom?replies=32
Yesterday, I've make my decision to install a new fresh installation WordPress at http://www.speedrider.org/taikotai.
The original blog was at http://www.speedrider.org/blog.
1. After a fresh installation, it works as it should be.
2. Trying to pinpoint the wp-config.php at root/taikotai to the original database
3. Copy this from root/blog:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', '***_***');
/** MySQL database username */
define('DB_USER', '****_****');
/** MySQL database password */
define('DB_PASSWORD', '********');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
into the new wp-config.php file at root/taikotai
4. but it seems it didn't working.
Any ideas to help me sort this problem out?