Skip to content

halojoy/QuickCommunity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.