Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0) Details »»
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0)
Version: 3.0.5, by mtbikemike mtbikemike is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.7 Rating:
Released: 09-12-2011 Last Update: 09-29-2011 Installs: 56
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations Is in Beta Stage  
No support by the author.

I rewrote this plugin using ideas from sllik's mod.

Not Supported!!
This code is not supported. The Facebook API has since changed. Only provided for open source purposes ... feel free to modify at your own risk.

Download Now

File Type: zip fbconnect-3.0.4.zip (35.4 KB, 212 views)
File Type: zip fbconnect-3.0.5.zip (35.6 KB, 954 views)

Screenshots

File Type: jpg indexpage-logged-in.JPG (30.4 KB, 0 views)
File Type: jpg newpost.JPG (36.0 KB, 0 views)
File Type: jpg indexpage.JPG (50.8 KB, 0 views)
File Type: jpg connectpage.JPG (99.9 KB, 0 views)
File Type: jpg FBConnectClickFlow.jpg (46.7 KB, 0 views)
File Type: jpg FBConnectSession.jpg (44.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
JohorBahru, Taringa! CS, Vibhor

Comments
  #192  
Old 10-31-2012, 12:33 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blind-eddie View Post
Anyone else having this issue?
Thanks to blind-eddie for pointing this out and for PM me about this! Now I actually think this issue was the most shocking issues of all our online time! And I will try explain it exactly so you all know what you should be doing, and checking on this ADDON..

How could this happen??

My forum moderator called me and told me about this issue! I couldnt believe him, and even at one point I suspected him to be one of those people cursing in our forum, WHICH WAS A BIT NERV-Wracking..

Basicly our moderator logged into his account in the forum, and directly clicked on the "Facebook Connect" button for , , and he was now suddenly redirected and logged into another users account, which was assigned to the persons FACEBOOK account as well!

The button should not be be visible for Logged-in members.. and we did this 2-3 times again and again, still we were getting logged in as another USER! So hopefully this will be fixed! Else follow the steps I have provided below to hide the FACEBOOK CONNECT button from logged-in users..

This was all from me! Once again thanks to "blind-eddie " for poiting this out!
_____________________________________________


HERE IS A SAFETY TRICK, for the button to not be visible for logged in users:

Follow my steps
If you wanna use this addon, make sure to do the following thing, because this is not HIDDEN from the users as it should be! So after people login to the forum, the "FACEBOOK CONNECT" button is still visible in the forum, and this is what caused this issue!

So to hide it from Logged in members, there is a file called Install.html file inside the ZIP file..
Now on STEP 5, It tells you to add the following code in your footer:

It ask you to add this code in your navbar, below another code:
Code:
<!-- fbconnect -->
 $fbconnect_init 
 <!-- / fbconnect -->
Instead of that code, Add this code below the other in your footer template:

Add Code:
Code:
<if condition="$show['guest']">
<!-- fbconnect -->
 $fbconnect_init 
 <!-- / fbconnect -->
</if>
Thats it, This code makes the FACEBOOK CONNECT button only visible for GUESTS! Now no logged-in members can use it! Like what happend in our forum which caused that a member was logged into another persons facebook account and our forum!

So for your users safety and your forums safety use this instead. Untill this issue is fixed..

Regards ChiNa-Man
Reply With Quote
  #193  
Old 11-06-2012, 08:21 AM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ChiNa-Man , in this post u said AFTER LOGGED OUT they clicked again and logged into another user ! but ur trick is not fixing that ! i dont get it ! u just hide the button for logged in users! whats the point if even after logged out they can login to another user???

i haven't installed this yet. my vb is 3.8.7 . i just wanted to make sure that with ur trick it is all safe to go for this FB Connect.
Reply With Quote
  #194  
Old 11-06-2012, 01:05 PM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mecho View Post
ChiNa-Man , in this post u said AFTER LOGGED OUT they clicked again and logged into another user ! but ur trick is not fixing that ! i dont get it ! u just hide the button for logged in users! whats the point if even after logged out they can login to another user???

i haven't installed this yet. my vb is 3.8.7 . i just wanted to make sure that with ur trick it is all safe to go for this FB Connect.
Nope, They cannot login into another account by not being logged in! I dont know why that happens when people are logged int!

But its more safe that no one is logged in to use the button!

I just made it to make sure this doesnt happen to anyone else! You can visit our forum www.China-Cheats.com and I am using the same trick! Since we havnt had any problems again.

What I figured out was, that when people are logged in, then there will be some kinda bug that STILL is manipulating with the USERS TABLES assigned to other accounts, which is to let others login to others Facebook account.. So its more safe that they are not logged in!
Reply With Quote
  #195  
Old 11-06-2012, 01:21 PM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChiNa-Man View Post
Nope, They cannot login into another account by not being logged in! I dont know why that happens when people are logged int!
ok Great , i just wanted to make sure that there is no issue after that button fix for you.

no its kind of safe to go for this for me thanks for confirm and your reply.

Edit : i have installed this on vb 3.8.6 . there are 2 problems so far so i had to stop :

1 - in navbar 3 buttons will be shows up ! (check the Screenshot)
2 - other problem is that the 2 up buttons are redirecting to the FACEBOOK PROFILE page and the third one leads to nowhere !!!

any idea?

p.s. i have uploaded all files . added the API and Secrect and not sure what i missed.
Attached Images
File Type: jpg fb.jpg (5.4 KB, 0 views)
Reply With Quote
  #196  
Old 11-07-2012, 12:08 AM
ChiNa ChiNa is offline
 
Join Date: Jul 2012
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mecho View Post
ok Great , i just wanted to make sure that there is no issue after that button fix for you.

no its kind of safe to go for this for me thanks for confirm and your reply.

Edit : i have installed this on vb 3.8.6 . there are 2 problems so far so i had to stop :

1 - in navbar 3 buttons will be shows up ! (check the Screenshot)
2 - other problem is that the 2 up buttons are redirecting to the FACEBOOK PROFILE page and the third one leads to nowhere !!!

any idea?

p.s. i have uploaded all files . added the API and Secrect and not sure what i missed.
Mecho I have bad news, IT HAPPEND AGAIN! Again our members was logged in to others account, and when I came to test it, It happend to me too! I am using a vB3.8.7.. But we used it also on 3.8.6 but had no problem!

I have simply REMOVED it this time, untill they fix it! We have to report this addon to get fixed, This is the only working FACEBOOK addon right now for vB3.8.! I did report it last week, and Ima have to do it again because we need this.. But this is to dangerouse to have it Installed on vB3.8.7! And we have done a clean install a few times now, Just done wanna take any chance again..


Now about your ISSUE: I think you are using a Custom theme, or a theme that the HEADER and NAVBAR is different to other vBulletin 3.8 Versions! If you have uploaded the images right, and I can see you have + if you have put the API and SECRET key in, then it should be it! Nothing else needed! So I do not understand why it looks like it does.. But please if you want further than this, you can always pm me with your board name, and I could maybe try fix it with an amdin LOGIN!

If you have put the NAVBAR code as I have told you, then its your theme the causing this.. Let me know if you still havnt fixed it! But I have removed it from our board, and I will try Install other versions of it!
Reply With Quote
  #197  
Old 11-07-2012, 11:38 AM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sad to hear that ChiNa-Man , there is no need to fix my problem then as it is not really safe for users.

i'm gonna report this too. hope someone will fix the problems ASAP.

thanks for trying to help agian, please let us know if u find anything.
Reply With Quote
  #198  
Old 11-07-2012, 12:01 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tbh i've looked at this mod in all files

1 thing i can say about it, is thats its not using a vBulletin cookies control its using Facebook cookie, in 1 of the files it does reference to changing the cookie variable
for integration purposes which i don't think the developer even looked over
Reply With Quote
  #199  
Old 11-10-2012, 04:05 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see this thread reported but we (forum staff) do not fix broken mods. I see the mod author was online as recently as last month, I suggest PMing him (1 person do it, he doesn't need 10 PMs) and explain the issue.

Otherwise if everyone is having this problem you should disable or remove it until it is fixed.
Reply With Quote
  #200  
Old 11-12-2012, 12:34 PM
Mecho's Avatar
Mecho Mecho is offline
 
Join Date: Aug 2006
Posts: 648
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Have PMed the coder and explained the issue . no reply
Reply With Quote
Благодарность от:
ChiNa
  #201  
Old 11-12-2012, 02:12 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
I see this thread reported but we (forum staff) do not fix broken mods. I see the mod author was online as recently as last month, I suggest PMing him (1 person do it, he doesn't need 10 PMs) and explain the issue.

Otherwise if everyone is having this problem you should disable or remove it until it is fixed.
This mod should not be allowed to be downloaded until it is fixed, right?
With what others are saying about this addon, it poses a threat to member accounts either on their vbulletin site or their FB account.
Reply With Quote
Благодарность от:
ChiNa
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14384 seconds
  • Memory Usage 2,373KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete