GithubHelp home page GithubHelp logo

psybbs's Introduction

psybbs

A GPLv3/CC licensed Bulletin Board Software using PHP/MYSQL

###What is psyBBS? psyBBS is a platform for managing discussions, a de-facto web forum portal. It is being put together for learning and personal use at the moment. What does psyBBS stand for? No, it has nothing to do with the korean guy. Pronounced psybbs as in 'sye'bee'bee'ess. Like sci-fi, or psycho. It doesn't really mean anything.

##NOTE This is and will be full of bugs right now, consider this software as pre-alpha quality. Some features are missing and/or need to be rewritten, so it's not very usable as of now. Most of the functions handling $_GET and $_POST input should be sanitised already. Be cautious however.

##Features

  • Splash page
  • Topic listing
  • Thread listing (with page filter)
  • Post listing (with page filter)
  • BBCode
  • Web based administration
  • Login / Registration captcha
  • Global user customization
  • Local user customization
  • Simple stats
  • Gravatar support
  • Search querys

##Project Goals

  • W3C XHTML / W3C CSS3 valid
  • SQLi and XSS resistant
  • Fast
  • Easy to administer
  • Extendable with plugins (possibly)

##How to Install

  • Clone the master branch into your web server root
  • Add your MySQL server connectiont to include/config-example.php
  • Rename it to include/config.php
  • Navigate to index.php
  • When processed, 'include/top.php' will check if a database exists, and automatically creates it
  • Log in with your primary admin account and click the 'settings' tab in the userbar for further configuration

##Preview screenshot67 screenshot68 screenshot69 screenshot70

##Licensing The code of psyBBS is released under the General Public License version 3. Graphics/Artwork are released under various Creative Commons licenses (no stricter that cc-by-sa). Themes/plugins are advised to be released as any "free" license of your choosing (MIT, GPL, BSD, etc)

psybbs's People

Contributors

jigoku avatar

Watchers

 avatar  avatar

psybbs's Issues

Implement Board Settings via DB entries

config.php values should be placed into a table at install time, so that it can be easily changed from board settings.

Ideas:

Board Name [edit]
Board Slogan [edit]
Board Announcement [on|off|edit]
Board Rules [edit]
Board Lockdown [public|private|locked]
Board Logo [image|disable]
Board splash [image|disable]
Login Captcha [on|off]
Post Captcha [on|off]

Web Installer

Instead of just dumping a load of defaults into the database, present the operator with a step by step setup where customized defaults can be entered by form input.

Form styling (lack of).

Fix all input forms for posting threads, replies, and search queries.

Forms that look nice at the moment are:

  • Login
  • Create

Improve search querys.

  • limit
    To prevent spam/server load, limit users depending on their assigned user level.

Operators/Moderators would have zero limitations.
Members would have a generous 10 seconds between searches.

Guests (when implemented, as board requires login to view right now) would be limited to a search every 30 seconds.

  • configurable
    Minimum amount of characters.
    Just posts, or just topics, or both.

Replace page number with "start position"

Using this method to find a "page" is simpler to manage, and should be easier to redirect to actual "start position" in the thread when a user searches for a post (given that the search link should send the user to the page the comment actually exists on).

configurable captcha colours

Have some palettes the user can select from. This would require plugin support for script directory,read these into settings.php as some kind of include (maybe a seperate page within settings.php) as "plugins".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.