The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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
Developer Last Online: Aug 2023
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
Show Your Support
|
11 благодарности(ей) от: | ||
alhidaya, iiioroh, misha69, NTT, RichieBoy67, romaszek, Sage Knight, thompson, Toorak Times, victorvu, wat3v3r |
Comments |
#412
|
||||
|
||||
I have the pro version but can't get into site mate, I did get there a while ago and downlaoded v2.6.91_vB4, I just tried to upload it and got this mate
HTML Code:
Database error in vBulletin 4.2.3 Beta 3: 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 : Saturday, May 7th 2016 @ 06:18:20 AM Error Date : Saturday, May 7th 2016 @ 06:18:20 AM Script : http://www.tooraktimes.com.au/admincp/plugin.php?do=productimport Referrer : http://www.tooraktimes.com.au/admincp/plugin.php?do=productadd IP Address : 220.244.250.7 Username : Mick Pacholli Classname : vB_Database MySQL Version : 5.5.40-cll |
#413
|
|||
|
|||
You have 2 xmls. Try the other one..
|
#414
|
||||
|
||||
Can't access the website. I also have the pro version and can't get my license key.
|
#415
|
||||
|
||||
Is there any info on making the CMS widget work on a Wordpress page?
|
#416
|
||||
|
||||
After moving vBulletin from the root to a "forums" directory now vBTube shows blank pages in the admincp. The only page that works properly is the first page, the options page. What am I missing or is there a fix for this?
|
#417
|
|||
|
|||
This plugin it's not supported by autor?
|
#418
|
|||
|
|||
Couple of days??
|
#419
|
||||
|
||||
Thats generally what this means ;
Quote:
|
#420
|
||||
|
||||
Don't feel bad, I'll probably have to uninstall and reinstall to fix my problem. No one ever answered me either.
|
#421
|
||||
|
||||
For my doen't work. When I enter in "vbtube db-check" said me that I haven't permissions to access. Only work configuration page, the rest of menu said me the same, I haven't permissions.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|