Skip to content

PwnicornDev/phutaba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phutaba

An Imageboard engine based on Wakaba.

Installation

  1. Modify lib/site_config.pl.dist and save as lib/site_config.pl
  2. Modify board/config.pl to configure your board
  3. Create board/src/ and board/thumb/ directories
  • SQL tables are created automatically (if db user has CREATE TABLE permissions)
  1. Create new boards by copying the structure and files from board/

Apache modules needed

  • suexec (apache2-suexec-custom)
  • expires
  • ssl
  • headers
  • rewrite
  • cgid

Perl modules needed (Ubuntu packages)

  • libnet-dns-perl
  • libjson-xs-perl
  • libjson-perl
  • libimage-exiftool-perl
  • libgeo-ip-perl
  • libtemplate-perl

External libs

  • imagemagick
  • ffmpeg

About

An imageboard engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 76.4%
  • Other 12.4%
  • JavaScript 5.9%
  • CSS 4.8%
  • HTML 0.5%