Setting up a forum
- TheTallest
- Redshirt
- Posts: 349
- Joined: Tue Nov 02, 2004 8:53 am
- Location: UK
Setting up a forum
I'm trying to setup a forum and I'm having soo many troubes with it.
Has anyone ever used PHPBB? Is it any good and if not what's better?
If there are any forum setup masters out there that'd like to help me message me on MSN or sommin.
cheers
Has anyone ever used PHPBB? Is it any good and if not what's better?
If there are any forum setup masters out there that'd like to help me message me on MSN or sommin.
cheers
I resurve the right to be inconsistant (and bad at spelling)
Deacon wrote: RISC processors are rubbish, and anyone that wants to know about them is rubbish.
I just find RISC processors very dull (unless you made it yourself, then that's impressive, it's like buying an expensive car, well done you can spend money.
I still have bigger penis than you.
- edge
- Redshirt
- Posts: 3376
- Joined: Mon Jun 02, 2003 9:43 pm
- Gender: Male
- Location: Pittsburgh, PA
- Contact:
PHPBB is fantastic, IMO. I havn't setup a recent version, but the last time I set it up it was pretty straight forward, and actually walked you through the setup through a web interface. I'm a moderator on a forum that is using PHPBB, and it's super easy to work with. If you get stuck or have any questions, I may be able to walk you through it a bit, although there are probably people here that have a lot more experience in setting it up than I do.
- TheTallest
- Redshirt
- Posts: 349
- Joined: Tue Nov 02, 2004 8:53 am
- Location: UK
ok, I've unzipped the phpbb2 zip into a forum directory.
I've installed MySQL 4 and I think I've created a DB, think because I'm not 100% sure.
I've set the config.php to be writeable.
I've installed the PHP bit on my iis server.
I browse to HTTP://localhost/forum/install/install.php and nothing, just sits there.
then gives the error
"CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process."
I can get to HTTP://localhost/forum/install/index.htm though
anyone got any ideas?
Posted Mon Mar 07, 2005 3:39 pm:
DAMN IT IT'S WORKIN NOW.
I mean..... er..... I like ... TOTALLY fixed it and the explination of how is long and rambling.
I've installed MySQL 4 and I think I've created a DB, think because I'm not 100% sure.
I've set the config.php to be writeable.
I've installed the PHP bit on my iis server.
I browse to HTTP://localhost/forum/install/install.php and nothing, just sits there.
then gives the error
"CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process."
I can get to HTTP://localhost/forum/install/index.htm though
anyone got any ideas?
Posted Mon Mar 07, 2005 3:39 pm:
DAMN IT IT'S WORKIN NOW.
I mean..... er..... I like ... TOTALLY fixed it and the explination of how is long and rambling.
I resurve the right to be inconsistant (and bad at spelling)
Deacon wrote: RISC processors are rubbish, and anyone that wants to know about them is rubbish.
I just find RISC processors very dull (unless you made it yourself, then that's impressive, it's like buying an expensive car, well done you can spend money.
I still have bigger penis than you.
- TheTallest
- Redshirt
- Posts: 349
- Joined: Tue Nov 02, 2004 8:53 am
- Location: UK
learning one new thing at a time 
apache's on my list
right after setting up a linux server.
apache's on my list
right after setting up a linux server.
I resurve the right to be inconsistant (and bad at spelling)
Deacon wrote: RISC processors are rubbish, and anyone that wants to know about them is rubbish.
I just find RISC processors very dull (unless you made it yourself, then that's impressive, it's like buying an expensive car, well done you can spend money.
I still have bigger penis than you.
- Deacon
- Shining Adonis
- Posts: 44234
- Joined: Wed Jul 30, 2003 3:00 pm
- Gender: Male
- Location: Lakehills, TX
[quote="T8y8";p="462410"]Open notepad and type
<php ?
{
echo('Hello world');
}
>[/quote]
Is that valid PHP??
Just use this:
<php ?
{
echo('Hello world');
}
>[/quote]
Is that valid PHP??
Just use this:
Code: Select all
<? phpinfo(); ?>The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922
- Deacon
- Shining Adonis
- Posts: 44234
- Joined: Wed Jul 30, 2003 3:00 pm
- Gender: Male
- Location: Lakehills, TX
Your code loosely translated (still ugly, with unnecessary characters, and not the way I prefer to visualize it, but still syntactically tolerated):
The way I would do it (usually with a trailing semicolon, though it's not strictly necessary):
Or you could just do See http://www.php.net/manual/en/function.echo.php for more info.
Code: Select all
<?php
{
echo "Hello world";
}
?>Code: Select all
<? echo "Hello world!" ?>Code: Select all
<?="Hello World!"?>The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922
- Deacon
- Shining Adonis
- Posts: 44234
- Joined: Wed Jul 30, 2003 3:00 pm
- Gender: Male
- Location: Lakehills, TX
<?php ?> syntax will always work correctly. <? ?> is more usually works shorthand, though it depends on the options set up in your php.ini file. The <?php ?> format is a better idea if you're also wanting to specify other formats as well, such as <?xml ?> and such.
The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922
- Martin Blank
- Knower of Things

- Posts: 12709
- Joined: Fri Feb 07, 2003 4:11 am
- Real Name: Jarrod Frates
- Gender: Male
- Location: Dallas, TX
- Contact:
Who is online
Users browsing this forum: No registered users and 1 guest
