Tuesday, April 21, 2009

Easiliy to hide affilitate link

1. Meta Refresh

<html>
<head>
<title>Affiliate</title>
<meta name=”robots” content=”noindex,nofollow” />
<meta http-equiv=”refresh” content=”1; url=http://www.affiliate.com/?ref=123? />
</head>
<body>
<p>You are being taken to the correct page.
<br />If the page does load after 5 seconds,
<a href=”http://www.affiliate.com/?ref=123?>click here</a>.</p>
</body>
</html>

2. PHP 301

header(”HTTP/1.1 301 Moved Permanently”);
header(”Location: http://www.affiliate.com/?ref=123?);
exit();

3. .htaccess 301

Redirect 301 /go/affiliate.htm http://www.affiliate.com/?ref=123

4. JavaScript redirect

<script type=”text/javascript”>window.location=”http://www.affiliate.com/?ref=123?;</script>

5.000webhost referral program

=======================
<a href=”http://www.000webhost.com/” onClick=”this.href=’http://www.000webhost.com/92312.html‘” target=”_blank”><img src=”http://www.000webhost.com/images/banners/468×60/banner13.gif” alt=”Free Web Hosting with Website Builder” width=”468? height=”60? border=”0? /></a>
=======================
<a href=”http://www.110mb.com/” onClick=”this.href=’http://www.110mb.com/aff.php?un=blog4blog‘” target=”_blank”><img src=”http://www.110mb.com/images/banners/110mb-hosting-b2.gif” alt=”Free Web Hosting with Website Builder” width=”468? height=”70? border=”0? /></a>

No comments:

Your Ad Here