vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Goldbrick Audio/Video Media System (https://vborg.vbsupport.ru/showthread.php?t=165505)

nizzie 06-06-2008 02:23 AM

i get

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

nix 06-06-2008 06:53 AM

Quote:

Originally Posted by nizzie (Post 1541993)
i get

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

https://vborg.vbsupport.ru/showpost....&postcount=617

gpc10347 06-06-2008 01:56 PM

Quote:

Originally Posted by TheProphet (Post 1518300)
Mm you know how i can do that...

Same issues.

I'm an extremely new newbie and, I really want this damn mod to work out...

Read everything prior to installing and of course, found the latest version which from my limited experience, appears to be incomplete as a stand-alone installation.
I installed it first and had too many issues to list. Uninstalled Goldbrick 1.8.

Installed 1.5 with limited success but entirely too many issues for users... tried installing Goldbrick 1.8 as an Upgrade: Uninstalled Goldbrick 1.8.

Reinstalled 1.5 and modified many templates making minor adjustments to hard-coded /vb/ and /forum/ paths as well as adding missing $ to info ($info) references. Frustrated into Uninstalled Goldbrick 1.5 and deleting all the folders.

Found a site with Goldbrick 1.4. What the hell, might as well try it.
Installed Goldbrick 1.5
Installed Goldbrick 1.8 (Anyone keeping track of time, bandwidth and beer?)

Modified all the references to /vb/ and /forum/ I could located.

Created a little file adobe_pdf.php and added
Code:

<if condition="$info[profile] == 'adobe_pdf'"><embed src="$info[src]" type="$info[mime]" width="600" height="400"></embed></if>
to goldbrick_player, goldbrick_attach and ?goldbrick_test?. Oddly enough, PDF's work for me. Might not work for anyone else but - it works here...

Whew.. got all that done and found that YouTube, PDF's, MP3 and images are good to go although occasionally it seems a refresh does some good with images... I can live with that. A YouTube profile video works. I'm afraid to attempt an attachment just yet..

And then, the vbAdvanced issue. I added fancy.css, jquery-1.2.3.pack.js, query.metadata.js, jquery.pngFix.pack.js and jquery.fancybox-1.0.0.js to the header replacement area thinkin' that's what was meant by the comment you referenced however - apparently, that isn't what was meant. So.. out of desperation again, I added $vboptions[bburl] in front of all the references to /goldbrick/ within goldbrick_header...

No more errors on the front page.

Next up, I want to figure out why wmv's aren't working properly, why the height and width elements have no default or sometimes have no values in the presented page (view source) and what I can do to export all of my changes and make it 'safe' against updates ; )

Good luck. :cool:

nix 06-06-2008 05:38 PM

1.8 has most of that fixed. If you have a custom template then you need to make sure the js and css are being included. I've installed this on a number of forums with zero issues.

gpc10347 06-06-2008 07:07 PM

Quote:

Originally Posted by nix (Post 1542484)
1.8 has most of that fixed. If you have a custom template then you need to make sure the js and css are being included. I've installed this on a number of forums with zero issues.

That's very nice for you.

Again, admitting that I am but a lowly new user and forgetting the alterations I apparently did not need to make to get even the slightest resemblance to a functional mod, could you please take a moment or two to educate me further?
1.8 package here is installable as is?
I can install on a virgin installation and the program will work as posted?

How then, exactly, is the Adobe PDF file transaction handled?
Try as I might, I can't get this to work without rehab (1.4, 1.5 or 1.8) It's just me correct?
The issues with the hard coded path would indicate that even you would have issues with either one of the two (/vb/ or /forum/) however, for those folks with /forums/ I would think there would be continued problems.

Rather than tell me that it works for the developer, could you let please me know where to look for the continuing issue with wmv files (nothing displays but media tags are there). Height, width and title are still empty elements (view source) , "test" or "This Is A Test" is not what was typed when jpg's are linked but it's there everytime.

And finally, in Functions_public.php, is it really supposed to be 'goldbrick_test'?

Code:

elseif ($vbulletin->options['gb_style'])
        {
                eval('$content = "' . fetch_template('goldbrick_test') . '";');
        }
       
        else


nix 06-06-2008 07:48 PM

Well since 1.8 is a test install, yes its suppose to be goldbrick_test.

I haven't added pdf back in yet.

I hope you and a couple of other people realize this is a FREE mod and I work on it when I get the time.

gpc10347 06-06-2008 09:42 PM

Quote:

Originally Posted by nix (Post 1542569)
Well since 1.8 is a test install, yes its suppose to be goldbrick_test.

I haven't added pdf back in yet.

I hope you and a couple of other people realize this is a FREE mod and I work on it when I get the time.

No-one appreciates free more than I do but I'm relatively sure that when we read about "zero problems" while easily linked solutions are pasted in but other questions seemingly disappear into the fray - folks tend to get a little aggravated: Free or otherwise.

Taking me as an example, I've been semi scolded that it's free after all, it's a test after all, and there are zero issues when you do it - after all... I still need a little support on the wmv front, or the titles, or the width and height. Rather than perform the Uninstall and simply leave this project like that, I'd prefer to make it work but obviously, I'll need to make it work with the support message of "it works for me"?

https://vborg.vbsupport.ru/external/2010/06/10.gif

I'll keep pasting in what works for me in the hopes that someone will paste in what works for them too.

Thank you

Adrian Schneider 06-06-2008 10:44 PM

https://vborg.vbsupport.ru/external/2011/01/24.gif Despite being "supported" it's also "in Beta Stage".

Don't rely on a free ("free time") supported mod still in beta stage. Both of us have put a lot of time into this modification and when I see users whining about how it's taking too long or how something isn't working perfectly it makes me mad and regret ever working on it in the first place.

Wouldn't you guys be happier then? If it never existed?


Give nix a break, he works full time doing this to support his family, and he still finds time out of the kindness to develop and support these free mods.

Charmedfan 06-07-2008 04:02 PM

Hey,
when I install the 1.8 version I only get a white site if the contains a video.
1.5 works!

Whats the problem?

Thanks!

tutmin 06-10-2008 03:53 AM

I installed on my site but it cannot play any videos.

Example page: http://www.yamaha-motor.com.vn/club/...read.php?t=112

Pls help me because I really love this mod.

Best regards,

deta 06-10-2008 08:00 AM

Quote:

Originally Posted by frosch68 (Post 1455856)
great hack...

i am searching for the integration of the two german sites clipfish.de and myvideo.de.

Can someone help me ??

Tanks a lot

Please integration...

cu Deta

vooood 06-10-2008 08:16 AM

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [path]/goldbrick/includes/class_goldbrick.php on line 526

what does this mean?

Megatr0n 06-10-2008 10:12 AM

Yeah, I've been getting such errors to. ^

SonicRC 06-10-2008 05:00 PM

PHP Code:

Parse errorsyntax errorunexpected T_OBJECT_OPERATOR in /www/htdocs/21551/admincp/plugin.php(1512) : eval()'d code on line 1

Warnung: main([path]/includes/class_dbalter.php) [function.main]: failed to open stream: No such file or directory in [path]/admincp/plugin.php (Zeile 1517)

Fatal error: main() [function.require]: Failed opening required '
/www/htdocs/21551/includes/class_dbalter.php' (include_path='.:/usr/share/php:..') in /www/htdocs/21551/admincp/plugin.php on line 1517 

i have these errors :erm:

Now I can`t uninstall it. :confused:

skariko 06-10-2008 08:11 PM

I've installed this plugin.
It is ok with all the media, youtube etc.. but when i insert an image in the tag [MEDIA].. it doesn't shows like this:
http://www.czeta.it/forum/cz-spam/27...tml#post567622

Can someone help me? :)

Thanks.

nix 06-11-2008 01:35 AM

Quote:

Originally Posted by vooood (Post 1545668)
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [path]/goldbrick/includes/class_goldbrick.php on line 526

what does this mean?

Download goldbrick 1.8. It's a couple of pages back.

Quote:

Originally Posted by SonicRC (Post 1545989)
PHP Code:

Parse errorsyntax errorunexpected T_OBJECT_OPERATOR in /www/htdocs/21551/admincp/plugin.php(1512) : eval()'d code on line 1

Warnung: main([path]/includes/class_dbalter.php) [function.main]: failed to open stream: No such file or directory in [path]/admincp/plugin.php (Zeile 1517)

Fatal error: main() [function.require]: Failed opening required '
/www/htdocs/21551/includes/class_dbalter.php' (include_path='.:/usr/share/php:..') in /www/htdocs/21551/admincp/plugin.php on line 1517 

i have these errors :erm:

Now I can`t uninstall it. :confused:

That is a default vbulletin file. Is it in the includes folder?

Quote:

Originally Posted by skariko (Post 1546104)
I've installed this plugin.
It is ok with all the media, youtube etc.. but when i insert an image in the tag [MEDIA].. it doesn't shows like this:
http://www.czeta.it/forum/cz-spam/27...tml#post567622

Can someone help me? :)

Thanks.

Because you're using the classic style.

rapidphim 06-11-2008 03:48 AM

nix, is it possible for you to update us on the upgrade version for your hack?

skariko 06-11-2008 12:26 PM

Quote:

Originally Posted by nix (Post 1546292)
Because you're using the classic style.

wow, you're right!
Now it is ok :)
Thanks for the rapid answer :)

A little question, how can i make the blackground without opacity?

I'll try to modify this:

dimmingOpacity: 0.0, // Lightbox style dimming background

But it doesn't go.

edit: NOW IT'S OK, SORRY. :)

deta 06-11-2008 05:24 PM

Hello!

Wenn i go in My Profil an klick
Goldbrick Options
Profile Video

Then i have this in the header..

Warnung: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/goldbrick/plugins/profile_start.php(19) : eval()'d code (Zeile 3)

cu Deta

SonicRC 06-12-2008 04:15 PM

@nix

thank you for your help!

I have another problem. I can`t play quicktime files. Please have a look at the picture attached.

Chadi 06-13-2008 03:06 AM

Can you please fix the "M" image logo that is always displayed for godtube.com videos? Youtube posts show an image from the video itself, I'm hoping you can do the same for Godtube as well.

It basically shows the goldbrickplay.gif instead.

nix 06-13-2008 07:00 AM

Quote:

Originally Posted by chadi (Post 1548136)
Can you please fix the "M" image logo that is always displayed for godtube.com videos? Youtube posts show an image from the video itself, I'm hoping you can do the same for Godtube as well.

It basically shows the goldbrickplay.gif instead.

Again the site has to have a way to pull the video thumbnail. Godtube didn't at the time I added it.

You can change the default gif to whatever you want.

deta 06-13-2008 08:59 AM

Hello nix...

what ist with my problem KLICK

And this KLICK

cu Deta

SonicRC 06-14-2008 02:46 PM

I still can`t play quicktime files. Any help?

Neutral Singh 06-14-2008 02:57 PM

Quote:

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /admincp/plugin.php(1512) : eval()'d code on line 1
what could be causing this error?

saviola8x 06-14-2008 10:31 PM

I have an error, I am running 3.7.1

Error in youtube player: http://www.nghich.org/forum/showthre...9#vid-c5beafa1

SonicRC 06-15-2008 12:12 PM

Quote:

Default Media Object Width
The default width of the media object.
User could also set a user-defined width by adding an option to the bbcode.
How does this work?

Captain Tycoon 06-16-2008 02:37 PM

Any live demo please?

skariko 06-16-2008 04:47 PM

Quote:

Originally Posted by nix (Post 1546292)
Download goldbrick 1.8. It's a couple of pages back..

I have the same error, only on one profile it give:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [path]/goldbrick/includes/class_goldbrick.php on line 526
This error.

What would you mean with "Download Goldbrick 1.8"?
The last version of Goldbrick isn't this? 1.5?

ps: and i don't have in the USERCP the "my media" option.

RedGTiVR6 06-16-2008 05:06 PM

I'm using 1.8 on our forums, it works fine on YouTube it seems, but when i have an attachment in .wmv format, it won't play. I can download it and play fine.

Any ideas?

http://forums.fluxmedia.net/showthread.php?t=3103

hobbybox 06-17-2008 03:13 AM

Can anyone post a few of the more popular video file extensions and what you would recommend for limits...im new to the videos..I know .mp3 and .avi but what others would you all suggest?

I assume that I need to add thse files for people to upload videos from their PC correcT?

animesys 06-17-2008 06:01 AM

Can it work with mms and rtsp link ??

RedGTiVR6 06-17-2008 12:56 PM

also, I've just had a user point this out to me, in 1.8, 'test' and 'this is a test' appear on attachments and when you click to view the entire attachment.

I'm sure this is just because it's a beta, but I want to be sure!

taxick 06-17-2008 06:54 PM

HI

Can you fix so it can show danish Æ Ø Å in the title. (Chartset UTF-8)

See the picture..

Not Its look like this: Team Easy On Pressemøde - DEL 2

and it must look like this: Team Easy On Pressemøde - DEL 2

Mutt 06-17-2008 08:04 PM

here's my redtube.com plugin. works fine. I was doing alot of guessing when setting it up so if anyone can tweak it, feel free.

just upload it to your "/goldbrick/includes/sites/" dir

Chadi 06-18-2008 01:27 PM

A lot of my members' posts area showing up as regular URL instead of media URL

Some youtube links used:

http://www.youtube.com/watch?v=rMrl8m5Iccc
http://www.youtube.com/watch?v=iOCdEFWUvN4

Others work fine odd enough. The forum category has GB enabled, member group is enabled, GB global option is also enabled (all media types)

racechick20 06-18-2008 06:28 PM

I have just installed this on my newly upgraded (3.7.1) forum and when we navigate to the forum it's not there but showing this error:

Code:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/sites/mysite.com/public_html/s_forum/goldbrick/plugins/bbcode_create.php on line 53
Please HELP! I have followed all the instructions and have successfully installed it on another forum without any problems. :confused:

Edit: I have re-uploaded the bbcode_create.php file but it has made no difference - my forum is still not showing - just the message.

EDIT:

I panicked! My other site is set up for php 5 and I thought I had for this too, but hadn't - I've fixed it by updating the .htaccess file and did the php5.ini whilst I was at it. Was gonna delete this but it may help someone else sometime. Thanks for a wonderful mod!

racechick20 06-18-2008 09:17 PM

Hey, Nix.

Okay, I've been working on this for a while and reading posts in here but haven't managed to solve it.

I've upgraded to 1.8 but can't get my thumbnails to show in the lightbox. I've triple checked the settings, forum and user permissions - I don't think the issue is there.

The videos are working just fine so I am at a bit of a loss as to why the images aren't. This works A1 in my other forum where I have the same GB settings. The only difference I can see is that this forum has bigger thumbnails. I have updated all relevant counters just in case that would solve it but it changes nothing. Any ideas?

We love this mod and appreciate all the work you have already and continue to put into it - a mega thank you for letting us have it free of charge.

Edit: Have resized thumbnails and removed borders. Also re-updated counters. No change.

nix 06-18-2008 09:35 PM

Here's another test version before I put it out live.

I switched back to highslide but I change the way it looks. If you don't like it you can change it to what suits your needs. All highslide settings are in the goldbrick_header template.

I added Zend Cache for media cache so it doesn't have to hit the database if you're not using vb cache. To use it chmod the goldbrick/cache folder so it's writable by the server. Then turn on Goldbrick Cache in Goldbricks options.

This version will empty the gb_cache, gb_media and vb's postparsed tables in the database to prevent any errors.

Bug Fixes that I remember
Back to highslide with a packed version.
Fixed media embed
Fixed attachments

A demo on a friends site.
http://www.pastapadre.com/forum/showthread.php?t=705

rapidphim 06-18-2008 10:02 PM

Thanks Nix... we'll choose Yes for override when import this product? Will it automatically rebuild all media links or we have to manually do each?

Did you fix DailyMotion, MegaVideo?


All times are GMT. The time now is 04:12 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.02695 seconds
  • Memory Usage 1,863KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)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
  • (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