Connecting Tech Pros Worldwide Forums | Help | Site Map

A simple message board?

delisonews@yahoo.com
Guest
 
Posts: n/a
#1: Jul 17 '05
I'm looking for a simple, filesystem-based message board.
(No MySQL!) Something that I could include easily in my code:

include '../inc/messageboard.php';


.... so that the board shows up at the bottom of every PHP
page. The board should have just the basic features, like:

- posting capability
- last 10 messages shown
- links on the bottom for messages 11-20, 21-30 etc.


Thanks.


Geoff Berrow
Guest
 
Posts: n/a
#2: Jul 17 '05

re: A simple message board?


I noticed that Message-ID:
<1116157017.410625.105880@g49g2000cwa.googlegroups .com> from
delisonews@yahoo.com contained the following:
[color=blue]
>I'm looking for a simple, filesystem-based message board.
>(No MySQL!) Something that I could include easily in my code:
>
> include '../inc/messageboard.php';
>
>
>... so that the board shows up at the bottom of every PHP
>page. The board should have just the basic features, like:
>
>- posting capability
>- last 10 messages shown
>- links on the bottom for messages 11-20, 21-30 etc.
>[/color]

If you want something that exactly meets your requirements the best
thing to do is to learn how to code it.

Here is a very simple guestbook that you may be able to base it on.

http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.php

code:
http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.phps
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
steve
Guest
 
Posts: n/a
#3: Jul 17 '05

re: A simple message board?


"Geoff Berrow1" wrote:[color=blue]
> I noticed that Message-ID:
> <1116157017.410625.105880@g49g2000cwa.googlegroups .com> from
> delisonews@yahoo.com contained the following:
>[color=green]
> >I'm looking for a simple, filesystem-based message board.
> >(No MySQL!) Something that I could include easily in my code:
> >[/color]
> &nbsp;> include '../inc/messageboard.php';[color=green]
> >
> >
> >... so that the board shows up at the bottom of every PHP
> >page. The board should have just the basic features, like:
> >
> >- posting capability
> >- last 10 messages shown
> >- links on the bottom for messages 11-20, 21-30 etc.
> >[/color]
>
> If you want something that exactly meets your requirements the
> best
> thing to do is to learn how to code it.
>
> Here is a very simple guestbook that you may be able to base
> it on.
>
> http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.php
>
> code:
> http://www.ckdog.co.uk/phpcourse/Lesson8/guestbook.phps
> --
> Geoff Berrow (put thecat out to email)
> It's only Usenet, no one dies.
> My opinions, not the committee's, mine.
> Simple RFDs http://www.ckdog.co.uk/rfdmaker/[/color]

You can give it a try, but I don’t know of a ’simple’ message board.
IMHO as soon as you develop it, you need 10 more features, and then
after spending a couple of months, you would trash it for a real
db-based message board.

May I make a recommendation: look at phpbb, look at all the features,
and make sure you would not need all those features in the future. A
simple exercise but may save you days/months of work.

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/PHP-simple-m...ict224256.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=773030
Closed Thread