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

BlackxRam 06-21-2017 08:35 AM

Fair enough on that then, ill get that added.

But when clicking the load button to load the youtube data for a video

Code:

Warning: file(http://gdata.youtube.com/feeds/api/videos/kWYKKaApoI8): 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

still shows and every field just says 'array' in it. So its no longer pulling youtube it looks like.

BlackxRam 06-21-2017 09:06 AM

Now, I am getting all these warnings/errors on every page now for eregi/preg_replace.

Code:

Warning: preg_replace() expects at least 3 parameters, 2 given in ..../vbtube_functions.php on line 59

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in ..../vbtube_functions.php on line 69

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in ..../vbtube_functions.php on line 73

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in ..../vbtube_functions.php on line 77

Warning: preg_replace(): Delimiter must not be alphanumeric or backslash in ..../vbtube_functions.php on line 81

And many pages are broken now.

muratmunich 06-21-2017 09:30 AM

Please undo all changes and pm me a login with add permissions and ftp.

BlackxRam 06-21-2017 09:54 AM

Sent to you

muratmunich 06-21-2017 10:17 AM

I fixed the eregi errors but i noticed that google has disabled the youtube api for version 2.

http://gdata.youtube.com/feeds/api/videos/3J6o7hcm8bE

So this means you cant get data anymore.
I am sorry i cant fix this. The new version using api v3 and everythings working there..

BlackxRam 06-21-2017 10:27 AM

It looks like most of them have been taken care of but there are still eregi things popping up when you submit a video or file without clicking the 'Load' on two of the following pages there are eregi things popping up. On the pages after you click 'Submit'.

What happened before to cause the issue?

muratmunich 06-21-2017 10:29 AM

Where are more eregi warnings ?

muratmunich 06-21-2017 10:31 AM

After submit there are implode notifications because the api v2 is not delivering data.

BlackxRam 06-21-2017 10:34 AM

If you put a youtube video in manually and fill out the form in its entirety and then hit submit... the forwarding pages and the confirmation of the media being added has those errors on it.

Also the site freaks out if you put a youtube video in that has the https in the url. Not a big deal, just remove the 's' but with google really pushing https who knows how that could affect things in the future hehe.

muratmunich 06-21-2017 10:44 AM

ok i didnt add a video so didnt saw.
Now all eregis are away.
Fixed https issue also..

The other thing is not a 5 min job. So you can still add videos but you have to enter the title and description manually...

BlackxRam 06-21-2017 10:55 AM

Thanks muratmunich!

If you get the new vbtube eventually set up like the old one and an importer and such...I'll be definitely considering using it. With the effort to help me out here it says a lot about you. Thanks again!

BlackxRam 06-21-2017 07:30 PM

I did notice a little bug with the new files MM. The flash player size options in the admin area is not adjusting the player size on the view pages anymore. I had the player size set to 853 x 480 but I had to adjust the 1.php file manually with the sizes to make it that big because they were being displayed at 480 res. Something must have changed from the original file i uploaded to the newest zip files i uploaded earlier.

Adjusting the 1.php file sizes made the random image on the front page HUGE, hehe, but it was the only way to get the player size larger on the video view pages.

muratmunich 06-22-2017 07:45 AM

I can check this but need permission for template editing.

BlackxRam 06-23-2017 12:05 AM

Quote:

Originally Posted by muratmunich (Post 2587682)
I can check this but need permission for template editing.

I gave your log on the ability to administer styles in the admincp

muratmunich 06-23-2017 08:46 AM

Should work now...

BlackxRam 06-23-2017 08:53 AM

Quote:

Originally Posted by muratmunich (Post 2587715)
Should work now...

Are you sure the changes took? The video settings in the admin area set to 853 x 480 for the vbtube_show.php pages. But they are not that size. If you change the size in the 1.php file directly for youtube videos BOTH the random video and the vbtube_show.php are that same huge size. The random video in the previous release was a separate size from the video size on the vbtube_show.php page and normally the size that it is currently right now. But the vbtube_show.php should be altogether a different size. It was a different size before this whole thing kinda blew up hehe.

But right now, the sizes are being ignored completely from the admin area.

muratmunich 06-23-2017 09:24 AM

I have no permission to the vbtube options so i cant test.

BlackxRam 06-23-2017 10:15 AM

Quote:

Originally Posted by muratmunich (Post 2587717)
I have no permission to the vbtube options so i cant test.

ooops, sorry about that. It should work now. You should see it. I just tested it and it shows.

muratmunich 06-23-2017 11:30 AM

ok now working...

BlackxRam 06-24-2017 06:07 PM

The size is still wrong on the main page for the random video :) hehe. Previous vbtube version i had that video was half that size and the video on the show video page was the larger size.

BlackxRam 06-25-2017 06:23 AM

I actually got it working. I figured why do it hard coded when I can just use CSS and such to change the sizes... i was just being stupid with that hahah.

Thanks Muratmunich!

Toorak Times 05-15-2020 08:16 AM

Are you around Murat?

muratmunich 05-15-2020 08:28 AM

Yes..

Toorak Times 05-15-2020 08:52 AM

Cool, PM sent


All times are GMT. The time now is 05:55 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.01476 seconds
  • Memory Usage 1,808KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)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