Futaba
http://www.2chan.net/script/
Futallaby (up to 040103)
http://www.1chan.net/futallaby/
Wakaba
http://wakaba.c3.cx/
moeren
http://moepic.dip.jp/gazo/script/index.php
siokara
(seems to be still in heavy development.
couldn't find a link to an available
version of the script)
http://siokara.ath.cx
Swetnote
(couldn't find a link to an available
version to the script, it's probably
only for people who register or
perhaps even a pay-product?)
http://www.sweetnote.com/
>Swetnote
cynthia
(some weird mix between futaba and 0ch,
still highly experimental)
http://cynthia.bne.jp/
gazo-ch
(also some weird mix between futaba and 0ch,
less experimental, though.)
no success in finding the script, either.
the author's name is goki, his site is:
http://www.goki.org/
one major site that uses gazo-ch is:
http://www.gazo-ch.net
>>4
Might want to add that the script also runs on http://com.80code.com/BBS_2/BBS.cgi
Joyful Note
http://www.kent-web.com/bbs/joyful.html
used on http://4ch.zive.net/~bbs/u4/index.htm
The gazo-ch concept is interesting, since it places more emphasis on threads, and less on individual images. It seems good for the kind of board where you'd have pictures sorted by category. Apparently this seems to be mostly porn sites.
It is somewhat tempting to write, say, another look for wakaba that would emulate this, but this would probably just be feature bloat.
>>7
Maybe you can write yourself some sort Wakaba DX for your birthday which can be extended with all sorts of installable add-ons, kinda like Firefox.
>>11
What the hell? Someone running every fucking script? With no posts?
New Board!
stoled from http://dis.4chan.org/test/read.php/dis/1103775748/l50 :
"is a super-hacked version of "Joyful Note" by KentWeb (kent-web.com), whcih currently acts as a sort of hybrid of the 2ch/*chan style discussion and imageboard scripts, only not as good.
so, if anyone feels like testing and/or trying to break it, go to the url above. I haven't released the script yet, but I will, if anyone cares."
Missed my birthday by a couple of weeks, but: http://deathcrab.freeownhost.com/
Ochiba (by h-cube)
http://ochiba.x-maru.org/
>>15
That isn't an imageboard script, it's a combination of an imageboard script and an old registration-only forum like vBulletin. (Just try posting to it as Anonymous.)
Oh, waah, waah. It doesn't require registration at all; it just doesn't let you post with a blank "Name" field. Thirty second Ochiba hack to allow anonymous posting:
includes/post.php
Find line 53:
array_push($errors,$ERRORS["namerequired"]);
Replace it with these two lines:
$name="Anonymous";
setcookie("name",$name,COOKIE_EXPIRES);
Note that I haven't actually tested this, but I don't see why it shouldn't work. Either way, you can still just put random characters in the "Name" field. That's nothing like a reg-only board.
>>18
it will still give you an obnoxious Javascript warning when you post, to the tune of "Are you SURE you don't want to add a tripcode to your post? Using a tripcode gives you access to fun added features such as constant flamewars about your character! Click 'OK' to generate a tripcode for you and attach it to all your posts, or 'Cancel' to just stop posting because you're not good enough for my image board."
Then open up the template and edit out the JavaScript. Do I have to hold your hand for that too?
Thread on 2channel on image board scripts:
http://pc5.2ch.net/test/read.cgi/php/1083828423/
Should I add Wakaba to it?