Git Product home page Git Product logo

ForkBB rev.81 Alpha Readme

About

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

Requirements

  • PHP 8.0+
  • 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), curl (for OAuth)
  • A database such as MySQL 5.5.3+ (an extension using the mysqlnd driver must be enabled), SQLite 3.25+, PostgreSQL 10+

Install

Topic Установка (Installation)

For Apache:

Apache must have mod_rewrite and mod_headers enabled. Also, the AllowOverride directive must be set to All.

Two options

  1. Document Root != public folder (shared hosting):
    • Rename .dist.htaccess to .htaccess,
    • Rename index.dist.php to index.php.
  2. Document Root == public folder (recommended if you have access to Apache configuration):
    • 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: /post
Disallow: /forum/scroll
Disallow: /forum/*/new/topic
Disallow: /topic/*/new/reply
Disallow: /userlist/*/DESC/
Disallow: /userlist/*/ASC/

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.

Favicon

  • You can rename public/favicon48.ico file to public/favicon.ico
  • You can create your own favicon file and copy it to public/favicon.ico

Links

License

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

ForkBB's Projects

forkbb icon forkbb

ForkBB is a free and open source forum software.

transformer icon transformer

Transformer is a script to convert/merge another forum's database to/with ForkBB.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.