How to Create a Forum

1
Register a domain (or subdomain) at a PHP host.

  1. 2

    Go to http
    ://www.phpbb.com/ or http://www.simplemachines.org/ and download their PHP forum software.
  2. 3
    Download an FTP Client and use it to upload all your PHP content to your host.
  3. 4
    Create a MySQL database on your host through the control panel.
  4. 5
    Go to yoursite.yourhost.com/forumdirectory/install.php to install and configure your forums.
  5. 6
    In your FTP client, go to config.php > Properties and set the CHMOD settings to 666 (if you are using phpBB 2).
  6. 7
    Follow the instructions on install.php.
  7. 8
    After finishing installation, go to the CHMOD settings of config.php again and set them to 644 (if you are using phpBB 2).
  8. 9
    Delete the install and contrib directories.
  9. 10
    Go to yoursite.yourhost.com/index.php.
  10. 11
    Login and go to the admin panel to customize your forums.

No comments:

Post a Comment