My memory is hazy on this one, so there is a slight chance I could be wrong (as to whether I am thinking of UBBS or some other product)... but... I downloaded this code to look at a few years ago, and I really didn't like what I saw.

I wouldn't touch Ultimate BBS with a 10" barge pole. The code is shrouded, so that even if you felt like modifying the code in violation of the license agreement, the code is incomprehensible. This means that as far as learning how a BBS is put together in Perl, you could not find a worse example than this.

In an valiant effort to avoid me putting my foot in my mouth, I tried to download a copy, to see whether I was thinking about the right package. I filled in the personal details they requested with random garbage, before being allowd to download the code. Turns out, they e-mail instructions to the e-mail address you specify that contains instructions on how to download the code. Looks to me that they don't want people to inspect the code casually before deciding whether you want to deploy it.

Given that the code is completely obfuscated, there is no way of ruling out the possibility that the authors have included back-doors into your BBS, whether it be maliciously or just careless neglect. I don't want that sort of code running on my servers, thank-you very much.


--
g r i n d e r

In reply to UBBS considered harmful! by grinder
in thread Message Board Script by Anonymous Monk

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.