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
  #182  
Old 07-16-2012, 11:45 PM
andyv72 andyv72 is offline
 
Join Date: Jan 2008
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi..

Cant install XML

Error:
Code:
Datenbankfehler in vBulletin 4.2.0:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `vbtube_tubes` (
  `tubeid` int(20) unsigned NOT NULL auto_increment,
  `categoryid` int(3) unsigned NOT NULL default '0',
  `forumid` int(10) unsigned NOT NULL default '0',
  `userid` int(20) unsigned NOT NULL default '0',
  `username` varchar(70) NOT NULL default '',
  `email` varchar(70) NOT NULL default '',
  `title` mediumtext,
  `vidlang` varchar(50) NOT NULL default '',
  `link` varchar(170) NOT NULL default '',
  `link1` longtext NOT NULL,
  `link2` longtext NOT NULL,
  `link3` longtext NOT NULL,
  `link1img` varchar(250) NOT NULL default '',
  `thumb_type` int(1) unsigned NOT NULL default '0',
  `filename` varchar(30) NOT NULL default '',
  `mext` varchar(6) NOT NULL default '',
  `msize` int(20) unsigned NOT NULL,   
  `filename_mp4` varchar(30) NOT NULL default '',
  `filename_img` varchar(30) NOT NULL default '',
  `filename_img2` varchar(30) NOT NULL default '',
  `photo_mp3` varchar(30) NOT NULL default '',
  `url_flv` varchar(150) NOT NULL default '',
  `ofilename` varchar(20) NOT NULL default '',
  `oext` varchar(6) NOT NULL default '',
  `osize` int(20) unsigned NOT NULL,  
  `mediatype` varchar(50) NOT NULL default '',
  `site` varchar(50) NOT NULL default '',
  `aboutme` longtext,
  `active` varchar(1) NOT NULL default '0',
  `tube` varchar(50) NOT NULL default '',
  `views` int(30) unsigned NOT NULL default '0',
  `votes` int(10) unsigned NOT NULL default '0',
  `rates` int(10) unsigned NOT NULL default '0',
  `rating` double(5,2) unsigned NOT NULL default '0.00',
  `duration` varchar(15) NOT NULL default '',  
  `keywords` varchar(250) NOT NULL default '',
  `joindate` int(10) unsigned NOT NULL default '0',
  `reviewid` int(10) unsigned NOT NULL default '0',
  `positive` int(10) unsigned NOT NULL default '0',
  `negative` int(10) unsigned NOT NULL default '0',
  `reported` varchar(1) NOT NULL default '0',
  `reporteruser` varchar(50) NOT NULL default '',
  `reportreason` mediumtext,
  `reportcategory` varchar(50) NOT NULL default '',
  `lastpost` int(10) unsigned NOT NULL default '0',
  `lastposter` int(10) unsigned NOT NULL default '0',
  `totalcom` int(8) unsigned NOT NULL default '0',  
  `deleted` int(1) unsigned NOT NULL default '0',
  PRIMARY KEY  (`tubeid`)
) TYPE=MyISAM;

MySQL-Fehler  : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei 'TYPE=MyISAM' in Zeile 51
Fehler-Nr.    : 1064
Fehler-Zeit   : Tuesday, 17.07.2012 @ 02:42:52
Datum         : Tuesday, 17.07.2012 @ 02:42:52
Skript        : admincp/plugin.php?do=productimport
Referrer      : admincp/plugin.php?do=productadd
IP-Adresse    : xx.xx.xx.xx
Benutzername  : Andy-V72
Klassenname   : vB_Database
MySQL-Version : 5.5.25-1~dotdeb.0
Can anyone Help ??
Reply With Quote
  #183  
Old 08-04-2012, 04:40 PM
Toorak Times's Avatar
Toorak Times Toorak Times is offline
 
Join Date: Jan 2011
Posts: 436
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, Loving this mod! Added a track to a slideshow. May have done it wrong, added track to first pic. Got this anyway.

a. http://www.tooraktimes.com.au/media/...ng-Dong-Lounge

Cheers

Mick

edit: Can anyone help?
Reply With Quote
  #184  
Old 08-08-2012, 07:58 PM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed on 4.2, and had the same issue with the overlapping menus.

I disabled the Menu plugin, but it still did it on my manually-created button.

So I went into vBTube Option, turns OFF "Tabs Menu" and turned ON "Usermenu". Then I could delete my manually-created button (do NOT disable the Menu plugin).

All is well.
Reply With Quote
  #185  
Old 08-08-2012, 08:19 PM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'">
Reply With Quote
  #186  
Old 08-09-2012, 12:43 AM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strange, I enabled .htaccess re-write mode and then disabled it, and the error messages went away.
Reply With Quote
  #187  
Old 08-10-2012, 11:11 PM
Fongool Fongool is offline
 
Join Date: Jan 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting the same error as Andy:
(I removed my Dbname and My IP from the error)
Can anyone help with this? I get this after uploading the files, chmodding the 2 folders to 777...then when I try to import the .xml file in the admin panel, I get the following error:

Database error in vBulletin 4.2.0:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `vbtube_tubes` (
`tubeid` int(20) unsigned NOT NULL auto_increment,
`categoryid` int(3) unsigned NOT NULL default '0',
`forumid` int(10) unsigned NOT NULL default '0',
`userid` int(20) unsigned NOT NULL default '0',
`username` varchar(70) NOT NULL default '',
`email` varchar(70) NOT NULL default '',
`title` mediumtext,
`vidlang` varchar(50) NOT NULL default '',
`link` varchar(170) NOT NULL default '',
`link1` longtext NOT NULL,
`link2` longtext NOT NULL,
`link3` longtext NOT NULL,
`link1img` varchar(250) NOT NULL default '',
`thumb_type` int(1) unsigned NOT NULL default '0',
`filename` varchar(30) NOT NULL default '',
`mext` varchar(6) NOT NULL default '',
`msize` int(20) unsigned NOT NULL,
`filename_mp4` varchar(30) NOT NULL default '',
`filename_img` varchar(30) NOT NULL default '',
`filename_img2` varchar(30) NOT NULL default '',
`photo_mp3` varchar(30) NOT NULL default '',
`url_flv` varchar(150) NOT NULL default '',
`ofilename` varchar(20) NOT NULL default '',
`oext` varchar(6) NOT NULL default '',
`osize` int(20) unsigned NOT NULL,
`mediatype` varchar(50) NOT NULL default '',
`site` varchar(50) NOT NULL default '',
`aboutme` longtext,
`active` varchar(1) NOT NULL default '0',
`tube` varchar(50) NOT NULL default '',
`views` int(30) unsigned NOT NULL default '0',
`votes` int(10) unsigned NOT NULL default '0',
`rates` int(10) unsigned NOT NULL default '0',
`rating` double(5,2) unsigned NOT NULL default '0.00',
`duration` varchar(15) NOT NULL default '',
`keywords` varchar(250) NOT NULL default '',
`joindate` int(10) unsigned NOT NULL default '0',
`reviewid` int(10) unsigned NOT NULL default '0',
`positive` int(10) unsigned NOT NULL default '0',
`negative` int(10) unsigned NOT NULL default '0',
`reported` varchar(1) NOT NULL default '0',
`reporteruser` varchar(50) NOT NULL default '',
`reportreason` mediumtext,
`reportcategory` varchar(50) NOT NULL default '',
`lastpost` int(10) unsigned NOT NULL default '0',
`lastposter` int(10) unsigned NOT NULL default '0',
`totalcom` int(8) unsigned NOT NULL default '0',
`deleted` int(1) unsigned NOT NULL default '0',
PRIMARY KEY (`tubeid`)
) TYPE=MyISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 51
Error Number : 1064
Request Date : Friday, August 10th 2012 @ 07:08:27 PM
Error Date : Friday, August 10th 2012 @ 07:08:28 PM
Script :
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.5.23-55
Reply With Quote
  #188  
Old 08-11-2012, 08:12 PM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From a different thread, I found this that might solve the issue?
https://vborg.vbsupport.ru/showpost....postcount=1912

In the install XML file:

Find
Code:
TYPE=MyISAM
Replace With
Code:
ENGINE=MyISAM
Reply With Quote
  #189  
Old 08-12-2012, 07:59 AM
extremeseo's Avatar
extremeseo extremeseo is offline
 
Join Date: Aug 2009
Location: Srilanka
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to buy pro version ?
Reply With Quote
  #190  
Old 08-12-2012, 12:55 PM
Fongool Fongool is offline
 
Join Date: Jan 2011
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was having the same trouble with Spam-O-Matic also...I tried what you posted and it worked perfectly!...Thank you so much...
(Edit)...I think I spoke too soon...LOL...It does work, and shows up as the "Media" tab on the forum...BUT, when I click on the Media tab, it gives me this:

you do not have permission to access this page. This could be due to one of several reasons:

1) Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2) If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

and I am the Administrator...I went through all the permissions, and there are no permissions for this....I'm going to keep looking...LOL...


F

Quote:
Originally Posted by Elenna View Post
From a different thread, I found this that might solve the issue?
https://vborg.vbsupport.ru/showpost....postcount=1912

In the install XML file:

Find
Code:
TYPE=MyISAM
Replace With
Code:
ENGINE=MyISAM
Reply With Quote
  #191  
Old 08-12-2012, 01:47 PM
Elenna Elenna is offline
 
Join Date: Jan 2006
Location: St. Charles, MO
Posts: 422
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are permissions for this on the Usergroups, for me it's the last item in the list. Make sure you give yourself (or your Admin usergroup) FULL permissions (YES to everything in the vB Tube section). I missed one, and it gave me the same error message.
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:29 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.09049 seconds
  • Memory Usage 2,366KB
  • 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
  • (1)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