Help for setting up a forum on Intranet

  • Thread starter Thread starter Homer Simpson
  • Start date Start date
  • Tags Tags
    Forum
AI Thread Summary
Setting up a forum on an intranet involves selecting appropriate software and ensuring the necessary server infrastructure is in place. Options include both paid and free software, with popular choices like vBulletin, phpBB, and PunBB, which typically require a web server like Apache or IIS and a database like MySQL. Installation is generally straightforward, often facilitated by scripts that guide users through initial configurations. Forums can be restricted to specific users on the LAN, and security measures such as password protection can be easily implemented. Overall, with the right setup, creating an intranet forum can be a manageable project.
Homer Simpson
Messages
184
Reaction score
1
Hi all,

At work we are looking into the idea of setting up a forum much like this one on our intranet to share information amongst our co-workers. I have no idea how much is involved or where to begin.

-Is there software that can be purchased?
-Can it be done on intranet for only certain people on the LAN?
-Is it hard to get a forum that has similar thread organization and search tools as this one?
-Have you heard of any other industry doing this?

Thanks very much.
 
Computer science news on Phys.org
To have it for your intranet only i guess you would have to run it on the intranet's server.

Most of the forums are very simple to install as the often come with an installation script, that asks for information such as db host, pass, etc. It is usually for setting up the database and the initial configurations, like allowing guest posts, etc.

This site uses vbulleting but there are many free, opensource ones like PunBB.
 
You'll need a server machine inside your LAN. There are many ways you can do this for free, most (all even) the software is free.
Number one you'll need some machine to run as server, any machine will do, the faster the better of course. You'll need Web Server software such as:
Apache (free) http://httpd.apache.org/
Microsoft Internet Information Service (IIS). A free copy comes in your windows CD, not installed by default, you can install it by going to control Add/Remove Programs, WIndows Components and selecting IIS. The versions of IIS that come with non server Windows Operating Systems are usually limited in the number of connections to, i think, about 10, which might be too little.

Unless a computer in your LAN is running Windows 2003 Server i would go with Apache, otherwise i would go with IIS.
Some forum software:
http://www.phpbb.com/downloads.php (free)
http://www.vbulletin.com/ (free to try)
Both of these forums run on PHP, and MYSQL. PHP is server-side language, so in order to run these forums your Web Server (whichever you pick) will need to be configured to run PHP. PHP is free:
http://www.php.net/
Finally, you'll also need MYSQL, a free database server so that your forums can store all of the posts and all the user information. Check whether your forum installation comes with a copy of MySQL, otherwise go to:
http://dev.mysql.com/downloads/

You should know that there are alternatives to PHP, like ASP/ASP.NET and JSP. If you find forum software that runs in JSP, PHP or CGI, then install the correct server extension. Windows likes ASP/ASP.NET obviously, and if you have the .NET framework, which you likely do if you ever updated Windows recently, then your IIS can easily run ASP/ASP.NET.
But, from what I've seen, the PHP forums are the most popular, and for good reasons, they're the best I've seen by far.

It's also very easy to password protect the forum if needed.
 
Last edited:
Thanks a lot for the details
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Back
Top