I need to create a Forum or a message board, but I can't find any information about it.
If you know some places where I can read about it, please,
let me know.
Thanks.
- Download, install, tweak for your purposes.
It is written in Perl and uses text files to store the posts. No database stuff required. However, working with flat files limits size, and speed (as size grows) and complexity (as SQL is useful and flat file don't respond well to SQL queries).
With PHP, it is eaiser to communicate with just about any type of database, and in most cases, mysql is the most common.
If you are on a server with limited capabilities (i.e., no php or mysql), then Perl/CGI is the way to go.
However, like goBoating said, text files are somewhat limited in their ability to perform as a sufficient database, and are a lot less secure than a mysql file.
I also suggest that you do not write your own forum since there are thousands of powerful ones out there.
You can try the UBB (Ultimate Bulliten Board, I belive) from
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.