Jump to content

How to?


ista_acoustic

Recommended Posts

If you want one for a very small number of posters, you can use a server-side script such as ASP or PHP to read and write from text files. You can even make a flash interface for it.

 

However, that won't be very secure, plus it will be slow with limited functionality. What you really need is a database-driven forum like this one, again using a server-side language.

 

If you haven't written server-side scripts before - or if you don't want a forum with special custom features - you can download a free ready made forum from http://www.phpbb.com or a similar provider. However, I wouldn't recommend using their code as an example of how to write your own forum as it's very complex due to the 'templates' feature they provide.

 

If you want more help let me know :)

Link to comment
Share on other sites

We use a PHP script called vBulletin. The messages and accounts are stored in a MySQL database. If you're interested in building a forum from a pre-made template like our site is, vBulletin is just about the best package you can get. Programming your own is really comlicated... and if you don't know where to start, you probably don't know enough PHP to get anywhere, I sure don't.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.