Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Directory Tree

Jacob G. edited this page Jan 6, 2015 · 1 revision
  • app_config - various storage and configuration items for FutureBB
    • cache - cached versions of data stored in the MySQL database
      • language - the cached language keys (stored in several files)
  • app_resources - most of the real code and business stuff (i.e. all pages and includes)
    • database - database drivers, abstraction layer, etc.
      • upgrades - the files necessary to upgrade the database between versions
    • errorpages - any pages with a standard 3-digit error thrown by FutureBB (403/404)
    • includes - any script commonly included by other pages (e.g. header, BBCode parser, etc.)
      • cacher - the scripts used to generate new cache files
    • pages - the files containing the contents of the various pages (they are connected to URLs in the database)
      • admin - pages on the administration panel
      • css - CSS stylesheets
  • static - files that might need to be accessed directly (mostly images)
    • avatars - user avatars
    • img - software icons
      • logo - FutureBB logos
      • posticon - icons used for post status
      • smile - emoticons
      • status - online indicators
Clone this wiki locally