Go to file
2010-06-22 00:52:15 -07:00
css removal of most style tags, moving to CSS 2009-09-22 14:27:18 -07:00
inc Upgraded ereg functions to preg for users with PHP version >= 5.3.0 2010-06-22 00:46:00 -07:00
res no svn 2009-09-19 20:45:20 -07:00
src no svn 2009-09-19 20:45:20 -07:00
thumb no svn 2009-09-19 20:45:20 -07:00
.htaccess first commit 2009-09-19 19:53:15 -07:00
favicon.ico first commit 2009-09-19 19:53:15 -07:00
imgboard.php removed use of mime_content_type() as getimagesize is sufficient 2009-11-02 23:26:00 -08:00
INSTALL added INSTALL file 2009-09-19 22:44:43 -07:00
README Created README file 2010-06-22 00:52:15 -07:00

TinyIB by tj9991
http://tj9991.github.com/TinyIB/

Supports MySQL and flat file database modes.

To install:
- CD to the directory you wish to install TinyIB
- Run the following command:
--- svn checkout http://tinyib.googlecode.com/svn/trunk ./
- Edit the configuration at the top of imgboard.php
- CHMOD write permissions to the following directories:
--- /
--- src/
--- thumb/
--- res/
--- inc/flatfile/ (if using flatfile mode)
- Open a browser and navigate to imgboard.php, which will do the following:
--- Create database structure based on chosen mode
--- Test appropriate directories are writable
--- Write index.html with a blank image board

To update:
- Run the following command:
--- git pull