A friend has asked me to put together a simple message board for them. np, right? I figure what I'll do is have an index page, which is made of nested links to root messages and their replies (and replies to replies etc.), and I'll keep all the actual messages in their own HTML files. No DB, it will run on almost any version of perl - simple. Then, for giggles, I looked at the source for MSA's message board. It does the exact same thing basically. Now, of course, it is lacking any signs of warnings, strict or taint checking - but the concept is the same. So many times now in the CB and throughout many nodes the work of MSA has been dismissed as absolute evil. Now, seeing it does almost exactly waht I was planning on, I find myself doubting my ideas on how to do this.

Am I nuts? Is there a much better way I'm missing? Am I way too paranoid? How would any of you do it?

"A man's maturity -- consists in having found again the seriousness on +e had as a child, at play." --Nietzsch +e

In reply to simple message board gone very wrong? by jptxs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.