TerraBoards - Free phpBB Hosting

Re: TerraBoards BETA - Free phpBB Hosting

Nice Job!Check your pms
 
Re: TerraBoards BETA - Free phpBB Hosting

StevenF50 said:
parse error: syntax error, unexpected T_VARIABLE in /home/nvertex/public_html/terra-boards.com/createforum.php on line 230
http://terra-boards.com/createforum.php?do=inst1

Fixed

I have a couple requests for help. As of now, I need things arranged first, like the forum. Its plain dead.
Ill decide in a few weeks if I need help 😉
 
Re: TerraBoards BETA - Free phpBB Hosting

Fixed, sorry about issues, ill look through the whole code tonight and test the script.
 
Re: TerraBoards BETA - Free phpBB Hosting

I guess these are becoming popular now. It first was hosting now its forum hosting. Good luck mate.
 
Re: TerraBoards BETA - Free phpBB Hosting

One Prob im stuck with forumotion
 
Re: TerraBoards BETA - Free phpBB Hosting

@Spudster You may ask kindly for a database backup if you can

As of now, there are quite some people PMing me, asking "How do you make a multi-forum?"

Well you must have advanced phpBB and PHP skills to make a multiforum. And yes, it WILL be difficult. Here's where I started:

Code:
if ($_SERVER["HTTP_HOST"] = "forum1.domain.com")
{
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '80';
$dbname = 'my_1';
$dbuser = 'my_1';
$dbpasswd = 'mypass';
$table_prefix = '1_';
$load_extensions = '';
$acm_type = 'file';
}
if ($_SERVER["HTTP_HOST"] = "forum2.domain.com")
{
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '80';
$dbname = 'my_1';
$dbuser = 'my_1';
$dbpasswd = 'mypass';
$table_prefix = '2_';
$load_extensions = '';
$acm_type = 'file';
}
// blah blah continues
// NOTE, THIS WAS A QUICK AND DIRTY SCRIPT, EXPECT ERRORS
 
Re: TerraBoards BETA - Free phpBB Hosting

Fixed the website lag issue. So far, no bugs caught. I will get the directory issue fixed soon. Directory issue has been fixed
 
Re: TerraBoards BETA - Free phpBB Hosting

Looks like a really cool setup. I've registered a board, just to look around and get a feel for it. (And phpbb in general). So far, I'm liking it!
 
Re: TerraBoards BETA - Free phpBB Hosting

^ Thanks for feedback

We are using phpBB 3.0.8. We currently have a total of 12 forums registered.
 
Re: TerraBoards BETA - Free phpBB Hosting

WOAH! This iS AMAZING. BEST FREE FORUM HOST YET! One word that would describe this host.

"Beautiful."

I just love how you TONS of styles to already uploaded with logos you manually created!

PLEASE! Add a place where you can add your own domain.
 
Re: TerraBoards BETA - Free phpBB Hosting

I looked at your site, and it looks nice. The only problem is I'm looking for a free host that would let me completely customize the theme/skin. I think I found one, but I thought I would give yours a look anyways.

May make a board in the future here though, for web design possibly
 
Re: TerraBoards BETA - Free phpBB Hosting

Thanks for the positive reviews guys, 6 months of work here,

@Gamrpro Thanks for the positive review, I think I can create a testimonials page. I will eventually figure out a way to add your own domains.

@THC most free forum hosts do not allow you to customize your skin due to security reasons. However, I will eventually find a way to customize a style. For now, CSS editing is only allowed. If you wish, you can make a self-hosted forum by searching for a cPanel host

@spudster First off, learn PHP first. Be proficient at it. You can learn php here: http://www.w3schools.com/php/default.asp or use the PHP documentation @ php.net

If you have any more questions, feel free to PM me.
 
Re: TerraBoards BETA - Free phpBB Hosting

Ill hopefully figure out a way to add your own domains 😉
 
Re: TerraBoards BETA - Free phpBB Hosting

your doing a great job also check your pms again
 
Re: TerraBoards BETA - Free phpBB Hosting

Great Domains available! Hurry before they get reserved!

chat.terra-boards.com
pokemon.terra-boards.com
awesomeness.terra-boards.com
lol.terra-boards.com
*your favorite character*.terra-boards.com
*your favorite movie*.terra-boards.com
callofduty.terra-boards.com
mario.terra-boards.com
promotion.terra-boards.com
promote.terra-boards.com
rawr.terra-boards.com

A lot more will be posted. Please, use only <b>1</b> email address per site. We are creating a login system and using duplicate emails will cause a lot of errors.
 
Re: TerraBoards BETA - Free phpBB Hosting

Interesting, I made a host called TerraBoards quite some time ago. Good luck with yours though. 😉
 
Re: TerraBoards BETA - Free phpBB Hosting

^ thanks

Support for TouchBB and Postloop will be available
 
Back
Top Bottom