Cheeseweasel Posted April 18, 2007 Share Posted April 18, 2007 ...I need a very, very basic bulletin board script built, preferably using flat files, for a school project. I have no access to a mySQL database (without paying a lot more for my server annually) so as I said, flat files are preferable. I don't even need a log in or registration. All I'd like is a flat-file based system which allows a user to post - all it requires is 'name', 'email address' and 'subject'. It'd be sort of like a comment system, but with a customisable layout so I can make it look slightly more like a message board. They're the basics. It'd be even better if users could post topics, but I may be pushing my luck here. If this isn't possible, then please just make it a list of messages. I would research this and code my own, but I need this quite urgently and it could take me quite a long time, so I won't. Thank you in advance! -C.W Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/ Share on other sites More sharing options...
boo_lolly Posted April 18, 2007 Share Posted April 18, 2007 here's exactly what you want, except for the flat-file database. this works with mysql: http://www.phpfreaks.com/forums/index.php/topic,136435.msg576657.html#msg576657 Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232445 Share on other sites More sharing options...
Cheeseweasel Posted April 18, 2007 Author Share Posted April 18, 2007 I actually posted in that topic asking for a flat-file version. I have no access to a mySQL database. Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232455 Share on other sites More sharing options...
boo_lolly Posted April 18, 2007 Share Posted April 18, 2007 ummm, i know... the code will only differ between the way you write and read from the flat file... everything else is exactly what you're looking for... don't come here if you're going to bite the hand that feeds... you're lucky anybody posted on your thread... nobody has because you're asking somebody else to do the coding for you... well, you better get yer knees dirty... Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232466 Share on other sites More sharing options...
Cheeseweasel Posted April 18, 2007 Author Share Posted April 18, 2007 I'm not asking for someone to code it for me, I'm asking for either help in coding it or a referral to a news system which does what I've asked for. Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232472 Share on other sites More sharing options...
boo_lolly Posted April 18, 2007 Share Posted April 18, 2007 ever heard of google? http://sourceforge.net/projects/pblang/ Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232474 Share on other sites More sharing options...
Guest prozente Posted April 18, 2007 Share Posted April 18, 2007 PunBB works with SQLite which is flatfile. http://punbb.org/ Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232477 Share on other sites More sharing options...
Cheeseweasel Posted April 18, 2007 Author Share Posted April 18, 2007 PunBB works with SQLite which is flatfile. http://punbb.org/ Feelin' a little hostile, buddy? I used google actually - but anyway, thanks for the referral. Link to comment https://forums.phpfreaks.com/topic/47608-very-basic-bulletin-board-needed/#findComment-232481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.