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
  #262  
Old 06-08-2008, 08:25 PM
Akyeame Kwame Akyeame Kwame is offline
 
Join Date: May 2008
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigtime View Post
Even though they appear as custom categories, they're really just a keyword search.

Edit the vBTube template.

Find this:

Code:
<strong>&raquo;</strong> <a href="vBTube.php?do=cat&catid=2">Autos & Vehicles</a><br>
Directly above that, put this:

Code:
<strong>&raquo;</strong> <a href="vBTube.php?do=search&search=Thaiboxing">Thaiboxing</a><br>
<br>
--------------------
<br><br>
Of course, you'll replace "Thaiboxing" with the keyword you wish to display for the category.

To make a default category:

Open vBTube.php. On line 46 find this:

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'today';
}
Replace it with this:

Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
	$_GET['do'] = 'search';
	$search = 'martial arts';
}
Replace 'martial arts' with the search term you want to appear as the default.

Hope that helps...

Tim

I can't find this in the vBTube.php? Is there a new way to do it on vBTube 1.2.9?

I can use it, but I really don't want to direct other users to it until I have the ability to get the smut off the first page.
Reply With Quote
  #263  
Old 06-08-2008, 09:15 PM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Akyeame Kwame View Post
I can't find this in the vBTube.php? Is there a new way to do it on vBTube 1.2.9?

I can use it, but I really don't want to direct other users to it until I have the ability to get the smut off the first page.
The first snippet is not from vbtube.php but from the TEMPLATE. The second snippet of code will be found in vBTube.php

Tim
Reply With Quote
  #264  
Old 06-10-2008, 08:17 PM
just77me just77me is offline
 
Join Date: Jun 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get a blank site too by opening vBTube.php after installation on a 371 anyone has a solution?

thank you
Reply With Quote
  #265  
Old 06-11-2008, 07:28 AM
jancarlo jancarlo is offline
 
Join Date: Feb 2003
Location: Italia
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I do to see http://it.youtube.com instead http://www.youtube.com? Thank you.
Reply With Quote
  #266  
Old 06-12-2008, 08:35 PM
just77me just77me is offline
 
Join Date: Jun 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone has an idea and could help us to get rid of the white page after installation? why doesnt it work on 371

THANK YOU!!!
Reply With Quote
  #267  
Old 06-12-2008, 09:00 PM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by just77me View Post
Anyone has an idea and could help us to get rid of the white page after installation? why doesnt it work on 371

THANK YOU!!!
Make sure you have the "vb tube" templates in the style you're using, and all files are uploaded...
Reply With Quote
  #268  
Old 06-13-2008, 08:58 AM
just77me just77me is offline
 
Join Date: Jun 2006
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i do this?
Reply With Quote
  #269  
Old 06-13-2008, 03:53 PM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chadi View Post
Is anyone up to create a Godtube version of this hack? I'm willing to pay $50.
Anyone interested in doing this? I will negotiate on pricing.
Reply With Quote
  #270  
Old 06-13-2008, 05:15 PM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod, but I believe than google penalize the web sites that use this scripts's type : (
Reply With Quote
  #271  
Old 06-13-2008, 07:34 PM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Artes_Marciales View Post
I love this mod, but I believe than google penalize the web sites that use this scripts's type : (
Penalize how?

I have many pages from vbtube indexed in google.
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 12:04 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.05672 seconds
  • Memory Usage 2,318KB
  • 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
  • (6)bbcode_code
  • (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