ForkBB is a free and open source forum software.
Find a file
2021-01-11 21:30:40 +07:00
app Delete inline style for phpinfo 2021-01-11 21:30:40 +07:00
public Update .htaccess 2021-01-11 17:51:48 +07:00
vendor Update Parserus 2021-01-06 18:41:23 +07:00
.dist.htaccess Update .htaccess 2021-01-11 17:51:48 +07:00
.gitignore Fix auto detect base url for install 2018-09-12 20:40:20 +07:00
composer.json Update composer.json 2021-01-03 12:31:34 +07:00
composer.lock Update Parserus 2021-01-06 18:41:23 +07:00
index.dist.php Copyright 2020-12-21 17:40:19 +07:00
LICENSE Fix readme and license 2019-12-28 16:18:52 +07:00
readme.md Update readme.md 2021-01-09 20:07:59 +07:00

ForkBB rev.32 Pre-Alpha Readme

About

ForkBB is a free and open source forum software. The project is based on FluxBB_by_Visman

Note

Please DO NOT use this revision in production, it is for test only.

Many functions of the forum are not implemented. No: private messages, plugins/extensions system.

Requirements

  • PHP 7.3+
  • A database such as MySQL 5.5.3 or later (Drivers for other databases are not realized now)

Install

  • Document Root == public folder (recommended):
    1. Rename public/.dist.htaccess to public/.htaccess,
    2. Rename public/index.dist.php to public/index.php;
  • Document Root != public folder:
    1. Rename .dist.htaccess to .htaccess,
    2. Rename index.dist.php to index.php.

License

This project is under MIT license. Please see the license file for details.