Version: 3.0.1, by The Geek
Developer Last Online: Jan 2019
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.
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.
Good morning and happy new year.
I've installed this wonderful plug in but it do not look like ok.
i do not see the functions actives to set to convert the link in video.
and i've modified the hook file in xml and also opened saved and recharged the plug in in pug in manager.
i use Vb4 PL1 and ame 3. beta 2a because i've tried to installed beta 3 and the system has crashed and i had to restore all.
i've read the instructions to update but . .
I need help with AME Regex URL. And I am willing to pay a reasonable fee for someone who can help. Here is what I need:
Any time AME sees an URL starting with "http://MySite.com/P/?" it then out put the entire url as a parameter. I will then put {vb:raw code} in a embed code.
I need help with AME Regex URL. And I am willing to pay a reasonable fee for someone who can help. Here is what I need:
Any time AME sees an URL starting with "http://MySite.com/P/?" it then out put the entire url as a parameter. I will then put {vb:raw code} in a embed code.
Well, I don't know what's changed in the new version of AME yet, but in the previous version, at least, you could just use something simple:
Code:
http://[\w.]*mysite\.com/P/\?[\w&;@]+
And just use $ameinfo[url] (I assume The Geek didn't change this in AME 3) for the URL. You don't need to escape every forward slash, and you don't need % or - unless you have some URLs that have those characters. If so, just add them to the last set of brackets. I'd recommend putting the dash last, as I've run into a couple of problems putting elsewhere in the brackets.
Building....
* post 691:
Warning: include(ame_prep_cache.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/ame_prep.php on line 595
Warning: include(ame_prep_cache.php) [function.include]: failed to open stream: No such file or directory in [path]/includes/ame_prep.php on line 595
Warning: include() [function.include]: Failed opening 'ame_prep_cache.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/ame_prep.php on line 595
Sounds like you have the file cache on, but not a valid path (which is the second setting).
I need help with AME Regex URL. And I am willing to pay a reasonable fee for someone who can help. Here is what I need:
Any time AME sees an URL starting with "http://MySite.com/P/?" it then out put the entire url as a parameter. I will then put {vb:raw code} in a embed code.
Try this, I don't have any embed code to go off of, but assume you can tweak if needed.
Note that because of the way vB4 deals with video parameters, you don't want a semi-colon in your parameter.
@DJ - Keep meaning to update the readme with an outline of the new formats, but keep getting side tracked
Because its really vB4 doing the video management, we are somewhat limited in some of the things we can do, but not many. The key restriction is that there can be only one parameter (and it can't contain a semicolon!). That parameter can be fetched from another site or from the URL. There are no other parameters that can be used in the embed code other than this parameter, so no titles, sizes, etc...