vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) (https://vborg.vbsupport.ru/showthread.php?t=175378)

JAnders 06-26-2009 03:31 PM

can I get help with eafootballworld, i originally had used the definition for ea sports world and changed the domain name and en_US to en_GB and it was working fine.

but now the videos do not load... can you please create a definition for footballworld?

http://fifamexico.net/foros/showpost...73&postcount=2

the abouve is a example

Subah 09-02-2009 01:28 AM

Please can you creat definition for this sites ?
1- http://www.6rb.com/
Its play music in ram this is two examples:
http://song.6rb.com/songer/x/kw/rwai...7e060a94f2.ram
http://song.6rb.com/songer/x/Leb/fat...7e0cef081b.ram

2- http://www.6arab.com
Its also play music in ram this is two expamles:
http://song71.6arab.com/Shereen_Akheran-Etgarraat.ram
http://song7.6arab.com/mona-amrash_hanony.ram

Digital Jedi 09-02-2009 02:43 PM

Okay guys, I'm having issues with my site again. Seems I'm getting more traffic than usual (even though my forums aren't any more active than usual) and hitting my host's max_user_connections limit. Not particularly happy about that, as I don't know if I can afford dedicated hosting at the moment and they don't plan to increase the limit for shared hosting. Until this is worked out, all my work on AME, not to mention all of my websites, are essentially shut down.

writerkimba 10-06-2009 09:48 PM

This may have been asked before but will this mod embed flv files?

James Argo 10-09-2009 12:08 AM

Upgraded to version 3.8 :D

Thanks for the mod :)

Texas_Dawg 10-24-2009 04:21 PM

Does ESPN.com work for anyone?

It looks like the URL of ESPN.com videos are different than the definition here.

For example this is a recent ESPN.com video URL:

http://espn.go.com/video/clip?id=459...goryid=2521705

But the definition in the XML here is:

[http://]*[a-z]*?[\.]?espn\.go\.com/broadband/video/videopage\?[\w=&;]+

How do we fix the ESPN XML? Thanks for any help...

Texas_Dawg 10-24-2009 05:41 PM

Quote:

Originally Posted by Texas_Dawg (Post 1905634)
Does ESPN.com work for anyone?

How do we fix the ESPN XML? Thanks for any help...

Think I figured it out on my own.

Here's what I did:

1) Control Panel >> AME CP >> Display Definitions >> ESPN.com
2) Change the "Regular Expression" box to:

PHP Code:

http://espn\.go\.com/video/clip\?id=([\d]+)[\w&;=]* 

3) Change the "Replacement" box to:

PHP Code:

<object width="$ameinfo[width]height="$ameinfo[height]"><param name="movie" value="http://sports.espn.go.com/videohub/player/embed.swf?id=$p1"/><param name="wmode" value="opaque"/><param name="allowScriptAccess" value="always"/><embed src="http://sports.espn.go.com/videohub/player/embed.swf?id=$p1type="application/x-shockwave-flash" wmode="opaque" width="$ameinfo[width]height="$ameinfo[height]allowScriptAccess="always"></embed></object

4) Save.

eduardo.silve 11-13-2009 06:11 PM

hi i need your help
i don't know if i do this
the code is here ..

the regular expression is :
PHP Code:

<script.*(?=(src=))src=\"http:\/\/www\.tvolucion\.com\/embed\/\?id=([0-9]{6})(?![0-9])\"[^\>]*(\/)?\><\/script>? 

Replacement

PHP Code:

<script language="JavaScript" src="http://www.tvolucion.com/embed/?id=$p2"></script

the regular expression work fine .. but don't work on AME
what's wrong :erm:

The Dawg 12-03-2009 04:25 PM

Magnify changed their linking code so I updated my code to this

Reg Ex
Code:

http://([\w-_]+)\.magnify\.net/video/([\w+-_]+)
Replacement
Code:

<iframe src="http://$p1.magnify.net/video/$p2/player" width="420" height="451" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
... it works. :)

sgrisole 12-10-2009 09:34 PM

Does Flickr photostream support work for you? I tried but nothing happens when I create a post containing a photostream link...


All times are GMT. The time now is 10:10 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03647 seconds
  • Memory Usage 1,754KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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