Hi all,
I am new at the group and in the Denmark. I am sorry to write in english but
I will learn danish as soon as possible.
I have a work with PHPNuke for Amazon Associates programme. I am looking for
coders, who want to make it better.
The code is last beta version. Here is the information.
Simple block for amazon.com affiliate members. You can use with any version
of PHPNuke 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 opened 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 some local 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!