The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages Details »» | |||||||||||||||||||||||||||
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages
Developer Last Online: Jan 2019
From the creators of French and Toast comes a sweet and sticky enchanement to the New York Times best-seller: AME - Auto Media Embedding
AME 2.0 - The Embedder Strikes Back! AME has won Mod of the Month for Spetember 08. Thanks! Note that 2.5 Gold has been released. Click Here. Discussions for AME 2.5 RC 1 start here AME 2.0 is the next version of the "Mod of the Month" winning media embedder that:
Which sites are supported? At time of counting this, there are about 170 sites supported. But I have only included a few common standards as default (yahoo, youtube, myspace, google and Amazon). Why only these? AME was designed with its own import and export system that enables users to create or modify definitions and share them with the community. This keeps the system lightweight, customisable and saves us all from having to upgrade every time a media site changes their URL structure or if I add another site. Check out the 'add ons' section of this post below to see availible add-ons. Installation/Upgrade
Change Log 2.0.2 - fixed added slashes in quote blocks (DoH!), vm advanced error and incrimented product version. You need to replace include/ame_bb_code.php and re-import the product-ame.xml to upgrade 2.0.1 - fixed missing backslashes in code blocks 2.5 Pre-Release information Attached to this post is pre-release of version 2.5 2.5 is a pretty major upgrade from the 2.0 series and adds the following functionality to 2.0:
Please note that 2.5 is a pre-release so there will be issues. If you want more stability, use 2.x until this version becomes gold FWIW: The only items currently outstanding are to add some missing admincp help. The rest is working as intended as far as I can tell nJoy Show Your Support
|
Comments |
#312
|
||||
|
||||
still not seeing ame cp and help??
|
#313
|
||||
|
||||
still not able to use this after 12 hours any help. been trying to install the 2.5 version does that have anything to do w/ why I do not see ame cp??
|
#314
|
||||
|
||||
I figured out what was wrong. the xml file did not get imported even though I thought I clicked import button. I tested by deleting and starting over. 2nd try it imported and I saw all the code!! and the AMe Cp after refresh!
|
#315
|
||||
|
||||
when I post a youtube vide url the url tags surround it and it does not embed. Do I need to turn off this BB tag?
|
#316
|
||||
|
||||
Quote:
Just remember for future uploads, the contents of the upload folder will be structured the same way it needs to be in your forum directory. So there's no need to add them one at a time, just put them all in one swoop in the right directory and it will add them where they need to go. |
#317
|
||||
|
||||
ok so the url bbcode ok and it is surrounding the link every time and I do not see any embed
|
#318
|
||||
|
||||
First things first. Post the link to the thread where your having the problem.
|
#319
|
||||
|
||||
After installing AMe. it looks like many of the hyper links created in signatures and post are messed up and are just showing as code. HOw do I fix?
The Ame Mod is working otherwise |
#320
|
|||
|
|||
Quote:
|
#321
|
|||
|
|||
hacked it to use cURL, only took 2 seconds.
open includes/ame_bbcode.php add under very top comments: Code:
function curl_get_file_contents($URL) { $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_URL, $URL); $contents = curl_exec($c); curl_close($c); if ($contents) return $contents; else return FALSE; } find: Code:
$www = @file_get_contents replace with: Code:
$www = @curl_get_file_contents Done. Uses cURL, no problems with fetching, no need to mess around with PHP settings or anything. Such an easy fix, might want to include it in an update perhaps, Geek? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|