![]() |
BEWARE OF THIS PLUGIN! We believe we had a vulnerability using the AME (Auto Media Embedder) product/plugin and have removed the plugin. We are actually certain this was the culprit now that it has been removed and the malicious code is no longer a problem. Here is the malicious code it was injecting:
Code:
<script> function SetCookie(cookieName,cookieContent){ var cookiePath = Of course we got several warnings from Google who was blocking some of our pages due to the malicious code. We tried to convert the AME code back to normal URL's prior to removing the product, but it would not work. We have removed it, but now those posts have the [ame] tags wrapped around a media link and we would like to remove them and not have to do it manually. Is there an SQL query we can run that will remove all instances of [ame] and [/ame]? Thanks! |
Looks sort of like the VBSEO injection exploit that simply placed the malicious code in the first Mod in your list and AME would generally be one of the first. That's what the exploit does -- it puts a base64 iframe in a plugin for one of the first mods on your mod list.
On my forum it placed the malware code in an All-Advertising mod plugin -- but it wasn't the mods fault. Are you running VBSEO and have you upgraded the files to prevent the exploit? |
I recently ran a "rebuild post cache" maintenance routine and it disabled most if not all old YouTube vid links in AME. If I click on the post's edit button and then save it puts the vid back in the post. Otherwise it's just missing.
I know there are some tools, but I'm not sure which one to run to re-apply the mod to my existing posts. And, the warnings there kind of scared me off just giving it a try to see what happens. Could you scale that learning curve for me and let me know which tool to use and how to apply it? PS. I'm using VB 3,7.3 and AME 2.5.6 and the stock YouTube definition and nothing else. |
Hi-
Does anyone have a working Amazon affiliate definition? Amazon must have changed their format a while back, as my previous definition seems hit or miss lately. Thanks! |
I'm using this but it's pretty standard I think.
Regular Expression: Code:
http://www\.amazon\.[a-z\.]*/[\w%-]*/[\w]+/([\w]+).* Code:
<a href="$ameinfo[url]?tag=joesultofftop-20" target="_blank" title="$ameinfo[url]"><img src="images/misc/amazon_icon.gif" border="0" alt="$ameinfo[title]" />$ameinfo[title]</a> |
Quote:
Yes... we have updated vBSEO to the latest version... immediately after we first got hit. Will it now move to the next plugin on the list? Any idea what we need to install to block it? |
Quote:
Thanks for taking the time to post what you had though I greatly appreciate it! |
Quote:
We're not aware of any vulnerability within vBulletin 3.8.6 for this however any issue with a plugin will relate specifically to their code. vBulletin just gives the code a 'hook' to attach to and allow it to run during a particular process - we do nothing specifically with a plugin's code. Exactly what I suspected... neither party wants to accept responsibility or apparently even investigate if they have an security issue. |
This modification increases the load on the server?
|
All mods increase the load on the server but in the scheme of things not all that much.
|
on forum add a lot of youtube videos is to use this mod, or make better use of bbсode?
|
I couldn't imagine there would be much of a difference between this mod and a bb code- both are using search and replace algorithms.
|
BirdOPrey5, thanks
|
does this work with 4.08 ?
|
No, there was a 4.0 version released by someone else but I think I read it stopped working several 4.0.x versions back.
|
thanks. this is not good for me. :-(
|
Can you help me too please?
I've got a problem with youtube. I suddenly only see an icon with the link behind it, but film won't embed. When I try to embed this link for example: http://www.youtube.com/watch?v=dGtk1dHLSKM It will look like: [icon here] YouTube - Johnny Winter playing Red House in 1991 When I put my mouse over it, it says: External Embedding not Available. How can I fix this? I already tried reinstalling the product and also deleting all definitions and importing new ones. And the Validation Regex box is empty! When I disable extraction globally and edit/save a post, the video's become embedded double with some strange text between them. When enabling extracting globally, only icons with links remain. This goes for ALL youtube video's. I'm using VBulletin 3.8.5. and Ame 2.5. This question is also in the DJ's AME definitions thread, but I think it should be here in this thread, correct? |
My own question regarding self hosted video (i.e., wmv) on what folks may be doing here in conjunction with AME.
Currently, I have a /videos directory for which I upload such files. Then use the AME internal linking to present. Recommendations on implementing access to non-admins? Just create an FTP account for that folder only? Is there a hack (e.g., downloadsII) that could be mated in combination for a non-admin (general ugroup)? Thanks for any ideas, recommendations, and direction! |
sry when it come for vb 4.0.8 ?
|
1 Attachment(s)
Is there a way to "cutoff" the container title text after, let's say 50 characters?
If it is longer than 60 characters on my style, it goes to a 2nd line and due to my images used, they are not multiple line friendly. Please let me know if there's a way to "cutoff" text and add something like "..." to the end to show there is more to the title. Thanks! EDIT: Examples attached. One with a "normal" title. One with a "2-line" title. |
Hi everyone.
I'm having a javascript error in internet explorer 8 at this line. PHP Code:
Are you guys having the same problem? I'm running 3.8.5 and the latest ame 2.5.6 Edit: If I disable this plugin the error goes away. PHP Code:
|
I'm pretty sure that plugin "Hides" (or disables) AME for usergroups who aren't allowed to use it- if for some reason you disabled it for some users. I know one site for example where they disable it for guests.
|
I wonder if it would be possible to make a definition that would work for any web site and pull the "title" of the site and put it as the link, so instead of:
https://vborg.vbsupport.ru/index.php you'd get vBulletin.org Forum Otherwise is there some way to make this work nicely with this existing mod? https://vborg.vbsupport.ru/showthread.php?t=189658 It works but the titles on youtube videos become full URL's instead of titles with both mods enabled. |
Quote:
The problem arises if you use a longer Amazon link, like the ones you get when you search for an item at Amazon.com. These URLs already have a question mark in them, like ?ie=UTF8&blahblah . If you copy that, the AME appends ?tag=youraffilaitecode-20 to the end of the URL. This will not validate using the Amazon link checker, presumably because two question marks appear in the URL. You can make it validate by appending &tag=youraffiliatecode-20 to the end of the URL instead. The problem is this syntax will not validate with the shorter URL format you might copy off Google. All is fine if you are the only one putting Amazon links on your forum, but of course you want it to automatically append the right tag for whatever type of Amazon link a user might post. Anyone handy with definitions have an idea on how to use ?tag= for shorter Amazon links and &tag= for the longer types that have a ? in the URL already? Maybe two separate ones? One possible idea is that you append this to the end of any url ?tag=youraffiliatecode-20&tag=youraffiliatecode-20 . This seems like it works in limited testing, but I'm not all that familiar with AME definitions and Amazon URL formats to say for sure. Sometimes redundancy is good, sometimes it is not... |
If what you say is true I would make the replacement link always have an ?= even if it's a dummy value it should just be ignored, ?dummy=5... then the &tag=affiliatecode should always work. I don't know if this would pass the amazon link checker but it should work in practice.
|
A number of these previous questions, which I would specify if I had a little more time today, are somewhat rectified if you use the up-to-date definitions in the add-on thread. The default definitions for AME have not been valid or updated in quite some time. I try my best to keep mine up to date, even though that tough in all cases.
|
Quote:
Quote:
|
Quote:
Quote:
|
This worked for me for a while and now has stopped working? I'm using 2.5.6
Edit: I cleared cache and now it works |
Quote:
Any issues with that, please direct towards my thread and I'll try to address them. |
Okay, I'm referring to this post in the AME 3 thread by The Geek. For a while now I've wanted to delve into an existing product to assist in my own personal studies of PHP and vB mod development. But I need a good reason to spend that time on it. I was going to ask The Geek first, but wasn't sure I could get in contact with him now that he's not longer involved in vBulletin coding. But it seems he's left the code open for anyone to try and continue development. To keep AME alive. I wish to do that. I wish to keep AME going for the foreseeable future. So while I can't guarantee a timeline, I am going to try and do my own second generation release of the AME code to try and keep this great product alive. I need to spend some time reviewing the code, understanding the fundamentals. But I intend to try to keep this product from fading away. Don't know if that will include vB4 development, at least not at first, but I will look into. Hope you can bear with me.
|
I think it's great you want to take it over and keep it alive.
My compliments already! |
3 cheers for DJ!
|
Hey everyone, I would like to change the color of the title on the container. What would be the best way to do that? I see it uses the tcat class, however, black on black is a little hard to read, lol. Not sure why it is not taking the text color of the tcat in the css settings?
Thanks in advance! |
Quote:
|
Is there a way to disable embedding on a specific style?
|
Quote:
Check the add-on for my AME Templates for Mobile Skin. That should do what your wanting. |
Thanks so much!
|
This doesn't work so swell for me :(
|
Quote:
|
All times are GMT. The time now is 05:06 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|