vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239)

Crist 06-23-2006 07:05 AM

Quote:

Originally Posted by sutego
Just curious if you still plan on supporting vbadvanced?

the add-on will be released with the next version.

Crist 06-23-2006 07:11 AM

Quote:

Originally Posted by naeemakhtar
Is there any way to STOP the video from playing and only play it if the user clicks the option to play?

So far the video's play immediately even though I have set in the control panel for it not to play on startup.


what's the version are you using?

Seems I've fixed this issue long ago.

:cool:

naeemakhtar 06-23-2006 09:44 AM

Hi Crist.

I'm using v 3.5.4 and VBadvanced 2.1 .... I dont know why it plays that video straight away.

Hmmmmmmmmm....any ideas? Also I constantly get a white screen.....and ctrl+F5 doesnt get rid of it! Usually it happens if you start watching a video and thnen stop. then go back to watching that video again?! strange but irritating too!!! :(

G_Man 06-24-2006 12:00 AM

Just curious if you have any ideas of what might cause this to NOT be working on my comp, yet you and others see the YouTube file?

And thanks again for this great hack, Crist.

naeemakhtar 06-24-2006 12:28 AM

Quote:

Originally Posted by G_Man
Just curious if you have any ideas of what might cause this to NOT be working on my comp, yet you and others see the YouTube file?

And thanks again for this great hack, Crist.

You can around it still by not choosing to play it in the default skin. I dont get the white screen anymore....

Brandon Sheley 06-24-2006 02:31 AM

will this work in 3.6 ?

utw-Mephisto 06-24-2006 02:39 AM

Might I guess, but as Crist said :
Quote:

Originally Posted by Crist
i'll upgrade it if 3.6 is stable enough


syrus.xl 06-24-2006 02:39 AM

Quote:

Originally Posted by Loco.M
will this work in 3.6 ?

Not yet, Crist is going to release a new version for vBulletin 3.6. And a few fixes with the flvplayer.

I did try it on vB 3.6 beta 1 - but it doesnt save settings in the admincp.

G_Man 06-24-2006 01:10 PM

Quote:

Originally Posted by naeemakhtar
You can around it still by not choosing to play it in the default skin. I dont get the white screen anymore....


I did that before and it did no good. but since you posted that, I thought i would try it again. It works fine now....


I hate computers sometimes!! LOL

Thanks, Naeemakhtar.

naeemakhtar 06-24-2006 01:49 PM

Quote:

Originally Posted by G_Man
I did that before and it did no good. but since you posted that, I thought i would try it again. It works fine now....


I hate computers sometimes!! LOL

Thanks, Naeemakhtar.

no problem. I hope the issue doesnt come back :)

jeremycs 06-24-2006 04:15 PM

Quote:

Originally Posted by Crist
Emmmmmmmmm.....
Seems serious enough,
thinking how to solve it now.

and I think I have to delay to Playlist function,
because of this.


In AnyMedia Admincp add an option:

Limit AnyMedia tag to First Post: YES / (NO)

Number of AnyMedia Tags Allowed Per Thread: (1)

Allow user to use autoplay tag: YES / (NO)


The settings above wouldn't restrict the media tag to the first post, but it would only allow 1 instance of the media item per thread.

For tracking, you could create a new table: thread_anymedia, or maybe just make a new field in the thread table "anymedia". The value would just be a incremental number ofhow many media tags have already been used in the thread. If the limit is reached, then it would error when the user tries to make a post a new thread.

I wouldn't worry too much about decreasing this value when threads or posts are removed... not right away anyway.

In fact, if you want to do a quick and dirty "fix", you could just add this single new option:

Number of AnyMedia Tags Allowed Per Thread: (1)

If the user has it set to 1, then it wont matter if it is the first post in the thread or otherwise... the admin will be sure that there wont be any abuse from excessive use of the media tags.





In future versions, if you wanted to get more complex, you could limit it to X instances (X=1 would be a good idea) of the media tag per PAGE of a thread. But that would require you to look up and calculate the pagination break and other things. But then you could have up to 1 (or whatever) media item per page of a thread.

syrus.xl 06-24-2006 10:46 PM

I set AnyMedia up so only admins and moderators can post media, and informed them to only post one media tag per thread.

Also there is the case of increased sql queries, with many media tags in one thread. Seems sensible to only post one media tag per thread considering people will comment only on that media.

futuredood 06-24-2006 10:49 PM

this is frustrating.. i installed this on one forum, it worked fine. i installed on a fresh new forum, and it wouldn't work. is there some default options that need to be turned on?

i did exactly as the instruction manual said.. i know i did it right b/c it was working on another forum i have.

does it matter if my forum is in /public_html/ rather than /public_html/forums/

Crist 06-25-2006 05:07 AM

Quote:

Originally Posted by naeemakhtar
Hi Crist.

I'm using v 3.5.4 and VBadvanced 2.1 .... I dont know why it plays that video straight away.

Hmmmmmmmmm....any ideas? Also I constantly get a white screen.....and ctrl+F5 doesnt get rid of it! Usually it happens if you start watching a video and thnen stop. then go back to watching that video again?! strange but irritating too!!! :(

Due to the bug of the flvplayer.

trying to fix and sit tight plz.

Crist 06-25-2006 07:34 AM

Quote:

Originally Posted by jeremycs
In AnyMedia Admincp add an option:

Limit AnyMedia tag to First Post: YES / (NO)

Number of AnyMedia Tags Allowed Per Thread: (1)

Allow user to use autoplay tag: YES / (NO)


The settings above wouldn't restrict the media tag to the first post, but it would only allow 1 instance of the media item per thread.

For tracking, you could create a new table: thread_anymedia, or maybe just make a new field in the thread table "anymedia". The value would just be a incremental number ofhow many media tags have already been used in the thread. If the limit is reached, then it would error when the user tries to make a post a new thread.

I wouldn't worry too much about decreasing this value when threads or posts are removed... not right away anyway.

In fact, if you want to do a quick and dirty "fix", you could just add this single new option:

Number of AnyMedia Tags Allowed Per Thread: (1)

If the user has it set to 1, then it wont matter if it is the first post in the thread or otherwise... the admin will be sure that there wont be any abuse from excessive use of the media tags.




In future versions, if you wanted to get more complex, you could limit it to X instances (X=1 would be a good idea) of the media tag per PAGE of a thread. But that would require you to look up and calculate the pagination break and other things. But then you could have up to 1 (or whatever) media item per page of a thread.

Thanks for your great suggestions.

I was thinking to add a Media Center to AnyMedia,
(I'll help AnyMedia to count the media and limit it.)
but I don't think I'll add that to this free version,
maybe a commercial version for the Chinese user I think.

Anyway, a restriction on media tag per post is very necessary,
and I'll make it.

G_Man 06-25-2006 02:26 PM

Quote:

Originally Posted by syrus.xl
I set AnyMedia up so only admins and moderators can post media, and informed them to only post one media tag per thread.

Also there is the case of increased sql queries, with many media tags in one thread. Seems sensible to only post one media tag per thread considering people will comment only on that media.


Ditto - I did the same. Simply restricted use of this tag for the same reasons.

Xil Ze 06-25-2006 10:13 PM

hey crist, how could i go about adding a function to anymedia that would enable anymedia to parse vbgallery links which uses misc.php?do=downloadfile&i=984 to discourage direct links to mp3s uploaded to the gallery

Sandy-XXX 06-27-2006 07:31 PM

Hi all,

I have this plugin and its all perfect, its cool, but we "Safari" browsers (the Mac browser) the videos dont display, they go all white like this:


They have to go direct to the video link is they want to see it.


Excuse my bad english...

This happens only with "Safari", with IE, Netscape and Firefox go all perfect.

nogerorob 06-28-2006 07:22 PM

Hello,

Back in March someone asked if you could prevent use of the AnyMedia BBCode in Signatures.

Is the option to restrict its use available now?

Thanks,

Rob

Kurt13 06-28-2006 08:05 PM

Hello together, I do not speak English, I translate with Babel Fish. I speak German. I have the Instellation so made as described and now wars I this error message, if I want to load a film.

Quote:

Warnung: message = [media]http://www.sturmbu
Quote:

Warnung: message = <a href=\"http://www.stur
I possess AnyMedia 3.0.4, vBadvanced CMPS 2.1.0, vBulletin 3.5.4.

http://www.sturmburg.ch/Forum/cmps_index.php

Love greeting, Kurt

Exitilus 06-28-2006 08:25 PM

Is there a way to get this working in the Profile? I have a Music Link option right now. The coding is in the memberinfo template and just uses embed src code. I'd rather use this than that ...... Any ideas ?

Crist 06-29-2006 06:45 AM

Quote:

Originally Posted by G_Man
Ditto - I did the same. Simply restricted use of this tag for the same reasons.

a restriction is coming.

Crist 06-29-2006 06:48 AM

Quote:

Originally Posted by Xil Ze
hey crist, how could i go about adding a function to anymedia that would enable anymedia to parse vbgallery links which uses misc.php?do=downloadfile&i=984 to discourage direct links to mp3s uploaded to the gallery

it's like the attachments,
and will be integrated with the coming version.

Crist 06-29-2006 07:21 AM

Quote:

Originally Posted by Sandy-XXX
Hi all,

I have this plugin and its all perfect, its cool, but we "Safari" browsers (the Mac browser) the videos dont display, they go all white like this:


They have to go direct to the video link is they want to see it.


Excuse my bad english...

This happens only with "Safari", with IE, Netscape and Firefox go all perfect.

what's the type of the media?
quicktime?

Crist 06-29-2006 08:16 AM

Quote:

Originally Posted by nogerorob
Hello,

Back in March someone asked if you could prevent use of the AnyMedia BBCode in Signatures.

Is the option to restrict its use available now?

Thanks,

Rob


no, i'll do more restrictions in the future versions.

Crist 06-29-2006 08:42 AM

Quote:

Originally Posted by Kurt13
Hello together, I do not speak English, I translate with Babel Fish. I speak German. I have the Instellation so made as described and now wars I this error message, if I want to load a film.





I possess AnyMedia 3.0.4, vBadvanced CMPS 2.1.0, vBulletin 3.5.4.

http://www.sturmburg.ch/Forum/cmps_index.php

Love greeting, Kurt

you load the film on your board or on the CMPS?

Crist 06-29-2006 08:59 AM

Quote:

Originally Posted by Exitilus
Is there a way to get this working in the Profile? I have a Music Link option right now. The coding is in the memberinfo template and just uses embed src code. I'd rather use this than that ...... Any ideas ?

it could be used in your signature

Kurt13 06-29-2006 11:46 AM

Hello Christian,

I load the film in the forum, not in the CMPS.

Which I must still say to it am, if I click to the Bouton for AnyMedia, then comes [ MEDIA][/MEDIA ] if I now between them insert, [MEDIA]http://www.sturmburg.ch/Video/prangaweb.wmv[/MEDIA],, then never went it, I got the error message: Warning: message = [ media]http://www.sturmbu

If I looked however that the left am active, speak underlined then ran the film. With that I could have lived, now am useful in addition, the nothing more, now do not run the film any longer and the error message am called: Warning: message = < A href=\"http://www.stur

I made everything completely exact after instellationsanleitung, but it does not go unfortunately, where the error could be?

Love of greetings Kurt

Hello together,

it functions now again, with a restriction:

if I write the code into the first line, then it does not go. If I write the code into the second line, then everything goes. Because of what could be?

Besides in order to be able to indicate a film in the portal, what there I must do?

Friendly greetings, Kurt

Sandy-XXX 06-29-2006 02:31 PM

Quote:

Originally Posted by Crist
what's the type of the media?
quicktime?

.WMV videos...

I dont have try with .mpg, .avi or .mpeg videos.

GrCh_Jeff 06-29-2006 05:55 PM

I can't play wmv.Any idea's?

phkk 06-29-2006 10:04 PM

You Tube Ban My Server Ip. I Cannot Fetch Any More Using Anymedia Player. It Forced Me To Use Youtube Player To Play Youtube Files

phkk 06-29-2006 10:13 PM

Sorry i am correctng myself. YOUTUBE BANNNNN MY HOSTTTT ( IP ADDRESS ). Can you create play through proxy like google one. Please

phkk 06-30-2006 12:00 AM

They ban my IP. If you using anymedia flash player. youtube wont work. but If I use youtube player it work again.

I believed they ban my host Ip so myhost cannot fetch the string session :(

does any one know any tricks ?

Xil Ze 06-30-2006 01:11 AM

Quote:

Originally Posted by Crist
it's like the attachments,
and will be integrated with the coming version.

don't overdo it!

phkk 06-30-2006 01:16 AM

Quote:

Originally Posted by ShadowWeaver
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" ;)

Same here I rebuilded post cache and all media is invisible. have this one fixable? Thanks

Shazz 06-30-2006 01:18 AM

Does this suck all your Bandwith ?
________
strawberry cough pictures

Crist 06-30-2006 03:09 AM

Quote:

Originally Posted by Kurt13
Hello Christian,

I load the film in the forum, not in the CMPS.

Which I must still say to it am, if I click to the Bouton for AnyMedia, then comes [ MEDIA][/MEDIA ] if I now between them insert, [MEDIA]http://www.sturmburg.ch/Video/prangaweb.wmv[/MEDIA],, then never went it, I got the error message: Warning: message = [ media]http://www.sturmbu

If I looked however that the left am active, speak underlined then ran the film. With that I could have lived, now am useful in addition, the nothing more, now do not run the film any longer and the error message am called: Warning: message = < A href=\"http://www.stur

I made everything completely exact after instellationsanleitung, but it does not go unfortunately, where the error could be?

Love of greetings Kurt

Hello together,

it functions now again, with a restriction:

if I write the code into the first line, then it does not go. If I write the code into the second line, then everything goes. Because of what could be?

Besides in order to be able to indicate a film in the portal, what there I must do?

Friendly greetings, Kurt


Okay,
please just wait for my integration with CMPS.
A update will come out soon.

:)

Crist 06-30-2006 03:15 AM

Quote:

Originally Posted by Sandy-XXX
.WMV videos...

I dont have try with .mpg, .avi or .mpeg videos.

okay,
I'll find a mac to make a tes for this.

Crist 06-30-2006 03:19 AM

Quote:

Originally Posted by GrCh_Jeff
I can't play wmv.Any idea's?

what explorer are you using?
it seems can not be played on safari

Crist 06-30-2006 03:22 AM

Quote:

Originally Posted by phkk
They ban my IP. If you using anymedia flash player. youtube wont work. but If I use youtube player it work again.

I believed they ban my host Ip so myhost cannot fetch the string session :(

does any one know any tricks ?

I'm planning to set a proxy option for all the video type from other sites,
but it's hard to find a stable & fast web-proxy.


All times are GMT. The time now is 06:05 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.04159 seconds
  • Memory Usage 1,855KB
  • 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
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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