![]() |
I fixed this by changing line 111 in the product-rewrite_ebay_links.xml file from
Code:
<validationcode><![CDATA[return (strlen($data) == 9);]]></validationcode> Code:
<validationcode><![CDATA[return (strlen($data) == 10);]]></validationcode> Thanks for the quick update dismounted. |
so u got it working ferreo?
|
The campid is not being added. I changed the error look up to 10 so I'm not getting the error but it's not adding the campid to the link in the forum. It's just campid=&.....
I modifed the XML file by hard coding the CampID but I just wanted to let Dismounted know of this problem. |
I've made a donation to Dismounted for his great work on this. I think everyone else that's earned anything from this mod should do the same.
So, come on. Don't be selfish. It's time to reward the author. There is a donation button above under his Avatar. |
Quote:
Previously, someone tweaked your code on my site to work with vBseo. I would like to manually implement the changes you made to the script since the time that ebay changed its affiliate program. Can you provide some sort of guidance? Thank you in advance. |
Quote:
Code:
$newurl = 'http://rover.ebay.com/rover/1/711-1751-2978-71/1?toolid=10013&campid=' . $vbulletin->options['rewrite_ebay_links_pid'] . '&mpre=' . rawurlencode(str_replace('&', '&', $url)); Code:
$newurl = 'http://rover.ebay.com/rover/1/711-1751-2978-71/1?toolid=10013&campid=XXXXXXXXXX' . '&mpre=' . rawurlencode(str_replace('&', '&', $url)); I'm going to send a donation to dismounted as well, his plugin has done very well for me. |
Is that all I would need to do to make this work again?
|
Quote:
How does it conflict with vbseo? I use both dismounted's ebay rewrite and vbseo in parallel without any issues on my end. |
Actually, I found some discrepancy between dismounted's code and the one the link generator at EPN provides:
Code:
http://rover.ebay.com/rover/1/711-53200-19255-0/1?type=4&campid=XXXXXXXXXX&toolid=10001&customid=&mpre= Code:
http://rover.ebay.com/rover/1/711-1751-2978-71/1?toolid=10013&campid=XXXXXXXXXX&mpre= |
This is the file I am currently using. I have matched the prefix URL to the one from the generator for my campaign, the ID is hardcoded in line 57. Replace Xs with your campID.
|
All times are GMT. The time now is 11:36 AM. |
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:
|