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
  #32  
Old 03-16-2008, 06:48 PM
Magz's Avatar
Magz Magz is offline
 
Join Date: Nov 2006
Location: UK
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bigtime, you mind sharing how you added the custom categories and default page?

regards
Reply With Quote
  #33  
Old 03-16-2008, 06:54 PM
Veer Veer is offline
 
Join Date: Feb 2006
Posts: 733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to add more categories?
Reply With Quote
  #34  
Old 03-16-2008, 07:11 PM
dj_f16 dj_f16 is offline
 
Join Date: Sep 2006
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanx man
Reply With Quote
  #35  
Old 03-16-2008, 08:22 PM
bigtime bigtime is offline
 
Join Date: Jun 2002
Location: Houston, Texas
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Magz View Post
bigtime, you mind sharing how you added the custom categories and default page?

regards
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
Reply With Quote
  #36  
Old 03-16-2008, 09:07 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still no word if the security flaws are now fixed?
Reply With Quote
  #37  
Old 03-16-2008, 11:03 PM
funkmeister funkmeister is offline
 
Join Date: Oct 2004
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SBlueman View Post
Still no word if the security flaws are now fixed?
Yeah, any word on that? Thanks.
Reply With Quote
  #38  
Old 03-16-2008, 11:33 PM
RokuDaMerlin RokuDaMerlin is offline
 
Join Date: Oct 2007
Location: Germany
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have make all Rating Stars Transparent - for all Backgrounds (no white box)

free download: Here

Reply With Quote
  #39  
Old 03-17-2008, 04:26 AM
funkmeister funkmeister is offline
 
Join Date: Oct 2004
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone figured out why the Javascript for selecting the "BBCode" and "Share with friends" isn't working? It's fine for the "Embed" selection - just those first two it's not working for!

Thanks in advance.
Reply With Quote
  #40  
Old 03-17-2008, 04:38 AM
NeuroLancer's Avatar
NeuroLancer NeuroLancer is offline
 
Join Date: Feb 2008
Location: Australia
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RokuDaMerlin View Post
I have make all Rating Stars Transparent - for all Backgrounds (no white box)

free download: Here

Good, but hows about attaching that rar file here so we can get them without being forced to register at your forum?
Reply With Quote
  #41  
Old 03-17-2008, 05:29 AM
alqloob alsahya alqloob alsahya is offline
 
Join Date: Dec 2006
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank"s good jop nice
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:33 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.04887 seconds
  • Memory Usage 2,313KB
  • 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
  • (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
  • (1)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