ForkBB is a free and open source forum software.
Find a file
Visman 9575efce44 Add Unicode Normalization
Canonical Decomposition followed by Canonical Composition for all input data
2020-10-17 20:29:10 +07:00
app Add Unicode Normalization 2020-10-17 20:29:10 +07:00
public Add strict mode 1 2020-10-14 20:01:43 +07:00
vendor Update Dirk 2020-10-16 20:40:06 +07:00
.dist.htaccess Update .htaccess 2020-06-12 19:06:28 +07:00
.gitignore Fix auto detect base url for install 2018-09-12 20:40:20 +07:00
composer.json Add Unicode Normalization 2020-10-17 20:29:10 +07:00
composer.lock Update Dirk 2020-10-16 20:40:06 +07:00
index.dist.php Add strict mode 1 2020-10-14 20:01:43 +07:00
LICENSE Fix readme and license 2019-12-28 16:18:52 +07:00
readme.md Update readme.md 2020-10-14 16:26:49 +07:00

ForkBB rev.21 Pre-Alpha Readme

About

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

Note

Do not use in production.

Many functions of the forum are not implemented. No: private messages, voting, 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.