Masking/Cloaking affiliate links using simple HTML.

Status
Not open for further replies.

MyOwnDemon

Face Rocker
Jan 28, 2007
3,529
27
48
Iowa
www.sitestomp.com
What's a good, free way to mask/cloak affiliate links using simple HTML commands? :batman: I don't want to have to download and install any stupid fucking PHP scripts. Just looking for a simple answer here, if any exists.

Thanks in advance.
 


What's a good, free way to mask/cloak affiliate links using simple HTML commands? :batman: I don't want to have to download and install any stupid fucking PHP scripts. Just looking for a simple answer here, if any exists.

Thanks in advance.

php is done in notepad and saved with a .php

so lol

but to just insert some code you can use some java

Code:
[FONT=Arial, Helvetica][SIZE=2]<SCRIPT                   LANGUAGE="JavaScript">
                  <!-- Script courtesy of http://www.fuckassshit.com - Your Guide to Professional                   fuckassshit
                  window.location="[B]http://www.fuckassshit.com/[/B]";
                  // -->
                  </script>[/SIZE][/FONT]
 
What is with people asking painfully retarted questions deemed unworthy of response from the majority of the forum, and then berrating the one person who offered a helping hand?
 
Code:
<script type="text/javascript">
function afflink(id) {
	if (id != '') {
		document.location.href='http://affsite.com/ref?id='+id;
	}
}
</script>
<a href="#" onClick="return afflink(1234);">Go to this place</a>

That would work, and you could also have them go to different HTML pages like cockpills.html and just have a HTML refresh in there

Code:
<meta http-equiv="refresh" content="0; http://affsite.com/ref?id=1234" />
 
Can't googlebot just follow a simple HTML refresh? Even with nofollow?
 
lucab said:
Can't googlebot just follow a simple HTML refresh? Even with nofollow?
If he can't take the stupid fucking time to install any stupid fucking scripts, then he can't really have a good solution using HTML can he :)
 
I don't really feel the need to defend my sexuality to someone who claims to get enjoyment out of asking dumb questions and berrating someone who offered a hand.

and a preemptive "i know you are but what am i" for whatever lame ass response you might post
 
Status
Not open for further replies.