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
- Host: GitHub
- URL: https://github.com/halojoy/quickcommunity
- Owner: halojoy
- License: mit
- Created: 2017-11-05T22:21:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T17:13:42.000Z (over 6 years ago)
- Last Synced: 2025-04-28T21:43:06.515Z (6 months ago)
- Topics: board, discussion-board, forum, mysql, pdo, php, sql, sqlite
- Language: PHP
- Homepage:
- Size: 361 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.