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
OpenInviter Intergration Details »»
OpenInviter Intergration
Version: 1.00, by BBR-APBT BBR-APBT is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 3.8.2 Rating:
Released: 04-19-2009 Last Update: 04-19-2009 Installs: 63
Uses Plugins Auto-Templates
Additional Files Translations Is in Beta Stage  
No support by the author.

What is OpenInviterTM ?
Quote:
Open source OpenInviterTM (Open InviterTM) is an free import contacts (addressbook) script from email providers like Libero, Rambler, GMX.net, Mail.ru, Live/Hotmail, IndiaTimes, Azet, Web.de, FastMail, Lycos, Zapakmail, Hushmail, Evite, Yahoo!, Uk2, Mynet.com, Abv, OperaMail, Interia, Sapo.pt, Inbox.com, Mail.com, Clevergo, Rediff, Virgilio, Nz11, Doramail, Walla, Gawab, Wp.pt, Apropo, Popstarmail, AOL, Care2, Netaddress, Bigstring, GMail, Yandex, KataMail, Mail.in, 5Fm, Terra or social portals like Famiva, Orkut, Vimeo, Fdcareer, Flixster, Xing, Plaxo, Cyworld, Konnects, LinkedIn, Motortopia, Twitter, Last.fm, Kincafe, MySpace, Brazencareerist, Livejournal, Mydogspace, Tagged, Hyves, Skyrock, Hi5, Friendfeed, Flickr, Badoo, Lovento, Eons, Flingr, Bebo, Faces, Multiply, Friendster, Facebook, Perfspot, Mycatspace, Xuqa, Xanga, Plazes, Plurk, Mevio, Meinvz. This contacts importer script is integrating with content management systems (aka CMS) like phpFoX, SimpleMachines Forum (SMF), Joomla, JamRoom, Social Engine, Wordpress, phpizabi, myBB, joovili, jamit job, PhpBB, Boonex Dolphin, PunBB, Dating Pro, Joomla1.0, PHPMELODY, symfony, Drupal, vBulletin. Open Inviter is written in PHP 5 (no database required but cURL or wget required) and running on any webserver (tested on Apache) offering advanced tell a friend features. OpenInviterTM is a free self hosted solution that does not use a third party gateway (or API) to import contacts.

Install Instructions
1. Upload the oi_settings.php to the adminCP dir.
2. Import the product-openinviter.xml

Done for my side of things.

Go to: http://openinviter.com/
1.Sign up for an account and download the package for vbulletin.
2.copy the Openinviter folder to your root vBulletin
3.Do nothing with the oi_settings.php and product-openinvitervbulletinediti.xml that come with their version.

If you use theirs, there is a security hole which I have patched in mine. I am waiting for them to email me back.

What did I change?
Changed how it is displayed in misc.php not index.php.
Also changed how it is displayed on the page in its own table instead of above the header.
Made the admin panel page alot nicer to look at.
Fixed security issues.


Fixes for their code.
Code:
Their code for vbulletin is a little messed up go to the Openinviter folder.
Open frontend.php add (echo $oi_display) at the bottom before the php close tag(i.e. ?>).
In the same file search for $contents and replace with $oi_display

I hope you enjoy
Please Click install.
Note support will not be giving if you don't.

Download Now

File Type: zip openinviter.zip (73.3 KB, 573 views)

Screenshots

File Type: jpg adminCP.jpg (73.1 KB, 0 views)
File Type: jpg misc.jpg (34.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Artes_Marciales

Comments
  #32  
Old 04-20-2009, 06:41 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by amjadz4 View Post
There are two $contents ... do we have to replace them both?

im getting the error too
In my instructions I said replace all of them. So yes both of them need to be replaced.
If the owner of that site would ever email me back I am going to try and make this the official vBulletin release for here and the site. You can tell he rushed through the vbulletin side of things. It never worked out the box.

I had to implant my own CSRF security token stuff my self in the above file.
Reply With Quote
  #33  
Old 04-20-2009, 06:43 PM
nascartr nascartr is offline
 
Join Date: Jun 2008
Posts: 317
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That gave me an ugly error!

Code:
Warning: require_once(/public_html/community/global.php) [function.require-once]: failed to open stream: No such file or directory in [path]/OpenInviter/frontend.php on line 2

Fatal error: require_once() [function.require]: Failed opening required '/public_html/community/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nascartr/public_html/community/OpenInviter/frontend.php on line 2
This is what my 2nd line was like.

Code:
require_once('/public_html/community/global.php');
Reply With Quote
  #34  
Old 04-20-2009, 06:43 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dirtycrow View Post
yup, same boat.
Quote:
Originally Posted by ICEEXOL View Post
Invitations section does not appear.

The link is put in the Quick links tab. Says Invite Friends.

That used to only show when on index.php I had to fix that too.
Reply With Quote
  #35  
Old 04-20-2009, 06:44 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nascartr View Post
That gave me an ugly error!

Code:
Warning: require_once(/public_html/community/global.php) [function.require-once]: failed to open stream: No such file or directory in [path]/OpenInviter/frontend.php on line 2

Fatal error: require_once() [function.require]: Failed opening required '/public_html/community/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nascartr/public_html/community/OpenInviter/frontend.php on line 2
This is what my 2nd line was like.

Code:
require_once('/public_html/community/global.php');
Please enter the full path. home/user/public_html/community.
Reply With Quote
  #36  
Old 04-20-2009, 06:48 PM
nascartr nascartr is offline
 
Join Date: Jun 2008
Posts: 317
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, that worked!
Reply With Quote
  #37  
Old 04-20-2009, 06:49 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nascartr View Post
Ok, that worked!
All set now?
Reply With Quote
  #38  
Old 04-20-2009, 06:49 PM
nascartr nascartr is offline
 
Join Date: Jun 2008
Posts: 317
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After sending the invites I had a blank image with an X. Mails sent successfully


Supposedly it leads to http://diecastcrazy.com/images/oks.gif but I do not have any image files, should they have been included with the OpenInviter package?
Reply With Quote
  #39  
Old 04-20-2009, 06:54 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yet another thing they have forgot oven at OpenInviter. Yes that should of came with the OpenInviter Package. I will make a x and a checkmark image here in a few minutes.
Reply With Quote
  #40  
Old 04-20-2009, 06:57 PM
nascartr nascartr is offline
 
Join Date: Jun 2008
Posts: 317
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!
Reply With Quote
  #41  
Old 04-20-2009, 07:05 PM
BBR-APBT's Avatar
BBR-APBT BBR-APBT is offline
 
Join Date: Feb 2009
Location: Maryland
Posts: 946
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok here are the missing images. I made them my self they are not the ones that came with OpenInviter. Feel free to make your own. Be sure to edit frontend.php to link to the new images.

Remember every one I said its in its beta stage. I am compiling all these post to make some new install instruction instructions.
Hopefully they email me back so I can include the frontend.php with this as it will hopefully be the official release. All the errors every one is getting is from OpenInviter code not mine. But hey at least I fixed it for every one here.
Reply With Quote
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 08:52 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.05296 seconds
  • Memory Usage 2,351KB
  • 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
  • (5)bbcode_code
  • (6)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
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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