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

Reply
 
Thread Tools
vBTube 1.2.9 (CSRF protection added) Details »»
vBTube 1.2.9 (CSRF protection added)
Version: 1.2.9, by Playa82 Playa82 is offline
Developer Last Online: Apr 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 03-14-2008 Last Update: 05-23-2008 Installs: 209
Uses Plugins
 
No support by the author.

Do your visitors like searching for and sharing YouTube Videos with each other? Well now they can do it from your site. This Mod incorporates youtube into your site so you can view all the videos via category or the features & most popular videos. Users can also search the videos, meaning an unlimited amount of content for your site.

You can also post youtube links in your threads.

All searching & viewing is done on your site so your members never leave and you can add your own adverts or whatever to the displays to maximize revenue.

U CAN'T ADD VIDEOS WITH THIS HACK !!!



Live Demo here:

http://crackmuzik-gfx-elite.de/vBTube.php

Installation Instructions:

1. Upload the contents of the upload folder to your forum root directory.

2. Import product-vBTube in your admincp using the product manager.

3. In your style manager, find your navbar template and;

FIND:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Below that line add:
Code:
<td class="vbmenu_control"><a href="vBTube.php$session[sessionurl_q]">$vbphrase[vBTube_title]</a></td>

To add your own categories read this post:

https://vborg.vbsupport.ru/showpost....0&postcount=34

------------------------------------------------------------------------------------------------------
This is not the same like vBTubePRO - Lite Version 1.0.4 !!!

It's also not compatible with vBTubePRO - Lite Version 1.0.4 !!!

------------------------------------------------------------------------------------------------------

Supporters / CoAuthors

Show Your Support

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

Comments
  #122  
Old 03-26-2008, 10:07 PM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would it be a good idea for people to set their own DEV Id in the vbtube.php file? Or does it matter?
Reply With Quote
  #123  
Old 03-27-2008, 04:44 AM
DoB Rhapsody DoB Rhapsody is offline
 
Join Date: Jul 2007
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NeverBored View Post
Would it be a good idea for people to set their own DEV Id in the vbtube.php file? Or does it matter?
Good question. Maybe we will get content specific to the country we are in?
Reply With Quote
  #124  
Old 03-27-2008, 05:58 AM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NeverBored View Post
Would it be a good idea for people to set their own DEV Id in the vbtube.php file? Or does it matter?
if u can do that, go ahead. it's up to you
Reply With Quote
  #125  
Old 03-27-2008, 08:16 PM
slowphantom's Avatar
slowphantom slowphantom is offline
 
Join Date: Jun 2006
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hace dude thx
good work realy
but i want ask about the search
is there is any way to make it search in youtube with onther thing but not english

cz i try to search in arabic but he cant find any video

thx
Reply With Quote
  #126  
Old 03-30-2008, 01:59 AM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found a small error... When you view a users profile, the next/previous links to the pages with their videos takes you back to the main video pages, the links are missing the variables for the specific user.
Reply With Quote
  #127  
Old 03-31-2008, 05:05 AM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NeverBored View Post
I found a small error... When you view a users profile, the next/previous links to the pages with their videos takes you back to the main video pages, the links are missing the variables for the specific user.
Here is how I fixed that on my site:

Open vBTube/includes/user.php.

On line 69 find this:



Change it to this:

PHP Code:
if ($pages != 1) { $pre '&nbsp;<b>&laquo;</b>&nbsp;<a href="vBTube.php?page='.$previous.'&amp;do=user&amp;uname='.$uname.'">previous</a>'; } 

Find this:

PHP Code:
if ($pages $totalpages) { $nex '&nbsp;<a href="vBTube.php?page='.$next.'" >next</a>&nbsp;<b>&raquo;</b>&nbsp;'; } 
Change it to this:

PHP Code:
if ($pages $totalpages) { $nex '&nbsp;<a href="vBTube.php?page='.$next.'&amp;do=user&amp;uname='.$uname.'" >next</a>&nbsp;<b>&raquo;</b>&nbsp;'; } 

Find this:

PHP Code:
$cur .= '&nbsp;<a href="vBTube.php?page='.$tmp.'" ><strong>'.$tmp.'</strong></a>'

Change it to this:

PHP Code:
                $cur .= '&nbsp;<a href="vBTube.php?page='.$tmp.'&amp;do=user&amp;uname='.$uname.'" ><strong>'.$tmp.'</strong></a>'

Find this:

PHP Code:
                $cur .= '&nbsp;<a href="vBTube.php?page='.$tmp.'" >'.$tmp.'</a>'
Change it to this:

PHP Code:
                $cur .= '&nbsp;<a href="vBTube.php?page='.$tmp.'&amp;do=user&amp;uname='.$uname.'" >'.$tmp.'</a>'
You can see my edits in action at http://www.defend.net/deluxeforums/vBTube.php

Hope that helps,

Tim
Reply With Quote
  #128  
Old 03-31-2008, 05:07 AM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NeverBored View Post
Would it be a good idea for people to set their own DEV Id in the vbtube.php file? Or does it matter?
I added my own dev id and I don't have any problems with the foreign video issue.

Tim
Reply With Quote
  #129  
Old 03-31-2008, 06:24 AM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigtime View Post
Here is how I fixed that on my site:

Open vBTube/includes/user.php.

Tim
That worked, thanks
Reply With Quote
  #130  
Old 03-31-2008, 06:27 AM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok so I tried putting in a DEV id of my own, but it causes an error, and videos are no longer displayed in any cats/search etc... Is there anything else that must be changed when changing the ID?
Reply With Quote
  #131  
Old 03-31-2008, 06:49 PM
Tom_S Tom_S is offline
 
Join Date: Jan 2007
Location: VA Beach
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found an issue that if I type in the name of my website in the search..(which wasn't my goal to find my website but I was looking for a specific offroad video of ours that is on youtube) it brings up a page full of broken images with the dreaded red x's.

EDIT:
Hmmm..It isn't just my site..I did it on http://www.defend.net/deluxeforums/vBTube.php website when I checked out his updates and it does it there too so it has something to do with my website name. I am not using .com just kma offroad
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 11:22 PM.


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.04966 seconds
  • Memory Usage 2,329KB
  • 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
  • (7)bbcode_php
  • (5)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
  • (2)pagenav_pagelinkrel
  • (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