4 comments

  • bartman1 hour ago
    For a real trip down memory lane, here&#x27;s how &quot;mods&quot; were installed for phpBB: <a href="https:&#x2F;&#x2F;github.com&#x2F;MapBBCode&#x2F;mapbb-phpbb2&#x2F;blob&#x2F;master&#x2F;1_0_to_1_4.mod" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MapBBCode&#x2F;mapbb-phpbb2&#x2F;blob&#x2F;master&#x2F;1_0_to...</a><p>You&#x27;d download a mod that contained installation instructions like the above, fire up your code editor of choice and then would manually change the source code of phpBB.<p>Later on, automated mod installers started being somewhat reliable, but especially if you had multiple mods touching similar parts of the codebase you had to learn how to adjust the instructions.<p>I don&#x27;t really miss these times, but I did learn a lot about PHP through it.
    • dbbk1 hour ago
      This was literally my first experience of programming. Applying phpBB mods. We have lost the ancient texts.
  • Lammy1 hour ago
    &gt; Let&#x27;s say you want to go back to 2001 and experience the glorious days of the early forum-sphere.<p>‘Peak’ would have been Invision Power Board 1.3 IMO, but still cool archaeology project :)<p>And lo:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;ernestbuffington&#x2F;IPB-1.3.1-LegacyArchive" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ernestbuffington&#x2F;IPB-1.3.1-LegacyArchive</a><p>- <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Invision_Community#Version_1.x.x" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Invision_Community#Version_1.x...</a>
    • alexjplant0 minutes ago
      [delayed]
    • duskwuff4 minutes ago
      I also have some fond memories of WWWBoard instances, from Matt&#x27;s Script Archive.<p><a href="https:&#x2F;&#x2F;www.scriptarchive.com&#x2F;wwwboard.html" rel="nofollow">https:&#x2F;&#x2F;www.scriptarchive.com&#x2F;wwwboard.html</a>
  • rtpg1 hour ago
    Is there a good forum stack that is as moddable as phpbb was back in the day? Every Discourse instance I see seems _very_ similar so I&#x27;ve assumed there&#x27;s not much of an interesting plugin ecosystem
    • Operyl31 minutes ago
      It is pretty easy to do plugins and custom themes in Discourse, most look the same just because the UX is good enough and we don&#x27;t live in an era of hyper customization that early 2000s forums did. A good example of a pretty customized Discourse install is the Blizzard forums: <a href="https:&#x2F;&#x2F;us.forums.blizzard.com&#x2F;en&#x2F;blizzard&#x2F;" rel="nofollow">https:&#x2F;&#x2F;us.forums.blizzard.com&#x2F;en&#x2F;blizzard&#x2F;</a> and Unreal: <a href="https:&#x2F;&#x2F;forums.unrealengine.com&#x2F;categories?tag=unreal-engine" rel="nofollow">https:&#x2F;&#x2F;forums.unrealengine.com&#x2F;categories?tag=unreal-engine</a>
    • neandrake20 minutes ago
      I was looking into forum software maybe 10 years ago and came across Flarum. Worth a look<p><a href="https:&#x2F;&#x2F;flarum.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flarum.org&#x2F;</a>
  • LoganDark30 minutes ago
    Wonder if anyone will make memory&#x2F;injection-safe imitations of old software like this. I&#x27;d imagine it&#x27;d be pretty eye-catching if you did run a public discussion board with exactly the vibe, syntax, etc. of old phpBB.
    • bgc20 minutes ago
      I wonder how well Cloudflare et al defend against the class of “nobody could still possibly be using this” vulnerabilities.