![]() |
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.
|
Quote:
How i can delete the old definitions, if i have install the new AME? |
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! |
Just moving the post over to the right thread
Quote:
Quote:
|
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. |
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! |
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. |
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:
|
Is it truncating the HTML output or just the title? Shouldn't you still be getting a valid URL?
|
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?
|
All times are GMT. The time now is 03:20 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:
|