Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 654 Bytes

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.