Associate Engine : Revisions History : v10.08.25  
Home > Associate Engine > Documentation > Revisions History > v10.08.25

v10.08.25 (Aug. 25, 2010)

Browse v10.08.25
 


Upgrade instructions

  1. Download the Associate Engine .zip distribution file and unzip it into a temporary directory on your computer, such as into c:\ae

  2. Upload ae.pl to your webserver's cgi-bin directory (or to whatever directory you normally put script in). Note: If necessary, edit the first line so it indicates where Perl is on your server; default is #!/usr/local/bin/perl Note: Be sure to upload in ASCII mode and set the file permissions (i.e.: CHMOD 755 which is rwxr-xr-x).

  3. After upgrading, you may encounter one of these errors:



Revisions

NOTE: This update is optional but it is strongly recommended.

  1. Fix: Kindle Store browsing and searching works.

    Browsing and searching of the Kindle store (mode=kindlestore) now works. Previously, searches would be done for books even though kindlestore was specified.

  2. Fix: Redirect now works properly.

    Redirect now works properly. Header "Status: 302 Found" is now also sent during redirection. Previously, only header "Location: URL" was sent which was insufficient for some web browers (e.g.: IE8).

  3. Improve: Cache stale time maximum is one hour if showing prices.

    If product prices are being showing (i.e.: showprices yes), then the cache stale time (cache.stale) is now set to a maximum of 1. This maximum setting of one hour enforces compliance with amazon.com requirements that product prices not be cached for more than one hour.

  4. Improve: Cache stale time maximum is 24 hours.

    The maximum value for the cache stale time (cache.stale) is now 24 hours. Amazon.com requires that data not be cached for more than 24 hours.

  5. Improve: authorsearch now supports keyword criteria.
    Improve: artistsearch now supports keyword criteria.
    Improve: actorsearch now supports keyword criteria.
    Improve: directorsearch now supports keyword criteria.
    Improve: manufacturersearch now supports keyword criteria.

    When doing an Author Search authorsearch (e.g.: authorsearch=Rowley), can now also specify keyword criteria via the keyword parameter (e.g.: authorsearch=Rowley&keyword=Harry+Potter

  6. New: {titleGeneral} template variable added.

    {titleGeneral} template variable has been added. It returns the product title, but unlike {title} which has the product's ASIN, {titleGeneral} does not have the product's ASIN. Because there is no ASIN mentioned, multiple products might return the same value for {titleGeneral}, especially for different binding versions of a product (e.g.: hardcover, softcover, Kindle) that all have the same title.

  7. New: Substition modifier "-" returns a filename-compatible string.

    Substituion modifier "-" has been added that converts the variable to a filename-compatible string. For example, {details.authors-} returns the author's name converted to a filename-compatible string (e.g.: "C. Rowley" returns "c-rowley"). Thus, you might use: <a href="/authors/{details.authors-}.html">{details.authors}</a>, and author "C. Rowley" would return: <a href="/authors/c-rowley.html">C. Rowley</a>, where you might have created a webpage about author C. Rowley at /authors/c-rowley.html


Prior to this point was Associate Engine v9.08.17.





E.&O.E.; © Cusimano.Com Corporation; www.c3scripts.com