• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

building forums

Joined
Mar 19, 2005
Messages
10
hey all, what up well nothin much here well i was thing about building a forum for my website but again im not sure where to start i know its done with mysql and php... and i dont want to have to use a php forum making programm... so if i could get so INFO. on how to start and make one it would be nice thanks ~mindgames~JerMaine~BennyBennyBopBop
 
Use phpbb. As long as you have php and mysql set up properly it only take about 10 minutes to get a forum up and running.
 
Kinda hard to tell if you want to write your own forum or use an existing package (php forum making program?)

If you want to write your own, here's a very rough outline:

Know your programming language (PHP, .NET, whatever)
Know database design
Know SQL queries

Identify the data you need (users, passwords, categories, threads, posts, etc)
Set up a database to hold that data
Create a backend software package, paying particular note to database security
Create the frontend display, preferably with support for themes or whatever
 
Back
Top