Cyclops
Aug 3rd 2005, 1:09 am
I have recently purchase a website selling Amazon products. I was under teh impressiont hat all i woudl need to do is change the previous owners Affiliate ID link to my own. However when I do this it comes up with an internal server error.
The site is: http://www.betterlandscaping.com/
The section that I am changing wth my code is below: (this is teh original code without my Affilate ID)
$xmlFeed = 'http://xml.amazon.com/onca/xml3?t=' .$AssociatesID;
$xmlFeed .= '&dev-t=' .$DevToken;
$xmlFeed .= '&' .$SearchType;
$xmlFeed .= '=' .$SearchString;
$xmlFeed .= '&mode=' .$Mode;
$xmlFeed .= '&sort=' .$Sort;
$xmlFeed .= '&offer=All&type=' .$Type;
$xmlFeed .= '&page=' .$Page. '&f=xml';
My ID is http://www.amazon.com/exec/obidos/redirect-home/httpwwwfreehc-20.
Can any programmers out there help me please? This is so frustrating. It seems such a simple task.
The site is: http://www.betterlandscaping.com/
The section that I am changing wth my code is below: (this is teh original code without my Affilate ID)
$xmlFeed = 'http://xml.amazon.com/onca/xml3?t=' .$AssociatesID;
$xmlFeed .= '&dev-t=' .$DevToken;
$xmlFeed .= '&' .$SearchType;
$xmlFeed .= '=' .$SearchString;
$xmlFeed .= '&mode=' .$Mode;
$xmlFeed .= '&sort=' .$Sort;
$xmlFeed .= '&offer=All&type=' .$Type;
$xmlFeed .= '&page=' .$Page. '&f=xml';
My ID is http://www.amazon.com/exec/obidos/redirect-home/httpwwwfreehc-20.
Can any programmers out there help me please? This is so frustrating. It seems such a simple task.