The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm) Details »» | |||||||||||||||||||||||||||
DJ's AME (Auto Media Embedding) XML Media Definitions (Third Time's the Charm)
Developer Last Online: Sep 2023
======================================== IMPORTANT - PLEASE READ These XML Files must be imported through your AME CP. That requires The Geek's AME - The Automatic Media Embedding System to be installed on your forum. Then you can come back here and import these definitions. ======================================== VERSION INFO - PLEASE READ While AME 2.0+ was redesigned for vBulletin 3.7.x, it should still function on versions 3.6.x. These media definitions will work with any version of AME. AME 2.0 now works with Social Groups, Blogs, Profile Comments and Visitor Messages (if your running vB 3.7.x, obviously). However, AME 2.5 BETA also supports signatures and has a global resizing option for each of these regions. If you decide you want the resizing functionality, you will need the definitions from this thread instead: DJ's AME (Auto Media Embedding) XML Media Definitions for 2.5 WHAT THIS IS? This thread is the third installment of a series of threads where we tried to collect media definitions for the AME modification by The Geek. The brilliance of The Geek's modification was that support for a given site could be added by people who knew a little about Regular Expressions, and then share the exported definitions with the community without The Geek having to update the modification each and every time. Hotwheels, and then Dannyloski both worked hard to maintain threads where we collected these definitions so they could all be in one place and easily downloaded. But both met with some unfortunate circumstances where they could no longer maintain those first two threads. Then I came along with my inordinate lack of something to do, and put everything together with the hope that I could keep things going as well. Hence the little joke there in the title about "Third Time's the Charm". So in addition to updating, I've kind of taken it upon myself to keep up with these definitions, collect, contribute and generally maintain this aspect of the modification. Hence the reason why I consider this the ultimate media embedding system for vBulletin, as we, as a community, have generated XML definitions for over 160 various kind of media outlets. I personally try to add at least 10 new sites every few months. LIVE DEMO This demo is running AME 2.0.2 on a live site. Periodically, this area will be closed for development. MEDIA DEFINITIONS New definitions are always in the works and any requests or XML contributions of your own are welcome. This is the complete list of Media Definitions, alphabetized and sorted by category. Please read any notations I've made for a particular definition here, since I can't include them in the XMLs. GamesSITES NOT AVAILABLE (The "No-Fly List") These are previously made or requested XML files that were working, but for varying circumstances, I can't make work at the moment. Things could change at a moment's notice, though, so be sure to subscribe to my updates. CBS News (Nothing to refrence in URL or HTML code)SUPPORT I'm always happy to help to the best of my ability, but please don't just say your video isn't working without providing links to either the video or the post your having a problem with. I can't help unless I know what to look for. Also be sure to check the FAQs in the following two posts, as your question has likely been answered many times. Thanks. DOWLOAD AND INSTALLATION There are three files available, though you don't neccesarly need all three. Definitions are installed by importing them through your AME CP in your Admin CP. YOU DO NOT IMPORT THEM THROUGH YOUR PRODUCT MANAGER. DJ's Master XML: This is the file you want if you're starting fresh and want the complete line of supported media sites. Remember that definitions do not overwrite, so you would need to delete your default definitions before importing this file.?The 9 following images also need to be added to your images/misc directory. Remember to Click Install so you can be informed via email when a new files is added or updated!! I've got more in the works! :up: :up: THANKS everyone! Supporters / CoAuthors Show Your Support
|
Благодарность от: | ||
Equarter |
Comments |
#692
|
||||
|
||||
Yes, this one is known. This is because MySpace changed their Embed Code from an iframe to actual embed code. This will be addressed in the next update.
|
#693
|
|||
|
|||
Quote:
How i can delete the old definitions, if i have install the new AME? |
#694
|
|||
|
|||
DJ! i have searched and searched for a solution before asking you, and im sure its something simple... but....
i have imported the amazon (links) definition, updated my tag appropriately, and none of the links are working. instead of pointing to amazon, it points back to my site with the amazon tag added on the end (which ends with me getting a database error). im using 2.5RC but have duplicated this in both 2 and 2.5. any advice? to clarify, instead of giving me a link to amazon.com/asin/tag=xxxxx, its giving me a link to ww.mysitegoeshere.com/forums/showthread.php?tag=xxxx arg! |
#695
|
|||
|
|||
Just moving the post over to the right thread
Quote:
Quote:
|
#696
|
||||
|
||||
Thanks Junkie. I will try to take a look at this for the next udpate.
Quote:
Quote:
NOTE: If you need to add your own affiliate ID tag you must go in and change each instance of ?tag=citofgamonlco-20 to your own affiliate ID. There are three. If not, you won't hurt my feelings leaving it in. Oh, remember to delete your old one. |
#697
|
|||
|
|||
hi,
I´m trying to build replacement code for ebay.de affiliate links, and I got stuck finding the right regex I need to extract the sellers name from an URL, which usually looks like this: http://shop.ebay.de/merchant/user_name works perfectly fine with: http://shop\.ebay\.de/merchant/([\.\w_-]+) then I can use the sellers name as $p1 however, sometimes ebay puts thos "W0QQ" variables behind it, then it would look something like this: http://shop.ebay.de/merchant/user_name_W0QQ_nkwZQQ_armrsZ1QQ_fromZQQ_mdoZ I need "_W0QQ" and everything after that to be excluded from $p1 first I tried to create a break at the first instance of an underscore, but then I realized usernames can contain underscores as well. thanks in advance! |
#698
|
||||
|
||||
Quote:
If it is necessary, then try looking for the user name someplace else besides the URL string. Likely, it will be somewhere in the HTML of the page and you can make a ReGex match to that. In this case your grouping, the $p1 reference, will be in the Extraction regex instead. |
#699
|
|||
|
|||
Quote:
the username occurrs once between h1-tags on the target page, so this should do the trick: <h1>([\.\w_-]+)</h1> only Problem is, AME stops fetching the page content at the first occurrence of german vowel "?", which unfortunately appears right in the title. please compare http://shop.ebay.com/merchant/25cent-giraffes http://shop.ebay.de/merchant/25cent-giraffes the word "seller" in the page title becomes "Verk?ufer", and AME stops at "Verk", which in vbulletin results in this: Quote:
|
#700
|
||||
|
||||
Is it truncating the HTML output or just the title? Shouldn't you still be getting a valid URL?
|
#701
|
||||
|
||||
Hi, I only have the latest version of AME installed and have not installed this add on. I am not sure if I am suppose to install the 12/08 update file or am to install the files in the 1st post and then the update file?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|