Nvr mind i found it but i get this upon visiting a board: "Parse error: syntax error, unexpected T_STRING in /home/u581636890/public_html/bbs/t/index.html on line 1"
OP, why do you want Shiichan specifically? Do you want to study its code? Or you just want to make a Shiichan clone? Or you're interested in its BBCode parser?
Name:
Anonymous2012-01-07 16:35
>>16, im trying to get it working. its a hobby i guess. Im not trying to make a clone i think it would just be cool to have a working copy. Id probably distribute the stable copy that i can hopefully get together. Id put you guys in credits if you want.
>>19
Buggiest piece of shit ever, is what I'd like to say, but I'm getting paid to maintain worse shit.
Name:
Anonymous2012-01-07 18:30
Moving on from shiichan, what alternitive to shiichan do you recomend? Are there any besides Kareha? Because i dont know how to get perl working. Feel free to explain it to me or give me another option (besides kusaba or kusaba x's textboard modes).
Obviously shiichan sucks but riddle me this:
Is it worse than Yotsuba/Futallaby?
Name:
Anonymous2012-01-08 11:06
>>23 no, i actually like futallaby and would use it if it had the features to atleast show a users IP so you can ban them. But then again thats what wakaba is.
>>24
Futallaby actually works straight out of the box. So yes, Shiichan is worse than Futallaby.
>>21
If you can get perl to work, http://tablecat.co.cc/bbs/
I honestly think it'd be easier to get Perl working than to get Shiichan working.
Name:
Anonymous2012-01-09 21:36
I hate how there's no (good) php textboard software. Can I convert perl to php?
Name:
Anonymous2012-01-09 22:14
I might end up tackling Shiitchan someday, since nobody else seems to be up to the task. None of you would admit it, but /prog/ and world4ch wouldn't be as fun without Shiichan's little quirks.
Name:
Anonymous2012-01-09 23:43
Shiichan was written by a retard.
// making a new account
if ($mylevel < 9000) fancydie("You don't have permission for that.");
if (!$_POST[password]) fancydie("Blank password == a no-no.");
if (!is_numeric($_POST[level])) fancydie("$_POST[level] isn't a number.");
if ($_POST[level] > 9999) fancydie("9999 is the highest it goes. Dragonball Z power levels are not allowed.");
if ($mylevel < 9999 && $_POST[level] > 9000) fancydie("No, your elite account-making abilities will not let you make yourself the sysop.");
if ($_POST[password] != $_POST[pass2]) fancydie("Passwords didn't match");