Link cloaking

Status
Not open for further replies.

BBoy

Newbie
Joined
Oct 23, 2007
Messages
43
Reaction score
33
Hi guys,

I need my affiliate link cloak.
I did a php link cloaking to my affiliate link but that is not what I want.

Currently, the situation is : My affiliate link cloaked to become www.xxx.com/xxx
But still www.xxx.com/xxx redirected to the merchant's url.

I need www.xxx.com/xxx to be permanent.

I am kinda busy right now.
I need a person to help me do it.
PM me.

Thanks.
 
try to load it in a frame.
keep the top frame 1px big and then load there site inside of it.
if they dont have a framebreaker then your url wont change.
 
Pardon my ignorance, I don't know how to use frame.
 
Paying people to do it for me.
Anyone?
 
Try below method:

This is a really easy redirection method. A META tag redirects the browser immediately after the page has loaded. This redirect method has been mentioned as a tip on many web sites.

This redirect, however, is speeded up with JavaScript. If the browser is JavaScript-enabled, the redirect kicks in *before* the page finishes loading. Even a fraction of a second can make a big difference to an impatient prospective customer.

First, make a web page with the following HTML code:

<html>

<head>

<meta http-equiv="refresh" content="0; url=URLGOESHERE">

<script type="text/javascript" language="JavaScript"><!--

window.location="URLGOESHERE";

//--></script>

</head>

<body>

</body>

</html>

Next, replace both instances of URLGOESHERE with your affiliate URL.

Decide on an appropriate file name for the web page ("master.htm" for example, or emulating the name of the program you're linking to, like "form.htm"). Once the file name has been decided, upload the web page to your server.

Now you can simply publish the URL of your web page instead of your affiliate link URL. The web page will redirect the prospective customer with your affiliate link.

Note that this can appear to disable the browser's "back" button. The "back" button needs to be clicked twice, in rapid succession (just a twitch slower than a double-click) in order to get back to the original page where the link was clicked.

One way to bypass what could be an annoyance is for the link to open a new window. This way, when the new window is closed, the previous window will be at the original web page.
 
he doesnt want his affiliate link visible i think you just gave him a redirect code for some reason?
 
There are some pretty cool link cloaking scripts and programs in the "Downloads" section. Have you tried any of them?
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top