PDA

View Full Version : AnyMedia BBCode for 3.5.x


Pages : 1 2 [3] 4 5 6 7 8

BeaLzeBuB
05-01-2006, 12:29 PM
Any luck on the Youtube problem.

i ahve this problem too

HungIPS
05-01-2006, 03:01 PM
Why do not work in my forum? :(

Can you view error this here:

http://www.congdongtinhoc.com/diendan/showthread.php?t=906

Help me pls !

HungIPS
05-01-2006, 03:08 PM
View image error.

http://www.congdongtinhoc.com/error.JPG

HungIPS
05-02-2006, 02:50 AM
Nobody hepl me :(

3dsoft
05-02-2006, 01:36 PM
Is it possible to include Videos from Tinypic (http://tinypic.com/videos/) somehow?

RFViet
05-02-2006, 06:19 PM
if you change the tag name,
you should edit the old post to make it be parsed again.

Even the new post. I changed tag name to VMEDIA from AdminCP, but it's always MEDIA. I have to type in manually. I don't know if other people have the same problem !!

MioTraGusa
05-02-2006, 06:50 PM
temporal fix to youtube videos

youtube changed the format for prevent downloads.

example:

before, --> link: http://www.youtube.com/watch?v=qwyW0vRxefM and the before,--> download link: http://youtube.com/get_video.php?video_id=qwyW0vRxefM

now,--> link:
http://www.youtube.com/watch?v=qwyW0vRxefM
now,--> download link: http://youtube.com/get_video?video_id=qwyW0vRxefM&t=OEgsToPDskIY57PMLPbv93vbordcNAfg
extra code-->(&t=OEgsToPDskIY57PMLPbv93vbordcNAfg) <--- extra code

if your have your youtube videos into [media] tag, and not view... you can apply this fix.

in Create AnyMedia BBCode pluggin search:

$media['url'] = "http://youtube.com/get_video.php?video_id=".$match[1];
$media['extension'] = "flv";

and replace for:

$youtube = $match[1];
$media['extension'] = "flv2";


search:
// Adobe Flash


underneath add:
case 'flv2':
$media['type']='youtubes';
break;


in anymedia template search:

<if condition="$media[type]=='adobe_flash'">
<!-- Abode Flash -->


before add:
<if condition="$media[type]=='youtubes'">
<object width="$media[width]" height="$media[height]"><param name="movie" value="http://www.youtube.com/v/$youtube"></param><embed src="http://www.youtube.com/v/$youtube" type="application/x-shockwave-flash" width="$media[width]" height="$media[height]"></embed></object></if>


add the extension in AnyMedia BBCode Options-->Supported extensions (,flv2)
see screenshots ... test it :tired:

frandy
05-02-2006, 10:34 PM
That fix doesnt work for me...i get "unsupported media" =S

Rickie3
05-03-2006, 12:50 AM
its just as easy to use this one its a simple BB code and youTube works well
YouTube BB code (https://vborg.vbsupport.ru/showthread.php?t=111386)

Strike3ForumsMH
05-03-2006, 01:29 AM
That fix doesnt work for me...i get "unsupported media" =S
Same here.

HungIPS
05-03-2006, 01:58 AM
Uninstall this hack !

whitetigergrowl
05-03-2006, 03:00 AM
temporal fix to youtube videos

youtube changed the format for prevent downloads.

example:

before, --> link: http://www.youtube.com/watch?v=qwyW0vRxefM and the before,--> download link: http://youtube.com/get_video.php?video_id=qwyW0vRxefM

now,--> link:
http://www.youtube.com/watch?v=qwyW0vRxefM
now,--> download link: http://youtube.com/get_video?video_id=qwyW0vRxefM&t=OEgsToPDskIY57PMLPbv93vbordcNAfg
extra code-->(&t=OEgsToPDskIY57PMLPbv93vbordcNAfg) <--- extra code

if your have your youtube videos into [media] tag, and not view... you can apply this fix.

in Create AnyMedia BBCode pluggin search:

$media['url'] = "http://youtube.com/get_video.php?video_id=".$match[1];
$media['extension'] = "flv";

and replace for:

$youtube = $match[1];
$media['extension'] = "flv2";


search:
// Adobe Flash


underneath add:
case 'flv2':
$media['type']='youtubes';
break;


in anymedia template search:

<if condition="$media[type]=='adobe_flash'">
<!-- Abode Flash -->


before add:
<if condition="$media[type]=='youtubes'">
<object width="$media[width]" height="$media[height]"><param name="movie" value="http://www.youtube.com/v/$youtube"></param><embed src="http://www.youtube.com/v/$youtube" type="application/x-shockwave-flash" width="$media[width]" height="$media[height]"></embed></object></if>


see screenshot ... test it :tired:


Getting 'Error: Non supported media type.' as well. This really needs to be looked into and fixed ASAP since many of us rely on Youtube with this.

MioTraGusa
05-03-2006, 04:10 AM
its just as easy to use this one its a simple BB code and youTube works well
but in that case you should change the [media] tag for another. if you have a big forum with more youtube videos is very fast and this fix work perfect.

@frandy, @Strike3ForumsMH, @whitetigergrowl

You should add the extension in AnyMedia BBCode Options-->Supported extensions (,flv2)
edited fix... see screenshot

sorry

whitetigergrowl
05-03-2006, 05:14 AM
Alright, now it works. Thanks!

Strike3ForumsMH
05-03-2006, 12:42 PM
Yep, same here. Thanks a bunch, youtube vids are the reason I added this hack. :)

topsoftware
05-03-2006, 01:54 PM
i instal this hack but no saport my url
dit is my url
rtsp://media.iransima.ir/tv3/tv3_13850102_010.wmv
pls help me:surprised:

OrangeFlea
05-03-2006, 03:11 PM
Is there a command to make an audio or video file loop?

I have an audio file set to autoplay with: MEDIA=0,0,1

I'm wondering if there is a way to make it loop as well.

MioTraGusa
05-03-2006, 03:50 PM
i instal this hack but no saport my url
dit is my url
rtsp://media.iransima.ir/tv3/tv3_13850102_010.wmv
pls help me:surprised:

change for this mms://media.iransima.ir/tv3/tv3_13850102_010.wmv work fine

rtsp:// -->protocol not supported

unitedpunjab
05-03-2006, 04:09 PM
can i play mms:// content ????

MioTraGusa
05-03-2006, 05:23 PM
yes, media code can play it

Freesteyelz
05-03-2006, 05:24 PM
MioTraGusa: Are you using a different player for YouTube? In your screenshot it looks like you're using the default (newly improved) YouTube's player and not the flv player that comes with the mod.

topsoftware
05-03-2006, 06:21 PM
change for this mms://media.iransima.ir/tv3/tv3_13850102_010.wmv work fine

rtsp:// -->protocol not supported

thanks
its work very good but autostart can i change manualy play or no
thank you very much:banana: :banana: :banana:

MioTraGusa
05-03-2006, 07:20 PM
MioTraGusa: Are you using a different player for YouTube? In your screenshot it looks like you're using the default (newly improved) YouTube's player and not the flv player that comes with the mod.

Exactly, which is obtained with this fix, is to use the original breeding player of youtube since the player for fault of the hack does not reproduce it now. Youtube has changed its system to avoid it. everything it this explained in the post https://vborg.vbsupport.ru/showpost.php?p=965410&postcount=509

Really, my English one is very bad

topsoftware
05-03-2006, 07:40 PM
thanks
its work very good but autostart can i change manualy play or no
i want user can play manualy play bud i change any option in the admin cp any media option and change autoplay to no but not working
and with anader code chek but not working
thankd for hrlp
thank you very much

Fender963
05-04-2006, 12:16 AM
I'm getting the same problem that Youtube was having with Google. I get "Failed to parse url". Is there by chance a fix for this?

Thank you,
Kyle

Freesteyelz
05-04-2006, 12:22 AM
Exactly, which is obtained with this fix, is to use the original breeding player of youtube since the player for fault of the hack does not reproduce it now. Youtube has changed its system to avoid it. everything it this explained in the post https://vborg.vbsupport.ru/showpost.php?p=965410&postcount=509

Really, my English one is very bad

I read your post thoroughly and applied the changes. Thank you for the fix.

BTW...Your written english is good, actually. :)

MioTraGusa
05-04-2006, 04:39 AM
I'm getting the same problem that Youtube was having with Google. I get "Failed to parse url". Is there by chance a fix for this?

Google videos don't work? , work fine for my.
How you introduce the links inside the bbcode? one example...

@topsoftware, Is possible that it does not work with the youtube player, but It should work correctly with all the rest.
@Freesteyelz, thanks

topsoftware
05-04-2006, 01:24 PM
Google videos don't work? , work fine for my.
How you introduce the links inside the bbcode? one example...

@topsoftware, Is possible that it does not work with the youtube player, but It should work correctly with all the rest.
@Freesteyelz, thanks
ok but wat must doet for manualy playe
thanks

dead7
05-04-2006, 03:41 PM
Fantastic hack guys, works like a charm... I only have one issue and i've been through all the pages here regarding individual FLV problems but nothing.

This thing plays everything! its great! -- I just have users who upload .flv files to photobucket or so, but no individual .flv files will play.

The right player is being used by lookin at the markup after someone makes a post with the flv in it.

for example http://foo.bar/test.flv

The player loads but just says loading after you click it as it says "click to play".... any ideas?? Again everything else works like a charm :)

- Edit -

Fixed... the photobucket urls put ?action=view&current=FILENAME on the URL which makes this anymedia player try to load the whole player for photobucket... i stripped off the end viewer variables and gave it the filename itself and it works great.

Champster
05-04-2006, 04:58 PM
This may be redundant or perhaps I am overlooking it. Is there a way to prevent users from right click and saving media files?

Thanks

Fender963
05-04-2006, 09:16 PM
Google videos don't work? , work fine for my.
How you introduce the links inside the bbcode? one example...

@topsoftware, Is possible that it does not work with the youtube player, but It should work correctly with all the rest.
@Freesteyelz, thanks
Thanks for the reply:

http://video.google.com/videoplay?docid=-3681186756303291490


No matter what video I choose I get: "Error: Failed to parse video url."

Kyle

Tralala
05-04-2006, 09:33 PM
Thanks for the reply:

http://video.google.com/videoplay?docid=-3681186756303291490


No matter what video I choose I get: "Error: Failed to parse video url."

Kyle


me too. weird thing is, it used to work fine. not sure what happened or what changed, but Google video no longer works and I get the same error.

frandy
05-05-2006, 03:47 PM
Right well youtube seems to have stoped working again :(

Jon.
05-05-2006, 09:12 PM
Fantastic! :D

I'm now enjoying the benefits *clicks install*

Fender963
05-06-2006, 05:43 AM
Youtube is still working for me. Did you install the fix posted earlier?

apollooooooo
05-06-2006, 09:49 AM
I got a Problem with Youtube used to work grat but now it wont any ideas

just says loading but nothing actually loads

chaeers

MioTraGusa
05-06-2006, 10:13 AM
install temporal fix for youtube-->https://vborg.vbsupport.ru/showpost.php?p=965410&postcount=509

AGIRABI
05-06-2006, 08:48 PM
I installed the way you said but when i try to use it nothing happens

i put the link and send the message but nothing happens

I checked everything step by step, over and over again...

i will go crazy some body help me plz...

InsaneContender
05-07-2006, 12:43 AM
Works great! I love it! Thanks!

defcon_420
05-07-2006, 01:33 AM
I installed the way you said but when i try to use it nothing happens

i put the link and send the message but nothing happens

I checked everything step by step, over and over again...

i will go crazy some body help me plz...

I cant get over the way some people carry on... Crist has worked his ass off making this software for you out of the goodness of his own heart and for no money, and WHATS MORE he GIVES support!
When the guy takes a week off these nutbags go nutts...
How about building ur own media software n stop givin Crist a hard time

Rickie3
05-07-2006, 03:35 AM
I cant get over the way some people carry on... Crist has worked his ass off making this software for you out of the goodness of his own heart and for no money, and WHATS MORE he GIVES support!
When the guy takes a week off these nutbags go nutts...
How about building ur own media software n stop givin Crist a hard timeWTF are you carrying on about??? I dont see anyone giving Crist a hard time,maybe you need a chill pill:rolleyes:

john1744
05-07-2006, 05:39 AM
Youtube isn't working for some reason... The screen comes up and you click to play and it just loads.

Could it be an issue with the latest update youtube did to the new video player?

siNix
05-07-2006, 07:49 AM
nice software, doesnt work here.

MioTraGusa
05-07-2006, 07:52 AM
Youtube isn't working for some reason... The screen comes up and you click to play and it just loads.

Could it be an issue with the latest update youtube did to the new video player?

youtube don't work, install temporal fix for youtube-->https://vborg.vbsupport.ru/showp...&postcount=509 (https://vborg.vbsupport.ru/showpost.php?p=965410&postcount=509)

Tralala
05-07-2006, 08:28 AM
WTF are you carrying on about??? I dont see anyone giving Crist a hard time,maybe you need a chill pill:rolleyes:

LOL!

GrCh_Jeff
05-07-2006, 03:32 PM
LOL!
I second that.

AGIRABI
05-07-2006, 05:58 PM
I cant get over the way some people carry on... Crist has worked his ass off making this software for you out of the goodness of his own heart and for no money, and WHATS MORE he GIVES support!
When the guy takes a week off these nutbags go nutts...
How about building ur own media software n stop givin Crist a hard time

Are you high ??? :confused:

It doesn't work u nutbag !!!

Rickie3
05-07-2006, 09:50 PM
It doesn't work u nutbag !!!sorry but you are wrong it does work,MioTraGusa host posted a temp fix for "you Tube" the problem is people need to read the posts:tired:

AGIRABI
05-08-2006, 05:23 AM
sorry but you are wrong it does work,MioTraGusa host posted a temp fix for "you Tube" the problem is people need to read the posts:tired:

I know and fixed the problem before i post that...;)

Crist
05-08-2006, 02:06 PM
Is there a command to make an audio or video file loop?


I have an audio file set to autoplay with: MEDIA=0,0,1


I'm wondering if there is a way to make it loop as well.

I'm planning to add a "loop" option to it.

Crist
05-08-2006, 02:10 PM
To you all:

I'm seeing into Youtube Video.
And will release a new version to fix it.

Crist
05-08-2006, 02:32 PM
guys, i am sorry for there was no supports in the past 7 days, since i just came back from my 1 week vocation.

Please notice that an important update of this hack wil be released in 3 days.

rareclownfish
05-08-2006, 03:54 PM
Your da man thanks for your great work.

coffee
05-08-2006, 06:32 PM
Thank you Crist.

MioTraGusa
05-08-2006, 06:46 PM
Crist, thanks for your work ... you hack is one of the best hacks for me.

Rickie3
05-08-2006, 08:55 PM
Crist, thanks for your work ... you hack is one of the best hacks for me.
I also thank you for a splendid job done in helping us to get the YouTube problem sorted

Tralala
05-08-2006, 11:58 PM
Thank you Crist! Very much looking forward to your great work and your anxiously awaited update!

Hope you had a great vacation!

sensimilla
05-09-2006, 05:02 AM
Is youtube not working anymore or its just me ?
edit: ok sorry I saw its on previous page :| my bad
keep up the good work Crist
TIA

FleaBag
05-09-2006, 06:37 AM
Whoa Crist this hack is awesome! Clicked install a long time ago but only just got around to actually installing. Thanks a whole lot! :)

ideago
05-10-2006, 10:27 AM
Can anyone install this for me on my forum www.onlinevideoforum.com
Willing to pay!

Rickie3
05-10-2006, 11:54 AM
Can anyone install this for me on my forum www.onlinevideoforum.com
Willing to pay!I would probably wait off installing as i'm pretty sure Crist is working on a new version

wizardan
05-10-2006, 01:53 PM
Beautiful hack.
Installed flawlessly on an already heavily hacked forum.
Thank you.

digitalhome
05-11-2006, 12:28 PM
I have this hack installed and in the last week many of my members say that its not working for them. (of course it works fine for me)

Most of my videos are from Google. Has Google changed something?

Tralala
05-11-2006, 03:15 PM
I have this hack installed and in the last week many of my members say that its not working for them. (of course it works fine for me)

just to make sure about the obvious... do you have the permissions set properly for their usergroup?

rareclownfish
05-12-2006, 01:23 AM
Can't wait for the update.

iamme1
05-13-2006, 03:49 PM
i tried the hack from MioTraGusa, but i still can't get Youtube working. googlevideo doesn't either :(

otherwise, it's been great and i'm eager for an update :)

Crist
05-13-2006, 11:54 PM
yeah,
a brand-new one is on its way,
but I should say sorry for delaying it.


Some bugs fixed
Some new function (such as 'Loop' option) added
More video sites added


See the demo image to detail it,
and sit tight.

:banana:

hotwheels
05-14-2006, 12:05 AM
wow, lookin good crist...........

Tralala
05-14-2006, 02:30 AM
:eek:

All hail Crist! Lookin' good my man!

https://vborg.vbsupport.ru/external/2006/05/23.gif

Crist
05-16-2006, 10:03 PM
The beta version is done.
I'm upgrading the guide doc,
and will release it this night (GMT +8).


The final list of supported sites in this beta version:

Google (http://video.google.com/)
Youtube (http://www.youtube.com/)
vSocial (http://www.vsocial.com/)
iFilm (http://www.ifilm.com/)
MetaCafe (http://www.metacafe.com/)
DailyMotion (http://www.dailymotion.com/video/)
CurrentTV (http://www.current.tv/studio/)
Vimeo (http://www.vimeo.com/)
Sharkle (http://www.sharkle.com/video/)
FreeVideoBlog (http://video.freevideoblog.com/)

And eMule & Foxy file types are added.

Loop option added.

I'll be back a few hours later.

LOL

Rickie3
05-16-2006, 10:12 PM
thankyou Crist look foward to the release,and thankyou for your time and dedication to us all really appreciate it

MioTraGusa
05-17-2006, 04:26 AM
Thank you Crist, god work, apreciate it.

ang2el
05-17-2006, 05:04 AM
I installed it, but its not working although I have already custom bb code "media"

Why its not working wit me, eventhough I changed the media to mediaa

sensimilla
05-17-2006, 05:10 AM
Damn good work again Crist, looking after........

ang2el
05-17-2006, 07:16 AM
Its not working with me :(

Rickie3
05-17-2006, 07:27 AM
Its not working with me :(cant you read?? Crist is in the process of upgrading this hack 6 posts up from you r last reply:surprised:

Crist
05-17-2006, 09:26 AM
Its not working with me :(
Wait for my upgrade

ang2el
05-17-2006, 12:09 PM
Thanks Crist,
I am waiting :)

Crist
05-17-2006, 07:31 PM
3.0.0 is released.

[3.0.0]
[CHG] Rebuild the code of the whole AnyMedia.
[CHG] Use flvplayer to play Google Video again.
Fix a bug with url parsing.
[BUG] Fix the parsing error of youtube video.
[NEW] eMule & foxy types added.
[NEW] loop option added.
[NEW] Use AnyMedia Player to play the attachment when upload one.
[NEW] More 7 flash video sites added.

[B][How to Upgrade]
See the upgrade.htm of your language.
[NEW] Chinese versions added.

H@K@N
05-17-2006, 07:59 PM
this must be the hack of the Year ...

Nice work christ

Tralala
05-17-2006, 08:12 PM
Thanks for the update, Crist. Looks great!

I have followed the instructions and updated fully. I have tested files and URLs...

Google, YouTube and vsocial do not work. I get the following message: "Error: Failed to parse file URL" for all of them.

However MP3's work, as well as iFilm...

I tried uninstalling my old version and reinstalling the new version, with the same exact result. Any advice?

Crist
05-17-2006, 08:19 PM
Thanks for the update, Crist. Looks great!

I have followed the instructions and updated fully. I have tested files and URLs...

Google, YouTube and vsocial do not work. I get the following message: "Error: Failed to parse file URL" for all of them.

However MP3's work, as well as iFilm...

I tried uninstalling my old version and reinstalling the new version, with the same exact result. Any advice?

post the url of the google video here,
I'll check it.

Tralala
05-17-2006, 08:23 PM
post the url of the google video here,
I'll check it.

Thanks:

http://video.google.com/videoplay?docid=8919541964498299964

Mattikana
05-17-2006, 08:32 PM
Just upgraded and followed the instructions correctly. But when I checked the boxes for the file types in the vBulletin Options they got unchecked again after I saved! :surprised:

Crist
05-17-2006, 08:32 PM
Thanks:

http://video.google.com/videoplay?docid=8919541964498299964

Download the zip file again,
overwrite the class_anymedia.php,
and try to parse the post again.

Look,
it's working well for me.
47710

Crist
05-17-2006, 08:34 PM
Just upgraded and followed the instructions correctly. But when I checked the boxes for the file types in the vBulletin Options they got unchecked again after I saved! :surprised:

Have you edit the permission of the usergroup agian?
If not, try it.

Crist
05-17-2006, 08:54 PM
I'm going to be off now,
see ya hours later.

Tralala
05-17-2006, 09:31 PM
Download the zip file again,
overwrite the class_anymedia.php,
and try to parse the post again.


Tried that; still no go. I am still running vBulletin 3.5.3 and not yet 3.5.4 (too many templates to edit.) Could that have something to do with it?

Phrost
05-17-2006, 10:19 PM
Hey look at that, I'm retarded. Nevermind.

Rickie3
05-17-2006, 10:22 PM
EDIT::

i'm having the same problem when i tick all the boxes and hit save,the page refreshes and the boxes are all unticked again

Rickie3
05-17-2006, 11:10 PM
ok fixed my problem,to get it to work i had to uninstall the original product,then imported the new product,all seems to be working well now woohoo youTube working again,thanx Crist for the update really appreciate it

hotwheels
05-18-2006, 12:24 AM
Tried that; still no go. I am still running vBulletin 3.5.3 and not yet 3.5.4 (too many templates to edit.) Could that have something to do with it?
i am on 3.5.4 and have the same error with google.........my other files' video's still seem okay.......

great job crist, i really appreciate all your hard work.....


here is the google video i am trying to get to play........ http://video.google.com/videoplay?docid=-473497822314887377&q=police+chase&pl=true

here is a pic of the error and my usergroup setting:

pbradish
05-18-2006, 12:30 AM
You sir are my hero.

Crist
05-18-2006, 01:58 AM
i am on 3.5.4 and have the same error with google.........my other files' video's still seem okay.......

great job crist, i really appreciate all your hard work.....


here is the google video i am trying to get to play........ http://video.google.com/videoplay?docid=-473497822314887377&q=police+chase&pl=true

here is a pic of the error and my usergroup setting:

i fixed it just now,
just down the new zip file,
and overwrite the class_anymedia.php file.


47730

Crist
05-18-2006, 02:17 AM
Tried that; still no go. I am still running vBulletin 3.5.3 and not yet 3.5.4 (too many templates to edit.) Could that have something to do with it?
PM me or contact me with any IM,
I'll check it out for you.

rareclownfish
05-18-2006, 02:22 AM
What do I need to do to add this on my quick reply?

ang2el
05-18-2006, 02:33 AM
great hack, I installed palyer is seen but MP3 is not playing why? I haven't tried for video

ang2el
05-18-2006, 02:43 AM
http://video.google.com/videoplay?docid=8919541964498299964
shows the following error

Error: Failed to parse file URL.

MP3 is also not playing ?????????????? Quick Time:
mov, qt, mqv, mpeg, mpg, m1s, m1v, m1a, m75, m15, mp2, mpm, mpv, mpa, flc, fli, cel, rtsp, rts, 3gp, 3gpp, 3g2, 3gp2, sdv, amc, mp4, sdpyou said .mp4 is supported but when i use the [media] code it says Error: Failed to parse file URL. but you say

but attached image is displaing in the any media player, even .pdf is working

Crist
05-18-2006, 03:17 AM
http://video.google.com/videoplay?docid=8919541964498299964
shows the following error

Error: Failed to parse file URL.

MP3 is also not playing ?????????????? you said .mp4 is supported but when i use the [media] code it says Error: Failed to parse file URL. but you say

but attached image is displaing in the any media player, even .pdf is working

Working well with attachments?

Emmmm.... try to uninstall it and fresh install again

Crist
05-18-2006, 03:21 AM
What do I need to do to add this on my quick reply?
I'll add it later

ang2el
05-18-2006, 04:08 AM
I uninstalled the product .xml and re-installed but didn't work. I have already replaced the "upload" folder content.

Still not working???? same. I run VB 3.5.4, on vb style and cmps 2.1.0

Rickie3
05-18-2006, 04:09 AM
i'm having the issue when i upload something from my computer it will not play on my board see screenshot below,i go to click play and nothing happens

Crist
05-18-2006, 04:56 AM
Tried that; still no go. I am still running vBulletin 3.5.3 and not yet 3.5.4 (too many templates to edit.) Could that have something to do with it?

Okay,
I fixed the bug with remote fopen restriction,
you could download the zip file,
and overwrite the class_anymedia.php file.

ang2el
05-18-2006, 05:13 AM
My problemm is still there.... I overwrite class_anymedia.php it didn't work.

sensimilla
05-18-2006, 08:35 AM
You have to enable all extensions in admincp.......

Great hack works like a charm after upgrade!

Rickie3
05-18-2006, 09:00 AM
My problemm is still there.... I overwrite class_anymedia.php it didn't work.
just out of curiosity which product XML are you trying to use?? the one from the
2.3.0 zip file,or the one from the 3.0.0 zip file??

sensimilla
05-18-2006, 09:15 AM
yep true.. I get that error too with google video.. and with a fresh installation

Rickie3
05-18-2006, 09:45 AM
google video is working perfectly for me,out of curiosity wich product did you use??

see live demo on my board http://www.sats-general.com/forum/showthread.php?p=10652#post10652

sensimilla
05-18-2006, 09:51 AM
AnyMedia_English.xml << 3.0.0

Rickie3
05-18-2006, 09:59 AM
yep true.. I get that error too with google video.. and with a fresh installationtry this one this works fine on my board
http://video.google.com/videoplay?docid=2734287104054737756&q=type%3Amusic_video

sensimilla
05-18-2006, 10:01 AM
yep it works... wonder why

Rickie3
05-18-2006, 10:04 AM
yep it works... wonder why
i dont really know why,some work and some dont i was experimenting after you posted that it wasnt working for you and found the same error you got

NitroXploit
05-18-2006, 10:07 AM
I'm unable to disable support on some extensions with 3.0, and i'm still getting parse url errors with google videos.

shadowevil
05-18-2006, 10:29 AM
Version 3.0.0 didn't include plugin to import XML extension. can you send me ???. Thanks in advance ! (^_^)

Rickie3
05-18-2006, 11:24 AM
Version 3.0.0 didn't include plugin to import XML extension. can you send me ???. Thanks in advance ! (^_^)
yes it did look in the dont upload folder, then open english folder its in there

redlabour
05-18-2006, 11:29 AM
Can you enter http://www.myvideo.de/ to the supported Sites for Flashvideos please ? ;)

Crist
05-18-2006, 12:12 PM
yep it works... wonder why

Post your google video here.
I'll check it

ShadowWeaver
05-18-2006, 12:19 PM
interesting thing i figured out happening... not very good imho.

If i am going to rebuild my post cache ALL the media URLS are invisible.
If i edit the post and save it the media tags are back again.

would be good to get that fixed (if that isn't thought to be so) because i don't know if i need that option in the future and i just don't like the idea that i have to edit all posts... :(

Crist
05-18-2006, 01:37 PM
Can you enter http://www.myvideo.de/ to the supported Sites for Flashvideos please ? ;)

The site added.
To enable it,
you should download zip file again,
and overwrite all the upload files,
then import the product xml file with Overwrite option on.

after this,
you should rebuild permission cache
(just change & save the permission of any usergroup to do this)

okay,
the last step,
you should go do Anymedia Setting,
to enable the site named http://www.myvideo.de/.

bada_bing
05-18-2006, 02:08 PM
I just upgraded to the latest version now I get this when adding a .wmv video

Warning: handle_bbcode_media(class_anymedia.php): failed to open stream: No such file or directory in /includes/class_bbcode.php(149) : eval()'d code on line 46

Warning: handle_bbcode_media(): Failed opening 'class_anymedia.php' for inclusion (include_path='.:/usr/local/lib/php') in /includes/class_bbcode.php(149) : eval()'d code on line 46

Fatal error: Cannot instantiate non-existent class: anymedia in /mounted-storage/home7/sub002/sc14192-UTSO/www/forums/includes/class_bbcode.php(149) : eval()'d code on line 47

Wachtmeister
05-18-2006, 02:43 PM
Great product :)

I notice, that some of my youtube files can sometimes be played and most of the time they cannot be played. The URL is correct, but most times the screen stays black :( Do you have an idea, what could be wrong?

Crist
05-18-2006, 02:52 PM
I just upgraded to the latest version now I get this when adding a .wmv video

Warning: handle_bbcode_media(class_anymedia.php): failed to open stream: No such file or directory in /includes/class_bbcode.php(149) : eval()'d code on line 46

Warning: handle_bbcode_media(): Failed opening 'class_anymedia.php' for inclusion (include_path='.:/usr/local/lib/php') in /includes/class_bbcode.php(149) : eval()'d code on line 46

Fatal error: Cannot instantiate non-existent class: anymedia in /mounted-storage/home7/sub002/sc14192-UTSO/www/forums/includes/class_bbcode.php(149) : eval()'d code on line 47

make sure you uploaded all the files in the upload dir.

Crist
05-18-2006, 02:56 PM
Great product :)

I notice, that some of my youtube files can sometimes be played and most of the time they cannot be played. The URL is correct, but most times the screen stays black :( Do you have an idea, what could be wrong?

I often got a white screen when i'm testing,
if you get a black one,
that should be loading...

Wachtmeister
05-18-2006, 02:59 PM
I often got a white screen when i'm testing,
if you get a black one,
that should be loading...

Ok, so the problem is maybe at Youtube. Thanks

GrCh_Jeff
05-18-2006, 04:15 PM
Has anyone got this to work with vBadvanced CMPS on custom bbcode modules?I am working on it but I am no coder so If someone finds a way please let me know.Thanks in advance.

E.A.

bada_bing
05-18-2006, 06:33 PM
make sure you uploaded all the files in the upload dir.
That worked I forgot to upload the files.. After I did that I had to uninstall the plugin and reinstall it and seems to work thanks

ang2el
05-18-2006, 07:39 PM
just out of curiosity which product XML are you trying to use?? the one from the
2.3.0 zip file,or the one from the 3.0.0 zip file??

I used AnyMedia_English.xml << 3.0.0 my player shows "Any Media Player 3.0.0" but also shows the following error


http://video.google.com/videoplay?docid=8919541964498299964
shows the following error

Error: Failed to parse file URL.

MP3 is also not playing ?????????????? you said .mp4 is supported but when i use the [media] code it says Error: Failed to parse file URL. but you say

but attached image is displaing in the any media player, even .pdf is working

My problem has not yet been solved, please help me guys

tuanluu
05-18-2006, 07:48 PM
Does google video work for everyone? This http://video.google.com/videoplay?docid=7551710513270498160
google video clip work fine with the older version , but for some reason it does not work with v3 ????? I unistall and fresh install again still white screen. I work find for flash, youtube ... ect except google?

Tralala
05-18-2006, 08:31 PM
Okay,
I fixed the bug with remote fopen restriction,
you could download the zip file,
and overwrite the class_anymedia.php file.

Crist, it works! I tested Google Video, YouTube, iFilm... they all work! Thank you so much! You are my hero! :banana:



Quicktime videos still don't play inline in Safari though. (I just see the big blue Q.) They do work in Firefox and Camino, though.

Crist
05-19-2006, 03:15 AM
I used AnyMedia_English.xml << 3.0.0 my player shows "Any Media Player 3.0.0" but also shows the following error



My problem has not yet been solved, please help me guys

follow the install steps,
have you done them all?

uninstall and install again,
if you still get the error,
contact me with IMs.

Crist
05-19-2006, 03:19 AM
Does google video work for everyone? This http://video.google.com/videoplay?docid=7551710513270498160
google video clip work fine with the older version , but for some reason it does not work with v3 ????? I unistall and fresh install again still white screen. I work find for flash, youtube ... ect except google?

white screen?
sth wrong with the flvplayer.swf,
just refresh the page till the screen become black(normal).

Crist
05-19-2006, 03:22 AM
Crist, it works! I tested Google Video, YouTube, iFilm... they all work! Thank you so much! You are my hero! :banana:



Quicktime videos still don't play inline in Safari though. (I just see the big blue Q.) They do work in Firefox and Camino, though.

I'm seeing into the prob,
maybe i could solve it in the next version.

tuanluu
05-19-2006, 05:06 AM
It work fine now... after I chmod to 755 the file :) , but then another problem occur the youtuble does not it say can not parse link

Crist
05-19-2006, 05:44 AM
It work fine now... after I chmod to 755 the file :) , but then another problem occur the youtuble does not it say can not parse link

post the url here

ShadowWeaver
05-19-2006, 05:55 AM
can someone confirm my post or is it just me who gets that problem? is that normal? a bug? any response please? ;)
I am using the 3.0 version thats beeing offered here.
https://vborg.vbsupport.ru/showpost.php?p=979804&postcount=620

Crist
05-19-2006, 06:07 AM
interesting thing i figured out happening... not very good imho.

If i am going to rebuild my post cache ALL the media URLS are invisible.
If i edit the post and save it the media tags are back again.

would be good to get that fixed (if that isn't thought to be so) because i don't know if i need that option in the future and i just don't like the idea that i have to edit all posts... :(

I did not quite understand what happening...
you meant after you rebuild the post cache,
the media are all invisible?

I add a new option named "loop" to the new version,
so if you always add options to media tag,
u have to edit them to make them work again.

ShadowWeaver
05-19-2006, 06:21 AM
ok i try to explain it... :)

1. i installed the extension as it is mentioned in the folder.
2. it works without bugs.
3. i ran cache posts from the admin cp
4. all the entries between [ media ] and [ / media ] are made invisible but are still there if i open the post for editing.

clear? :)

see attached file for a picture of BEFORE and AFTER "cache posts" ;)

Crist
05-19-2006, 06:34 AM
ok i try to explain it... :)

1. i installed the extension as it is mentioned in the folder.
2. it works without bugs.
3. i ran cache posts from the admin cp
4. all the entries between [ media ] and [ / media ] are made invisible but are still there if i open the post for editing.

clear? :)

see attached file for a picture of BEFORE and AFTER "cache posts" ;)

yes, understood.

this must be a problem
Let me find out how to solve it.

djwins
05-19-2006, 06:41 AM
I just installed 3.0.
A couple issues:

When using an mp3...
If i use the flash player, the file is played super fast, giving that chipmunk sound effect,
If i use the WMP, it will autostart, even with the option turned off in VB admin cp.
EDIT: it seems the autostart issue with WMP occurs with video too.

when using a google video file...
After i click the window once, i need to click it again after it loads to get it to play. Youtube works properly with just one click.

3gp file returns format not supported error

Thanks!

ShadowWeaver
05-19-2006, 06:44 AM
response to #640 (https://vborg.vbsupport.ru/showpost.php?p=980661&postcount=640)

just in case that it matters here a short list of all mods i got running in the board.

Add Usergroup as Moderator, Article Bot, Extended Signature Limits, Geek Auto-Link, Google Banner Management System, Menu Control, Quick Reply Thread Management, Rules hack, Separate Sticky and Normal Threads, Soft Deleted Archive, TSLive 2.0, VB image hosting, vBadvanced CMPS

Rickie3
05-19-2006, 07:14 AM
when using a google video file...
After i click the window once, i need to click it again after it loads to get it to play. yes ive noticed this as well

dago
05-19-2006, 12:29 PM
@Chris
I have found a problem on the attachments function. If one text a file or a different one upload, the Player is indicated, although it does not support this format.

I made this change:

==> Plug-in ==> AnyMedia: Process Attachment

$video_file_types = array('swf', 'spl', 'flv', 'mov', 'qt', 'mqv', 'mpeg', 'mpg', 'm1s', 'm1v', 'm1a', 'm75', 'm15', 'mp2', 'mpm', 'mpv', 'mpa', 'flc', 'fli', 'cel', 'rtsp', 'rts', '3gp', '3gpp', '3g2', '3gp2', 'sdv', 'amc', 'mp4', 'sdp', 'rm', 'rmvb', 'ra', 'rv', 'ram', 'smil', 'mp3', 'wma', 'wav', 'ogg', 'ape', 'mid', 'midi', 'asf', 'asx', 'wm', 'wmv', 'wsx', 'wax', 'wvx', 'avi');


if($attachment['visible'] && $this->registry->options['anymediaenable'] && $this->registry->options['anymediaattach'] &&
in_array($attachment[attachmentextension], $video_file_types)) {
include_once 'class_anymedia.php';
$anyMedia = new Anymedia($this->registry);
$media = $anyMedia->attachment($attachment['attachmentid'], $attachment['attachmentextension']);
$media['layout'] = $media['width'] + $stylevar['cellpadding'] * 2 + $stylevar['cellspacing'] * 4;
eval('$attachment[\'anymedia\'] = "' . fetch_template('anymedia') . '";');
}

I hope you have soon a better solution. *ggg*

hotwheels
05-19-2006, 01:20 PM
Thanks crist, that worked..................

And i would also like to say thanks for your awesome support of this product..........(((THANKS)))....

ngontran
05-19-2006, 02:56 PM
the wma extension still does not work in my forum. Pls help
the player screen just black out, no sign of buffering or streaming of the files..

isonline
05-19-2006, 06:48 PM
Just beautiful. Thanks for this great mod. Works perfect. Installed.

reismarktq2
05-19-2006, 07:24 PM
This looks like one incredibly awesome hack that will have a ton of uses on my site. Much thanks for it. :)

* reismarktq2 clicks install.

One little improvement I have to suggest, though:

The "media" button in editor_toolbar_on, postbit_quickedit, and showthread_quickreply still shows up even if the hack is turned off. Obviously, you wouldn't want it to appear if the hack is off (since there isn't any use for it). There's a simple fix for this, though - for each of the template additions in question, you just need to wrap what you're already adding in a conditional as such:

<if condition="$vboptions[anymediaenable]">
existing template code to add
</if>

Crist
05-19-2006, 09:55 PM
I just installed 3.0.
A couple issues:

When using an mp3...
If i use the flash player, the file is played super fast, giving that chipmunk sound effect,
Flash doesn't support vbr (variable bit rate) mp3 files.It only support a mp3 with a fixed bitrate of 64/96/128 kbps ,a sample frequency of 22.05kHz and joint stereo. To solve it, turn the option off in admincp to make it be played by WMP.

If i use the WMP, it will autostart, even with the option turned off in VB admin cp.
EDIT: it seems the autostart issue with WMP occurs with video too.

I've fixed this bug already,
I'll release the new version hours later.


when using a google video file...
After i click the window once, i need to click it again after it loads to get it to play. Youtube works properly with just one click.

3gp file returns format not supported error

Thanks!

I don't know how exactly cause this,
even I use the original google player.
:(

Crist
05-19-2006, 11:00 PM
@Chris
I have found a problem on the attachments function. If one text a file or a different one upload, the Player is indicated, although it does not support this format.

I made this change:

==> Plug-in ==> AnyMedia: Process Attachment

$video_file_types = array('swf', 'spl', 'flv', 'mov', 'qt', 'mqv', 'mpeg', 'mpg', 'm1s', 'm1v', 'm1a', 'm75', 'm15', 'mp2', 'mpm', 'mpv', 'mpa', 'flc', 'fli', 'cel', 'rtsp', 'rts', '3gp', '3gpp', '3g2', '3gp2', 'sdv', 'amc', 'mp4', 'sdp', 'rm', 'rmvb', 'ra', 'rv', 'ram', 'smil', 'mp3', 'wma', 'wav', 'ogg', 'ape', 'mid', 'midi', 'asf', 'asx', 'wm', 'wmv', 'wsx', 'wax', 'wvx', 'avi');


if($attachment['visible'] && $this->registry->options['anymediaenable'] && $this->registry->options['anymediaattach'] &&
in_array($attachment[attachmentextension], $video_file_types)) {
include_once 'class_anymedia.php';
$anyMedia = new Anymedia($this->registry);
$media = $anyMedia->attachment($attachment['attachmentid'], $attachment['attachmentextension']);
$media['layout'] = $media['width'] + $stylevar['cellpadding'] * 2 + $stylevar['cellspacing'] * 4;
eval('$attachment[\'anymedia\'] = "' . fetch_template('anymedia') . '";');
}

I hope you have soon a better solution. *ggg*

I've fixed this in the new version, and will release it hours later.

hotwheels
05-19-2006, 11:38 PM
hey crist, with the new class_anymedia.php i uploaded, the video does work, but it take's for every to make the connection now and sometime's it would play at all.........just wondering if you have noticed that too?

Crist
05-19-2006, 11:55 PM
This looks like one incredibly awesome hack that will have a ton of uses on my site. Much thanks for it. :)

* reismarktq2 clicks install.

One little improvement I have to suggest, though:

The "media" button in editor_toolbar_on, postbit_quickedit, and showthread_quickreply still shows up even if the hack is turned off. Obviously, you wouldn't want it to appear if the hack is off (since there isn't any use for it). There's a simple fix for this, though - for each of the template additions in question, you just need to wrap what you're already adding in a conditional as such:

<if condition="$vboptions[anymediaenable]">
existing template code to add
</if>

okay, will improve it in the next version,
thanks for you suggestion. :)

djwins
05-20-2006, 01:32 AM
Weird. All of a sudden, Youtube videos seem to not work anymore.

realbiggig
05-20-2006, 09:11 AM
awesome work Crist :)
Never had any doubt, you have put a great deal of work into this and have made me one very happy person
*CLICKS INSTALL*

ang2el
05-20-2006, 09:16 AM
I don't know still not working

Jesus05uk
05-20-2006, 02:43 PM
I can't play anything from Google or Youtube type things.
But linking for a mpg on my server works file.

http://forums.gmodcentral.com/showthread.php?t=2492

rareclownfish
05-20-2006, 05:41 PM
I get a blank media player, anyone know how to fix this?

wolfyman
05-21-2006, 01:08 AM
I have a lot of people unable to see my flv files - they only see white screens. It works for me, and I have advised them to upgrade flash, with no change. ANy ideas?

Crist
05-21-2006, 01:28 AM
I can't play anything from Google or Youtube type things.
But linking for a mpg on my server works file.

http://forums.gmodcentral.com/showthread.php?t=2492

You're using the latest version?
I fixed a bug of this.

Crist
05-21-2006, 01:34 AM
I get a blank media player, anyone know how to fix this?
see Frequently Asked Questions

Crist
05-21-2006, 02:10 AM
I have a lot of people unable to see my flv files - they only see white screens. It works for me, and I have advised them to upgrade flash, with no change. ANy ideas?

it's a weak point of the flvplayer.
I don't know what's wrong with it.

Tell them to refresh the page till it become black.

ang2el
05-21-2006, 03:17 AM
3.0.1 version work but some minor things like I don't want to autostart the .mp3 files but it does.

I even used this code [medcia="220,100,false"] [/media] but mp3 autostarts.

I have set no to autostart option in the any media player control pannel.

Please help me

wolfyman
05-21-2006, 03:21 AM
Please help me


* wolfyman gives meds. for free.

ang2el
05-21-2006, 03:24 AM
* wolfyman gives meds. for free.

WHATS THIS :tired:

coffee
05-21-2006, 05:50 AM
Thank you.

redlabour
05-21-2006, 05:51 AM
Thanks for myvideo.de and the german Translation.

But as in the last Versions - the general Autostart "off" Function does not work with every Mediaformat.

*.wmv and *.wma does allways start even if i choose for all Formats "No" at the AdminCP.

Ziki
05-21-2006, 06:17 AM
You could also include the extensions atract3 and atract3plus ;)

ang2el
05-21-2006, 06:25 AM
Thanks for myvideo.de and the german Translation.

But as in the last Versions - the general Autostart "off" Function does not work with every Mediaformat.

*.wmv and *.wma does allways start even if i choose for all Formats "No" at the AdminCP.


I Have got the same problem

ubblite
05-21-2006, 08:53 AM
As the previous poster stated above, I would really love to have AnyMedia integrated into a CMPS module - that would really top things off. Maybe this will be a new feature soon? :)

deta
05-21-2006, 10:08 AM
Hello!

That "http://www.myvideo.de/watch/10620" is not shown after CLICK,
it loads themselves to death...

cu Deta

Crist
05-21-2006, 12:43 PM
3.0.1 version work but some minor things like I don't want to autostart the .mp3 files but it does.

I even used this code [medcia="220,100,false"] [/media] but mp3 autostarts.


I have set no to autostart option in the any media player control pannel.

Please help me

I added a new option named "loop",
it must defined before the "autostart" option,
such as:



You could read the "Hot to use" in the install guide again to detail it.

redlabour
05-21-2006, 01:48 PM
I added a new option named "loop",
it must defined before the "autostart" option,
such as:



You could read the "Hot to use" in the install guide again to detail it.

Sure but this is to complicated for the most of my Users. Nice Feature for the Team - but for the Users i want to say what they have to use.

wolfyman
05-21-2006, 01:52 PM
true true, the functions are definately above the average forum posters abilities, and even trying to exlain it will become a serious headache.

You know what would rock? A dropdown menu to check the options you want when posting media. :D

FleaBag
05-21-2006, 01:57 PM
Hello Crist! Would just like to say I am eternally greatful for this hack! It has given a great new aspect to my site. I have a couple of suggestions for new features if you'd be at all interested!

First of all, is there any way to include support for Photopost vBGallery (http://www.photopost.com)? I currently use this hack here (http://www.photopost.com/forum/showthread.php?t=118781) to play media files in-line. Due to the way my Gallery is set up, the download link [file location] for a media file hosted in the gallery takes the following format.
http://www.dragonninja.co.uk/gallery/misc.php?do=downloadfile&i=754
And will actually point to the file here...
http://www.dragonninja.co.uk/gallery/files/3/7/9/2/RepeatRep.mp3
Is there a way for your hack to interprit these URL's also? So I can use the [media] tag in the forums to play a file in my gallery?

Secondly, would it be possible to have an icon shown on Forumdisplay, next to the 'sticky' icon for example, to show that a thread contains a file with [media] tags?

Thanks!

redlabour
05-21-2006, 02:09 PM
true true, the functions are definately above the average forum posters abilities, and even trying to exlain it will become a serious headache.

You know what would rock? A dropdown menu to check the options you want when posting media. :D

FULL ACK !!!! :banana:

GrCh_Jeff
05-21-2006, 02:16 PM
Hello Crist! Would just like to say I am eternally greatful for this hack! It has given a great new aspect to my site. I have a couple of suggestions for new features if you'd be at all interested!

First of all, is there any way to include support for Photopost vBGallery (http://www.photopost.com)? I currently use this hack here (http://www.photopost.com/forum/showthread.php?t=118781) to play media files in-line. Due to the way my Gallery is set up, the download link [file location] for a media file hosted in the gallery takes the following format.
http://www.dragonninja.co.uk/gallery/misc.php?do=downloadfile&i=754
And will actually point to the file here...
http://www.dragonninja.co.uk/gallery/files/3/7/9/2/RepeatRep.mp3
Is there a way for your hack to interprit these URL's also? So I can use the [media] tag in the forums to play a file in my gallery?

Secondly, would it be possible to have an icon shown on Forumdisplay, next to the 'sticky' icon for example, to show that a thread contains a file with [media] tags?

Thanks!


Hope this can be done.

redlabour
05-21-2006, 02:27 PM
I added a new option named "loop",
it must defined before the "autostart" option,
such as:



You could read the "Hot to use" in the install guide again to detail it.

And maybe i am to stupid - this dont work in anyway. Every *.wmv Video is playing in Autostart.

Example :


http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

etc.

The only thing that works is the Height and Width - but the Autostart allways runs.

BTW - if i say "NO" in the AdminCP i mean "NO".

If there are other Functions i think they have only to work if i say the Missing Point in AdminCP "Choosen by User".

It is impossible to say to every User that he can only post Quicktime and AVI without Autostart or has to use a large Number of Extraoptions. BTW - why does QT and AVI look for what i am saying in AdminCP and not WM ?

Now i will and have to deactivate all Microsoft-Extensions till this Handicap/Bug is fixed.

Update / Another Bug :

Every Extensiontype that is uncheck is checked again after saving the Options in AdminCP. :surprised:

Crist
05-21-2006, 02:36 PM
Thanks for myvideo.de and the german Translation.

But as in the last Versions - the general Autostart "off" Function does not work with every Mediaformat.

*.wmv and *.wma does allways start even if i choose for all Formats "No" at the AdminCP.

Are you using FireFox?

Overwrite the class_anymedia.php
I fixed this bug in 3.5.1

redlabour
05-21-2006, 02:41 PM
Are you using FireFox?

Overwrite the class_anymedia.php
I fixed this bug in 3.5.1

Your Package from 3.5.1 is missing the normal Plugin *.xml - there are only the Translations *.xml?s in it.

I thought i have made the update with the german.xml and now i see that there is still "AnyMedia BBCode 3.0.0" in the PlugIn Manager.

And BTW - i think the Autoplay Function has to be killed completely. There are allways Users that do not have all needed Codecs or have a small Bandwith. But this is only what i mean.

redlabour
05-21-2006, 02:43 PM
New Bug - AnyMedia BBCode does not work with Firefox and "Quicktime Alternative". Any normal QT Link works without AnyMedia BBCode and "Quicktime Alternative". In IE everything is normal. In FF it wants me to install the normal QT.

http://www.free-codecs.com/download/QuickTime_Alternative.htm

Crist
05-21-2006, 03:01 PM
You could also include the extensions atract3 and atract3plus ;)

AT3 is a protected file type.
I do not know how to embed it.

Crist
05-21-2006, 03:06 PM
As the previous poster stated above, I would really love to have AnyMedia integrated into a CMPS module - that would really top things off. Maybe this will be a new feature soon? :)
I'll write a module if I have some spare time

ang2el
05-21-2006, 03:10 PM
I updated class_anymedia.php, re-install the product .xml and used this code

url

url

still not working. Crist, please do something.

redlabour
05-21-2006, 03:18 PM
I updated class_anymedia.php, re-install the product .xml and used this code

url

url

still not working. Crist, please do something.

Please read some postings ago before you post.

Thats the same :

https://vborg.vbsupport.ru/showpost.php?p=983451&postcount=677

and that is the Reason :

https://vborg.vbsupport.ru/showpost.php?p=983476&postcount=679

ang2el
05-21-2006, 03:33 PM
I went through that I posted this as I added a new option named "loop",
it must defined before the "autostart" option,
such as:



You could read the "Hot to use" in the install guide again to detail it.

Anyway lets wait for Crist :)

redlabour
05-21-2006, 03:35 PM
I went through that I posted this as

Anyway lets wait for Crist :)

Anyway if you read that why did you not read the rest of the Postings ? :cool:

Anyway - this can happen. But now lets wait for a Bugfix and a correct PlugIn *.xml.

Crist
05-21-2006, 03:49 PM
Hello!

That "http://www.myvideo.de/watch/10620" is not shown after CLICK,
it loads themselves to death...

cu Deta

They changed the video url,
I'll fixed it later.

Please notice my post :).

GrCh_Jeff
05-21-2006, 03:50 PM
I'll write a module if I have some spare time

I'm trying to get this to output to either a custom page or a module.I will let you know if I have any sucess.

Crist
05-21-2006, 03:59 PM
true true, the functions are definately above the average forum posters abilities, and even trying to exlain it will become a serious headache.

You know what would rock? A dropdown menu to check the options you want when posting media. :D

It's a goode idea,
I'll try to make it more convenient.

Crist
05-21-2006, 04:18 PM
Hello Crist! Would just like to say I am eternally greatful for this hack! It has given a great new aspect to my site. I have a couple of suggestions for new features if you'd be at all interested!

Thanks for your supporting! :)

First of all, is there any way to include support for Photopost vBGallery (http://www.photopost.com)? I currently use this hack here (http://www.photopost.com/forum/showthread.php?t=118781) to play media files in-line. Due to the way my Gallery is set up, the download link [file location] for a media file hosted in the gallery takes the following format.
http://www.dragonninja.co.uk/gallery/misc.php?do=downloadfile&i=754
And will actually point to the file here...
http://www.dragonninja.co.uk/gallery/files/3/7/9/2/RepeatRep.mp3
Is there a way for your hack to interprit these URL's also? So I can use the [media] tag in the forums to play a file in my gallery?

You meant to auto-detect the file type?
if photopost is integrated with your vB,
we could try to write a add-on to query the type of this file,
and then use http://www.dragonninja.co.uk/gallery/misc.php?do=downloadfile&i=754 to play it.

and you could also play it manually, ex.
http://www.dragonninja.co.uk/gallery/misc.php?do=downloadfile&i=754

Secondly, would it be possible to have an icon shown on Forumdisplay, next to the 'sticky' icon for example, to show that a thread contains a file with [media] tags?

Thanks!

Emmm....
this could be rather complex,
and personnally i think it's now very useful.

:)

FleaBag
05-21-2006, 04:21 PM
Yes it is Photopost vBGallery, previously vBadvanced Gallery - you can see it in action here... http://www.dragonninja.co.uk/gallery/browseimages.php?c=13

I think simply having it work out what the extension would work. As it's just going to be a regular filetype as supported already, only at the moment if you enter the above mentioned URL it says the filetype is not supported.

rinkrat
05-21-2006, 05:20 PM
This newest version isn't playing youtube.com videos for me.

FleaBag
05-21-2006, 05:21 PM
It does for me, the version before didn't.

Crist
05-21-2006, 06:37 PM
And maybe i am to stupid - this dont work in anyway. Every *.wmv Video is playing in Autostart.

Example :


http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

http://web1.spawnie03.com/filebase/upsala/armishparadise.wmv

etc.

The only thing that works is the Height and Width - but the Autostart allways runs.

BTW - if i say "NO" in the AdminCP i mean "NO".

If there are other Functions i think they have only to work if i say the Missing Point in AdminCP "Choosen by User".

It is impossible to say to every User that he can only post Quicktime and AVI without Autostart or has to use a large Number of Extraoptions. BTW - why does QT and AVI look for what i am saying in AdminCP and not WM ?

Now i will and have to deactivate all Microsoft-Extensions till this Handicap/Bug is fixed.

Update / Another Bug :

Every Extensiontype that is uncheck is checked again after saving the Options in AdminCP. :surprised:

I've fixed these bugs already,
it seems that you did not upgrade successfully.

It is strongly recommended that you follow these steps:

1. Upload to overwrite all the files in the 'upload' dir.
2. Import the xml file in your language (such as German.xml) , and with the "Overwrite" option on.
3. Rebuild the usergroup permission cache. (Go to admincp -> Benutzergruppen verwalten -> Benutzergruppe w?hlen -> AnyMedia BBCode Berechtigungen). Submit the form even without any change, the action will rebuild the cache.
4. Rebuild the anymedia setting cache. (vBulletin Optionen -> AnyMedia BBCode Einstellungen)
5. Done.

If you still get the issues above, let me know.

Crist
05-21-2006, 06:42 PM
Your Package from 3.5.1 is missing the normal Plugin *.xml - there are only the Translations *.xml?s in it.

I thought i have made the update with the german.xml and now i see that there is still "AnyMedia BBCode 3.0.0" in the PlugIn Manager.

And BTW - i think the Autoplay Function has to be killed completely. There are allways Users that do not have all needed Codecs or have a small Bandwith. But this is only what i mean.

I do not miss any xml file,
the xml in your language is the product xml file,
you could choose one of them to import.

Crist
05-21-2006, 06:53 PM
Videos from MyVideo.de are supported agian.
I change the way to fetch video urls as they changed them.

To update the function,
you should upload and overwrite the 'includes/class_anymedia.php' file in the 'upload' dir.

redlabour
05-21-2006, 07:02 PM
I've fixed these bugs already,
it seems that you did not upgrade successfully.

It is strongly recommended that you follow these steps:

1. Upload to overwrite all the files in the 'upload' dir.
2. Import the xml file in your language (such as German.xml) , and with the "Overwrite" option on.
3. Rebuild the usergroup permission cache. (Go to admincp -> Benutzergruppen verwalten -> Benutzergruppe w?hlen -> AnyMedia BBCode Berechtigungen). Submit the form even without any change, the action will rebuild the cache.
4. Rebuild the anymedia setting cache. (vBulletin Optionen -> AnyMedia BBCode Einstellungen)
5. Done.

If you still get the issues above, let me know.

1. There is still 3.0.0 standing in Versionhistory.

2. The Mediaextensions can not be unselected after saving they are still selected.

3. Everything is the same - everything is going to Autoplay.

Maybe a Error in the German.xml ?

coffee
05-21-2006, 07:57 PM
I wonder if [ media ] tag can be disabled within [ quote ] tags, Better explained here:

https://vborg.vbsupport.ru/showthread.php?t=77173 (3.0.7)

rareclownfish
05-21-2006, 09:29 PM
see Frequently Asked Questions

refreshing doesn't work.

redlabour
05-21-2006, 10:26 PM
Is for anybody Version 3.0.1 shown in the AdminCP ?

I deinstalled it now and installed the German.xml again. Same Errors and only 3.0.0 !

Crist
05-21-2006, 10:47 PM
1. There is still 3.0.0 standing in Versionhistory.

2. The Mediaextensions can not be unselected after saving they are still selected.

3. Everything is the same - everything is going to Autoplay.

Maybe a Error in the German.xml ?


okay,
Contact me sometime,
I'll check it for you.

coffee
05-21-2006, 10:59 PM
Is for anybody Version 3.0.1 shown in the AdminCP ?

I deinstalled it now and installed the German.xml again. Same Errors and only 3.0.0 !

I installed Arabic.xml (العربية) and It shows as 3.0.1 here.

redlabour
05-21-2006, 11:02 PM
okay,
Contact me sometime,
I'll check it for you.

You have PM ! ;)

Crist
05-21-2006, 11:08 PM
refreshing doesn't work.

If it's shown a White screen,
It's a bug of the flvplayer,
you should refresh to show it until I find a perfect one.

:)

Crist
05-21-2006, 11:20 PM
You have PM ! ;)

I installed the latest version for you,
what you should do is to overwrite all the files in 'upload' dir.

rareclownfish
05-22-2006, 12:42 AM
If it's shown a White screen,
It's a bug of the flvplayer,
you should refresh to show it until I find a perfect one.

:)

I went ahead and re installed it. But still a white screen.
What should I do now?

FleaBag
05-22-2006, 01:27 AM
Crist I am trying to get the tag to work in another vB script, inside a subfolder of the forum folder. I am using the following code.

//anymedia on browseimages

$inlinemedia = "[media]http://www.dragonninja.co.uk/gallery/files/1/PetesSake-YouLeftEndOfStory.mp3";

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$inlinemedia = $parser->do_parse($inlinemedia, false, false, true, false, false, false);

if ($vbulletin->options['anymediaenable'] && ($vbulletin->userinfo['permissions']['anymediapermissions'] & $vbulletin->bf_ugp_anymediapermissions['canuse']) )
{
$globaltemplates = array_merge($globaltemplates, array('anymedia'));
}

//anymedia on browseimages

When using the $inlinemedia variable on my page, it is showing the surrounding table, and the "download" link at the bottom - but the media player itself does not load. There are no error messages. I have tried putting a copy of the 'players' and 'clientscript' folder inside this subfolder, but it makes no difference. I cannot find anything in the plugins that relate to relative files - I cannot explain why it does not work. Hope you are able to help!

djwins
05-22-2006, 01:27 AM
When I try running 3gp video, I get an error message above my forum header

Parse error: syntax error, unexpected T_STRING, expecting ']' in forums/includes/class_anymedia.php(297) : eval()'d code on line 1

The any media player displays a "Error: unsupported media type." error

3GP play support would be huge for those of us who use our cellphone video cameras as their primary video camera.

Is there anyway we can change the "click to play" text to say something about having to click twice to see google videos?

3dsoft
05-22-2006, 06:14 AM
Version: 3.01
The Anymedia Usergroup permissions are missing in 3.01!
Can anyone confirm this.

gwhooooey
05-22-2006, 10:11 AM
Can you get this working with myspace videos?

Dermo-MIO
05-22-2006, 02:25 PM
cool i was wondering why mine stopped working this 1 is alot better good work

bada_bing
05-22-2006, 03:41 PM
I just upgraded to the latest version but now im getting two icons for the anymedia. Look at the attachment

Crist
05-22-2006, 04:32 PM
Can you get this working with myspace videos?

I'm working with it,
will support it in the later versino.

Crist
05-22-2006, 04:41 PM
I just upgraded to the latest version but now im getting two icons for the anymedia. Look at the attachment

Oh, you forgot to remove the old ones.

Edit editor_toolbar_on Template,

search for :

<!-- AnyMedia BBCode By Crist Chsu Start -->


you'll find two,
remove the one without these ocdes.

<if condition="$show['anymedia_bbcode']">

FleaBag
05-22-2006, 06:30 PM
Crist I was thinking, to get this on a non vB page, would I need to use the contents of the plugin inside my call? Or would the script's call to functions_bbcode.php be enough?

Crist
05-22-2006, 07:36 PM
Crist I was thinking, to get this on a non vB page, would I need to use the contents of the plugin inside my call? Or would the script's call to functions_bbcode.php be enough?

I'm running a flv download site,
it uses a class file as this hack.

read class_anymedia.php to get what you need.

3dsoft
05-22-2006, 07:37 PM
I am not able to enable any "Supported extensions" in AnyMedia BBCode Options.

What's wrong?

redlabour
05-22-2006, 08:01 PM
I installed the latest version for you,
what you should do is to overwrite all the files in 'upload' dir.

Same Errors - every unchecked Checkbox is checked after saving the preferences.

I have deleted the old Files before overwriting with the new ones.

Another Question - in the 3.0.1 Package the Googleplayer is missing - why ?

The only Thing that works now is that 3.0.1 is in the PlugInManager.

Are you sure that your Package is not defect ?

And as you can see i am not the only one - look at 3dsoft Posting before he has the same problem in the other way of order.

Crist please do something. All i want (and the most others here) is to completely deactivate the Autostart for all (!) Filetypes when we say this in the AdminCP and we want to deactivate some Types like ed2k etc. .

I love your work and this PlugIn normally but this Version 3.0.1 is a Version from hell ! ;) (Just kidding !)

And Crist i am not a Newb - i knew that i did not made any mistakes at his upgrade from 3.0.0 to 3.0.1 !

3dsoft
05-22-2006, 08:33 PM
I downgraded back to 2.3.0
- removed all 3.0.1 files
- deinstalled anymedia 3.0.1

Now, the old 2.3.0 version won't work anymore. The permissions in usergroups won't shop up. I rebuild the bitfuilds manually with "admincp/index.php?do=buildbitfields" but I still can't see the permissions settings.

FleaBag
05-22-2006, 08:49 PM
Here is the code I am using in my file - with the addition of the line you mentioned.

//anymedia on browseimages

require_once('./includes/class_anymedia.php');
$inlinemedia = "http://www.dragonninja.co.uk/gallery/files/1/PetesSake-YouLeftEndOfStory.mp3";

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$inlinemedia = $parser->do_parse($inlinemedia, false, false, true, false, false, false);

if ($vbulletin->options['anymediaenable'] && ($vbulletin->userinfo['permissions']['anymediapermissions'] & $vbulletin->bf_ugp_anymediapermissions['canuse']) )
{
$globaltemplates = array_merge($globaltemplates, array('anymedia'));
}

//anymedia on browseimages

A screenshot is attached of the result of calling $inlinemedia. I hope you do not mind me asking here, if you do not have the time please say so and I won't pester you any longer! I'm very new to this, as you may have noticed.

redlabour
05-22-2006, 08:55 PM
I downgraded back to 2.3.0
- removed all 3.0.1 files
- deinstalled anymedia 3.0.1

Now, the old 2.3.0 version won't work anymore. The permissions in usergroups won't shop up. I rebuild the bitfuilds manually with "admincp/index.php?do=buildbitfields" but I still can't see the permissions settings.

Wait for Crist !

rareclownfish
05-22-2006, 10:09 PM
Any fix for me?

Crist
05-22-2006, 10:16 PM
I wonder if [ media ] tag can be disabled within [ quote ] tags, Better explained here:

https://vborg.vbsupport.ru/showthread.php?t=77173 (3.0.7)

Yes, of course it could.

I'll release a add-on.
:)

TMAC
05-22-2006, 10:18 PM
Christ, Thank you for this release. I also want to thank you for answering my PM. This worked out great for me. I did have to reupload all files and reimport the product before it would work (Boxes stay checked). Again great work on your end and support. Installed!

Tralala
05-22-2006, 11:05 PM
I wonder if [ media ] tag can be disabled within [ quote ] tags, Better explained here:

https://vborg.vbsupport.ru/showthread.php?t=77173 (3.0.7)


Just for reference, here is the 3.5.x equivalent:
https://vborg.vbsupport.ru/showthread.php?t=107022

coffee
05-23-2006, 01:50 AM
Yes, of course it could.

I'll release a add-on.
:)

Thank you very much, I'll be waiting..

coffee
05-23-2006, 01:57 AM
Just for reference, here is the 3.5.x equivalent:
https://vborg.vbsupport.ru/showthread.php?t=107022

Thanks for your help ..

But that plugin doesn't support phrases, as my board is a multilingual one. Not even being able to locate its text within templates.

So, After installation I had to remove it.

Tralala
05-23-2006, 02:20 AM
Thanks for your help ..

But that plugin doesn't support phrases, as my board is a multilingual one. Not even being able to locate its text within templates.

So, After installation I had to remove it.

Yeah, I just wanted Crist to be able to reference it for his add-on, since the one you'd linked to was for 3.0.x.

tuanluu
05-23-2006, 02:53 AM
I have this lil question.. Everything work fine when I use the default style, if I swich to a customize style the google video does not work only showing the white screen... does anyone know why? or how I can I fix this

noonespecial
05-23-2006, 05:29 AM
I am not able to enable any "Supported extensions" in AnyMedia BBCode Options.

What's wrong?
Fixed.

noonespecial
05-23-2006, 05:32 AM
The having to click twice (to activate) problem can be solved: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLJ,GGLJ:2006-13,GGLJ:en&q=click+to+activate

noonespecial
05-23-2006, 05:43 AM
Youtube videos aren't working.

3dsoft
05-23-2006, 06:07 AM
Fixed.
to noonespecial:
What do you mean by fixed. How is it fixed or where is an update. I don't see an update.

Wait for Crist !
to: redlabour
My users don't wanna wait. ;)
But now I am still having a major problem... no anymedia usergroup permissions in 2.3.0, eversince i have tried to upgrade from 2.3.0 to 3.0.1. :(

Lottis
05-23-2006, 06:27 AM
to noonespecial:
What do you mean by fixed. How is it fixed or where is an update. I don't see an update.


to: redlabour
My users don't wanna wait. ;)
But now I am still having a major problem... no anymedia usergroup permissions in 2.3.0, eversince i have tried to upgrade from 2.3.0 to 3.0.1. :(
What version of vBulletin, do you run?

3dsoft
05-23-2006, 06:41 AM
What version of vBulletin, do you run?
I am running version 3.5.4
PHP: 4.3.11
MySQL: 4.1.11

mcyates
05-23-2006, 09:09 AM
I have a problem:


Warning: handle_bbcode_media(class_anymedia.php): failed to open stream: No such file or directory in /includes/class_bbcode.php(149) : eval()'d code on line 103

Warning: handle_bbcode_media(): Failed opening 'class_anymedia.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:../:../../:../../../:../../../../') in /includes/class_bbcode.php(149) : eval()'d code on line 103

Fatal error: Cannot instantiate non-existent class: anymedia in /home/myfootba/public_html/includes/class_bbcode.php(149) : eval()'d code on line 104


I HAVE uploaded all the files. I went from version 2.20 to the latest one today. I have edited all the template changes from the file upgrade_from_x.x.x_to_3.0.0.htm and then upgrade_from_3.0.0_to_3.0.1.htm.

But evertime i go to put the media codes in the error above always pops up.

dacho
05-23-2006, 09:30 AM
can I work with link MMS
like : mmst://218.69.107.45/ESPN
without the xxx/xxx.wmv

Tralala
05-23-2006, 03:43 PM
The Default Loop Value in AdminCP doesn't seem to work properly for me with MP3's... the original setting was "1" and yet MP3's were playing over and over again. Same with "2" - it just plays the MP3 over and over again. I am using flash player, not WMV since flash plays nicer on Macs.

These are with externally linked MP3's by the way, I haven't tested with attachments.

I changed it from 1 to 0 and now I think it is working properly (ie: plays once.)

Is this a bug? Anyone else experience it?

ang2el
05-23-2006, 03:52 PM
not working with me

Crist
05-23-2006, 04:45 PM
I have this lil question.. Everything work fine when I use the default style, if I swich to a customize style the google video does not work only showing the white screen... does anyone know why? or how I can I fix this

No,
it's the bug of the flvplayer.swf
I'm searching for a perfect one to replace it.

:)

try to refresh the page to solve it.

Crist
05-23-2006, 04:52 PM
The having to click twice (to activate) problem can be solved: http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLJ,GGLJ:2006-13,GGLJ:en&q=click+to+activate

No,
AnyMedia could skip the Activation,
I made it in 2.0.0

see the change log:

[NEW] "Fix" the 'Activating Active Content' issues in the new IE Update. (It means that, if you've installed the new IE update, there's no need to Click the media object before you want to play it )

Crist
05-23-2006, 05:23 PM
I have a problem:


Warning: handle_bbcode_media(class_anymedia.php): failed to open stream: No such file or directory in /includes/class_bbcode.php(149) : eval()'d code on line 103

Warning: handle_bbcode_media(): Failed opening 'class_anymedia.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:../:../../:../../../:../../../../') in /includes/class_bbcode.php(149) : eval()'d code on line 103

Fatal error: Cannot instantiate non-existent class: anymedia in /home/myfootba/public_html/includes/class_bbcode.php(149) : eval()'d code on line 104


I HAVE uploaded all the files. I went from version 2.20 to the latest one today. I have edited all the template changes from the file upgrade_from_x.x.x_to_3.0.0.htm and then upgrade_from_3.0.0_to_3.0.1.htm.

But evertime i go to put the media codes in the error above always pops up.

Make sure the 'class_anymedia.php' file is in the includes dir and readable

Crist
05-23-2006, 05:31 PM
can I work with link MMS
like : mmst://218.69.107.45/ESPN
without the xxx/xxx.wmv


mmst://218.69.107.45/ESPN

Crist
05-23-2006, 05:50 PM
The Default Loop Value in AdminCP doesn't seem to work properly for me with MP3's... the original setting was "1" and yet MP3's were playing over and over again. Same with "2" - it just plays the MP3 over and over again. I am using flash player, not WMV since flash plays nicer on Macs.

These are with externally linked MP3's by the way, I haven't tested with attachments.

I changed it from 1 to 0 and now I think it is working properly (ie: plays once.)

Is this a bug? Anyone else experience it?

forgot to explain this:

If you set a loop value,
the flash mp3 player will repeat forever.

It has only two status: repeat one & repeat forever.

:)

Crist
05-23-2006, 05:53 PM
not working with me

Still not working with your forum?
Detail it.
Or contact me with IM sometime,
I'll check it for you.

medieval56
05-23-2006, 06:00 PM
This hack works great except for YouTube links. When you first post a YouTube link, it works, but after a few viewings you get a black screen (e.g., hangs on 'loading'). I saw a similar post a few pages back but no solution. For the moment I'm using custom [youtube] bb codes but I'd like to use the [media] tags if possible.

With Firefox and Netscape, I have no problem with Google, mov, and mp4 links.

With IE6, mp4's don't work (e.g., black screen with no controls). mov files play but the player looks corrupted (e.g., no controls and odd gaps).

Still love the mod! (using v3.0.1 in vb3.5.4)

dacho
05-23-2006, 06:46 PM
mmst://218.69.107.45/ESPN
10X man :banana:

Tralala
05-23-2006, 06:54 PM
forgot to explain this:

If you set a loop value,
the flash mp3 player will repeat forever.

It has only two status: repeat one & repeat forever.

:)


Ah, that makes sense.

Maybe the AdminCP info could be updated to reflect that though. Otherwise it is very confusing.

supermak
05-24-2006, 12:13 AM
I am not able to enable any "Supported extensions" in AnyMedia BBCode Options.

can anyone help?

phkk
05-24-2006, 01:54 AM
How Can You Post Google Video And Youtube. What Are Their Format To Post> Thanks

Crist
05-24-2006, 02:49 AM
How Can You Post Google Video And Youtube. What Are Their Format To Post> Thanks

Copy the url to the page you're viewing,
which includes the meida player

redlabour
05-24-2006, 03:56 AM
I am not able to enable any "Supported extensions" in AnyMedia BBCode Options.

can anyone help?

Well known Problem. I have the same but i can not disable them.

Crist - IM is a Problem in my Case (TimeZone GMT +1).