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)

Techno Cowboy 03-16-2017 09:22 PM

Looks very good, will have to try this when available...:up:


Quote:

Originally Posted by muratmunich (Post 2583956)


RichieBoy67 03-20-2017 04:11 PM

Anxiously Waiting for this..

muratmunich 03-25-2017 03:18 PM

So guys the pro version is finished -> Demo

Now working on Lite...

Preech 03-25-2017 06:53 PM

What made you remove the audio portion of this. For me it was better than just video. Either way, still a great addition to vBulletin for me.

What is new.

BlackxRam 06-19-2017 12:36 AM

Youtube adding seems to be broken. When you try to load the data you get a bunch of errors. You can still proceed to add the content but there are many error lines. Anyone able to get the thing working? I have too many videos and categories to change versions.

MarkFL 06-19-2017 12:54 AM

Quote:

Originally Posted by BlackxRam (Post 2587599)
Youtube adding seems to be broken. When you try to load the data you get a bunch of errors. You can still proceed to add the content but there are many error lines. Anyone able to get the thing working? I have too many videos and categories to change versions.

What errors are you getting? Did you recently upgrade your PHP?

BlackxRam 06-19-2017 06:37 PM

Code:

Warning: file(http://gdata.youtube.com/feeds/api/videos/AdvEN0jpAWE): failed to open stream: HTTP request failed! HTTP/1.0 410 Gone in ..../vbtube/includes/sites/1.php on line 55

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

When you put the URL in and click 'LOAD' to get the details these are the errors. Now, you can continue and just put in the fields manually but there are more errors after you hit submit to add the video...on the two following redirects you get this...

Code:

Warning: Function eregi() is deprecated in ..../vbtube_add.php on line 365
The media still gets added in if you do it this way but it looks tacky to the users in the community using it.

Any ideas?

Thanks for responding :)

muratmunich 06-21-2017 06:02 AM

You have to change the eregi functions with preg_replace.

http://php.net/manual/de/function.preg-replace.php

Because eregi is deprecated.

BlackxRam 06-21-2017 08:12 AM

It says preg_replace needs 3 functions when i change eregi to preg_replace.

What about when trying to load the youtube data automatically? that error is still there.

I appreciate you replying.. i know its probably not the most fun thing replying to something like this hehe =/

I do appreciate it though. :)

muratmunich 06-21-2017 08:19 AM

They are warnings no errors.
If you want you can disable the warnings.

Add to vbtube_add.php

error_reporting(0);

at the top of file


All times are GMT. The time now is 09:27 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.01642 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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