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)
-   -   Add-On Releases - vBSSO - vBulletin Single Sign-On (https://vborg.vbsupport.ru/showthread.php?t=270517)

kevinh 04-07-2013 04:05 AM

Quote:

Originally Posted by whitey10tc (Post 2248454)
Does this have the ability to do VB 4.x.x and VB 4.x.x connecting multiple forums on multiple domains with multiple vb licenses.

This question was asked back in 2011 and the response then suggested that it might happen one day. Is there any news on this ?

xeagle 04-07-2013 04:39 AM

Quote:

Originally Posted by usHealthy (Post 2414799)
Hello, I am getting a whole lot of errors at the warning log. Im trying to find the code to fix but I cant find any of those errors. Can you help?

Warnings
Code:

We have identified the potential buggy hooks / plugins conflicted with vBSSO. If you experience any issues with vBSSO, please resolve the conflicts before contacting the support team.
You need to replace highlighted code with this pattern:
require_once(DIR . '/path/to/plugin/file.php');

Hooks Warnings
Code:

Hook name        Hook code
global_start        if($vbulletin->options['wpintegrate_footer']){ $vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '
Integration By Adapthosting.com
',$vbulletin->templatecache['footer']); } eval('$reklam_alani = "' . fetch_template('reklam_alani') . '";'); switch ($vbulletin->options['reklam_position']) { case 1: $Position = ''; break; case 2: $Position = ''; break; case 4: $Position = ''; break; default: $Position = '$navbar'; break; } $vbulletin->templatecache['FORUMHOME'] = str_replace($Position, $Position . ' $reklam_alani', $vbulletin->templatecache['FORUMHOME']); if(defined('VBSEO_ENABLED')) vbseo_complete_sec('global_start'); require_once(DIR . '/vbsso/vbsso.php'); vbsso_global_start_hook(); global $vbulletin; if ($vbulletin->options['bop5more_en'] AND (!$vbulletin->options['bop5more_tonly'] OR ($vbulletin->options['bop5more_tonly'] AND THIS_SCRIPT =='showthread'))) { $ex_styles= explode("," , $vbulletin->options['bop5more_styles']); if (!in_array ($vbulletin->userinfo['styleid'], $ex_styles)) { $bopshare = ""; if ($vbulletin->options['bop5more_forceurl']) { if (THIS_SCRIPT == 'showthread') { $bopshare = $vbulletin->options['bburl']."/showthread.php?t=".$threadinfo['threadid']; } elseif (THIS_SCRIPT == 'forumdisplay') { $bopshare = $vbulletin->options['bburl']."/forumdisplay.php?f=".$foruminfo['forumid']; } elseif (THIS_SCRIPT == 'group') { $bopshare = ""; } elseif (THIS_SCRIPT == 'index') { $bopshare = $vbulletin->options['bburl'].'/'.$vbulletin->options['bop5more_index'];; } } $bopshareen = urlencode($bopshare); eval('$more_share_options= "' . fetch_template('more_share_options') . '";'); } } if ($vbulletin->options['bop5more_en'] AND $vbulletin->options['bop5more_autotpe']) { require_once("includes/adminfunctions_template.php"); $sharebar = compile_template($more_share_options); $find = addslashes(''); $replace = $sharebar; $vbulletin->templatecache['navbar'] = str_replace($find, $find.$replace, $vbulletin->templatecache['navbar']); $find = $replace = ""; } $vbulletin->templatecache['postbit_ip'] = $vbulletin->templatecache['postbit_proxyip']; if (THIS_SCRIPT === newthread) { if ($vbulletin->options['autotag_enabled_ajax'] AND $vbulletin->options['autotag_enabled_all']) { $vbulletin->templatecache['headinclude'].=$vbulletin->templatecache['autotag_ajax']; } } global $db, $vbulletin; eval('$google_siteadsearch .= "' . fetch_template('google_siteadsearch') . '";');
userdata_presave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserModeratorBan();
userdata_delete        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); vBSEO_Storage::user_deleted($this->existing);
userdata_postsave        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditComplete(); require_once(DIR . '/vbsso/vbsso.php'); vbsso_userdata_postsave_hook($userid, $this);
newpost_process        if(defined('VBSEO_ENABLED')) vbseo_complete_sec('newpost_process'); $dataman->set('proxyip', ($vbulletin->options['logip'] ? PROXYIP : '')) ; if ($this->registry->options['glowhostspamomatic_akismet_enabled'] == 1) { if ($vbulletin->userinfo['permissions']['akvbghsfs_akismet_permissions']) { if ($this->registry->userinfo['posts'] < $this->registry->options['glowhostspamomatic_akismet_postcount']) || ($this->registry->options['glowhostspamomatic_akismet_postcount'] == 0) { // check for postcount is lower than specified in settings require_once('includes/functions_vbghsfs.php'); $key = $vbulletin->options['glowhostspamomatic_akismet_key']; $vbghsfs_host = $key.'.rest.akismet.com'; $comment['user_ip'] = $_SERVER['REMOTE_ADDR']; $comment['user_agent'] = $_SERVER['HTTP_USER_AGENT']; $comment['referrer'] = $_SERVER['HTTP_REFERER']; $comment['blog'] = $vbulletin->options['bburl']; $comment['comment_author'] = $vbulletin->userinfo['username']; $comment['comment_content'] = $post['message']; if (VBGHSFS_AkismetCheckComment($comment, $vbghsfs_host)) { $dataman->set('visible', 0); $post['visible'] = 0; } } } }
register_addmember_process        $vbghsfs_Purged = false; require_once('includes/functions_vbghsfs.php'); VBGHSFS_Process();
useradmin_edit_column1        require_once('includes/functions_vbghsfs.php'); VBGHSFS_UserEditCode();


vBSSO should highlight the code in administrative area. In provided plain text it's a bit hard to discover. If what needs to be done is unckear, you are free to send a message to vBSSO team through the website, and then provide them a screenshot of the warnings letting him to give you an advise.

xeagle 04-07-2013 04:41 AM

Quote:

Originally Posted by kevinh (Post 2414858)
This question was asked back in 2011 and the response then suggested that it might happen one day. Is there any news on this ?

Sorry, probably the question was lost somewhere within the threads. Yes, it does. You can connect as much as you want vBulletin forums together staying on different domains and forum licenses.

MissKalunji 04-08-2013 01:16 AM

Quote:

Originally Posted by MissKalunji (Post 2409641)
I get this error when i use the wordpress link in vbulletin


Warning: require_once(/xxx/wordpress/wp-content/plugins/vbsso/../../../wp-config.php) [function.require-once]: failed to open stream: No such file or directory in xxxx/wordpress/wp-content/plugins/vbsso/config.php on line 28

Fatal error: require_once() [function.require]: Failed opening required '/xxx/wordpress/wp-content/plugins/vbsso/../../../wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /xxx/wordpress/wp-content/plugins/vbsso/config.php on line 28

Wed Mar 13 20:20:29 2013,349 [30487] DEBUG localFileLogger - Communication: Platform returned response: <br />
<b>Warning</b>: require_once(/home/xxxx/public_html/wordpress/wp-content/plugins/vbsso/../../../wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>/home/xxxx/public_html/wordpress/wp-content/plugins/vbsso/config.php</b> on line <b>28</b><br />
<br />

Wed Mar 13 20:20:29 2013,350 [30487] ERROR localFileLogger - Communication: Unable to accept response:
Wed Mar 13 20:20:29 2013,350 [30487] ERROR localFileLogger - W


Files are all there. Suggestion?

what am i doing wrong? :S

xeagle 04-08-2013 04:34 AM

Quote:

Originally Posted by MissKalunji (Post 2415007)
what am i doing wrong? :S

The reason is that you might have no wp-config.php available on your root wordpress folder, or access to that file is restricted somehow, etc. You can check it manually to troubleshoot this, or contact vbsso team with more details of the issue to let them check it out on your server.

webswimr 04-10-2013 01:20 PM

When trying to install VBSSO, I get an error message that forces me to require unique email addresses. This is NOT something I can do--why is this required for VBSSO to be installed, and is there a way I can get around it?

ROTPAR 04-11-2013 06:47 AM

One of the best plugins :)

I just have 1 problem:

If I take a look on vbulletins "Who's online" I see also people browsing my wordpress website, what is perfect BUT I see them on the online list 2-3 times, so 2-3 times the same user with the same ip on the same wordpress article.

The links they are watching, look like this:
/forums/vbsso/vbsso.php?do=avatar&id=4d83ec8f65261ced115188e1f04 5e324

So it has to do with the avatars what are used in wordpress comments i guess.

Could you take a look at this please? Does anybody else have this problem?

ROTPAR 04-11-2013 08:14 AM

Quote:

Originally Posted by ROTPAR (Post 2411202)
Just 2 questions: If I want to comment anything on my wordpress plattform and I want that all USer woh want to leave a comment, must register, there appears a register link beneath the wordpress article....This login button is linking to the wordpress login page......how could I link it to the vbulletin login/register page?

2. If I want to login with a vbulletin user on the wordpress login page, it doen't work....do I always have to login on vbulletin and then go back to the blog?

anyone?

Syxguns 04-11-2013 08:34 AM

Quote:

Originally Posted by ROTPAR (Post 2415693)
Just 2 questions: If I want to comment anything on my wordpress plattform and I want that all USer woh want to leave a comment, must register, there appears a register link beneath the wordpress article....This login button is linking to the wordpress login page......how could I link it to the vbulletin login/register page?

2. If I want to login with a vbulletin user on the wordpress login page, it doen't work....do I always have to login on vbulletin and then go back to the blog?

Question #1
I would probably need a link to your site to see what you are talking about, and then I might be able to give you assistance on it.

I had it set to all new memberships were linked to vB because there is where I have set my spam guards, but like I said I may need to see your forum to help out.

Edit: I don't have it running right now, I'm still waiting on the update which I hope is coming soon!!

Question #2
You can set the links to the login page the way you desire. After a member logs in they will be redirected back to their previous location.

kevinh 04-12-2013 05:24 AM

Quote:

Originally Posted by xeagle (Post 2414862)
Sorry, probably the question was lost somewhere within the threads. Yes, it does. You can connect as much as you want vBulletin forums together staying on different domains and forum licenses.

Oh wow, that's brilliant. Thanks!


All times are GMT. The time now is 09:56 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.01674 seconds
  • Memory Usage 1,787KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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