An open API service indexing awesome lists of open source software.

https://github.com/halojoy/quickcommunity

Quick Community is a Fast Forum programmed in PHP and using SQL with PDO
https://github.com/halojoy/quickcommunity

board discussion-board forum mysql pdo php sql sqlite

Last synced: about 2 months ago
JSON representation

Quick Community is a Fast Forum programmed in PHP and using SQL with PDO

Awesome Lists containing this project

README

          

## QuickCommunity forum
Quick Community is a forum programmed in PHP and using SQL with PDO

Version 2.0 is the new big rewrite

### Basic Forum functionalities
1. Register as user
2. Login
3. Browse forum
4. Submit posts
5. Clickable links in posts
6. Attach images with thumbnails
7. Attach other files
8. SMTP email activation
9. CSRF protection
10. Captcha at register
11. Uses both COOKIE and SESSION Login

### How to get started
Download QuickCommunity.

Upload to your server.

Can be installed in a subdirectory.

Point your browser to 'index.php'.

Follow the install instructions.

Works with SQLite and MySQL databases.