Can anyone recommend a good free web server...
by John Kabus (BobTheCBuilder) · in General Discussion · 04/28/2003 (2:11 pm) · 13 replies
Well not a web server, but companion tools. I was looking for something with a simple interface, skins, news / events list, reader comments, and forums. For instance: I like PHPBB forums, looks great, has skins, and easy to use. I was looking for something between this and Drupal, which allows readers to add comments to anything on the site. I was hoping for one package with a common interface.
I'm trying to throw a site together for our project.
I think this may even be off topic for the General Discussion forum... :)
Thanks...
John.
I'm trying to throw a site together for our project.
I think this may even be off topic for the General Discussion forum... :)
Thanks...
John.
#3
Appreciate both of your help...
John.
04/29/2003 (6:00 pm)
Wow, those are very nice... I like postnuke, but the install.php doesn't seem to work with ie on win2k (keep getting the same page when I press the next button). Anyway I checked out phpnuke (from the postnuke site) and I think it's exactly what I'm looking for. Thanks for the lead Mike.Appreciate both of your help...
John.
#4
04/29/2003 (8:06 pm)
to get install.php to work you need to be sure you have PHP installed on your web server.
#5
Apache(web server) - www.apache.org
MySQL(SQL database server) - www.mysql.com
PHP(server-side language) - www.php.net
and my favorite tool for maintaining my MySQL database server:
phpmyadmin(PHP scripted web tool) - www.phpmyadmin.net
And that's all I have to say. phpbb is also a very good forum web system: www.phpbb.com
Also the best thing I can think of about PHP, it's very simular to Torque's scripting language. It makes me think that some how Torque scripting is based off of PHP some how. :)
04/29/2003 (8:23 pm)
Best servers and software for those servers to have:Apache(web server) - www.apache.org
MySQL(SQL database server) - www.mysql.com
PHP(server-side language) - www.php.net
and my favorite tool for maintaining my MySQL database server:
phpmyadmin(PHP scripted web tool) - www.phpmyadmin.net
And that's all I have to say. phpbb is also a very good forum web system: www.phpbb.com
Also the best thing I can think of about PHP, it's very simular to Torque's scripting language. It makes me think that some how Torque scripting is based off of PHP some how. :)
#6
I tried what I thought was obvious; install apache instead of iis, try php cgi instead of sapi, and use a fully qualified host name (bob.domain.local). Oh well, I think the browser install only sets up the config.php, I'll just try to hack it by hand. What's the worst that can happen, it doesn't work now. :)
Thanks...
John.
04/29/2003 (8:29 pm)
Ya, I've got that much covered. In fact I had phpnuke setup in only a few minutes, but postnuke come with an install.php that your suppose to run to configure the system. The install.php displays the language (or license, I also tried 6.5) and a next button, when you click the button the browser reloads, but it's on the same page.I tried what I thought was obvious; install apache instead of iis, try php cgi instead of sapi, and use a fully qualified host name (bob.domain.local). Oh well, I think the browser install only sets up the config.php, I'll just try to hack it by hand. What's the worst that can happen, it doesn't work now. :)
Thanks...
John.
#7
04/29/2003 (8:34 pm)
I'd be wary of Nuke portals, they're notorious for security holes. Seldom does a week go by that it isn't on the vulnerabilities mailing list I subscribe to.
#8
Nuke is technically overkill for what I need, I've spent the past few hours disabling modules. I'm only really looking for the features I originally posted.
04/29/2003 (8:41 pm)
That's not good. What do you suggest?Nuke is technically overkill for what I need, I've spent the past few hours disabling modules. I'm only really looking for the features I originally posted.
#9
What I ended up doing was reorganizing phpBB2 a little, so that it was a site on its own, but with the forums integrated. It allows for some little tricks--with mine, the news updates are actually private forum posts. Only certain people can create them, but everyone else can post followup comments. All it took was setting up the forum permissions and a couple SQL queries. A lot of the other stuff like downloads I created on my own, but it wasn't that tough once you get the hang of the template system phpBB2 uses.
It's a little dead (and not quite converted to the site's scheme), but you might as well take a look.
04/29/2003 (11:03 pm)
I honestly don't know, I'd have to hunt, too. =/ It's not my intention to sound negative, though. If you can't find something, rolling your own might not be too hard, especially if you start with something that has at least some of the features you want.What I ended up doing was reorganizing phpBB2 a little, so that it was a site on its own, but with the forums integrated. It allows for some little tricks--with mine, the news updates are actually private forum posts. Only certain people can create them, but everyone else can post followup comments. All it took was setting up the forum permissions and a couple SQL queries. A lot of the other stuff like downloads I created on my own, but it wasn't that tough once you get the hang of the template system phpBB2 uses.
It's a little dead (and not quite converted to the site's scheme), but you might as well take a look.
#10
05/02/2003 (1:32 pm)
Apache
#11
05/02/2003 (1:56 pm)
I like IB forums with IB portal for this kind of thing, always works great and I've never had an issue with security.
#12
http://www.invisionboard.com/
?
If so their site and a few others I found using the software look very nice. I'll download it tonight and give it a try.
Thanks...
John.
05/02/2003 (2:31 pm)
Sorry I'm not familiar with IB forums, are you referring to:http://www.invisionboard.com/
?
If so their site and a few others I found using the software look very nice. I'll download it tonight and give it a try.
Thanks...
John.
#13
05/02/2003 (2:35 pm)
Yep, that's what I'm talkin 'bout. :)
Torque Owner Mike Stoddart