vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBTube LE 2.1.1 Media Library UPDATE vBulletin 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=279864)

Mariner1 05-20-2013 01:50 PM

Sorry Toorak i dont understand

mertiliuss 05-20-2013 08:53 PM

Quote:

Originally Posted by skol (Post 2423039)
It does,you have the option to allow adult or not.

But that pages? for example ?xvideos?

katilkuzu 05-21-2013 03:23 PM

hi, i can not add any category can u help me please

suwarto 06-02-2013 09:06 PM

I have just installed vb 5.0.2 ..

i bought vbtube PRO longtime à go, and with this script would be perfect for My site..
Port it please...!

enak 06-04-2013 02:21 PM

I get the below error trying to install:
Code:

Database error in vBulletin 4.2.1:

Invalid SQL:

CREATE TABLE IF NOT EXISTS `vb4_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  : Tuesday, June 4th 2013 @ 04:17:54 PM
Error Date    : Tuesday, June 4th 2013 @ 04:17:54 PM
Script        : http://*/admincp/plugin.php?do=productimport
Referrer      : http://*/admincp/plugin.php?do=productadd
Classname    : vB_Database_MySQLi
MySQL Version : 5.6.10-log

I think this is a problem with the latest MySQL?

enak 06-04-2013 02:55 PM

I was able to get the installation to complete after using the XML postfixed with MYISAM, assuming this is what the file was for?

However when attempting to access the vbtube-db-check I get do not have permission to access this page?!

enak 06-04-2013 03:15 PM

I worked around the issue by commenting out a few lines in the vbtube_admin.php that check permissions before performing the dbcheck.

This allowed me to run the dbcheck and subsequently everything appears to be working.

So I suspect, if you have not previously installed this mod then you are unable to complete the installer to add permissions that allow you to run the installer.

Toorak Times 06-16-2013 05:04 AM

Quote:

Originally Posted by dog-tag (Post 2421947)
Will this allow my members to upload mp4 files themselves into posts?
And then VBTube will play them?

VBTube appears to me, to be a showcase for embeded videos not really geared at uploading.


I use it for uploading vids and mp3s but the size of the file can be an issue...32kbps for mp3 conversions work for me and still hold some quality

BGObsession 07-04-2013 05:06 AM

Quote:

Originally Posted by enak (Post 2425777)
I was able to get the installation to complete after using the XML postfixed with MYISAM, assuming this is what the file was for?

However when attempting to access the vbtube-db-check I get do not have permission to access this page?!

Quote:

Originally Posted by enak (Post 2425779)
I worked around the issue by commenting out a few lines in the vbtube_admin.php that check permissions before performing the dbcheck.

This allowed me to run the dbcheck and subsequently everything appears to be working.

So I suspect, if you have not previously installed this mod then you are unable to complete the installer to add permissions that allow you to run the installer.

I ran into the same exact problem you did. Could you give some guidance on what lines you deleted exactly from the vbtube_admin.php file? I cannot figure out what to edit there. I can't get past the database checker (get the 'you do not have access' warning, and I get a database error when I try to set up usergroup permissions. I have the MYISAM xml version installed based on your feedback...

Phil56 07-05-2013 11:03 PM

I know I am never going to get an answer to this but here it goes. On the "Video" tab below the header, when I click on it it just goes to the forum.....the mod works great in the Admin CP but will not work on the forum.


All times are GMT. The time now is 09:24 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.01200 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete