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

Reply
 
Thread Tools
vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x Details »»
vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x
Version: 2.1.1 Patc, by muratmunich muratmunich is offline
Developer Last Online: Aug 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.x Rating:
Released: 03-09-2012 Last Update: 11-19-2012 Installs: 188
 
No support by the author.

vBTube.com is proud to present vBTube LE (Lite Edition)


vBTube LE Demo


What is vBTube ?
vBTube Media Gallery - Professional Video CMS for your vBulletin4 Community.
vBTube is the ultimate video sharing script for starting your own YouTube

Features

Embed Videos from:
YouTube, Dailymotion, MetaCafe, Veoh, Google Video, MySpace, MyVideo, Sevenload, Vidmax, Vimeo, Funnyordie.com, Izlesene

Installation / Default

Install Instructions (Comments are stored in a seperate DB Table):

Watch this video installation tutorial:
http://www.vbtube.com/videos/3/vbtube-install.html

1. Upload Contents of "Upload to Forums Root" Folder to Forums Root
2. Chmod 777 following Folders
/vbtube/tmp
/vbtube/upload/thumb_link

3. Import vBTubePRO_v2.0_LE vBx XML File with Product Manager
4. Enter Forum Path at admincp/vBTubePRO/options -> Forum Path
For Example mine here is : /var/srv/www/httpdocs/forum/

If you don't know your relative path go to:

admincp/maintance/view php info
and ook for:
_SERVER["DOCUMENT_ROOT"] /var/srv/www/httpdocs/forum

Don't forget to enter the trailling slash!

5. Click vbtube-db-check (admincp/vbtubepro/vbtube-db-check). Be sure all files are uploaded before
6. Set Permission Settings for each Usergroup. Edit the options however you like
7. Now you can add your Categories.

Admincp/vBTubePRO/Add Category

- Category Name
- Display Number (Start with 10, 100, 200, 300, 400...)

Finished: yourdomain.com/vbtube.php
__________________________________________________ ___________________

Installation / Comments are mixed up in vBulletin Posts

There are 2 ways to use vBTube.
This instruction will show you how to install vBTubePRO mixing the comments in your forum.

This means exactly: When adding videos, vBTube will create threads. When commenting videos, vBTube will create posts to that video thread.

Install Instructions:

Watch this video installation tutorial:
http://www.vbtube.com/videos/2/vbtube-install-mix.html

1. Upload Contents of "Upload to Forums Root" Folder to Forums Root
2. Chmod 777 following Folders
/vbtube/tmp
/vbtube/upload/thumb_link

3. Import vBTubePRO_v2.0_LE vBx XML File with Product Manager
4. Enter Forum Path at admincp/vBTubePRO/options -> Forum Path
For Example mine here is : /var/srv/www/httpdocs/forum/

If you don't know your relative path go to:

admincp/maintance/view php info
and ook for:
_SERVER["DOCUMENT_ROOT"] /var/srv/www/httpdocs/forum

Don't forget to enter the trailling slash!

5. Click vbtube-db-check (admincp/vbtubepro/vbtube-db-check). Be sure all files are uploaded before
6. Now, add a new Forum -> "Forums & Moderators" -> "Add new Forum"
Type "0" for the Display Order. So it is not visible in your forums list.

You got the option to add more Forums for Comments but it's highly recommended to use only 1 Forum for Comments !
We are supporting only the using of 1 ForumID. This means: Add only 1 ForumID to your categories... (You will see this step when adding categories).

7. Now we need the ForumID of the new added Forum for Comments.
Enter the ForumID here:
admincp/vbtubepro/Options/Latest vbTubePRO Postings/Comments ForumID

8. Set Permission Settings for each Usergroup. Edit the options however you like
9. Now you can add your Categories.

Admincp/vBTubePRO/Add Category

- Category Name
- Display Number (Start with 10, 100, 200, 300, 400...)

Finished: yourdomain.com/vbtube.php

LE v2.1

1. vBulletin 4.2.x compatible
2. Navigation Tab added to Navigation Manager
3. Mobile Style Bug
4. Background Color Admin Menu fixed
5. MyISAM Product XML included for newer MySQL Versions

Update Instructions:

1. Upload all Files (Content of Upload to Forums Root) to your Forum Root. Close your Board
2. Import vBTubePRO_v2.x.xml Product with vBulletin's Product Manager - Select Overwrite
3. Run DBCheck : admincp/vbtubepro/vbTubePRO DB-Check
4. Option to set Style for vbtube
5. Open your Board

If you like vBTube please click on installed and donate, Thank you.

v2.1 Patched:

This Update is for users who have warning error messages like this:
Warning: trim() expects parameter 1 to be string, array given in [path]/vbtube_add.php on line 139

Download the patched zip file and upload only vbtube_add.php (overwrite old file).

v2.1.1:

Facebook bug fixed
Keywords Array Warning fixed

Thanks

Download Now

File Type: zip vBTubePRO 2.1.1 LE_Patched.zip (483.2 KB, 1198 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
11 благодарности(ей) от:
alhidaya, iiioroh, misha69, NTT, RichieBoy67, romaszek, Sage Knight, thompson, Toorak Times, victorvu, wat3v3r

Comments
  #242  
Old 10-28-2012, 11:31 AM
mickyjanny mickyjanny is offline
 
Join Date: Dec 2011
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for the great mod but i can't upload any file i just can add links video file how can i upload and file video or music or photo. how can i do that
Reply With Quote
  #243  
Old 11-01-2012, 02:07 AM
Subieforums Subieforums is offline
 
Join Date: Sep 2012
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For those with the following error code upon loading a video:

Code:
Warning: trim() expects parameter 1 to be string, array given in [path]/vbtube_add.php on line 140
Perform the following:

Open => vbtube_add.php

Find:
PHP Code:
$vbt_var['keywords']=trim($vbt_var['keywords']); 
Replace With:
PHP Code:
$vbt_var['keywords']=trim("$vbt_var[keywords]"); 
I had the same issue and this fixed the problem!
Reply With Quote
  #244  
Old 11-01-2012, 02:08 AM
Subieforums Subieforums is offline
 
Join Date: Sep 2012
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ti6 View Post
Ill followed everthing correctly but get this error after adding some Video:

PHP Code:
Warnungtrim() expects parameter 1 to be string, array given in [path]/vbtube_add.php (Zeile 140
Just wanted to test the lite version before i buy the pro.
Any Idea?
Check My Post: https://vborg.vbsupport.ru/showpost....&postcount=242
Reply With Quote
  #245  
Old 11-02-2012, 09:41 PM
boss22 boss22 is offline
 
Join Date: Oct 2012
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just tested... and can not get to work creation of new threads when submiting new video - some help or advice ?

use vb 4.2.0 pl3

regards
bosss
Reply With Quote
  #246  
Old 11-06-2012, 06:39 AM
madness85 madness85 is offline
 
Join Date: Jun 2012
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elenna View Post
I'm getting the following errors when trying to view a video:
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 360

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 642

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/76/9471276/html/uat/vbtube_show.php on line 1042

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/vbtube_show.php:360) in [path]/includes/facebook/facebook.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at [path]/vbtube_show.php:360) in [path]/vbtube_show.php on line 659



I am also having the same issue. Video uploads just fine, plays just fine, etc.

The template edit to headinclude didn't fix it:
Change
<vb:if condition="$show['fb_opengraph']">
to
<vb:if condition="$show['fb_opengraph'] AND THIS_SCRIPT != 'vbtube'">
Getting same error tried all previous suggestions nothing is working please help really want this if i remove lines it works sure thats not the answer tho
Im
Reply With Quote
  #247  
Old 11-07-2012, 07:06 AM
majjed2008 majjed2008 is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello

I Have PRO vbtube and since there are no support in the Developer site , waiting weeks for answer support ticket , I diced to post my problem here maybe some one can tell me how to fix it .

when open any video every thing work fine but in header I have this errors :
Deprecated: Assigning the return value of new by reference is deprecated in /home/majjed/public_html/vbtube_show.php on line 364

Deprecated: Assigning the return value of new by reference is deprecated in /home/majjed/public_html/vbtube_show.php on line 802

Deprecated: Assigning the return value of new by reference is deprecated in /home/majjed/public_html/vbtube_show.php on line 1207

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/vbtube_show.php:364) in [path]/includes/facebook/facebook.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at [path]/vbtube_show.php:364) in [path]/vbtube_show.php on line 819
Reply With Quote
  #248  
Old 11-09-2012, 09:08 AM
majjed2008 majjed2008 is offline
 
Join Date: Dec 2011
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Still no answer from support here or in them website , since I pay for this products I dont know why no support @ all , I will wait a little and if still no support i will delete it from my forum , and I will ask for refund .
Reply With Quote
  #249  
Old 11-09-2012, 06:51 PM
madness85 madness85 is offline
 
Join Date: Jun 2012
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/67/9888067/html/vbtube_show.php on line 360

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/67/9888067/html/vbtube_show.php on line 642

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/67/9888067/html/vbtube_show.php on line 1042

Warning: Cannot modify header information - headers already sent by (output started at [path]/vbtube_show.php:360) in [path]/vbtube_show.php on line 659

also vbtube_comment.php line 141 error

need help please
Reply With Quote
  #250  
Old 11-10-2012, 06:34 PM
amin's Avatar
amin amin is offline
 
Join Date: Dec 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I bought this MOD a while ago I didn't use it yet because of weak support!
Reply With Quote
  #251  
Old 11-11-2012, 03:33 PM
Ricsca's Avatar
Ricsca Ricsca is offline
 
Join Date: Apr 2006
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How upgrade?
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 01:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12261 seconds
  • Memory Usage 2,359KB
  • 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
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete