No Description

Visman e92cd585b7 Update Admin\Instal page 2 years ago
app e92cd585b7 Update Admin\Instal page 2 years ago
public 8f14f65a17 Clear style 2 years ago
vendor 4a81cbfa2e Update composer and dependences 3 years ago
.dist.htaccess 389838a249 Update Referrer-Policy 4 years ago
.gitignore 15d4ac068a Update .gitignore 3 years ago
LICENSE b6f32c83cf Update LICENSE 2 years ago
composer.json e3dcfbfd84 Update composer.json 3 years ago
composer.lock e3dcfbfd84 Update composer.json 3 years ago
index.dist.php f4e4e51911 Update two initial variables 4 years ago
nginx.dist.conf 1609f54d7e Update nginx.dist.conf 4 years ago
readme.md d0836babf2 rev.50 2 years ago

readme.md

ForkBB rev.50 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: plugins/extensions system, ...

Requirements

  • PHP 7.3+
  • PHP extensions: pdo, intl, json, mbstring, fileinfo
  • PHP extensions (suggests): imagick or gd (for upload avatars and other images), openssl (for send email via smtp server using SSL/TLS)
  • A database such as MySQL 5.5.3+ (an extension using the mysqlnd driver must be enabled), SQLite 3.25+, PostgreSQL 10+

Install

For Apache:

Two options

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

Note

To determine which of these two options is yours, then immediately after uploading the engine to your site (before these changes), make two requests:

  1. your.site/public/robots.txt
  2. your.site/robots.txt

On one of the requests, you should see the content of the robots.txt file. Similar to:

User-agent: *
Disallow: /adm
Disallow: /log
Disallow: /mod
Disallow: /reg
Disallow: /search
Disallow: /userlist
Disallow: /post

On which option you see the contents of the file, choose the option for changing the file names above. P.S. If you see the contents of the file in both cases, then something went wrong or you have already changed the names of the files .dist.htaccess and index.dist.php.

For NGINX:

  • Example nginx configuration.
  • Note: Root must point to the public/ directory.
  • Note: The index.dist.php file does not need to be renamed.

Links

License

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