Gold | Gold
PW | Affiliates |
Contact
PLR Bandits: Cloaking Your Affiliate Link
To cloak
your link, you may want to try one of these two software
titles: I have bought and
use both software pieces and they work
just great !
-
Go Try
This better because it has
better (graphical) reporting of hits to your
link etc.
-
Power Link
Generator has some great
features supported, so that you can open two
windows (or affiliate links - upon exit, as a
popup, etc...), not just one, with the same
cloaked link. Here is an example of how both
of these are used here.
If you prefer to use your own cloaking methods
(which are free) then you may want to try either the HTML or
the PHP method of cloaking your links. The code to do this for
both GOLD and PLATINUM is shared below. If you just want to
pick up your own affiliate links,
then please click here.
GOLD Membership Affiliate
Promotion
HTML Cloaked Links
To use a cloaked HTML Affiliate Link for PLR
Bandits, just replace "XXXXX" with your own. Then place this
code inside a text file and upload to a directory on your
website. For example, you may want to call it
plrbanditsgold.html.
If you upload the file to www.yoursite.com then your
cloaked HTML affiliate link could look like: www.yoursite.com/plrbandits.html
<html>
<head>
<title>Please wait! Loading
...</title>
<meta http-equiv="refresh"
content="2;URL=http://XXXXX.surefirewb.hop.clickbank.net?itm=plrbandgold">
<script>
url='http://XXXXX.surefirewb.hop.clickbank.net?itm=plrbandgold';
if(document.images) { top.location.replace(url);
}
else { top.location.href=url; }
</script>
</head>
<body>Please wait! Loading .....
</body>
</html> |
PHP Cloaked Links
To use a cloaked PHP Affiliate Link for
PLR Bandits, just replace "XXXXX" with your own. Then place this
code inside a text file and upload to a directory on your
website. For example, you may want to call it
plrbanditsgold.php.
If you upload the file to www.yoursite.com then your
cloaked PHP affiliate link could look like: www.yoursite.com/plrbanditsgold.php
|