AMAZON.COM AFFILATE BLOCK V0.99
by PEACELENNON
1 JULY 2002
WHAT IS IT?
=============
A simple block for amazon.com affilate members. You can use with any version
of PHPNuke (
www.phpnuke.org)
I did NOT make the code, I just modified from an old one. Now, it gets the
picture of the item from Amazon.com servers and you just need to submit ASIN
number and the title of the item. Every time you refresh the page you can
see a new item at Amazon.com block. Script does the rest !
Visitor clicks on the item, a new page is openned and you earn MONEY !
DOWNLOAD
==============
Newest file --->
http://www.VentusVigor.com/amazon.zip (4 KB)
Contact email ---> amazon@ventusvigor.com
Demo --->
http://www.ventusvigor.com/ (on the right top)
INSTALL
=============
1) open block-Amazon.php Change your Amazon id at Line 12 ($aid =
"YOUR_OWN_AMAZON_ID";)
2) Form a Table called "amazon_items"
CREATE TABLE amazon_items (
iid int(8) NOT NULL auto_increment,
asin varchar(50) default NULL,
descr varchar(50) default NULL,
PRIMARY KEY (iid)
) TYPE=MyISAM;
3) Point your browser to the admin panel and open the amazon section and add
files
TO DO
==============
1) I need help to use this code with a Danish online shopping site.
2) There will be a "config" section in v1.0 to make it easier to modify.
3) There is a bug when you delete an item at the middle of the list. This
will be fixed in v1.0
HAVE FUN !