Archive

Posts Tagged ‘amazon script’

Amazon Script

October 1st, 2009 Comments off

We need a script that we will add to a web page that will display the top 10 amazon results for a given search term. Need the following to display: thumbnail, title, description (about 50 words) – with title linked back to amazon.

Should look something like left hand column on : http://bestcarspeakers.org/page/11/car-audio.html (not ours)

Of course it would be set up with our affiliate code.

We will be adding it to a number of pages, so each time it is inserted, we need to be able to specify the search term.

Make it simple ………….

Amazon Script Fix

July 5th, 2009 Comments off

I got a script which query amazon web services, the script save the data as xml file.

But there are some problems:

1. Some products price are $0.00
2. some products are not totally related to the product title.
3. some products don’t have smaller image.’

I don’t want these data save in the xml. If you worked with amazon web services api before, it will be good.

Amazon Script Modification

July 1st, 2009 Comments off

This project requires 3 parts to be completed:

============================
1. Site/Domain Deleter by List

A way to delete domain and directory via a list

Would remove references in httpd.conf and the directory itself.
============================
============================
2. Amazon Script Signing Request Update
============================
============================
3. Regenerate URL and Ping process

Essentially the end result will be a new domain pointing to a site that has the same type of content.

Both pointing to the same directory install.

This would have to run from a cronjob without me needing to work on it. Just schedule crons to sh files I guess.
============================

Bear