Fork me on GitHub

TinyIB by tj9991

Lightweight image board in PHP

Very small, very fast image board platform written in PHP. Database modes available at this time are MySQL and built-in flat file support. Installation is a breeze, requiring only the configuration of a few values in the main file and executing it from a web browser.

Install

The only required configuration is the administrator password and the tripcode seed. Past that (if using flat file), no further configuration is necessary. If using MySQL, enter the access details. Once configured, point your browser to imgboard.php and the rest of the installation will be carried out automatically.

License

GNU General Public License v3

Authors

Trevor Slocum (tslocum@gmail.com)

Contact

(tslocum@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/tj9991/TinyIB