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)

BirdOPrey5 12-21-2010 11:38 AM

Yes... 1 database, 1 user table, same everything, just different available forums on different domains. (and separate forum name, facebook app id, and other basic necessities that must be unique to each domain)

Tahooma 12-24-2010 12:33 PM

Can you have seperate CMS Articles too ?

FReeSTER 12-30-2010 12:53 PM

How is the status of this mod? everyone stopped using it?

KW802 12-31-2010 03:35 PM

Quote:

Originally Posted by El Intocable (Post 2141295)
How is the status of this mod? everyone stopped using it?

I'm still using it (the revised product XML that I posted earlier) on a production installation. :)

I don't use the CMS so there isn't a whole lot more for me that am I trying to get out of it at the moment. I've been working on some tweaks to my vBa CMPS install & other stuff as I go but nothing to the actual Cerberus product itself above & beyond what I've already posted.

20KingSize 01-03-2011 03:21 PM

so is this product worth trying or is there issues?

BirdOPrey5 01-03-2011 03:36 PM

Has anyone tried the archive since installing this? I noticed my archive died... came back when I disabled this.

Code:

Array
(
    [0] => /xxxxxx/archive/index.php
)


Warning:  Cannot modify header information - headers already sent by (output started at /home/xxxxxxx/public_html/xxxxxxx/archive/global.php(117) : eval()'d code:6) in /home/xxxxxxx/public_html/xxxxxxxx/archive/global.php(117) : eval()'d code on line 25



Warning:  Cannot modify header information - headers already sent by (output started at /home/xxxxxxx/public_html/xxxxxxx/archive/global.php(117) : eval()'d code:6) in /home/xxxxxxx/public_html/xxxxxxx/archive/global.php(117) : eval()'d code on line 26


KW802 01-03-2011 05:06 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2143380)
Has anyone tried the archive since installing this? I noticed my archive died... came back when I disabled this.

Dang, same here with vB 4.0.8 -- No immediate thoughts, I'll poke around later.

KW802 01-03-2011 05:30 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2143380)
Has anyone tried the archive since installing this? I noticed my archive died... came back when I disabled this.
Quote:

Originally Posted by KW802 (Post 2143437)
Dang, same here with vB 4.0.8 -- No immediate thoughts, I'll poke around later.


Just took a quick look at the results were not totally expected.

- Take a look at the plugin "Redirect (301) archives to live forums" under the Cerberus product. This will actually totally disable your archives and instead will redirect the URL to the normal 'live' URL instead.

- The reason it is failing currently is the 'die' command at the bottom of it; comment out the echo, print_r, and die commands and it'll work then as expected (see bullet above).

sticky 01-04-2011 05:13 AM

Did not notice the archive issue, is the archive important though as the regular forum links all work?

BirdOPrey5 01-04-2011 11:37 AM

The archive isn't all that important IMO but you don't want a dead link on your forum so I'd either make the changes Kevin suggested or disable the archive completely.

Mikelito 01-04-2011 12:48 PM

So here is my forum

www.miosito.it/forum/forum.php (for now even though I have nothing csm version suite)

I created two sub-domains

www.en.miosito.it

www.es.miosito.it

I created on DirectAdmin a new domain pointing to a www.en.miosito.it => http://www.miosito.it/

I put in the configuration of this plugin:

[www.miosito.it]
bbtitle=miosito
bburl=www.miosito.it/forum
homeurl=www.miosito.it
catids=1138
styleid=6
cookiedomain=.miosito.it


[www.en.miosito.it]
bbtitle=miosito english
bburl=www.en.miosito.it/forum
homeurl=www.en.miosito.it
catids=1140,1141
styleid=6
cookiedomain=.miosito.it


I may have it wrong when I go on www.en.miosito.it bounced back directly to http://www.miosito.it/ - and do not see any change?

BirdOPrey5 01-04-2011 12:51 PM

Right off hand your "homeurl" in the top group of settings isn't a URL.

Mikelito 01-04-2011 01:04 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2143859)
Right off hand your "homeurl" in the top group of settings isn't a URL.

Update :)

BirdOPrey5 01-04-2011 01:25 PM

Are you sure you have the right URL's, when I click on your www.en.miosito.it link no server is found, when I click on http://www.miosito.it/ I don't see anything that resembles a forum and http://www.miosito.it/forum/ isn't found at all either.

Mikelito 01-05-2011 11:31 AM

But are an example link :)

sticky 01-05-2011 06:44 PM

Quote:

Originally Posted by KW802 (Post 2143452)

- The reason it is failing currently is the 'die' command at the bottom of it; comment out the echo, print_r, and die commands and it'll work then as expected (see bullet above).

Hope this doesn't sound stupid but by comment out you mean erase, correct?

BirdOPrey5 01-05-2011 07:08 PM

To "comment out" a line of php code you put two slashes before it: //

Example
PHP Code:

$x 1000

commented out:
PHP Code:

// $x = 1000; 

This means the system will ignore the lines but you don't erase them in case you need them again later.

sticky 01-05-2011 10:23 PM

^ Thank you

RichieBoy67 01-06-2011 09:16 AM

Does this mod require a forum to have a license for another forum installed as a sub domain?

Thanks

jdj 01-06-2011 09:37 AM

Quote:

Originally Posted by RichieBoy67 (Post 2144827)
Does this mod require a forum to have a license for another forum installed as a sub domain?

Thanks

I don't know. But this mod is a brilliant idea and if I could get the thing to work I wouldn't mind paying for more than one license although I'd prefer a half-way house where I paid an increment per TLD: There is a benefit in allowing users to access your site from multiple domains and/or output their content to different TLDs from one site. But there's a huge burden of admin involved in having to manually allocate them to more than one forum.

RichieBoy67 01-06-2011 10:03 AM

Quote:

Originally Posted by jdj (Post 2144838)
I don't know. But this mod is a brilliant idea and if I could get the thing to work I wouldn't mind paying for more than one license although I'd prefer a half-way house where I paid an increment per TLD: There is a benefit in allowing users to access your site from multiple domains and/or output their content to different TLDs from one site. But there's a huge burden of admin involved in having to manually allocate them to more than one forum.

I agree with all said here.....

Does anyone have this installed and working?

Thanks

BirdOPrey5 01-06-2011 12:07 PM

Quote:

Originally Posted by RichieBoy67 (Post 2144827)
Does this mod require a forum to have a license for another forum installed as a sub domain?

Thanks

From what I have read if you have the full forum (all categories) available on say trucks.com, and you have specific forums available on say ford.trucks.com, dodge.trucks.com, toyota.trucks.com that is OK with one license... however if you had multiple domains like fordtucks.com, dodgetrucks.com, toyotatrucks.com you'd need multiple licenses.

KW802 01-06-2011 03:07 PM

Quote:

Originally Posted by RichieBoy67 (Post 2144847)
Does anyone have this installed and working?

From earlier in the thread....
Quote:

Originally Posted by Kevin
Example: CinVin & Lower Pottsgrove

(Forget the content of the sites since I really am using them at this point for testing more than anything. :p) They look like two totally independent sites (including the vBa CMPS "Home" page thanks to some other code I am working on) but clicking on the Arcade link in the navbar on both sites shows the same games, same top scorers, etcetera. There are still some little things to be done, but for the most part as long as users are aware that the sites are shared, then it looks like it will work fine for what I had in mind.

I am using the product XML that I posted earlier with the various fixes that have been posted. Anything related to the vBa CMPS pages showing different content based upon the domain is *not* contained in Cerberus and is different code that I am working on for my sites. There are some other little tweaks that I want to make yet (like having different categories for the different domains in vBa Links) but for the most part it is running pretty stable for me.

jdj 01-07-2011 04:20 PM

Quote:

Originally Posted by RichieBoy67 (Post 2144847)
Does anyone have this installed and working?

Thanks

Echo...does anyone have this installed and working.

Also, I believe from threads I've seen elsewhere that this might only work with the forums and not with the content management system. If this is correct and it works with the forum only, does it allow the search member list feature to operate across more than one site? I.e. member can update their profile fields on one site and allow them to be accessed from another TLD.

Please excuse my ignorance if the answer to this is obvious...:)

FReeSTER 01-07-2011 05:06 PM

All of those questions are been answered already, check earlier posts. As I recomend reading the whole thread as here are a lot of troubleshooting going on to make it work to the point you guys want it

FReeSTER 01-07-2011 05:07 PM

Quote:

Originally Posted by KW802 (Post 2144940)
From earlier in the thread....

I am using the product XML that I posted earlier with the various fixes that have been posted. Anything related to the vBa CMPS pages showing different content based upon the domain is *not* contained in Cerberus and is different code that I am working on for my sites. There are some other little tweaks that I want to make yet (like having different categories for the different domains in vBa Links) but for the most part it is running pretty stable for me.

I have looked the whole thread mate like more then 10 times and I still dont see your XML file.
Can you please elaborate where to look for it?
Thanks mate

FReeSTER 01-07-2011 05:10 PM

Quote:

Originally Posted by KW802 (Post 2134591)
Attached is a copy of the product XML with the various changes/fixes talked about in this thread.

Sorry to shoot to early mate. I did used the search this thread for xml and found it. lol

Thank you so much

https://vborg.vbsupport.ru/showthrea...91#post2134591

iBaker 01-08-2011 03:46 AM

I have this working in principle but I keep getting issues caused by having vBa CMPS

If anyone else is using CMPS on their site can you advise what things are needed to be done for CMPS to work with this mod...thanks

sticky 01-08-2011 05:07 AM

Quote:

Originally Posted by jdj (Post 2145511)
Echo...does anyone have this installed and working.

Also, I believe from threads I've seen elsewhere that this might only work with the forums and not with the content management system. If this is correct and it works with the forum only, does it allow the search member list feature to operate across more than one site? I.e. member can update their profile fields on one site and allow them to be accessed from another TLD.

Please excuse my ignorance if the answer to this is obvious...:)

Yes, read the thread from the beginning.

Yes, members can update their info on one and it shows on the other.

KW802 01-08-2011 01:25 PM

Quote:

Originally Posted by iBaker (Post 2145820)
I have this working in principle but I keep getting issues caused by having vBa CMPS

If anyone else is using CMPS on their site can you advise what things are needed to be done for CMPS to work with this mod...thanks

What kind of things? I'm working on some vBa CMPS related code for my sites (see the front page of CinVin.com versus the front page of LowerPottsgrove.com)

iBaker 01-08-2011 08:21 PM

Quote:

Originally Posted by KW802 (Post 2145948)
What kind of things? I'm working on some vBa CMPS related code for my sites (see the front page of CinVin.com versus the front page of LowerPottsgrove.com)

Looks like I may have the CMPS issue fixed...not sure how but it is ok now. What was happening is when I login I was getting an error from functions.php...can't remember exactly what it was but will keep an eye on with further testing.

I have also noticed that if I have a profile field setting "Field Required" set as "Yes, Always" when ever I login it is saying that I have to update my profile fields. UPDATE...Fixed this by changed the required fields to "Yes, at registration and profile updating"

The other issue I am finding is that whilst I have set the StyleID's as 1,2 and 3 (I have 3 styles) it shows the proper style as a guest but when I login it defaults back to the default style UPDATE...Fixed this by turning off the "Allow Users To Change Styles" setting

Also I commented out those parts of the redirect for the Archive and am now getting the Archive but across the top the following is displayed:
Warning: Cannot modify header information - headers already sent by (output started at [path]/archive/global.php(117) : eval()'d code:6) in [path]/archive/global.php(117) : eval()'d code on line 25

Warning: Cannot modify header information - headers already sent by (output started at [path]/archive/global.php(117) : eval()'d code:6) in [path]/archive/global.php(117) : eval()'d code on line 26

FReeSTER 01-10-2011 02:15 PM

well finally I have this thing working and running. I have added 4 subdomains and each domain have its own forumhome with vBa separately pulling info from each forum. I tried to do it using the vb4 CMS but was useless to give a shot as it was difficult to do. Vba is the best for sure. I have even adapt languages for different forums as default and seen to be getting spiders for each one of the sub-domains once I add keywords to each sub-domain settings in Ceberus.

This is by far the best MOD published here at vb.org.

Thanks for all that posted here troubleshooting it really helped and props to KW802 for the xml file that is by far 80% free bugs.

Im navigating the whole thing just to make sure there are no bugs around. Will report back

and kuddos to andrefedalto that made it possible working with me on this issue.

FReeSTER 01-10-2011 04:19 PM

ok, saw a bug. The sidebar is no longer working on any of the sub-domains. Any ideas?

KW802 01-10-2011 04:37 PM

Quote:

Originally Posted by El Intocable (Post 2147078)
ok, saw a bug. The sidebar is no longer working on any of the sub-domains. Any ideas?

The sidebar widgets will get affected by the forum permissions so any chance that you just need to update some posts for each of your sub-domains?

To clarify, if you the "latest tags" widget in the sidebar and is the one & only widget in the sidebar, then if the forums that show up on Site A have tags then you'll see the widget as expected but if the forums that are associated to Site B don't have any tags yet then the widget won't show up (and then no sidebar).

KW802 01-10-2011 04:39 PM

Quote:

Originally Posted by iBaker (Post 2146131)
Looks like I may have the CMPS issue fixed...not sure how but it is ok now. What was happening is when I login I was getting an error from functions.php...can't remember exactly what it was but will keep an eye on with further testing.

To be on the safe side, double check your various cookie settings and make sure you put a value in the Cerberus salt hash setting.

Quote:

Originally Posted by iBaker (Post 2146131)
Also I commented out those parts of the redirect for the Archive and am now getting the Archive but across the top the following is displayed:
Warning: Cannot modify header information - headers already sent by (output started at [path]/archive/global.php(117) : eval()'d code:6) in [path]/archive/global.php(117) : eval()'d code on line 25

Not a quick solution since Cerberus was apparently designed with the assumption that the Archives will be turned off. Since the archives output is handled differently then the rest of vB, there would need to be some additional coding done to handle that (and is likely why the current version of Cerberus just redirects any archive links back to the live link).

FReeSTER 01-10-2011 04:55 PM

Quote:

Originally Posted by KW802 (Post 2147087)
The sidebar widgets will get affected by the forum permissions so any chance that you just need to update some posts for each of your sub-domains?

To clarify, if you the "latest tags" widget in the sidebar and is the one & only widget in the sidebar, then if the forums that show up on Site A have tags then you'll see the widget as expected but if the forums that are associated to Site B don't have any tags yet then the widget won't show up (and then no sidebar).

ok, thanks mate. Do you think a sidebar can be add to each forum individually?
I havent seen any other bugs so far but will read on to see other users problems to fix them.

Another question is, I have looked on google for links on my site and all the links on google send me to forumhome and not actually the thread live link. Is this possible to fix or make the links re-direct to new forums links?

Mikelito 01-10-2011 05:21 PM

Quote:

Originally Posted by El Intocable (Post 2147018)
well finally I have this thing working and running. I have added 4 subdomains and each domain have its own forumhome with vBa separately pulling info from each forum. I tried to do it using the vb4 CMS but was useless to give a shot as it was difficult to do. Vba is the best for sure. I have even adapt languages for different forums as default and seen to be getting spiders for each one of the sub-domains once I add keywords to each sub-domain settings in Ceberus.

This is by far the best MOD published here at vb.org.

Thanks for all that posted here troubleshooting it really helped and props to KW802 for the xml file that is by far 80% free bugs.

Im navigating the whole thing just to make sure there are no bugs around. Will report back

and kuddos to andrefedalto that made it possible working with me on this issue.

Can you send to me your file .xml of the product CERBERUS pls? :)

FReeSTER 01-10-2011 05:25 PM

Quote:

Originally Posted by Mikelito (Post 2147109)
Can you send to me your file .xml of the product CERBERUS pls? :)

Im using kw802 file mate
https://vborg.vbsupport.ru/showthrea...91#post2134591

Mikelito 01-11-2011 06:22 PM

You can help me whit configuration this plugin and post me your configuration ?

and if you are so kind explane me how you have setup your subdomain ... i explane you ...

i have my forum on mydomain.com/forum and i want create 4 subdomain like en.mydomain es.mydomain it.mydomain fr.mydomain ...

so i have create this subdomain whit directadmin and i have make a redirection for every subdomain to mydomain.com

i have this configuration

mydomain.com/forum => HOME

en.mydomain.com => point to HOME

es.mydomain.com => point to HOME

etc etc .....

i have this problem when i go to HOME all is ok and i see my forum whit category i have choose and put in configuration of cerberus ..

when i go to en.mydomain.com .. i dont know why but i have strange redirect to mydomain.com

if i go to en.mydomain.com/forum all is ok but when i try to post new thread script redirect me on mydomain.com/forum and no permission to post ...

please help me :)

FReeSTER 01-11-2011 06:34 PM

Quote:

Originally Posted by Mikelito (Post 2147656)
You can help me whit configuration this plugin and post me your configuration ?

and if you are so kind explane me how you have setup your subdomain ... i explane you ...

i have my forum on mydomain.com/forum and i want create 4 subdomain like en.mydomain es.mydomain it.mydomain fr.mydomain ...

so i have create this subdomain whit directadmin and i have make a redirection for every subdomain to mydomain.com

i have this configuration

mydomain.com/forum => HOME

en.mydomain.com => point to HOME

es.mydomain.com => point to HOME

etc etc .....

i have this problem when i go to HOME all is ok and i see my forum whit category i have choose and put in configuration of cerberus ..

when i go to en.mydomain.com .. i dont know why but i have strange redirect to mydomain.com

if i go to en.mydomain.com/forum all is ok but when i try to post new thread script redirect me on mydomain.com/forum and no permission to post ...

please help me :)

post your ceberus settings here to see the problem


All times are GMT. The time now is 05:46 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.01856 seconds
  • Memory Usage 1,874KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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