Hi i need a free Affiliate script.

Discussion in 'Affiliate Programs' started by websea, Mar 24, 2008.

  1. #1
    Hello friends, i need one free affiliate script that i can integrate with my website.

    Thanks in advance
     
    websea, Mar 24, 2008 IP
  2. AffiliateThink

    AffiliateThink Peon

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    in a file called .htaccess in your root html directory
    RewriteEngine On
    RewriteRule ^link/([/_0-9a-zA-Z-]+)$ link.php?id=$1
    Code (markup):
    in a file called link.php in your root html directory
    <?php
    $path = array(
    'affiliateproduct1' => 'http://www.affiliatelink1.com/?aid=youraffid',
    'affiliateproduct2' => 'http://www.affiliatelink2.com/?aid=youraffid',
    'affiliateproduct3' => 'http://www.affiliatelink3.com/?aid=youraffid'
    );
    if (array_key_exists($_GET['id'], $path))
    header('Location: ' . $path[$_GET['id']]);
    ?>
    Code (markup):
    now you can put links on your site like http://www.yoursite.com/link/affiliateproduct1 and they will automatically redirect to the affiliate product site with your referral code.
     
    AffiliateThink, Mar 24, 2008 IP
  3. blogspot

    blogspot Well-Known Member

    Messages:
    3,152
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    150
    #3
    blogspot, Mar 24, 2008 IP
  4. contentsis

    contentsis Peon

    Messages:
    69
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Not sure what Affiliate system you use. We have several free scripts on our blog:

    Free Amazon RSS Script

    Or, if you use WordPress, you could embed an Affiliate RSS feed in your Blog using FeedSnap or Azlite for the Amazon (RSS Feeds).

    http://www.developedat.com
     
    contentsis, Mar 25, 2008 IP
  5. john269

    john269 Notable Member

    Messages:
    6,229
    Likes Received:
    116
    Best Answers:
    0
    Trophy Points:
    235
    #5
    If you are making an affiliate program, then it's normally best to use a paid script or service as your visitors will know this including any affiliates that you get. It's also likely to have more and better features with it also.
     
    john269, Apr 5, 2008 IP