Hello friends, i need one free affiliate script that i can integrate with my website. Thanks in advance
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.
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
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.