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

Reply
 
Thread Tools
YouTube API Integration (lite) Details »»
YouTube API Integration (lite)
Version: 1.11, by Andrew Green Andrew Green is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 02-09-2008 Last Update: 04-13-2008 Installs: 59
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

Note: Requires PHP 5 to run

This is a youtube integration modification. It integrates the youtube API into your website, allowing you to view, search and browse youtube's library from your site. It also includes a playlist system, allowing you and your users to create both public and private playlists. Private playlists can be edited and viewed only by their owners. Public lists are viewable by all, you can choose which user group can edit the public lists, and which can suggest videos, which are then approved or denied by the moderating group.

What this is not is a video hosting application, it works only off youTube's API, which is read only. You cannot upload video's, rate videos or otherwise post information too youtube.

In addition it creates a custom BBCode "[youtube]videoid[/youtube]" unless it already exists. At bottom of each video there will be the BBCode as with the video id plugged in for users to copy and paste into threads.

Live Demo: http://vbgaming.org/forum/yt.php

It is a "lite" version, but it's missing very little, just the ability for users to suggest videos for public lists without giving them full editing ability on them.


v 1.1 - Feb 17
- Some minor bug fixes
- Now includes "Related Videos"
- Now cache's XML files on playlists, greatly speeding up loading those pages

v 1.11 - Apr 1
- Some bug fixes related to playlists

April 7
- Minor fix preventing videos from being added properly fixed

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 03-18-2008, 07:58 AM
aamirkhj aamirkhj is offline
 
Join Date: Feb 2008
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any one have any idea how to fix the issue of HTTP 500 Error while installing yt.php
Reply With Quote
  #63  
Old 03-18-2008, 11:19 AM
aamirkhj aamirkhj is offline
 
Join Date: Feb 2008
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello I am installing it on my forum but it is giving me an internal server error. Kindly findout the problem here is the url where i am installing it

http://www.meraraabta.com/baithak/yt.php
here after this code my file stops execution.... coder is requested to kindly find some time to solve the problem

$doc = new DOMDocument(); in yt.php
Reply With Quote
  #64  
Old 03-18-2008, 10:48 PM
funkmeister funkmeister is offline
 
Join Date: Oct 2004
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the WOL function, it would be nice if the link it took you to, was the actual video, the person is viewing rather than just 'yt.php'.

I see there is the '$id' variable, it should be able to be put after the main file; eg: 'yt.php?v=$id' but for whatever reason, it doesn't bring the video id over. It's just left blank in WOL; eg: 'yt.php?v='

Also, how can I have the initial 'yt.php' page - when you load it using www.mysite/forum/yt.php - display a custom default search criteria? So if I want to have the topic of "radio" be the very first search criteria that is displayed when running 'yt.php' - how can I make that happen? Which file needs editing and what code is required?

Hope that last one is clear!

Over all.....great job. Thanks :up:
Reply With Quote
  #65  
Old 03-25-2008, 10:39 PM
Andrew Green's Avatar
Andrew Green Andrew Green is offline
 
Join Date: Nov 2005
Location: Winnipeg, MB
Posts: 996
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aamirkhj View Post
Hello I am installing it on my forum but it is giving me an internal server error. Kindly findout the problem here is the url where i am installing it

http://www.meraraabta.com/baithak/yt.php
here after this code my file stops execution.... coder is requested to kindly find some time to solve the problem

$doc = new DOMDocument(); in yt.php
Nothing there right now, probably my fault as I've been rather busy for the past while and am just catching up now.

What version of PHP are you running, this does require at least v5 right now, the DOM functions weren't there in 4


Quote:
Originally Posted by funkmeister View Post
In the WOL function, it would be nice if the link it took you to, was the actual video, the person is viewing rather than just 'yt.php'.

I see there is the '$id' variable, it should be able to be put after the main file; eg: 'yt.php?v=$id' but for whatever reason, it doesn't bring the video id over. It's just left blank in WOL; eg: 'yt.php?v='

Also, how can I have the initial 'yt.php' page - when you load it using www.mysite/forum/yt.php - display a custom default search criteria? So if I want to have the topic of "radio" be the very first search criteria that is displayed when running 'yt.php' - how can I make that happen? Which file needs editing and what code is required?

Hope that last one is clear!

Over all.....great job. Thanks :up:
Both are clear, I'll have a look at both when I get some time.
Reply With Quote
  #66  
Old 03-27-2008, 06:27 PM
funkmeister funkmeister is offline
 
Join Date: Oct 2004
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andrew Green View Post
Both are clear, I'll have a look at both when I get some time.
OK, many thanks Andrew :up:
Reply With Quote
  #67  
Old 03-28-2008, 07:13 PM
farzana farzana is offline
 
Join Date: Feb 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i also dont have php 5
Reply With Quote
  #68  
Old 03-31-2008, 10:05 PM
Desi-Home Desi-Home is offline
 
Join Date: May 2007
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you add an addon for showing advertisement beside the youtube player and/or on top/bottom?
Reply With Quote
  #69  
Old 05-08-2008, 03:28 PM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Amazing!!
Reply With Quote
  #70  
Old 05-12-2008, 04:25 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed but the page doesn't even load... any ideas?

do have php5
did upload everything as directed
did import xml
Reply With Quote
  #71  
Old 05-15-2008, 05:08 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome. lack of response = uninstall. thanks for your time.
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 02:50 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.04926 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete