| | #1 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Creating a forumI want to create a forum like this one on my website, how do i do this? Whats the easiest way? I have never done it before!
__________________ |
| Offline | |
| | #2 |
| Mini Mac Join Date: Mar 2006
Posts: 6,870
Thanks: 425
Thanked 758 Times in 572 Posts
![]() ![]() ![]() ![]() | Re: Creating a forumtherhe are 'off the shelf' forum packages similar to Wordpress blgs.... just do a search, or have a look at your cpanel. |
| Online | |
| | #3 |
| Sup ;) Join Date: May 2008 Location: Sandfields, Port Talbot
Posts: 1,258
Thanks: 342
Thanked 218 Times in 182 Posts
![]() | Re: Creating a forumI made one before, but cant remember where i got the source. There are plenty out there.
__________________ Received: iPod Nano 8GB from Apple.RI Xbox 360 Premium (60gb) from Console.FJ |
| Offline | |
| | #4 |
| Mr. Pink Join Date: Jan 2007
Posts: 4,564
Thanks: 976
Thanked 1,093 Times in 975 Posts
![]() ![]() ![]() | Re: Creating a forumPHP forums are free... but not as advanced... vBulletin is the best
__________________ |
| Offline | |
| | #5 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumvbulletin you pay for yes? Best free one then?
__________________ |
| Offline | |
| | #6 |
| Mr. Pink Join Date: Jan 2007
Posts: 4,564
Thanks: 976
Thanked 1,093 Times in 975 Posts
![]() ![]() ![]() | Re: Creating a forumYeah, you have to pay for the license on vBulletin... PHP is probably the best free one, but you'll need mysql supported hosting etc... vBulletin is defo worth it if you can spare the cash.
__________________ |
| Offline | |
| | #7 |
| Feeling purple :) | Re: Creating a forumBest free is probably phpBB, but I'd also stretch to vBulletin if I were you.
__________________ ![]() Come forward, magical freebie angel! ![]() |
| Online | |
| | #8 |
| Mr. Pink Join Date: Jan 2007
Posts: 4,564
Thanks: 976
Thanked 1,093 Times in 975 Posts
![]() ![]() ![]() | Re: Creating a forumWell actually, it depends what you're trying to do on the forum. If you just want people to talk, with no arcades etc, then phpBB will do
__________________ |
| Offline | |
| | #9 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumAnyone know of a nice guide to install phpbb?
__________________ |
| Offline | |
| | #10 |
| Look at me avatar! :) Join Date: Jul 2008 Location: England
Posts: 1,998
Thanks: 402
Thanked 346 Times in 330 Posts
![]() ![]() | Re: Creating a forumUm, 1. Download 2. Upload 3. Create a mySQL database 4. Create a mySQL database user 5. Run the setup script (http://www.yourdomain.com/forum for example) 6. Done
__________________ |
| Offline | |
| | #11 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumi get this error message when i try install anyone know what it means A fatal and unrecoverable database error has occurred. This may be because the specified user does not have appropriate permissions to CREATE TABLES or INSERT data, etc. Further information may be given below. Please contact your hosting provider in the first instance or the support forums of phpBB for further assistance. install_install.php [ 1194 ] SQL : CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, in_message tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, poster_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, is_orphan tinyint(1) UNSIGNED DEFAULT '1' NOT NULL, physical_filename varchar(255) DEFAULT '' NOT NULL, real_filename varchar(255) DEFAULT '' NOT NULL, download_count mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, attach_comment text NOT NULL, extension varchar(100) DEFAULT '' NOT NULL, mimetype varchar(100) DEFAULT '' NOT NULL, filesize int(20) UNSIGNED DEFAULT '0' NOT NULL, filetime int(11) UNSIGNED DEFAULT '0' NOT NULL, thumbnail tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (attach_id), KEY filetime (filetime), KEY post_msg_id (post_msg_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY is_orphan (is_orphan) ) CHARACTER SET `utf8` COLLATE `utf8_bin` Table 'phpbb_attachments' already exists
__________________ |
| Offline | |
| | #12 | |
| Feeling purple :) | Re: Creating a forumQuote:
__________________ ![]() Come forward, magical freebie angel! ![]() | |
| Online | |
| | #13 |
| I want greens :( | Re: Creating a forumSMF forums system is better than PHPBB. Its more like Vbulliten |
| Offline | |
| | #14 | |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumQuote:
Not sure what the error message says for the new ones, but looked at a quick glance, the same error message as above!
__________________ | |
| Offline | |
| | #15 |
| Feeling purple :) | Re: Creating a forumI've read countless reports of SMF being hacked... That message above will occur if you run it more than once on the same database.
__________________ ![]() Come forward, magical freebie angel! ![]() |
| Online | |
| | #16 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumWhen i try with a new database and click "proceed to next step" a popup comes up and ask where i want to save the index.php?????
__________________ |
| Offline | |
| | #17 |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumSorry where do i want to open it not save!
__________________ |
| Offline | |
| | #18 |
| BANNED Join Date: Aug 2008
Posts: 105
Thanks: 2
Thanked 15 Times in 12 Posts
![]() | Re: Creating a forumThe easiest way is PHPBB but it is very hard to start up a forum in the sense of getting users and posts, google for some guides. PS. You will need a website |
| Offline | |
| | #19 | |
| Who's InkJet? Join Date: May 2008 Location: Northampton
Posts: 906
Thanks: 35
Thanked 143 Times in 115 Posts
![]() | Re: Creating a forumQuote:
__________________ | |
| Offline | |