Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs Details »»
AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs
Version: 2.5.6, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.0 Rating:
Released: 01-19-2009 Last Update: 12-08-2009 Installs: 1968
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

From the makers of the letters O and Yea comes the hottest 'must have mod' of the season: AME 2.5 - The Return of The Hot Mama.

Thanks everyone for making AME 2.5 Mod of the Month

AME is the multi award winning modification that smartly scans new and edited posts for URLs from a customisable variety of web sites (i.e. YouTube or Amazon or about 200 others). If it finds a match, AME will 'transform' the URL into inline embedded media without your users ever having to even think about it.

It was important for me to create a system that did not need updating (and subsequent reinstalling) every time one of the sites it supported decided to change the way it displayed its media (which is all the fricken time). Therefore I built a system in which the 'definitions' for each site could be imported, exported, tweaked and shared on a whim. This way, you only have to import the definitions that you want. It also allows the vB community to get creative and share definitions that I wouldn't of thought of!

Which sites are supported?

Included in the default installation is YouTube and Amazon. At time of posting this, I believe that there are over 180 sites supported that have been created by the vBulletin community. These range from sites that stream videos to Amazon referral links to locally hosted music and video files.

Check out the 'add ons' section of this post below to see availible add-ons.

For a total list of features and an FAQ, see click here.
For a post on troubleshooting, click here.

Though not tested on any version of vBulletin lower than 3.7.4, in theory it should work on versions 3.5 and higher (just dont quote this bit!).

Big thanks goes out to all those in the community that have supported this mod. Especially Digital Jedi who gives great support on this mod and has created over 160 definitions for this system alone!


Installation/Upgrade
  • Upload the contents of the forums folder into your forums directory and import the product-ame.xml file into your product manager (if upgrading, choose 'yes' to overwrite previous installation).
  • After installation, make sure that the system is on (admincp->AME CP->Settings)
  • Then you may want to try to rebuild old URLs via the tools option.

Change Log
nJoy

Download Now

File Type: zip ame2.5.6.zip (46.6 KB, 6324 views)

Screenshots

File Type: jpg newpost.jpg (26.4 KB, 0 views)
File Type: jpg newpost_result.jpg (61.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Digital Jedi, luizalmir, Neal-UK, vijayninel, vithorius, zascok

Comments
  #742  
Old 07-15-2009, 12:46 AM
mc2w's Avatar
mc2w mc2w is offline
 
Join Date: Feb 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by barcena View Post
Update

I just disable passiveVid (Automaticlly turns video links like youtube, myspace videos, google vidoes into the video players) and I have no two Youtube videos anymore BUT I'm not seeing the Google videos anymore, just the link. I do have the AME working bc of the way the Youtube video shows (see attachment) but now nothing else is showing, just the link.
By default, AME only comes with definitions for Youtube and Amazon. Try importing this: https://vborg.vbsupport.ru/showthread.php?t=195884
Reply With Quote
  #743  
Old 07-15-2009, 03:21 AM
barcena's Avatar
barcena barcena is offline
 
Join Date: Sep 2006
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks MC2, I was thinking on that this afternoon and for some reason I get lost w/ so many AME's but now you just redirected me to the right track, i'm downloading and installing the product, fingers crossed.

Thanks.
Reply With Quote
  #744  
Old 07-15-2009, 09:12 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mc2w View Post
http://wiflba.com/forum/showthread.php?t=11

For some threads it doesn't happen, but it's happening in this one (which you can see if you try to quote it) (I'll unlock the post so you can try if you'd like)

Edit: Here's an update on the problem: The problem only occurs if there's a link that cannot be parsed (e.g. one in a code tag or one with embedding disabled)
I can't duplicate this, can you provide screen shots or a test account for your site?

Quote:
Originally Posted by popular View Post
ive tried reinstalling , taking out youtube before i added it again so it isn't duplicate but same thing happens heres the full code i get whenever i try to post youtube it just pastes this in my post instead, any idea why? i just checked it and happens with other sites too , is my forum not allowing bbcode or something?
I have come across this only once before and it took hours for me to find the problem. If indeed it is the same anomoly It is some kind of variable caching that is causing AME's processes to get mixed up. TO resolve it, try this and let me know (note that you will need to do this for future upgrades unless I can find a way around it)

Both changes are to the includes/ame_bbcode.php file.

Change 1:

around line 45 Find:
PHP Code:
    if ($refresh)
    {
        
        
$inied false;
        
    } 
replace with:
PHP Code:
    if ($refresh)
    {
        
        
$inied false;
        
$ameinfo = array();
        
    } 
around line 296 find:

PHP Code:
$ameinfo fetch_full_ameinfo(true); 
replace with:

PHP Code:
$ameinfo fetch_full_ameinfo(truetrue); 

HTHs
Reply With Quote
  #745  
Old 07-15-2009, 10:54 AM
mc2w's Avatar
mc2w mc2w is offline
 
Join Date: Feb 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The first screenshot is me added a link in a code box to show people how you only have to link to it.

The second is screenshot is what I get after I save and reopen the post in the editor. You'll see that the line break(s) that seperated the unembedded url (in the code box) to the "Vimeo" have been removed.
Attached Images
File Type: jpg before.jpg (45.3 KB, 0 views)
File Type: jpg after.jpg (47.1 KB, 0 views)
Reply With Quote
  #746  
Old 07-16-2009, 10:25 AM
popular popular is offline
 
Join Date: Jun 2007
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Geeks, that was the solution! thanks for the help and thanks for responding =))) marked as installed
Reply With Quote
  #747  
Old 07-16-2009, 10:30 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mc2w View Post
The first screenshot is me added a link in a code box to show people how you only have to link to it.

The second is screenshot is what I get after I save and reopen the post in the editor. You'll see that the line break(s) that seperated the unembedded url (in the code box) to the "Vimeo" have been removed.
Not sure what to make of that, as far as I can tell, the only difference between the two is that there is a missing line break after the code block in the second picture. AME does some limited processing of code blocks (to prevent AME from enbedding in quotes and such) but not sure how this would cause what you are saying. Anyhoo, i'll look into it, but am busy trying to put together a new version that supports a testbed and overridable options.

Thanks
Reply With Quote
  #748  
Old 07-16-2009, 03:16 PM
egyptsons's Avatar
egyptsons egyptsons is offline
 
Join Date: Jan 2004
Location: Egypt
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update
Reply With Quote
  #749  
Old 07-18-2009, 02:57 AM
38modify 38modify is offline
 
Join Date: May 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This by far is very awesome. I am wondering though, how I can take my own videos that are on my server and have it do this for FLV and SWF files. Is this possible? Because this would be very needed since youtube videos are capped at 10 minutes and I would like to play my 45 min interviews. thanks in advance.
Reply With Quote
  #750  
Old 07-18-2009, 09:30 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. Think there is a defintion for this in DJ's thread, but I'm not 100% sure if its updated or not.

PLease click install if you intalled
Reply With Quote
  #751  
Old 07-20-2009, 12:41 AM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok I have tried SEVERAL times, uninstalling and reinstalling, but all I am ever getting on any video is something similar to this when it posts.

[fox_news]http://www.foxnews.com/video2/video08.html?maven_referralObject=7069951&maven_re ferralPlaylistId=&sRevUrl=http://www.foxnews.com/[/fox_news]

No video. On anything. Any thoughts as to why?
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:32 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.08531 seconds
  • Memory Usage 2,361KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete