vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - YAFB - Yay! Another Facebook Bridge (https://vborg.vbsupport.ru/showthread.php?t=223555)

stryka 12-23-2012 05:47 AM

couple questions...

> is this addon dead?

> If i install this... will my existing users that used a previous FB CONNECT ADDON (by Silk) still be able to login?

TAFJonathan 12-27-2012 06:05 PM

When I click "Connect with Facebook," I am directed to the URL /facebook.php?do=connect&req=1 and see only a blank page. Help!

stryka 12-30-2012 11:14 PM

Quote:

Originally Posted by TAFJonathan (Post 2393081)
When I click "Connect with Facebook," I am directed to the URL /facebook.php?do=connect&req=1 and see only a blank page. Help!

as i mentioned... i think this project is dead....

karabaja3 05-22-2013 07:00 PM

Quote:

Originally Posted by stryka (Post 2393679)
as i mentioned... i think this project is dead....

So, there is no more Google account nor Facebook bridge working for v 3.8.?

devil78 05-23-2013 07:29 PM

PHP Fatal error: Call to undefined method vB_Database::quer_write() in /home/forumtest/public_html/fbb/cron_hourly.php on line 25

Code:

$vbulletin->db->quer_write("
Vbulletin 3.8.4
help me friends:(

devil78 05-25-2013 02:16 PM

PHP Fatal error: Call to undefined method vB_Database::quer_write() in /home/forumtest/public_html/fbb/cron_hourly.php on line 25

cron_hourly.php

Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # Yay! Another Facebook Bridge 5.0
|| # Coded by Dao Hoang Son
|| # Contact: daohoangson@gmail.com
|| # Check out my hompage: http://daohoangson.com/
|| # Last Updated: 10:19 September 29, 2011
|| #################################################################### ||
\*======================================================================*/
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE & ~8192);

if (!is_object($vbulletin->db)) die('I AM A VBULLETIN CRONJOB. LEAVE ME ALONE!');

// ########################################################################
// ######################### START MAIN SCRIPT ############################
// ########################################################################

$logs = array();

if ($vbulletin->options['fbb_log_cleanup']) {
        //sometimes our init code won't be run so we need to use direct option array from vBulletin
        $timelimit = TIMENOW - $vbulletin->options['fbb_log_cleanup'] * 24 * 60 * 60;
        $vbulletin->db->quer_write("
                DELETE FROM `" . TABLE_PREFIX . "fbb_log`
                WHERE timeline < $timelimit
        ");
        $logs[] = 'YAFB\'s log';
}

if ($log_info) {
        log_cron_action(implode(', ',$logs), $nextitem, 1);
}
?>

25 line

$vbulletin->db->quer_write("

friends:(

Secret Warez 08-26-2013 05:44 PM

Quote:

Originally Posted by bada_bing (Post 2385861)
I have now noticed that I am getting this message when trying to login using the facebook login option

An error occurred while connect with Facebook. Please try again later.



Not sure when this started or what I can do to fix it, can anyone please assist please

Thank You

I have this same problem.

Dr.CustUmz 04-28-2014 02:17 PM

i just want to bump this to confirm it is working again, idk if it's the new changes to fb or what but it works =)

you can grab my FB avatar addon for this here

blind-eddie 07-09-2014 12:13 PM

Working for me.... but still testing 3.8.8

Jo_RHU 08-28-2014 02:43 PM

Just tried to test this on 3.8.5

After clicking the 'connect with FB' link in the navbar then signing in on FB I am getting:

HTTP 500 Internal server error

on this URL

https://www.facebook.com/login.php?l...%26ret%3Dlogin


All times are GMT. The time now is 09:31 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.01562 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)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