The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
So the question is, would this be a feasible idea? Would I have to regularly delete or archive the old messages. Is there a point in keeping old messages for prosperity, or something? I must admit, I hate it when I do a search and it comes up with a result from some random messageboard and you click the link and the page is missing, so would it be a good idea to keep them all?
The only other way I could think of would be to have a flat file database and have a line per message, as this is my normal method with perl/cgi/files ;) but this would require a ton of processing to sort into threads etc.
I must admit I was thinking along the lines of having directories for each thread, with the aformentioned naming convention, but while writing this post I realised I wasn't sure how the messages would exist within the system(!).
So, anyone got any ideas on messageboard writing? Anyone done it before? Possible the peeps who made this messageboard system could suggest some ideas - how do you store the messages? You have the easier task of having all the replies on one page, when I would rather have the sort of system you experience through Outlook Express with newsgroups, where replies are to a specific post.
Cheers,
Rikki
I have some code that I downloaded from somewhere, meaning to have a look at it myself. Its done using CGI (off the top of my head), and should work on Freeola, if you want me to pass it on.
Doesn't Perl/C++ have MySQL support anyway?
Anyways, if I go for the file per message system, has anyone got any ideas/opinions on the amount of archiving or deletion of old messages I should do?
Cheers,
Rikki
So the question is, would this be a feasible idea? Would I have to regularly delete or archive the old messages. Is there a point in keeping old messages for prosperity, or something? I must admit, I hate it when I do a search and it comes up with a result from some random messageboard and you click the link and the page is missing, so would it be a good idea to keep them all?
The only other way I could think of would be to have a flat file database and have a line per message, as this is my normal method with perl/cgi/files ;) but this would require a ton of processing to sort into threads etc.
I must admit I was thinking along the lines of having directories for each thread, with the aformentioned naming convention, but while writing this post I realised I wasn't sure how the messages would exist within the system(!).
So, anyone got any ideas on messageboard writing? Anyone done it before? Possible the peeps who made this messageboard system could suggest some ideas - how do you store the messages? You have the easier task of having all the replies on one page, when I would rather have the sort of system you experience through Outlook Express with newsgroups, where replies are to a specific post.
Cheers,
Rikki