[SolidMean] Amazon and eBay Parser

[SolidMean] Amazon and eBay Parser 1.2.7

No permission to download
Sounds like a great addon! You should release it here
Would be nice so it can help other members. However, if it works great for me and maybe does not work great for others, that's why I never released it to share. If it starts giving others any issue, I don't have time to help people really. Mine does not have anything for Amazon, it's strictly eBay but it works on signatures, messages, PMs, and on any other downloaded addon like articles, chat room from Siropu etc etc..... It's really a good one. And it also does not use the database and changes all ebay urls to affiliate ones but time...., it's always against me.
 
I meant for version 1.x indeed ;) but if you don't maintain it anymore no problem. I saw that I can achieve the same result using your Comprehensive URL Parser, correct?
 
Possibly. I'm not familiar with the ebay.it affiliate. Send me a conversation with some example links and I'll see if it works.
 
I had to install this on short notice just now since I had an issue with another affiliate script, and only need to use it about a week or so since we're doing an upgrade to 2.1 in the coming week. I noticed it is not affiliating smile.amazon.com links, but is working with all the others. Quick fix:

In this file: ..../library/SolidMean/AmazonParser/BbCode/Formatter/Base.php

Find: $searchdomain = str_replace(array('www.'), '', strtolower($hrefarray['host']));

Replace with: $searchdomain = str_replace(array('www.','smile.'), '', strtolower($hrefarray['host']));
 
Top Bottom