>>6
You're already probably doing it the dumbest way imaginable, uploading anything to the server is the wrong answer. But the fact that you even
said Kusaba shows that you're probably also completely clueless and have no idea how to manage a server sanely, so here's a clue.
ssh you@your.server
wget http://wakaba.c3.cx/releases/kareha_3.1.4.zip
unzip kareha_3.1.4.zip
cd kareha
mv -f mode_message/* .
rm -r mode_image mode_message
vi config.pl # set the admin password, salt, and other global stuff
cd ~www
for board in anime book carcom comp food games img lang lounge music newnew newpol prog sci sjis sports tech tele vip; do
cp -r ~/kareha $board
vi $board/config.pl # fix the name
curl http://localhost/$board/kareha.pl >/dev/null # prod it to create index.html
done
Set up the server to deny access to the log and configuration files, to send the appropriate cache headers, and permit executing Perl scripts, and you're running. It seriously would take about five minutes to get a bare copy of 4-ch.net, maybe six or seven for world4ch, if you're making the template changes and patching in bbcode support. (There's at least one patch somewhere.)