All Projects → fudforum → FUDforum

fudforum / FUDforum

Licence: other
FUDforum is a super fast and scalable discussion forum. It is highly customizable and supports unlimited members, forums, posts, topics, polls & attachments. It can import XML Feeds and sync with USENET groups and Mailing Lists (bi-directional).

Programming Languages

PHP
23972 projects - #3 most used programming language
perl
6916 projects
Raku
181 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to FUDforum

ConsiderIt
For deliberation and opinion visualization
Stars: ✭ 62 (+226.32%)
Mutual labels:  forum, discussion-board
core
The Laravel single page forum package (Vue + Tailwind CSS + Laravel)
Stars: ✭ 157 (+726.32%)
Mutual labels:  forum, forum-software
Natika
Simple PHP Forum system for developers.
Stars: ✭ 236 (+1142.11%)
Mutual labels:  forum
FluxBB by Visman
My modification of FluxBB
Stars: ✭ 50 (+163.16%)
Mutual labels:  forum
reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
Stars: ✭ 17 (-10.53%)
Mutual labels:  forum
Rocboss Old
High load, simple micro community software
Stars: ✭ 247 (+1200%)
Mutual labels:  forum
revel
[Deprecated] Revel is an elegant forum or knowledge sharing system base on NodeJS especially VueJS and Parse-Server
Stars: ✭ 18 (-5.26%)
Mutual labels:  forum
Tch Nginx Gui
Modified file to apply to a stock technicolor GUI
Stars: ✭ 231 (+1115.79%)
Mutual labels:  forum
extension-generator
This package is no longer supported. Please use https://github.com/flarum/cli instead.
Stars: ✭ 53 (+178.95%)
Mutual labels:  forum
docker
The official Dockerfile for the MyBB forum software.
Stars: ✭ 42 (+121.05%)
Mutual labels:  forum
saloon-legacy
A place to chat and communicate: a buffalo forum
Stars: ✭ 84 (+342.11%)
Mutual labels:  forum
CodeFec
CodeFec
Stars: ✭ 18 (-5.26%)
Mutual labels:  forum
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (+1226.32%)
Mutual labels:  forum
Roo
😋 美观大气的论坛社区
Stars: ✭ 238 (+1152.63%)
Mutual labels:  forum
react-forum-system
React Forum System
Stars: ✭ 16 (-15.79%)
Mutual labels:  forum
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (+1126.32%)
Mutual labels:  forum
yibu.io
A simple and elegant forum, inspired from Reddit. https://yibuio.herokuapp.com/
Stars: ✭ 16 (-15.79%)
Mutual labels:  forum
ng-forum
🌍 Meet Developers around the Globe
Stars: ✭ 43 (+126.32%)
Mutual labels:  forum
DForumBundle
Forum Bundle for symfony 3
Stars: ✭ 28 (+47.37%)
Mutual labels:  forum
cslaforum
Discussion forum for CSLA .NET
Stars: ✭ 31 (+63.16%)
Mutual labels:  forum
/* $Id$ */ 

This package contains all the files required to install FUDforum, 
uninstall FUDforum, and to upgrade existing forum installations.

Install steps:
--------------

1) Copy 'install.php' and 'fudforum_archive' to a web browsable directory on 
   your web server.
	It is a good idea to place the script in the same directory you
	intend to install the forum to.

2) Run install.php from your web browser.

3) The install wizard will take you through 5 simple configuration steps.

Detailed instructions at https://github.com/fudforum/FUDforum/wiki/Installation

   
Upgrade steps:
--------------

1) Copy 'upgrade.php' and 'fudforum_archive' to your forum's web directory.
   Tip: Upload them with your forum's 'File Manager' Admin Control Panel.

2) Run upgrade.php from your web browser.

3) After the upgrade, the consistency checker will be started.
   If not, you will need to run the consistency checker manually.

Detailed instructions at https://github.com/fudforum/FUDforum/wiki/Upgrading


Uninstall steps:
----------------

1) Open 'uninstall.php' with a text editor and comment out the 2nd line
   of this script.

2) Copy uninstall.php to your forum's Web Root directory.
   Tip: Upload it with your forum's 'File Manager' Admin Control Panel.

3) Run uninstall.php from your web browser.


Quick Start Commands:
---------------------
   wget https://raw.githubusercontent.com/fudforum/FUDforum/master/install.php
   wget https://raw.githubusercontent.com/fudforum/FUDforum/master/upgrade.php
   wget https://raw.githubusercontent.com/fudforum/FUDforum/master/fudforum_archive
   Navigate to install.php or upgrade.php from your web brower.


Command line operations:
------------------------

The above mentioned "install.php", "upgrade.php" and "uninstall.php"
scripts can also run from command line. This will allow automated
and mass deployment of the forum software. Details are available
on the wiki.

Enjoy!

The FUDforum team
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].