How Can I Create Cloaked Forums With Phpbb?

liunx

Guest
I need a private message board that will be accessed only by a few people and I need to make sure it won't be spidered by search engines because I don't want it to be "discovered" by anyone. Is there a way to create a forum that can only be seen by people I invite? Maybe a hack I can install? Thanks!<!--content-->
Just install the forum in a folder<br />and do not link to it on your site.<br />Then e-mail the link in the invitation.<!--content-->
You are going to use PHPBB? If so, login to the Administrative area and click on forum permissions. There you choose who can see it and post to it. =)<br /><br />In my experience the best thing to do is set up a group and after people register, assign the ones that you want to see that private forum to that group, and give that group access to the forum. That's how I've done it in the past.<br /><br />Let me know if that helps. =)<!--content-->
And create a robots.txt file for your site if you don't already have one and add a line similar to this:<br /><br />Disallow: /forum/<br /><br />This will stop most robots from spidering your forum.<!--content-->
Thanks, guys! I appreciate the responses very much.<br /><br /><!--QuoteBegin-TCH-Lisa+Jul 29 2004, 01:09 AM--><div class='quotetop'>QUOTE(TCH-Lisa @ Jul 29 2004, 01:09 AM)</div><div class='quotemain'><!--QuoteEBegin-->You are going to use PHPBB?  If so, login to the Administrative area and click on forum permissions.  There you choose who can see it and post to it. =)<br /><br />In my experience the best thing to do is set up a group and after people register, assign the ones that you want to see that private forum to that group, and give that group access to the forum.  That's how I've done it in the past.<br /><br />Let me know if that helps. =)<!--QuoteEnd--></div><!--QuoteEEnd--><br />Lisa, I didn't see the options you mentioned when I was in the admin area, but I'll look again. I was probably so frustrated that I overlooked it.<br /><br />Bruce, I'm not familiar with robots.txt files. Do I just write <br /><br />Disallow: /forum/<br /><br />on a blank page, save it as robots.txt and upload it to public_html and that's it?<br /><br />Sorry for the dumb questions, but even though I've been making websites for over six years, I haven't improved much since the beginning. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><!--content-->
Beston - my solution is if you have a message board where you just want to hide a few forums. If you don't want the message board visible at all you should look at the other solutions. =)<br /><br />Here is a <a href="http://www.searchengineworld.com/robots/robots_tutorial.htm" target="_blank">tutorial about robots.txt</a>. Hope that helps =)<!--content-->
And here is another robots.txt resource.<br /><br /><!--coloro:blue--><span style="color:blue"><!--/coloro-->http://www.robotstxt.org/wc/robots.html<!--colorc--></span><!--/colorc--><!--content-->
 
Back
Top