vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - VB AnyMedia Player / Media Sites (youtube, google and many more) (https://vborg.vbsupport.ru/showthread.php?t=150491)

cillianok 02-23-2008 12:10 PM

The problem is possibly that yee don't have PHP5, I updated to PHP5.2.3 or something from PHP4, and the errors are gone.

//edit:

For some reason I still can't attach non default files..

Must I add the file extensions myself?

nix 02-23-2008 03:55 PM

yes

testote 02-23-2008 05:23 PM

hi!
I've installed gms in my board but I'm having troubles with the bbcode.
My former hack used the bbcode [video] and I can't get gms to work with that tag.
The only way I get it to work is with the tag [media]. I even changed the configuration in vbulletin options "BBCode Tag Name" to "video" and nothing changed.

Is there anything I can do to use [video] as a bbcode instead of [media]? otherwise all the posts until now would have the [video] tag and would stop working :S

Thank you!

sebro 02-23-2008 08:23 PM

Quote:

Originally Posted by cillianok (Post 1449313)
The problem is possibly that yee don't have PHP5, I updated to PHP5.2.3 or something from PHP4, and the errors are gone.

I have indeed PHP 4.4.8! Is it really the matter of my problem?

Shelly 02-24-2008 12:20 AM

my host is hostgator and their server uses php 4.4.4, that sucks, i was really looking forward to this mod on my site, it look great

CLF 02-24-2008 11:19 AM

Quote:

Originally Posted by rapidphim (Post 1442925)

THANK YOU!!!

aamirkhj 02-24-2008 12:59 PM

I have installed and I am using PHP 5.2.5 and this mod is working fine, the only issue is when I add multiple images in the post it does not displays the images as it is shown on the display Examples of Highslide JS core on this link http://vikjavev.no/highslide/

How to make the images display as it shown on the above link........although I have checked all the relevant option in VB options/ Goldbrick....

Any one got any idea, any help will be much appreciated.

nix 02-24-2008 06:12 PM

Thats a highlside setting. I don't have it set up like that. But I probably will in the future. You can still use the arrow keys to navigate between pictures and videos though.

djjeffa 02-24-2008 10:10 PM

Quote:

Originally Posted by cillianok (Post 1449313)
The problem is possibly that yee don't have PHP5, I updated to PHP5.2.3 or something from PHP4, and the errors are gone.


//edit:

For some reason I still can't attach non default files..

Must I add the file extensions myself?

thanks i upgraded my php and it worked

jjfighter 02-25-2008 01:55 AM

redeclare error when trying to update a post:
Fatal error: Cannot redeclare goldbrick_hook_google_complete() (previously declared in /home/xxxxxxx/forums/goldbrick/includes/sites/google.php:33) in /home/xxxxxxx/forums/goldbrick/includes/sites/google.php on line 3

bmckain 02-25-2008 07:18 PM

Hello:

I installed this product but for some reason it doesnt seem to be working properly. Perhaps I missed some of the configuration options. I followed thei nstruction on the documention manual. However when I try and create a new post with a link to a youtube video for instance I get a little thumbnail of the video with the following text underneath it (see attachment):
click here to watch the video
Close
You need to upgrade your Flash Player

When I try do the same for a flash clip it shows the thumbnail of a big "M" with a play button in it, with the same text about needing to update the flash player. Although My browser has the lates flash player installed and I am using IE 7 not Firefox. I have attache a picture so you can see what the post looks like.

Any help at all would be appreciated. Thanx

saman 02-25-2008 07:39 PM

my local wmv videos arent displayed

when will you release a new version?

Jazzi 02-27-2008 04:00 AM

Hey Nix! Thanks for the awesome (and much needed) upgrade to Crist's AMP! :) I've got just one major issue - and that's a big page of errors when I try to post a Porkolt video link. I'm assuming that this is probably caused by the 0kb porkolt.php file in the Sites folder? I downloaded and extracted several times, but it's the same each time!

Any help would be greatfully received! :D

Jazzi

OnyxChase 02-27-2008 08:19 AM

How do I get this to work on Forum Home ?

I am able to parse other BBCode except this one. :(

Here is the code I am using:

Code:

require_once(DIR . '/includes/class_bbcode.php');

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$video = $bbcode_parser->do_parse($code);


cesar829 02-27-2008 04:47 PM

Quote:

Originally Posted by Shelly (Post 1449614)
my host is hostgator and their server uses php 4.4.4, that sucks, i was really looking forward to this mod on my site, it look great

I use hostgator and they also use php 5. Go to .htaccess and if you don't have it, create one. Add this in there

AddHandler application/x-httpd-php5 php

It should work. It does for me...;)

Jazzi 02-27-2008 05:43 PM

Quote:

Originally Posted by cesar829 (Post 1452235)
I use hostgator and they also use php 5. Go to .htaccess and if you don't have it, create one. Add this in there

AddHandler application/x-httpd-php5 php

It should work. It does for me...;)

That will only work if your site is hosted on a server configured to use phpSuExec, but not all of them are... You could always ask HG support to move you to a PHP5 box - they've done that in the past for a couple of my clients.

nix 02-27-2008 05:55 PM

Yes Hostgator should move you to a PHP 5 box if you ask them.

Chadi 02-27-2008 06:23 PM

I posted something with a .gif attachment but it seems GB is not be used here, where it should be using the highslide feature.

I did enable yes on both Auto-detect the Attachment Type and Use Goldbrick Media system when uploading an attachment, then reposted a new post with the .gif file, same issue. Its not using highslide.

I have all options selected under Allowed Media Extensions

Jazzi 02-28-2008 12:52 AM

Hey Nix... Sorry to nag, but any thoughts on my post?

solidlink 02-28-2008 02:40 AM

I got this error when I checked my site today... can someone help? TIA.

oops

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/limeroll/domains/limeroll.com/public_html/forums/goldbrick/plugins/bbcode_create.php on line 53

Paxion 02-29-2008 03:37 AM

Quote:

Originally Posted by solidlink (Post 1452614)
I got this error when I checked my site today... can someone help? TIA.

oops

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/limeroll/domains/limeroll.com/public_html/forums/goldbrick/plugins/bbcode_create.php on line 53

i'm getting the same error after install.

Paxion 02-29-2008 03:59 AM

ok i fixed the line 53 but now i'm getting this..
Quote:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/scradmin/public_html/Forums/goldbrick/includes/class_goldbrick.php on line 15

Paxion 02-29-2008 04:10 AM

Quote:

Originally Posted by djjeffa (Post 1446899)
I put a you tube link in my post and got this
Code:

Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/.aristocat/djjeffa/djjeffa.com/vb/goldbrick/includes/class_goldbrick.php on line 15


me too

nix 02-29-2008 05:25 PM

it's PHP 5 only.

Mecho 03-01-2008 05:39 PM

We need to uninstall "AnyMedia BBCode" then install the newest version ??? if so , when i do this then i dont have M button in editor anymore !! i have it but it s for anymedia plugin so it doesnt shows up !

any help would be great ??

lifeonmars 03-01-2008 06:15 PM

ok well until someone figures out a fix for the Parse error:'s its staying uninstalled for me.

nix 03-02-2008 02:31 AM

Quote:

Originally Posted by Mecho (Post 1454538)
We need to uninstall "AnyMedia BBCode" then install the newest version ??? if so , when i do this then i dont have M button in editor anymore !! i have it but it s for anymedia plugin so it doesnt shows up !

any help would be great ??

The M button isn't required anymore.
Quote:

Originally Posted by lifeonmars (Post 1454563)
ok well until someone figures out a fix for the Parse error:'s its staying uninstalled for me.

Tell your host to upgrade to php5

zeus_r6 03-02-2008 04:27 AM

I get the video window after uploading an .avi or .wmv, but it just goes from connecting to buffering and sits at 0% when you try and play the video....any ideas?

zeus_r6 03-02-2008 10:43 PM

anybody?

Rideharder 03-03-2008 12:51 AM

Database error in vBulletin 3.6.8:

Invalid SQL:

DROP TABLE `vbtube_tubes`;

MySQL Error : Unknown table 'vbtube_tubes'
Error Number : 1051

AWJunkies 03-03-2008 03:02 AM

Just FYI everyone. No coder/developer is going to support php4 anymore. It has been dropped and no more updates except critical anymore straight from php them self. This has been dropped for a long time. So everything new or in past 2 years should have been php5+ we are now in php6 world. People still in php4 need to upgrade pronto.

Great hack and working like a charm. No issues with the small edits I made either to make pictures next to each other.

Ben5150 03-03-2008 03:43 AM

doesnt work for me sorry to say deleted from my forum thanks anyways

rapidphim 03-03-2008 04:52 AM

nix, can you please help me to get the code for megavideo? thanks much.

BackSideSA 03-03-2008 01:50 PM

I have noticed that the goldbrickplay.gif doesnt always appear for the videos where grabbing a thumbnail/title may be hard to retrieve like it should.

Any idea as to why?

Thanks in advance

AcidX 03-04-2008 06:07 PM

Damn. I did everything according to the manual, but I get a blank (white) page when i try to use the [media] tag. I had to disable the mod so I can get most of my threads back to normal. I was using an older version of AnyMedia previously, and it was working perfectly. I tried to upgrade to the new Goldbrick version, but I guess I'm f@#$#$ now.

I even deleted all previous files. It still shows a blank page.
Any ideas guys?

Thanks in advance.

Goodman_2020 03-06-2008 01:24 AM

is it a video player to play any kind of video or only youtube, myspace etc. videos? because i owuld like to upload my own vidéos

rnixon 03-06-2008 11:05 AM

Exactly what I was asked for, thanks for sharing.

nix 03-07-2008 05:20 AM

Quote:

Originally Posted by Rideharder (Post 1455582)
Database error in vBulletin 3.6.8:

Invalid SQL:

DROP TABLE `vbtube_tubes`;

MySQL Error : Unknown table 'vbtube_tubes'
Error Number : 1051

Um. Thats not this mod ;)
Quote:

Originally Posted by AcidX (Post 1456917)
Damn. I did everything according to the manual, but I get a blank (white) page when i try to use the [media] tag. I had to disable the mod so I can get most of my threads back to normal. I was using an older version of AnyMedia previously, and it was working perfectly. I tried to upgrade to the new Goldbrick version, but I guess I'm f@#$#$ now.

I even deleted all previous files. It still shows a blank page.
Any ideas guys?

Thanks in advance.

Do you have php5? If you're getting a blank white page check to see if your host has PHP's error reporting being displayed.
Quote:

Originally Posted by Goodman_2020 (Post 1458091)
is it a video player to play any kind of video or only youtube, myspace etc. videos? because i owuld like to upload my own vid?os

Can be any videos or sites. You can add your own if its not supported.

I'm out of town till next weeks so its kind of hard to help until then.

AcidX 03-07-2008 07:24 AM

Quote:

Originally Posted by nix (Post 1459069)
Do you have php5? If you're getting a blank white page check to see if your host has PHP's error reporting being displayed.

Yes, I use php5. No errors.

Goodman_2020 03-07-2008 08:54 AM

thx nix (that's the answer i was hoping :D)


All times are GMT. The time now is 09:15 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.02846 seconds
  • Memory Usage 1,830KB
  • 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
  • (14)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