Forums

Join
bbPress Support ForumsInstallationsomeone can help me to edit my config.php?

Info

someone can help me to edit my config.php?

  1. someone can help me to edit my config.php?

    i edited my self, but it not working...

    db host Url: http://db2.awardspace.com
    db name: n22_n22
    db user: n22_n22
    db password: 123456 (im gonna change it later)

    web URL: http://n22.awardspace.com
    the forums folder URL: http://n22.awardspace.com/bbpress/
    email: haiyuezhang@hotmail.com

    THANKS A LOT!!!!

  2. im waiting online until i sleep

  3. try:


    // ** MySQL settings ** //
    define('BBDB_NAME', 'n22_n22');
    define('BBDB_USER', 'n22_n22');
    define('BBDB_PASSWORD', '123456');
    define('BBDB_HOST', 'db2.awardspace.com');
    $bb_table_prefix = 'bb_';
    $bb->domain = 'http://n22.awardspace.com';
    $bb->path = '/bbpress/';
    $bb->name = 'N22 Forums';
    // This must be set before running the install script!!!
    $bb->admin_email = 'haiyuezhang@hotmail.com';
    // Set to true if you want pretty permalinks.
    $bb->mod_rewrite = 'true';

  4. You must log in to post.