Closed Thread Icon

Topic awaiting preservation: need a good discussion board script in PHP (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=11936" title="Pages that link to Topic awaiting preservation: need a good discussion board script in PHP (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: need a good discussion board script in PHP <span class="small">(Page 1 of 1)</span>\

 
GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 12-04-2001 12:56

ok, first of all i know there are sites like hotscripts etc. but most of the boards there are featuring several sections and require mysql etc.

my needs arent that high. i only need a list of threads where anyone (no registering) can post replies. so only one forum, not the complete board with sections etc. if possible no db, only flat data files.

btw: how do i create a new file dynamically using php?



Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 12-04-2001 15:30

I've heard vBulletin is pretty good. Never tried it, though.

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 12-04-2001 15:41

thanks, pugzly, but it's not exactly what im searching for.
(mysql, commercial, and tooo much extra features)

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 12-04-2001 16:06

as far as I remember, try fopen. with a r+ parameter. but I'm not 100% on this. read the manual :-)

yours,

Tyberius Prime

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 12-04-2001 16:59

Hmm, no sections? no registering?

What about a guestbook script?

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 12-04-2001 17:16

thanks, tiberius. it worked!

good idea, u-neek!
of course, replying should be possible.
know a good one for me?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 12-04-2001 18:20

GRUMBLE, you really should have visited HotScripts... Here's the list of boards that don't require MySQL database and you can probably find something that you can use:




jiblet
Paranoid (IV) Inmate

From: Minneapolis, MN, USA
Insane since: May 2000

posted posted 12-04-2001 18:47

I wrote about the simplest message board you can get at http://www.coffman.umn.edu/earth/discussion.php.

Sadly there haven't been any posts to speak of (because the client is good at brainstorming, but not promotion). I threw this together in one day, so it is about as barebones as it gets. Unfortunately it uses MySQL, but it may be possible to convert it to flat file form without too much trouble. Check the code at http://www.coffman.umn.edu/earth/emboard.txt .

BTW, feel free to post a message on the live board... no one is looking at it anyway, and I can delete the post later.

-jiblet

GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 12-04-2001 19:45

uhhhh. thanks everybody for the help!
after all i learned a lot and wrote the script myself. didnt think that it could be so easy! but with php...

here it is:
www.wapod.com/~grumble/test/content.php
www.wapod.com/~grumble/test/content.txt



« BackwardsOnwards »

Show Forum Drop Down Menu