Skip to content
/ ppBB Public

Lightweight PHP forum on PDO sqlite

Notifications You must be signed in to change notification settings

pipiscrew/ppBB

Repository files navigation

ppBB

A lightweight PHP forum system using PDO sqlite. Inspired by Xeoncross/forumfive sadly the persona website doesnt exist anymore. Here is a compact forum version, supports only one user :)

  • 4 database tables
  • 12 PHP files
  • 41kb

Database file and structure if doesnt exist will be created on first sign in, see the login.php code.

alt text
alt text
rev2

  • list topic date DESC
  • add&edit button on forum list
  • forum can declared 'private', displayed only on 'logged in user' (new field cat_private at categories table)

rev3

  • proof on random integer on url parameters + a child cant be accessible when any of the parents (subforums) is private
  • SortOrder inputbox on forums
  • subforums implemented (new field cat_parent_id at categories table)
  • breadcrumb

rev4

  • fix malfunction on save/update reply/topic
  • make hyperlink the last forum on breadcrumb

rev5

rev6

  • (calendar) add 'goto date' + timeline! view all events vertically! (greets to Tiki Wiki CMS for the CSS!)

rev7

  • 'move topic' to another category - button added to view_topic
  • view_topic, on replies the image now has id and link (allowing copy link and share the specific reply)



This project uses the following 3rd-party dependencies :

you may also like https://github.com/handylulu/RiteCMS by @handylulu



Copyright (c) 2018 PipisCrew

Licensed under the MIT license.

About

Lightweight PHP forum on PDO sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published