|
To show the information on credit cards from the Acclaim Network Affiliate Program you have to:
1. Join Acclaim Network Affiliate Program
2. Join Our Support Program
3. create folder serv_apn on your site (http://yoursite/serv_apn/)
4. put the files there: b2s.php search.php show.php b2s.csv - zipped files - (read more about these files )
5. enter your Acclaim Network links numbers into b2s.csv file
6. generate PHP-codes and insert in to the pages of your site
7. test
Your PHP-code will look like this:
<? include "http://yoursite.com/serv_apn/b2s.php?id_card=2193&aff=yapl&SUBID=PARAM";?>
We use 3 parameters: id_card - credit card number, aff - your affiliate identification and SUBID - for tracking different advertising campaigns.
So if your affiliate ID is 'yapl' and you'd like to put the code of credit card Blue from American Express® (its ID is 2150 - all credit cards ID's you can find at the code-generating page after you enter your affiliate name and site url the link will be:
<? include "http://yoursite.com/serv_apn/b2s.php?id_card=2150&aff=yapl&SUBID=PARAM"; ?>
How to create tables with credit cards you can read here.
Type your affiliate ID and your site url and press "Submit" button.
|