314parley / Haruko

Open Source Imageboard software that allows users to vote for it's staff [eventually :^)].
https://www.314chan.org
Other
13 stars 3 forks source link

THIS PROJECT IS NOW DEPRECIATED. INSTEAD OF USING GITHUB, WE ARE USING GITGUD.IO

Haruko

Project Haruko (previously Mitsuba) is an opensource (AGPLv3 licensed) image board software written in PHP and using MySQLi. This is the version deployed on a test 314chan server (contact parley for URL, or visit 314chan IRC)

Installation

Warning: Haruko needs ZipArchive for module uploads!

To install Haruko you'll have to:

Planned features

Todo

API

The API is at {install_location}/board/thread_no.json

For more info visit 4chan's api *the api we use is not on track with the current 4chan's (or Vichan's for that instance) API

Credits

Desuneko - creator and developer of Project Haruko (RIP)

skandal - first betatester, helped with bughunting, made Polish translation and several alternative stylesheets

hardkurahen - javascripts

JanPavulon - javascripts

sebagaua - some PHPs Note

314chan's network structure runs on Cloudflare. If you'd like to install Haruko in a network that doesn't include Cloudflare, simply run grep -rl HTTP_CF_CONNECTING_IP . | xargs sed -i 's/HTTP_CF_CONNECTING_IP/REMOTE_ADDR/g'

Keep in mind REMOTE_ADDR can be changed by the user if they know what they're doing

License

See LICENSE.

Haruko contains code from jQuery (MIT license), PHP Markdown by Michel Fortin (custom license, available on website), jBBCode by Jackson Owens (MIT license), cool-php-captcha by José Rodríguez (GPLv3), Meny by Hakim El Hattab (custom license, available on website), AdminLTE (MIT license) and jquery.cookie by Klaus Hartl (MIT license).