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)

muratmunich 04-02-2012 04:22 PM

Quote:

Originally Posted by felixkomo (Post 2315863)
I want to buy the Full version but the Lite Edition giving me this error, I put the Video link and load it and it generate the video details accurate.

But when i submit the Video i get this error. Please Help me

Warning: fopen([path]/forum/vbtube/upload/thumb_link/2688_4488.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/vbtube_functions_add.php on line 404

vBulletin Message
Please upload only Image Type Files! (jpg, gif, png)

www.naijafinder.com


Please check you have allow_url_fopen enabled in your php settings and the relative forum path is correct.

muratmunich 04-02-2012 04:24 PM

Quote:

Originally Posted by Noli (Post 2315806)
I have some questions about the pro Version.

SEO:
Can you specify your own keywords?
Ive seen that the title of the Videos isnt in a h1 tag, is it easy to change this?
else:
i have my own player in which i use preroll ads, what would you charge for an implementation of that player?

Each video has own keywords. Do you want to add own keywords to the index page (keywords) ?

The title is in the <title> tag. I can give you a code snippet wich displays a h1 tag with the title. No problem...

Noli 04-02-2012 05:36 PM

Quote:

Originally Posted by muratmunich (Post 2316065)
Each video has own keywords. Do you want to add own keywords to the index page (keywords) ?

The title is in the <title> tag. I can give you a code snippet wich displays a h1 tag with the title. No problem...

Regarding the Keywords, i just wanted to double check that the keywords you enter to each video gets into the meta data for google. I checked some Videos of the Demo and i think the keywords are going there :)

The thing with the H1 Tag would be great. Regarding the integration of my own player, are you doing these kind of modifications? I will of course pay for you your worktime.

Naijasite 04-02-2012 07:11 PM

Quote:

Originally Posted by muratmunich (Post 2316064)
Please check you have allow_url_fopen enabled in your php settings and the relative forum path is correct.

How do i make changes to allow_url_fopen as you said. and where do i change the setting and what should i change it to. Please explain in details as a customer care.

Thanks in advance

Noli 04-02-2012 09:23 PM

Quote:

Originally Posted by felixkomo (Post 2316108)
How do i make changes to allow_url_fopen as you said. and where do i change the setting and what should i change it to. Please explain in details as a customer care.

Thanks in advance

thats something that needs to be configured inside your php config. if you do not now how to check this contact your hoster or take a look at your phpinfo File.

muratmunich 04-03-2012 01:51 AM

admincp/maintance/view php info

Look for allow_url_fopen

As noli said if you dont have permission to edit your php.ini file contact your hoster.
Are you on a shared webhost or vps or root server ?

Naijasite 04-03-2012 06:07 AM

Quote:

Originally Posted by muratmunich (Post 2316225)
admincp/maintance/view php info

Look for allow_url_fopen

As noli said if you dont have permission to edit your php.ini file contact your hoster.
Are you on a shared webhost or vps or root server ?


Thanks for your swift response, i use a shared server,i have contacted my webHost (Namecheap.com) and they have enable (allow_url_fopen) but still i still get submission error that

Warning: fopen([path]/forum/vbtube/upload/thumb_link/2688_4488.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/vbtube_functions_add.php on line 404

vBulletin Message
Please upload only Image Type Files! (jpg, gif, png)

This is my Forum Path (cms) "public_html/naijafinder.com

I have tried every method and also change the forum path still not working.

Thanks for your feedback in advance

muratmunich 04-03-2012 07:19 PM

Pm me admincp login.

Naijasite 04-03-2012 07:37 PM

Quote:

Originally Posted by muratmunich (Post 2316482)
Pm me admincp login.

I just pm you my admincp login now...please check and help to figure it out.

Thanks in advance...If it works i can't wait to buy the pro version

final kaoss 04-04-2012 01:30 PM

Stopped reading when I saw "vbtube pro"

SeeLand 04-04-2012 07:29 PM

Works fine in vbulletin 4.1.1

raporia 04-05-2012 01:59 PM

well ive been trying for 3 days to get this working following all the iinfo here and it still dont work think ill uninstall and look for something that will work

Naijasite 04-05-2012 02:44 PM

Quote:

Originally Posted by muratmunich (Post 2308506)
Acp vbtube options iconv set to yes and charset target windows-1256

Its really good, that you give feedback.
Yes i noticed you uploaded one video, but if i click on any link on Vbtube media on my Forum , it would be redirected to the CMS home page.

Please rectify the problem Thanks alot.
www.naijafinder.com

Myth-Scape 04-06-2012 01:37 AM

Whenever I try to import the product I get this error:

Code:

Database error in vBulletin 4.1.11:

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


muratmunich 04-06-2012 06:19 AM

<a href="http://www.vbtube.com/help-vbtubepro-vbulletin-4/5420-mysql-error.html#post23472" target="_blank">http://www.vbtube.com/help-vbtubepro...html#post23472</a>

Akyeame Kwame 04-06-2012 08:25 AM

Hello, is there a way to add additional languages to indicate/specify the language that the video is in?

Naijasite 04-06-2012 08:33 AM

Quote:

Originally Posted by muratmunich (Post 2308923)
Details pmed.

You are such a wonderful guy. My downloaded Vbtube http://www.naijafinder.com/NaijaTube.php is now working and i can't wait to buy the Pro version. Kudos to you because you respond on time for assistance and feed.

I recommend your product to others.
www.naijafinder.com

muratmunich 04-06-2012 09:29 AM

1 Attachment(s)
Quote:

Originally Posted by Akyeame Kwame (Post 2317272)
Hello, is there a way to add additional languages to indicate/specify the language that the video is in?

There is a dropdown menu with languages and it is possible to specify for each video.
Since no one needed languages in the past i didnt coded a selection on the index page, but its saved in the database.

yoching 04-06-2012 02:14 PM

Any chance of adding the Chinese Youku and Tudou video sites?

officer cartman 04-08-2012 02:00 PM

Quote:

Originally Posted by Preech (Post 2313344)
Look in your acp, you should have the ability to add other file types. Just follow the same pattern of what is already there.

any chance you can point me in the right direction on this?

knikio 04-08-2012 09:31 PM

Quote:

Originally Posted by felixkomo (Post 2315863)
I want to buy the Full version but the Lite Edition giving me this error, I put the Video link and load it and it generate the video details accurate.

But when i submit the Video i get this error. Please Help me

Warning: fopen([path]/forum/vbtube/upload/thumb_link/2688_4488.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/vbtube_functions_add.php on line 404

vBulletin Message
Please upload only Image Type Files! (jpg, gif, png)

www.naijafinder.com

Quote:

Originally Posted by muratmunich (Post 2316064)
Please check you have allow_url_fopen enabled in your php settings and the relative forum path is correct.

Hi
I Have The Same Problem
Also In My PHP File The Function Is Enable
"allow_url_fopen = On"
And I Don't Know What To Do Next, So I Am Really Need Help!.
Sorry On My Bad English :(

Thank You Very Much
Knikio

muratmunich 04-09-2012 05:09 AM

Trailling slash forum path?

imported_pmay68 04-09-2012 12:56 PM

I get this error.. Any ideas on how to fix?

Warning: file() [function.file]: URL file-access is disabled in the server configuration in [path]/vbtube/includes/sites/1.php on line 55

Warning: file(http://gdata.youtube.com/feeds/api/videos/wCkerYMffMo) [function.file]: failed to open stream: no suitable wrapper could be found in [path]/vbtube/includes/sites/1.php on line 55

Warning: implode() [function.implode]: Invalid arguments passed in [path]/vbtube/includes/sites/1.php on line 55

Warning: file() [function.file]: URL file-access is disabled in the server configuration in [path]/vbtube/includes/sites/1.php on line 64

Warning: file(http://www.youtube.com/watch?v=wCkerYMffMo) [function.file]: failed to open stream: no suitable wrapper could be found in [path]/vbtube/includes/sites/1.php on line 64

Warning: implode() [function.implode]: Invalid arguments passed in [path]/vbtube/includes/sites/1.php on line 64

Wizza 04-10-2012 05:49 AM

My admincp is looking wrong:

http://imgtin.com/img.php?image=9260_admincp_6l0t.gif

No idea why it is doing this, but this happens on every admin link except VBTube options, recount and database check.

muratmunich 04-10-2012 05:34 PM

Something is conflicting with the custom template you are using.

We fixed this issue in the pro version. An update for the lite one will take some time.

muratmunich 04-10-2012 05:35 PM

Quote:

Originally Posted by knikio (Post 2318145)
Hi
I Have The Same Problem
Also In My PHP File The Function Is Enable
"allow_url_fopen = On"
And I Don't Know What To Do Next, So I Am Really Need Help!.
Sorry On My Bad English :(

Thank You Very Much
Knikio


Be sure you have added the trailling slash in your forum path.
Also chmod777 required folders.

If you did this and still have problems, then pm me admincp login.

muratmunich 04-10-2012 05:37 PM

Quote:

Originally Posted by imported_pmay68 (Post 2318298)
I get this error.. Any ideas on how to fix?

Warning: file() [function.file]: URL file-access is disabled in the server configuration in [path]/vbtube/includes/sites/1.php on line 55

Warning: file(http://gdata.youtube.com/feeds/api/videos/wCkerYMffMo) [function.file]: failed to open stream: no suitable wrapper could be found in [path]/vbtube/includes/sites/1.php on line 55

Warning: implode() [function.implode]: Invalid arguments passed in [path]/vbtube/includes/sites/1.php on line 55

Warning: file() [function.file]: URL file-access is disabled in the server configuration in [path]/vbtube/includes/sites/1.php on line 64

Warning: file(http://www.youtube.com/watch?v=wCkerYMffMo) [function.file]: failed to open stream: no suitable wrapper could be found in [path]/vbtube/includes/sites/1.php on line 64

Warning: implode() [function.implode]: Invalid arguments passed in [path]/vbtube/includes/sites/1.php on line 64


allow_url_fopen is disabled on your server configuration.

If you have a vps or root server enable allow_url_fopen in your php.ini or contact your host.

Myth-Scape 04-10-2012 08:26 PM

Warning: fopen(/home/baddy351/public_html/www.freecoding.org/forums/vbtube/upload/thumb_link/2109_7875.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/vbtube_functions_add.php on line 404

I have that allow php thingy I saw a page or two back enabled.

Here is my current forum path:

/home/baddy351/public_html/www.freecoding.org/forums/

officer cartman 04-10-2012 09:49 PM

would be great if you could buy the widget stand alone for recent videos as thats the only thing i would like that is missing

muratmunich 04-11-2012 07:08 PM

Quote:

Originally Posted by Myth-Scape (Post 2318822)
Warning: fopen(/home/baddy351/public_html/www.freecoding.org/forums/vbtube/upload/thumb_link/2109_7875.jpg) [function.fopen]: failed to open stream: No such file or directory in [path]/vbtube_functions_add.php on line 404

I have that allow php thingy I saw a page or two back enabled.

Here is my current forum path:

/home/baddy351/public_html/www.freecoding.org/forums/

Pm me admincp and ftp login, i take a look.

ElfenLied1337 04-11-2012 07:31 PM

Is there currently an import system for Jaxel's Media Library? Would love to switch over given the lack of support/updates on Jaxel's, but I already have a lot of content using that mod.

Thanks, and the mod looks great!

muratmunich 04-13-2012 10:39 AM

Quote:

Originally Posted by ElfenLied1337 (Post 2319156)
Is there currently an import system for Jaxel's Media Library? Would love to switch over given the lack of support/updates on Jaxel's, but I already have a lot of content using that mod.

Thanks, and the mod looks great!

Yes, details pmed.

Devil_Dog 04-13-2012 06:23 PM

Quote:

Originally Posted by officer cartman (Post 2318856)
would be great if you could buy the widget stand alone for recent videos as thats the only thing i would like that is missing

+1 That would be awesome.:up:

Preech 04-15-2012 07:55 AM

Believe it or not the widget isn't that hard to create. I doubt Muratmunich would appreciate me passing those codes around.

alhidaya 04-15-2012 08:56 AM

Hello,

It took me a whole afternoon to understand the system of this software.

Personally, it is very complicated

FFMPEG: I went into the forum of this product to know how to install it. They say the only member seeks "Ffmpeg Installation". There is no explanation

I installed the Trial for test: when I upload a video it is:

Warning: Can not modify header information - headers already sent by (output started at [path] / vbtube_functions_add.php: 105) in [path] / vbtube / plugins / vbtube_upload.php on line 130

The system to create the category and sub category is complicated by codifying a by the numbers.

Honestly, the visitors coming to play videos may be lost.

It took over 8 hours with the trial version to try to program and understand, especially by looking for ffmpeg.

In the help forum, I read customer problems.

I prefer MEDIA LIBRARY for his generosity in the functions of video, for its simplicity in how to create a category and subcategory. For ease of access to a video and want to read also in its presentation of video per frame as a picture album. And it s free

I tried everything to want to learn to know you through this product but it's too complicated for me and I think it will be too complicated for members.

muratmunich 04-15-2012 10:44 AM

Quote:

It took over 8 hours with the trial version to try to program and understand, especially by looking for ffmpeg.
Installing ffmpeg is the complicated thing not vBTube. You dont have to spent 8 hours -> Here is the vbtube installation video tutorial wich shows that the installation takes only 9 minutes.

Install intructions for ffmpeg depends on your server system. Just Google..

Installing server software on your server requires permission on your vps virtual or root server. So if you are a happy owner of your own server, you should know how to install server software like ffmpeg. Once installed everything works smooth...

Managing categories -> go to 05:00 minutes - > http://www.vbtube.com/videos/3/vbtube-install.html - Its true that the thinking of managing categories is a little bit different to vBulletin, but as you can see its possible to manage them in 2-3 minutes.

Quote:

I tried everything to want to learn to know you through this product but it's too complicated for me and I think it will be too complicated for members.
Adding media:

1. Copy youtube link
2. Click Load Information
3. Edit title, description, keywords
4. Save

4 Steps to add a video is not much expected from users... I guess if a user can create threads, he is also possible to add videos.

http://www.vbtube.com/videos/1/vbtube-demo.html

Of course users/customers get help and we are working until vBTube is working on their board.

CaneInsider 04-24-2012 01:28 AM

Can the lite version be installed and then upgraded at a later date without losing any of the data uploaded?

Delfi_r 04-24-2012 05:32 AM

I have a problem: it allways show 'MEDIA' in the menu bar even if I put the option to NO.

I would control wich usergropus see it with Navtab.

muratmunich 04-24-2012 11:03 AM

Quote:

Originally Posted by Delfi_r (Post 2323010)
I have a problem: it allways show 'MEDIA' in the menu bar even if I put the option to NO.

I would control wich usergropus see it with Navtab.


Plugin Manager

Disable vBTubePRO MENU

muratmunich 04-24-2012 11:03 AM

Quote:

Originally Posted by CaneInsider (Post 2322972)
Can the lite version be installed and then upgraded at a later date without losing any of the data uploaded?

Yes of course.


All times are GMT. The time now is 01:02 PM.

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.01812 seconds
  • Memory Usage 1,857KB
  • 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
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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