vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Multiple domain affect whole site (https://vborg.vbsupport.ru/showthread.php?t=82570)

xmeltrut 06-05-2005 10:00 PM

Multiple domain affect whole site
 
Situation: you have forums.example1.com and boards.example2.com. You want cookies to work on both of them so that it remembers users but you want to set the cookie domain so that it affects all of example1.com or example2.com whichever the user is on.

The problem is that if you set the cookie domain in the admin panel, it will always use that domain even if you are using a second domain that is set-up to work with the forum also.

This quick mod will solve the problem and set the cookie to the full domain so no matter domain you are using it will set the cookie for the whole site (doesn't work with multiple sub-domains such as x.y.example.com yet).

I tested it with vB 3.0.7 but I checked the code for one of my older boards and I am pretty sure it will work fine with 3.0.3 and everything in between.

nexialys 06-06-2005 10:12 AM

hum... this is not to share the users db, so there is no problem with the license...

btw, take care, this is only for boards where users have the same login/pass on both sides...

also take care:
Quote:

An owned license grants you the right to run vBulletin on one web server and one web site for each license purchased for an unlimited time. Each license may power one instance of vBulletin on one domain.

CompuJonathan 06-08-2005 12:53 AM

Thanks for releasing this.

We have two VBulletin licenses and had a hard time getting the cookies to work. But somehow VB support got it going. :ninja:

We will use this when we rebuild the forums in 3.5 :squareeyed:

jb605 07-05-2005 03:01 PM

It might also be helpful to add IP based cookie:


PHP Code:

  if (preg_match('/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/',$_SERVER["HTTP_HOST"]))
 {
    
// this is a ip address
    
$vboptions['cookiedomain'] = "." $_SERVER["HTTP_HOST"];


Or something similar


All times are GMT. The time now is 12:30 AM.

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.01603 seconds
  • Memory Usage 1,725KB
  • 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)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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