[RESOLVED] Creating a forum
Hi,
I am assuming that to create a forum it would be programmed using php? I know how to get the user info from a database, and insert the information but don't know to start the next step. Some advice on this would be helpful even if it is just to tell me the correct language to use and some websites to help me.
Thanks,
Nightwalker
Re: [RESOLVED] Creating a forum
he was refering to the .php extension on the page
vBulletin software uses PHP. There are many phpforum softwares available for you to use.
Re: [RESOLVED] Creating a forum
Quote:
Originally Posted by dclamp
he was refering to the .php extension on the page
vBulletin software uses PHP. There are many phpforum softwares available for you to use.
Ah ok, thanks!
Re: [RESOLVED] Creating a forum
CHMOD
If you are using the IIS them use the inetmgr to move to the Internet Infomation services. Select your Website,Right Click
And then Select Properties-->Enable the Write Check box and now run the Installation wizard
Make sure that IIS folder is not Read only one..
Re: [RESOLVED] Creating a forum
Quote:
Originally Posted by danasegarane
CHMOD
If you are using the IIS them use the inetmgr to move to the Internet Infomation services. Select your Website,Right Click
And then Select Properties-->Enable the Write Check box and now run the Installation wizard
Make sure that IIS folder is not Read only one..
Can I still use that mybb software? I am running
WinXP Home which does not come with IIS.
Re: [RESOLVED] Creating a forum
It is setting the file permissions.
Did they specify what the setting number is? (0777 ?)
Re: [RESOLVED] Creating a forum
Quote:
Originally Posted by dclamp
It is setting the file permissions.
Did they specify what the setting number is? (0777 ?)
666 I think but I'm only new to this. You can download the files from the link danasegarane posted.
Re: [RESOLVED] Creating a forum
Quote:
Originally Posted by Nightwalker83
Can I still use that mybb software? I am running
WinXP Home which does not come with IIS.
Then — I presume you are using Apache — ignore any chmod instructions.
Re: [RESOLVED] Creating a forum
Quote:
Originally Posted by penagate
Then — I presume you are using Apache — ignore any chmod instructions.
Is everything else in the install the same if I use apache?
Re: [RESOLVED] Creating a forum
I suppose so. (I don't really want to download it just to look at the instructions.)