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/
Also if development was actually proceeding in any fashion.
>>308
kirtaner's doing a pretty damn good job of it but he keeps the code for himself. Given all the idiots that would start shitty *chans with it I don't fault the guy.
True, I have never actually used drugs but I still have a keen interest in 420chan, purely because of kirtypoo's script.
It's an incredibly heavily modified wakaba script. Kicks ass.
>LOLOLOLOLLOLOL OMFG KUSABA AND ALL DERIATIVES OF IT SUCK OMGLOL WAKABA IS THE SUPREME IMAGEBOARD SOFTWARE ROFL xDDDDDDDDDD
That's all I'm getting from you.
Serissa is the best shit ever. If you dont use it then fuck you faggot.
>LOLOLOLOLLOLOL OMFG WAKABA AND ALL DERIATIVES OF IT SUCK OMGLOL SERISSA IS THE SUPREME IMAGEBOARD SOFTWARE ROFL xDDDDDDDDDD
That's all I'm getting from you.
Wakaba is the best shit ever. If you dont use it then fuck you faggot.
>>314
Why is Serissa the only derivative that can't accept the fact that it is based on garbage code?
Hell, even the code added to it is garbage.
The people who develop Serissa are pissing in an ocean of piss.
And the people who support it are swimming in an ocean of piss.
The people who are using it are drinking an ocean of piss.
img2 0.2 released.
>>323
I must say, I'm liking the looks of this, I'll keep my eye on it.
>>323-324
why do people do that? do they really think it'll convince anyone who wasn't already going to look at their shitty software to look at it?
Hey, WAHa, could you delete >>94? It's making the page return errors, (I'm browsing on http://wakaba.c3.cx/soc/kareha.pl/1098971981/1-93,95-325 because of it)
First off, @ >>325 the software looks pretty good, don't assume that all imageboards are as shitty as kusaba or serissa (they don't even deserve to be capitalized.)
Second, @ all the people interested in 420chan's code, http://www.autohotkey.net/~LiteralKa/index.html shows the evolution of the available code from when it forked (Just the JavaScript, the 420chan Extension, and epicfail.js, aka bee.js for stoners)
>>324 does look suspiciously like some posts i got on a board i run... some idiot would post spam for one of those shitty kusaba derivatives and then come back a few hours later and post something like >>324 (with sage) from the same IP.
img2 looks pretty messy to me. but i don't know python, so maybe python code just always looks like that.
>>329 Haha, this actually looks decent, far from a kusaba fork.
>>329 likes to pick apart droppings to find out if the animal ate berries.
gives LiteralKa some sage to use in his posts
Don't delete >>94. It just needs the name field to be fixed.
Also based on those diffs, I never ever want to see any of 420chan's code.
>Don't delete
Erm, that's what I meant.
>I never ever want to see any of 420chan's code.
That's just the JavaScript and the Extension really. I'm more interested in some other things.
Yes, >>94 is caused by an old bug that I forgot to fix on this board. I really should get around to writing a script that fixes the errors it caused, but I've been lazy.
>>336 I recall you mentioning that bug in the spam thread.
img2 0.3
Yotsubanome: a modified version of the no-MySQL Futaba script.
http://4chan.b33r.net/sparky4/+4/script/
>Suigintou
lolwut
I don't know which version of Suigintou you used, since the zip archive supplied is missing a central directory, but the last (and final) version I released cached threads to static HTML (aka /res/12345.html instead of ?res=12345) instead of dynamic threads. It's terribly simple to do. Plus, it handled reslinks like wakaba does.
That said, I'm glad SOMEONE got some use out of that crappy futaba hack. Trust me though, eventually you'll ditch it because Futaba's codebase is completely absent of structure...or readability...
> completely absent of structure...or readability...
yeah, right. it can't be as bad as this:
sub main_page_threads(){
my $thread;
return if !@$threads;
my $c=0;
for $thread (@$threads){
if(++$c<10){
my($id,$title,$lasthit,$postcount,$permasaged,$deleted)=@$thread;
%>
<div class="<%= $permasaged?'permasaged':'' %>thread" id="t-<%= $c %>">
<div class="navarrows">
<a href="#threadlistbox">⇑</a>
<a href="#t-<%= $c==1?(10>@$threads?scalar @$threads:10):$c-1 %>">↑</a>
<a href="#t-<%= (($c==10||$c==@$threads)?1:$c+1) %>">↓</a>
</div>
<p class="threadtitle">
<a href="<%= $ENV{SCRIPT_NAME} %>/<%= $id %>">
<%= $title %></a>
(<%= $postcount %><%= $permasaged?', '.S_PERMASAGED:'' %>)
</p>
<%
my $sth=$dbh->prepare('SELECT * FROM posts WHERE thread=? AND NUM = 1;') or
die S_DBERR;
$sth->execute($id) or die S_DBERR;
show_post($sth->fetchrow_array());
$sth=$dbh->prepare('SELECT * FROM posts WHERE thread=? AND num !=1 ORDER '.
'BY num DESC LIMIT 9;') or die S_DBERR;
$sth->execute($id) or die S_DBERR;
my $posts=$sth->fetchall_arrayref();
my $post;
for $post (reverse @$posts){
show_post(@$post);
}
reply_form($id,$postcount);
%>
</div>
<%
}
}
}
new front page taking threads from every board @ http://img2.rpill.net/
the number of threads taken is (with some exceptions) proportional to the number of posts on that board in the last 4 days.
This is precisely what happens when you keep piling crap on crap.
>>349
at least it's better than all those trevorsaba forks.
>>348
interesting
it is similar to futaba.php
hmmmm thank you very much.
Does anyone happen to have the broomcloset.php source? I find the main file intriguing and would like to see what else there is.
>I find the main file intriguing
ME TOO!
also
名無しさん : (^ヮ^ノ)ノ
名無しさん : ヾ(ヾ^ヮ^)
名無しさん : (^ヮ^)
名無しさん : ^^)ノノ
名無しさん = original Anonymous
>>356
... The main file is far too bloated to be interesting.
>>357
He's only interested at the prospect of stealing code for his shitty futaba hack.
i am glad shitty people like
Western Anonymous
stays out of 四葉の芽ちゃんねる
I'm willing to bet you're some fat 14 year old american kid, so your point is invalid.
>>360
he's probably one of those annoying korean-american kids who pretend to be japanese.
I'm pretty sure cutting out the korean part and replacing it with naruto/bleach-watching would be a lot closer to the truth.
>>362
the only real difference there is whether he reeks of kimchi and body odor or just body odor.
http://www.kent-web.com/bbs/joyful.html
Joyful Note?
test img2 0.4 - http://img2.rpill.net/img2/22
I just recently managed my only-ever-successful install of that one. I'm translating it in my spare time, but I'm also working on translating the PHP version for people who have too much trouble with CGI scripts... lol.
I actually like how it allows post editing by users and mods, it's something I've always felt was a bit lacking in other scripts. So many people always have to make double posts just to correct mistakes they made in their previous posts and all.
>>364 >>367
This is my PHP Joyful-Note.
http://gchan.co.cc/joyful/
And ather PHP script.
http://gchan.co.cc/bbs/
I have the one from here, http://script.s16.xrea.com/ but I like that one you're running, too. Video links can be cool.
The above URL also has a version of their PHP Joyful Note that's rigged up for oekaki, I thought that was nice, too. At least for those of us who are oekakifags.
yo, img2 now has a demo board that resets every 24 hours. login with admin:password - http://demo.img2.info
This is my oekaki-room.
http://oekaki.web44.net/oekaki.html
OriginalScript - futaba.php (gazou.php custom)
Edit By Punyu Net.
http://www.punyu.net/
OekakiApplet - PaintBBS
http://shichan.jp/
OekakiApplet - PaintBBS - http://shichan.jp/
Oekaki Shi Painter Download site.
http://hp.vector.co.jp/authors/VA016309/spainter/
>>370
Do you know PHP 2chBBS Edit By http://script.s16.xrea.com/ .
This script can upload magefile.
It's my demo-Board.
http://f50.aaa.livedoor.jp/~iiii/2ch/bbs/
The thing I don't understand is why the the infinite amount of files?
I love that board script, but it sometimes will throw up a "user settings lost" error, and I got tired of trying to fix it...
If you know of a fix for it, please post it here.
can any one please test yotsubanome?
>>378
No, it's unnecessarily bloated and broken at every corner.
>>378
あなたのBBSを改造しました。
動画共有サイトの動画を貼れます。
http://www4.atpages.jp/oeb/test/script/index.htm
>your site makes a Kusaba-based board look good by comparison.
WOAH WOAH WOAH. Let's not go that far.
>>377 My server b0rked, something about lack of money.
i owe them some 40 bucks and then they'll give me alla my shit back...
Good luck getting it, my new job starts in 3 weeks and pay is bi-monthly.
Fuck off already. I reported a bug on your website and all I got was you calling me a jerk and banning me. Who wants to try your mess of a code if you're just going to insult people if you don't agree with them?
i KNOW there is BUGS I JUST DON'T KNOW WERE
YOUR JUST POSTING THE PROBLEMS AND NOT SHOWING ME THE SOURCE OF THE PROBLEM
did you see
http://www4.atpages.jp/oeb/test/script/index.htm
THIS YET?
and i need help
not the cold heartless help
i mean people who can actually see the bugs and point out were they are and what to do
im not being lazy
i just don't see the bugs
gchan is the 1st person to actually improve the script!
here is one of the bugs
the cookies are not created....
although
they can be read
this bug needs to be fixed BIG TIME!!!!!111
ill unban you
if you don't post negative like comments like that
and just telling me how crappy the script is.
it is not crappy
just UNDER DEVELOPMENT
ok?
>>387
Hah! The only thing I said was that the script was incredibly broken and provided a screenshot showing said brokeness.
The only thing you want are people to stroke your ego and say nice things about your script. If you really wanted to improve your script you would accept criticism.
>If you really wanted to improve your script you would accept criticism.
There is TOO MUCH OF IT!!!!
Just about all the critisisem says is it sucks, and they are NOT BEING SPECIFIC
Yotsubanome is Quick and Dirty.
It is the futaba script at heart.
I just fixed it up with more features and it needs professional help to really get it out of this buggy stage left from the futaba team
ok
here is one thing
the original futaba script is not tested very well with Firefox
so there for some files don't get uploaded.
ex. *.bmp elc.
another thing is
In original futaba script, when the user deleted their thread the reply images remain and don't get deleted.
these are the thing i know what is wrong with futaba script
i learned about them by making yotsubanome.php
>>390
the problem comes from the tree log reading
it only reads
the $resno
$resno,$no,$no,$no.... and so on
it only reads the 1st line
>>392
the 1st post in the thread line
Sparky, leave this support shit on your own website. This thread is about IMG board scripts, not about solving your problems. Please do not post off-topic.
>>396
If nobody goes there in the first place, then nobody wants to hear about it on this board.
>>398
Typical sparky response to anything he doesn't like.
Wakaba provides plain noodles and cooking tools. The cooking tools are all clean and everything works admirably, but you have to use your own spices.
Whereas Kusaba X is instant cup ramen and a microwave.