Thoughts on Finishing Shiichan? (10)

1 Name: Anonymous Techie : 2021-11-03 20:37 ID:orq8G9iC

I am an average PHP programmer with a lot of free time. I am thinking about downloading the original Shiichan source code to update and standardize it so it is easier to actually use on a server. Has anything like this been done sucessfully and is there any interest in doing it in the first place?

2 Name: Anonymous Techie : 2021-11-04 19:34 ID:Heaven

Tell me more about Shiichan, what kind of software is it? Not a bad idea, but I'd personally rather not do things that don't bring me any money whatsoever.

3 Name: Anonymous Techie : 2021-11-07 17:21 ID:fEnARiop

>>2
https://www.google.com/search?q=shiichan

You weren't around for world4ch (dis.4chan.org) were you eh? I'm not sure about the Shiichan vs Kareha timeline, but Kareha is a much much better implementation of the same concept. I want to say that dis.tinychan.org may be closer to dis.4chan.org -- it has a paginated thread list -- but it has nice features that neither kareha nor shiichan has, like backlinking and an API.

4 Name: Anonymous Techie : 2021-11-26 08:57 ID:Heaven

I'm not using google, it's evil. Everything too centralized is evil.

5 Name: Anonymous Techie : 2021-12-07 00:42 ID:doAS4gJ4

Shiichan has a famously broken codebase and I am unsure if there's much to salvage from it. I'm also not sure if the publicly available versions of Shiichan are the ancient broken versions, or the slightly less broken version that MacVacBob cleaned up. But if you manage to get a couple people to work on it, it might be fun to see it working.

>>3
One thing of note, Kareha does not have backlinks, but you can see all replies to a post with >>q[number]. Check it out: >>q3!

6 Name: Anonymous Techie : 2021-12-08 20:31 ID:SPQYReJz

I think the shiichan doc is more interesting than the code but it’s there as well: https://archive.textboard.org/shiichan.html
Code at first glance looks written for PHP4 and is simple enough, so I don’t think a large rewrite is needed to make it run on newer versions. I remember it one create boards and post in them and that’s about it.

7 Name: Anonymous Techie : 2021-12-09 17:39 ID:ynhcb5Xj

I think it would be interesting to see the results, but I really doubt that this can be made it because the original shiichan code is pretty broken like other anon said previously...

8 Name: Anonymous Techie : 2022-12-12 15:45 ID:Kmtj2Lwy

is that tanasinn zip the tanasinn source code? cool...

9 Name: Anonymous Techie : 2022-12-12 15:46 ID:Kmtj2Lwy

...wrong tanasinn

10 Name: Anonymous Techie : 2023-02-21 07:50 ID:Heaven

Parsing url in javascript
https://dmitripavlutin.com/parse-url-javascript/

let url = new URL('http://example.com/path/index.html?message=hello&who=world')
console.log(url.searchParams.get('message')); // => 'hello'
console.log(url.searchParams.get('missing')); // => null

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: