vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - CERBERUS: 1 vB4: runs multiple domains with custom styles, forums, universal login (https://vborg.vbsupport.ru/showthread.php?t=254197)

Shogo 12-02-2010 08:34 PM

Not working for me :(

Forum : http://www.foudeconcours.com/forum
My second domain : http://www.lesgratuits.be must go there http://www.foudeconcours.com/forum/f...splay.php?f=63

I have vbseo installed

My configuration
Quote:

[lesgratuits.be]
bbtitle=lesgratuits.be
bburl=lesgratuits.be
homeurl=lesgratuits.be
catids=63
styleid=1
cookiedomain=.lesgratuits.be
In plesk, I put lesgratuits.be in "frame redirection"

:( help :(

Michael Biddle 12-02-2010 10:47 PM

Quote:

Originally Posted by puertoblack2003 (Post 2128495)
nevermine i figured it out.Is there a way to hide the forum for only that particular domain?

No. This product will show all categories unless you specify some. If you specify one, you must specify all that you wish to choose.

Quote:

Originally Posted by Shogo (Post 2128543)
Not working for me :(

Forum : http://www.foudeconcours.com/forum
My second domain : http://www.lesgratuits.be must go there http://www.foudeconcours.com/forum/f...splay.php?f=63

I have vbseo installed

My configuration


In plesk, I put lesgratuits.be in "frame redirection"

:( help :(

I have not used plesk before, so not sure if this will help. You need to have the domain parked to the same place as first URL, I am not sure what a frame redirection is.

Alfa1 12-02-2010 11:57 PM

Quote:

Originally Posted by Michael Biddle (Post 2128470)
What version of vBulletin 4 are you running?

Latest version: 4.1PL1

rajubd 12-03-2010 02:11 AM

what about google indexing? same post will be index 2 time show as diffarent domain..

KW802 12-03-2010 02:23 AM

Quote:

Originally Posted by rajubd (Post 2128662)
what about google indexing? same post will be index 2 time show as diffarent domain..

Only if you choose to have the same parent category ID show up on both domains.

cache 12-03-2010 04:10 PM

I just want to double check whether this mod is not against the vb license terms. See below link about providing the URL, if you have multiple domains, which url are you supposed to enter in the member area?

====from http://www.vbulletin.com/faq.php ============================
I have purchased a license. Am I allowed to run two copies of vBulletin?
No. You must hold a valid vBulletin license for each individual installation of the software (regardless of whether the two installations are on the same domain name or server). For example, if you wish to install one copy of vBulletin at http://www.yourserver.com/forum1/ and another copy at http://www.yourserver.com/forum2/, you will require two licenses. Please note that the license agreement specifies that you must submit the URL where your vBulletin license(s) are installed (via the online members area). For complete licensing terms and conditions"

puertoblack2003 12-03-2010 04:27 PM

Quote:

Originally Posted by cache (Post 2128883)
I just want to double check whether this mod is not against the vb license terms. See below link about providing the URL, if you have multiple domains, which url are you supposed to enter in the member area?

====from http://www.vbulletin.com/faq.php ============================
I have purchased a license. Am I allowed to run two copies of vBulletin?
No. You must hold a valid vBulletin license for each individual installation of the software (regardless of whether the two installations are on the same domain name or server). For example, if you wish to install one copy of vBulletin at http://www.yourserver.com/forum1/ and another copy at http://www.yourserver.com/forum2/, you will require two licenses. Please note that the license agreement specifies that you must submit the URL where your vBulletin license(s) are installed (via the online members area). For complete licensing terms and conditions"

yea good point, i had noticed that too they refer to installations, not for each domain.Not sure unless someone can enlighten to that terms.

Shogo 12-03-2010 07:11 PM

Quote:

Originally Posted by Michael Biddle (Post 2128596)
I have not used plesk before, so not sure if this will help. You need to have the domain parked to the same place as first URL, I am not sure what a frame redirection is.

I have those option in plesk :

Quote:

You can choose to host the website on this server, set up web forwarding to another website, or set up a domain DNS zone (using the No hosting option), if you want to have only e-mail addresses under a domain name.

Hosting type

Website hosting
Host a website on this server.

Forwarding
Redirect visitors to another website.

No web hosting
Do not host a website at the moment.

Hosting settings
Document root *
/ Specify path to the website home directory.

Forwarding Settings
Destination address *

Target website or a web folder to which you want to redirect visitors. For example: http://example.com, http://example.com/myfolder.

Forwarding type
Standard forwarding
Redirect website visitors to another site and show them the destination address, so they know about the redirection.

Frame forwarding
Redirect website visitors to another site, but do not show them the destination address, so they do not know about the redirection.


KW802 12-03-2010 07:27 PM

OK, had a strange issue...

I have my forums grouped together in three major cats. For example...
Category 100
- Forum 101
- Forum 102
- Forum 103

Category 200
- Forum 201
- Forum 202
- Forum 203

Category 300
- Forum 301
- Forum 302
- Forum 303
I have Cerberus configured so that Domain A has access to Category 100 & 200 while Domain B has access to Category 300.

While posting on Domain A in Forum 102 (just for example, but really any forum on Domain A) I was getting a 'No permissions' error. To get around that I disabled the unset permissions line from the "Forum Display" plugin used by Cerberus. Did not solve my problem but allowed me to continue so I could experiment. When I did continue my new thread that I was posting in Forum 102 ended up being posted in Forum 303! :eek:

So I poked around for a bit in the "Forum Display" plugin again and enabled the 'debug' lines so I could see what was going on in what sequence. Sure enough Forum 303 was the last forum ID that was being evaluated and, since I was on Domain A and not Domain B, it was removing that forum ID from the cache & permissions.

Going back to posting a new thread I did a view source on the page and could see that even though I was posting to Forum 102 in the URL the various buttons (eg: preview, save, etc.) were all referencing forum ID 303 instead. That led me to believe then that the variable $forumid being used in the plugin was not being preserved as a local scope variable and was being used by the rest of vB, hence why since forum ID 303 was the last one evaluated then that is where it was thinking I was trying to post to.

To confirm I changed all references in that plugin from $forumid to $forumidx to make it unique and repeated my experiments. Success!

This was with vBulletin 4.0.8 running on PHP 5.2.12 using the version of Cerberus in this thread.

iBaker 12-04-2010 01:46 AM

Thanks KW...having the same problem...couldn't post in any of the different domains due to no permissions...changed all references to forumid to forumidx in that plugin and it worked.

Can you think of any ramifications of doing this?


All times are GMT. The time now is 10:47 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.01529 seconds
  • Memory Usage 1,756KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete