A Basic Forum in PHP

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Equinox007
Forum Newbie
Posts: 2
Joined: Tue Jan 20, 2004 2:24 am
Location: Bunbury, Australia

A Basic Forum in PHP

Post by Equinox007 »

Does anyone know a good free forum package done in PHP??

Simular to CuteNews (a PHP based message board system)

Thanks for your help.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I've never heard of CuteNews so I can't tell you if these are similar but they are good, free, forums and done in PHP:

This forum: phpBB
and another: IPB

Mac
Equinox007
Forum Newbie
Posts: 2
Joined: Tue Jan 20, 2004 2:24 am
Location: Bunbury, Australia

Post by Equinox007 »

Thanks mate,

one more feature i forgot to add... It must be stand alone PHP and text files for storing data on the server CHMOD=777

Talk about a basic forum eigh!

Can anyone help me out? I would rather do away with the pain of programming one myself if i can..
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

cutenews is a news script.. not a forum.

but i dont know any forums that use flatfiles, sorry

why don't you have a DB??
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Post by Bill H »

I'm not sure if it's still around, but:
// Ultimate PHP Board
// Author: Tim Hoeppner aka RR_Pilot, FixITguy
// Website: http://www.webrc.ca/php
Is a pretty decent one that uses flat files.
Edit:
Here's the new url: http://www.myupb.com/ourscripts_upb.php
:?
Post Reply