Results 1 to 5 of 5

Thread: Hidden forums - advise please
      
   

  1. #1
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,580

    Default Hidden forums - advise please

    On our forum we have a private hidden forum for select people, and another one for moderators. If I don't log in I cannot see the hidden forums.

    However today, one of the moderators noticed the system said a 'guest' was browsing one of the hidden forums.

    I just need to be assured that this cannot really happen, otherwise a few people might be done for libel!! :) or lose some friends!

    Anyone know if guests can somehow can access to hidden forums, or whether this is impossible?

    Many thanks

  2. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Hidden forums - advise please

    You have been Googled. that is all no need to panic.

  3. #3
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,580

    Default Re: Hidden forums - advise please

    Cheers Mate! That makes sense now. We can go back to the bitching! Sorry, should read meaningful discussions!

  4. #4
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: Hidden forums - advise please

    Quote Originally Posted by limebrook1
    Cheers Mate! That makes sense now. We can go back to the bitching! Sorry, should read meaningful discussions!

    Not so good, actually. If a bot somehow managed to read that area, the information would be searchable on Google or whatever search engine the bot came from. I doubt that it was able to read it, but you never know. Since phpBB doesn't show any errors the 'guest' may have encountered, there's no way of knowing for sure.

    If I were you, I'd put a robots.txt file on there just to be sure. At the very least, include this:

    User-agent: *
    Disallow: /forum/forumid# here/
    If you want to make indexing of your forum more efficient, you should make a more detailed file. The below is from a vBulletin forum rather than phpBB, but the aesthetics are similar - just adjust the variables a little to more closely match your forum and add any you'd like to add.

    User-agent: *
    Disallow: /forum/admincp/
    Disallow: /forum/clientscript/
    Disallow: /forum/cpstyles/
    Disallow: /forum/customavatars/
    Disallow: /forum/customprofilepics/
    Disallow: /forum/images/
    Disallow: /forum/modcp/
    Disallow: /forum/ajax.php
    Disallow: /forum/attachment.php
    Disallow: /forum/calendar.php
    Disallow: /forum/cron.php
    Disallow: /forum/editpost.php
    Disallow: /forum/global.php
    Disallow: /forum/image.php
    Disallow: /forum/inlinemod.php
    Disallow: /forum/joinrequests.php
    Disallow: /forum/login.php
    Disallow: /forum/misc.php
    Disallow: /forum/moderator.php
    Disallow: /forum/newattachment.php
    Disallow: /forum/newreply.php
    Disallow: /forum/newthread.php
    Disallow: /forum/online.php
    Disallow: /forum/poll.php
    Disallow: /forum/postings.php
    Disallow: /forum/printthread.php
    Disallow: /forum/private.php
    Disallow: /forum/profile.php
    Disallow: /forum/register.php
    Disallow: /forum/report.php
    Disallow: /forum/reputation.php
    Disallow: /forum/search.php
    Disallow: /forum/sendmessage.php
    Disallow: /forum/subscription.php
    Disallow: /forum/threadrate.php
    Disallow: /forum/usercp.php
    Disallow: /forum/usernote.php

    Doing this allows bots to concentrate more on the areas of your forum you want to be indexed.

  5. #5
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,580

    Default Re: Hidden forums - advise please

    As always - many thanks again Racefan! Will do this. Cheers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49