Help me build a forum using html and cgi

  • dan-of-day
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 25, 2004
  • Posts: 14
  • Loc: London, England.
  • Status: Offline

Post May 25th, 2004, 7:53 am

I'm trying to build a forum myself for my website as I'm sick of seeing those free ones that offer nothing except ads which look crap. However I've ran into a couple of problems and can't seem to recieve any help from the authour of the tutorial I was following.

I've got the guestbook.pl file and was instructed to put this into the cgi-bin of my server. Thing is I don't have a cgi-bin on my server, so I decided to create one. However I'm starting to think that it's not as simple as creating a new folder and calling it cgi-bin. Am I right in suspecting this?

Anyhow, the addguest.html submits it's data to the guestbook.pl file and updates guestbooklog.html which in turn updates the guestbook.html. However, when I press the submit button on the addguest.html I get the anoying 404 file not found when quite clearly it can be if it were to look hard enough.

Perhaps i'm doing something completely wrong. I've changed the read/write permissions on the appropriate html pages but still no joy. Any advice will be greatly appriciated.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 25th, 2004, 7:53 am

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post May 25th, 2004, 7:56 am

Well, if you didn't have a cgi-bin to start with, you might want to check with your host and see if Perl is supported. If it's your own server you need to install Perl before you can get any Perl scripts to work.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • dan-of-day
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 25, 2004
  • Posts: 14
  • Loc: London, England.
  • Status: Offline

Post May 25th, 2004, 8:07 am

I will do this. Thanks.

Just out of chance, do you know of any forum tutorials that can be used as a reference?
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post May 25th, 2004, 8:11 am

No, but it looks as though you are trying to reinvent the wheel. Keep in mind that a guestbook is not a forum and provides minimal interactivity. You might want to check this out if you want something that works with Perl:

http://poeticpollution.net/design/
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post May 25th, 2004, 8:16 am

dan-of-day wrote:
as I'm sick of seeing those free ones that offer nothing except ads which look crap.


Huh? Which free forums look crap with ads. This forum doesn't have to have adds on it - BWM chooses to put ads on here. phpBB does not <b>force</b> you to put adds on your site. If this is the reason you want to build one I say don't bother. Building a complete forum is a big job, and as atno said, you are reinventing the wheel.
CSS website design tutorials
  • emitind.
  • Student
  • Student
  • User avatar
  • Joined: May 23, 2004
  • Posts: 92
  • Loc: england
  • Status: Offline

Post May 25th, 2004, 10:40 am

rtm223 wrote:
dan-of-day wrote:
as I'm sick of seeing those free ones that offer nothing except ads which look crap.


Huh? Which free forums look crap with ads. This forum doesn't have to have adds on it - BWM chooses to put ads on here. phpBB does not <b>force</b> you to put adds on your site. If this is the reason you want to build one I say don't bother. Building a complete forum is a big job, and as atno said, you are reinventing the wheel.


i think he's talkin about free remotely hosted forums such as the pubs and ezboard ones. they are crap.
  • BinaryTox1n
  • Beginner
  • Beginner
  • No Avatar
  • Joined: May 17, 2004
  • Posts: 55
  • Loc: Deer Park, Texas
  • Status: Offline

Post May 25th, 2004, 2:25 pm

Deepain is building its own forum, :p ( http://bounce.deepain.com )
And yes, it is a very big job, i would go with what ATNO suggested.
  • dan-of-day
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 25, 2004
  • Posts: 14
  • Loc: London, England.
  • Status: Offline

Post May 26th, 2004, 5:05 am

Greetings. Been asking the programmers for advice on building a forum but it quickly became clear that I didn't actually want to build one. What I'm looking for is a free forum that goes easy on the advertising yet offers customized buttons/fonts/colours etc so I can suit it to my site. I don't mind doing some programming in the html source coding, however my web server doesn't support Perl.

Tried Bravenet but.... no.
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post May 26th, 2004, 5:06 am

http://www.phpbb.com/
- dM
  • dan-of-day
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 25, 2004
  • Posts: 14
  • Loc: London, England.
  • Status: Offline

Post May 26th, 2004, 5:11 am

Thanks. Be checking this out now.
  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post May 26th, 2004, 5:22 am

np
- dM
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post May 26th, 2004, 5:51 am

I merged this with the original topic because it's still a continuation of the original question.

Dan -- exactly what does your host support. Giving you thoughts and opinions for forum board scripts is pointless until you can tell us what is supported by your host.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • dan-of-day
  • Newbie
  • Newbie
  • No Avatar
  • Joined: May 25, 2004
  • Posts: 14
  • Loc: London, England.
  • Status: Offline

Post May 26th, 2004, 6:36 am

Right then, my server host does not support Perl however i can use programs such as mySQL for databases although my knowledgge of this is very limited, hence my question of fully customized hosted forums.
  • Rabid Dog
  • Web Master
  • Web Master
  • User avatar
  • Joined: May 21, 2004
  • Posts: 3229
  • Loc: South Africa
  • Status: Offline

Post May 26th, 2004, 7:28 am

dan-of-day wrote:
Right then, my server host does not support Perl however i can use programs such as mySQL for databases although my knowledgge of this is very limited, hence my question of fully customized hosted forums.


MySQL is the database. What you need to look at is learning SQL and PHP (reason I say this is that if the server runs mysql odd are it is running php)

If you don't want to write it yourself (would be great exercise to do it) do a search for Forums written in PHP, sure there are some out there
Watch me grow

Post Information

  • Total Posts in this topic: 14 posts
  • Users browsing this forum: No registered users and 119 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.