Jump to content

cloaking


AJC

Recommended Posts

What cloaking does is hides your affiliate links - place this code anywhere in your html of your website between the <body> and </body> tags:

 

<script>function cloakst1(){window.status="Promised Profit";} zint=setInterval(cloakst1,10)</script>

 

or if you use php, you can create a index.php with

 

<HTML>

<?php

header('Location:http://youraffiliatelink.vendor.hop.clickbank.net');

?>

</HTML>

 

hope this helps

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...