Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How can I make my own forum?  (Read 11070 times)

0 Members and 1 Guest are viewing this topic.

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: How can I make my own forum?
« Reply #15 on: August 04, 2006, 12:49:46 AM »
Yes.  Already told you.

You need a hand getting started?  Start with the database design; think what you'll need to record.  E.g.:

Date/time of posting
Email address of poster (will not necessarily be displayed)
Name of poster
Text of message (consider whether you'll want to provide a UBB code feature, or just plain text - allowing HTML is not a good plan unless you can write a REALLY good parsing sanity checker)
An approved/not approved field, if you want to moderate all messages
IP address of poster (although it may be spoofed if you do not guard against that)
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: How can I make my own forum?
« Reply #16 on: August 04, 2006, 11:52:09 AM »
Quote
Yes.  Already told you.

You need a hand getting started?  Start with the database design; think what you'll need to record.  E.g.:

Date/time of posting
Email address of poster (will not necessarily be displayed)
Name of poster
Text of message (consider whether you'll want to provide a UBB code feature, or just plain text - allowing HTML is not a good plan unless you can write a REALLY good parsing sanity checker)
An approved/not approved field, if you want to moderate all messages
IP address of poster (although it may be spoofed if you do not guard against that)
How do I design this database?

soybean



    Genius
  • The first soybean ever to learn the computer.
  • Thanked: 469
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 10
Re: How can I make my own forum?
« Reply #17 on: August 04, 2006, 12:43:16 PM »
Go to library, bookstore, Google, take a class, etc. and start working on it.

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: How can I make my own forum?
« Reply #19 on: August 04, 2006, 02:02:01 PM »

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: How can I make my own forum?
« Reply #20 on: August 04, 2006, 02:07:32 PM »
If you have a MySQL database already, you can just create another table within that database.  You don't have to keep it separate.
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos