vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Building a secure forum (https://vborg.vbsupport.ru/showthread.php?t=271978)

slap happy 10-13-2011 02:35 PM

Building a secure forum
 
Morning,

By way of intro: I've been using vbulletin as a user for sometime, have setup several forums with phpbb.

My question:

I need to build a closed and secure forum, meaning the entire connection will need to be encrypted, not just the login. After several attempts at searching this forum I came up empty. I have even searched the manual.

I could probably use some pre-sales assistance.

Thanx in advance,

Dan
--

River J 10-13-2011 03:14 PM

So you need a forum that only people that you want can go to? You could do that from the .htaccess file and restrict only certain IPs from going to the site.

BirdOPrey5 10-13-2011 03:47 PM

You can encrypt the connection with SSL but the content in the database is not encrypted and is not an option on a stock vbulletin install. It may be possible via custom modification but it would not be supported.

slap happy 10-13-2011 07:12 PM

I do not know how a forum is structured, but the content needs to be protected and logins confidential. I have also read where some admins have difficulty with the forum software functioning in an SSL environment.

Is there a good functional description of vbulletin?

BirdOPrey5 10-14-2011 01:31 AM

I don't know what you mean by a "functional description." The Manual is available online.

There should be no issues with SSL. vBulletin.com has been running with SSL for months. I was a member of even old 3.x forums that ran with SSL. If someone is having a problem they probably didn't know how to properly setup SSL.

Alfa1 10-14-2011 11:12 AM

You can simple install vbulletin in a private_html directory, add a ssl certificate and allow your users to browse through https. You do not need any special adjustments to vbulletin.
If you only want members to see the forum contents, then adjust your usergroup settings to reflect this.

souperman 10-20-2011 01:04 AM

It's simple. Add a piece of code/hook to your global file that redirect to https if user is on http. Then set the cookie params to secure only, and set it to http-only.

CodeClutch 11-18-2011 05:02 PM

I have to jump on the bandwagon here and agree, ssl is the way to go. Theoretically, the system COULD be setup to encrypt the entries in the database, but I can't imagine it being an advantage or 100% secure. Even with my knowledge of the product/plugin system, it would most likely be a hefty re-working of the code, that probably would require modifying the stock vbulletin files.

Judging from the sound of it, I'm guessing you are selling access to certain areas of the forum? If you could provide an idea of the usage you are looking for, we could probably better answer your questions.


All times are GMT. The time now is 05:36 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01087 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete