[1chan]

Futallaby image board script


Futallaby is a PHP image board script based on the Futaba script (MySQL version).


Version history (newest at top)

Futallaby 040103
terra has rewritten the image board using Valid XHTML and Cascading Style Sheets! Now it should render cleaner and faster than ever before and look more consistent across browsers. Two css files are included in this release, futaba.css (close recreation of the classic style) and burichan.css (cool blue style designed by terra). Very special thanks to terra for doing most of the work that made this release possible.

Other changes for this release include a fix for the "first comment not appearing in replies" bug, a fix for a potential tripcode mimic trick, and the option to select the tripcode separator in the configuration file.

Two new lines have been added to the config.php for this release, see the file for details. Sites upgrading from 031222 will not need to dump tables.

Futallaby 031222
Initial release!


Installation

  1. Download the latest rar and decompress it
  2. Edit config.php to your desired settings. ADMIN_PASS and SQL settings must be changed; others are optional.
  3. For Japanese language, change the second include line in imgboard.php to strings_j.php. Otherwise, leave it alone.
  4. Create a directory on the web server for the image board and set permission to 777.
  5. Create a src and thumb directory (both 777) within that directory.
  6. Put imgboard.php, gif2png, futaba.css, the edited config.php, and either strings_e.php (English) or strings_j.php (Japanese) in the top directory.

    The directory structure should look something like this...

    /public_html/
     |
     |-- /imgboard/ (777)
            |
            |-- imgboard.php (644)
            |
            |-- config.php (644)
    	|
    	|-- futaba.css (644) 
            |
            |-- strings_e.php OR strings_j.php (644)
            |
            |-- /src/ (777)
            |
            |-- /thumb/ (777)
  7. Navigate to imgboard.php in your web browser and the image board will automatically initialize itself.
  8. Enjoy!

Special thanks

Thanks to terra for having the courage to dive into the horrid code and do the awesome XHTML/CSS conversion. The magnitude of his feat is absolutely mind-boggling.

Thanks to the creators of Futaba and GazouBBS for doing most of the real work.