Cloaked Affiliate Referral File Code Examples

In each of the example below, change the Red Bolded text as appropriate for your website. The Blue text indicates text that can be ASCII coded to further cloak the content.

Main File (Frame Definition) HTML Code Example (AffiliateName.htm)

<!-- Sorry This Page Is Not Visible -->

Insert about 50 blank lines here

<HTML>
<HEAD>
<meta name="mssmarttagspreventparsing" content="true">
<meta name="robots" content="noindex">
<TITLE>Your Website Name</TITLE>
</head>

<frameset rows="1,99%">
<frame name="AffiliateHeader" scrolling="no" noresize target="Main12" src="AffiliateNameHeader.htm" marginwidth="0" marginheight="0">
<frame name="AffiliateMain" src="AffiliateNameTarget.htm" scrolling="auto" target="AffiliateMain">
<noframes>
<body>
<p align="center"><font face="Arial" size="2">
<a href="http://hop.clickbank.net/?YourAccounName/AffiliateName"> Click
here to be forwarded to AffiliateName</a>.</font>
</body>
</noframes>
</frameset>

</html>

Header File HTML Code Example (AffiliateNameHeader.htm)

<HTML><HEAD><TITLE>Your Website Name</TITLE>
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://hop.clickbank.net/?YourAccounName/AffiliateName">
<base target="AffiliateHeader">
</head>
<body>
</body>
</html>

Target File HTML Code Example (AffiliateNameTarget.htm)

<HTML>
<HEAD>
<TITLE>Your Website Name</TITLE>
<META HTTP-EQUIV=Refresh CONTENT="0; URL= http://hop.clickbank.net/?YourAccounName/AffiliateName">
<base target="AffiliateMain">

</head>
<body>
<p align="center"><font face="Arial" size="2">
You will be forwarded to AffiliateName in a few seconds, or you can 
<a href="http://hop.clickbank.net/?YourAccounName/AffiliateName">
click here</a>.</font>
</body>
</html>