Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AME3 - Auto Media Embeding and Video Extender Details »»
AME3 - Auto Media Embeding and Video Extender
Version: 3.0.1, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 4.0.0 Rating:
Released: 12-20-2009 Last Update: 01-16-2010 Installs: 1363
DB Changes Uses Plugins
Additional Files  
No support by the author.

From the makers of Smooth and Jazz comes the singing sensation my mom has been waiting months for:

AME3. Bigger. Badder. Bestest.

NOTE ABOUT vB4.0.3: ------------------------------------------------------------

vBulletin 4.0.3 has changed the way video codes are handled and in the process, inadvertently broke AME3. I have submitted a bug report and believe that the issue will be quickly resolved. There is a manual fix you can apply for 4.0.3 here in the interim.
-----------------------------------------------------------------------------------------------

AME3 is the sequel to the multi award winning AME 1x and AME 2x systems. AME3. This time, its different.
AME3 does 3 things:
  • It allows users to simply paste URLs into their message without having to use the video bbcode or video popup box.
  • It allows you to add, edit and customise the video definitions that ship with vB4
  • It allows you to import community created definitions to extend the system in ways you otherwise couldn't.
Now you can use AME anywhere you can use video bbcode: posts, blogs, visitor messages, the CMS, etc...

Note that I am releasing this early for beta testing and general feedback. There is currently a bug in RC2, RC4 and 4.0.0 that will prevent AME from working however there is a workaround posted below.

I have written a pretty comprehensive readme and attached it seperatly to this post. I suspect both this post and the readme will get updated as AME3 becomes finalised.

Download Now

File Type: zip the readme pdf.zip (1.72 MB, 8640 views)
File Type: zip AME3.zip (23.7 KB, 8383 views)

Screenshots

File Type: jpg wysiwyg.jpg (179.5 KB, 0 views)
File Type: jpg postbit.jpg (159.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
4 благодарности(ей) от:
Cadellin, Longcat, mapleleaffans, SKIDROW

Comments
  #1122  
Old 06-28-2011, 12:27 AM
leftanalog leftanalog is offline
 
Join Date: May 2011
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MonkYZ View Post
Yes, i've made my own gametrailers definition. I'm sure it's not perfect, but works ok for my website. You can see an example working in here: http://www.consolegames.ro/forum/f8-...os/index4.html

I'll try to guide you on how to add the definition:
1. Go to Administrator Control Panel
2. Go to AME CP
3. Go to Add New
4. In provider textbox enter "Gametrailers.com"
5. In tag textbox enter "gametrailers" (without quotes)
6. In URL textbox enter
PHP Code:
http://www.gametrailers.com 
7. In Regex URL textbox enter
PHP Code:
http:\/\/www\.gametrailers\.com\/video\/.*\/([0-9]+) 
8. Leave Regex Scrape empty
9. Enter this code in Embed textbox
PHP Code:
<center><div><embed src="http://media.mtvnservices.com/mgid:moses:video:gametrailers.com:{vb:raw code}" width="640" height="385" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" base="." flashVars=""></embed></div></center
10. Choose Save
11. Go to AME CP Tools and Rebuild. You're done!

Hope it helps! Enjoy!
Ive done exactly as you said, and all I get is a link when posting a video's url.
Not sure where the mistake is.
Reply With Quote
Благодарность от:
VonDoom
  #1123  
Old 06-29-2011, 01:23 AM
ablaye ablaye is offline
 
Join Date: Dec 2006
Location: WebmasterGround.com
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vitaly View Post
Patched AME. REQUIRE vb 4.0.4. No more vb sources changes needed.

please, DISABLE ame cache (speed will not be affected).

Fixes were already described here

Full sources with changes history here: http://github.com/rcdesign/vb-foreig...aster/vb-ame3/
There is a mistake in your ame_prep.php file. On line 605 of ame_prep.php file, you should remove the " (quote) in the expression.
You will then end up with
Code:
$url_tail = '[\w:\/?\[\]@!$&\'()*+.,;=%\-]*';
If you have the " (quote) in the expression, with:
you end up with:
Code:
[video=google;-6312295472862851569]http://video.google.com/videoplay?docid=-6312295472862851569"[/video]
Reply With Quote
  #1124  
Old 07-01-2011, 08:23 PM
liefdesdichter liefdesdichter is offline
 
Join Date: Aug 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this olsa a mp3 player?
Reply With Quote
  #1125  
Old 07-03-2011, 05:45 PM
shzad1 shzad1 is offline
 
Join Date: Jul 2008
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not Working for me.....
everything is done but still not working
Reply With Quote
  #1126  
Old 07-03-2011, 09:34 PM
leftanalog leftanalog is offline
 
Join Date: May 2011
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is this confirmed working for 4.1.4?
Reply With Quote
  #1127  
Old 07-07-2011, 12:08 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems that youtu.be share links have stopped working again, this happens either using AME or just the default VIDEO tags. The fix vbulletin.com gave to make them work is no longer effective, must be something YouTube have changed.

I have posted about it HERE.
Reply With Quote
  #1128  
Old 07-07-2011, 01:20 PM
principino1984 principino1984 is offline
 
Join Date: Jul 2006
Location: Italy
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just installed on vb 4.1.4 and it's not working at all...

Marco
Reply With Quote
  #1129  
Old 07-08-2011, 06:40 AM
leftanalog leftanalog is offline
 
Join Date: May 2011
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stopped working for me on 4.1.4. Is there a fix for this I have missed? Please. Thanks.
Reply With Quote
  #1130  
Old 07-08-2011, 07:03 AM
AllanZ AllanZ is offline
 
Join Date: Feb 2011
Location: NL, Canada
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on 4.1.1, is there a fix or update I could try?
Reply With Quote
  #1131  
Old 07-11-2011, 02:08 AM
MdrNate MdrNate is offline
 
Join Date: Feb 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working on 4.1.3 Release 1, Any thoughts?
Reply With Quote
Reply


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 09:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06879 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (3)bbcode_php
  • (2)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
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)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