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
  #302  
Old 07-02-2008, 08:41 AM
steveneff steveneff is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since having this mod installed I have had hundreds of database errors. This doesn't happen every day but today alone I have had over a hundred errors.

These are the two errors I get

Code:
Invalid SQL:

					UPDATE session
					SET lastactivity = 1214984577, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
					WHERE sessionhash = 'b247ca7558dc749dfc6672e9eaea6dd3';

MySQL Error   : MySQL server has gone away
Error Number  : 2006

Code:
Invalid SQL:

				INSERT IGNORE INTO session
					(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
				VALUES
					('fb484adef14dbfb91dc9e96e58099afe', 0, '74.6.25.40', '91c6b56cd538107d10229cb351e5b018', 1214986046, '/forums/vBTube.php?do=user&uname=tyrannyofsoulz', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0);

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Also I have no members with the username tyrannyofsoulz
This only happens with this mod, the rest of my vbulletin and mods work fine.
Reply With Quote
  #303  
Old 07-02-2008, 11:26 AM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steveneff View Post
Since having this mod installed I have had hundreds of database errors. This doesn't happen every day but today alone I have had over a hundred errors.

These are the two errors I get

Code:
Invalid SQL:

					UPDATE session
					SET lastactivity = 1214984577, inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
					WHERE sessionhash = 'b247ca7558dc749dfc6672e9eaea6dd3';

MySQL Error   : MySQL server has gone away
Error Number  : 2006

Code:
Invalid SQL:

				INSERT IGNORE INTO session
					(sessionhash, userid, host, idhash, lastactivity, location, styleid, languageid, loggedin, inforum, inthread, incalendar, badlocation, useragent, bypass, profileupdate)
				VALUES
					('fb484adef14dbfb91dc9e96e58099afe', 0, '74.6.25.40', '91c6b56cd538107d10229cb351e5b018', 1214986046, '/forums/vBTube.php?do=user&uname=tyrannyofsoulz', 0, 0, 0, 0, 0, 0, 0, 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)', 0, 0);

MySQL Error   : MySQL server has gone away
Error Number  : 2006
Also I have no members with the username tyrannyofsoulz
This only happens with this mod, the rest of my vbulletin and mods work fine.
looks like you got a mysql error, check it out here:

http://crackmuzik-gfx-elite.de/vBTub...tyrannyofsoulz

works fine for me

maybe you should contact your host... i can't help you with your mysql database
Reply With Quote
  #304  
Old 07-07-2008, 08:31 PM
ProtoPC ProtoPC is offline
 
Join Date: Feb 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get those errors too...and I am the host.

http://www.cywire.com/index.php?opti...pper&Itemid=92

Invalid SQL:

UPDATE vb_session
SET lastactivity = 1215465839, location = '/community/vBTube.php?do=view&vidid=dYYytKt9Mo8', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
WHERE sessionhash = 'c915b4d48452584a8035a2d48022bd6e';

MySQL Error : MySQL server has gone away
Error Number : 2006

This is the only mod I get these notifications for as well.
Reply With Quote
  #305  
Old 07-07-2008, 09:38 PM
NeverBored NeverBored is offline
 
Join Date: Feb 2008
Location: CA
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just got a few of those errors today also, but at the time I couldn't access vbtube or even youtube.com itself. They just wouldn't load at all. I checked the "demo" site here also and it wasn't working either. Everything seems to be working now. So I think these errors are just some kind of connection problem to the youtube api. This is the first time I received those errors, and like I said I couldn't even connect to youtube.com when it was happening so I can't see it being anything else other than a problem connecting to youtube.
Reply With Quote
  #306  
Old 07-08-2008, 04:25 AM
Playa82 Playa82 is offline
 
Join Date: Mar 2006
Location: Germany
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's a problem connecting to youtube !!!

if u got a error, just wait a bit
Reply With Quote
  #307  
Old 07-09-2008, 03:43 PM
thecricketzone thecricketzone is offline
 
Join Date: Jun 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have just tried to find the bit of code in vbtube.php line 46 that lets u set a default category - and it isnt there in vb 3.7.2! Pls can someone help? As I need to set a default category otherwise it just returns 'New Today' and that often has some content not suitable for minors.

Many Thanks!
Reply With Quote
  #308  
Old 07-09-2008, 06:52 PM
BalkanW BalkanW is offline
 
Join Date: Apr 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great mod thanks man
Reply With Quote
  #309  
Old 07-10-2008, 05:22 AM
thecricketzone thecricketzone is offline
 
Join Date: Jun 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thecricketzone View Post
I have just tried to find the bit of code in vbtube.php line 46 that lets u set a default category - and it isnt there in vb 3.7.2! Pls can someone help? As I need to set a default category otherwise it just returns 'New Today' and that often has some content not suitable for minors.

Many Thanks!
Can anyone help?
Reply With Quote
  #310  
Old 07-11-2008, 08:25 AM
thecricketzone thecricketzone is offline
 
Join Date: Jun 2006
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

??anyone?
Reply With Quote
  #311  
Old 07-12-2008, 12:05 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is anyone willing to do this strictly for godtube.com?

I will gladly pay $100 for a stable version.
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:12 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.05023 seconds
  • Memory Usage 2,317KB
  • 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
  • (2)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