Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your wp-config.php file in the wordpress’ root directory. It contains all information you need:
    Login to your server, open wordpress root directory, and find wp-config.php:

    define(‘DB_NAME’, ‘your-database); // The name of the database
    define(‘DB_USER’, ‘your database username’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘your database password’); // …and password
    hope this helps

    Recently, I added a plugin to my wordpress called “counterize” to log visitors to my blog, and surprisingly, I noticed that it logs all crawler activity. It is really great for monitoring crawler activities, including the googlebot. From the stats counterize provides, I see that Googlebot visits my site almost every day.
    http://www.turktrans.net/

Viewing 2 replies - 1 through 2 (of 2 total)