<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
function changeIt(imageName,objName)
{
var obj = document.getElementById(objName);
var imgTag = "<img src='"+imageName+"' border='0' />";
obj.innerHTML = imgTag;
return;
}
</script>
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Your Page Title</title>
<!--
Call jQuery because our locker needs it
-->
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js">
</script>
</head>
<body>
<script type="text/javascript" language="javascript">
function yourFunction(){
document.getElementById('yourfirDiv').style.display='block';
document.getElementById('yoursecDiv').style.display='none';
}
</script>
<div id="yoursecDiv" style="display:block;"><a href="javascript:void(0)" onclick="var fileref=document.createElement('script');fileref.setAttribute('type','text/javascript'); fileref.setAttribute('src', 'http://yourlockerurl.js?guid=123456789');document.body.appendChild(fileref); setTimeout(yourFunction, 3000);changeIt('http://www.site.com/images/2.jpg','yoursecDiv');">
<img src="http://www.site.com/images/1.jpg" border="0" alt="one" /></a></div>
<!--
Place the Real Link within yourfirDiv which is set to not display until yourFunction has been executed.
-->
<div id="yourfirDiv" style="display:none;"><a href="http://www.google.com"><img src="http://www.site.com/images/3.jpg" border="0" alt="one" /></a></div>
</div>
<br><br>
</body>
</html>
On the off chance that someone is interested in this, this code is very similar to the OPs original code, but with a little twist.
There is a button 1.jpg , when you press that, it changes to 2.jpg , and after 3 seconds changes to 3.jpg and the link swap happens at this time too.
The use I see for this is you start off with a "Download File" , when clicked changes to "Anti-Spam verification initialized..." and then finally to "Download Ready" with the link changed.
I know the content locker will for the most part obscure the "Anti-Spam verification initialized" image, but in my case, I am combining this method with another in such a way that this somewhat improves the look of my particular set up.
So it may be useful for someone else also
FYI my set up involves this , and long story short, my locker pops not onclick, but just after X seconds . The above image changing thingy makes it more credible, and gives all the cparedirect shit time to load, because if it don't load before the X seconds then the locker disappears for unknown reason. My knowledge is pretty limited on all this stuff, so just making the best mash up of this method and this that I can given what I haveCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript"> function changeIt(imageName,objName) { var obj = document.getElementById(objName); var imgTag = "<img src='"+imageName+"' border='0' />"; obj.innerHTML = imgTag; return; } </script> <meta http-equiv="Content-Language" content="en"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>Your Page Title</title> <!-- Call jQuery because our locker needs it --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"> </script> </head> <body> <script type="text/javascript" language="javascript"> function yourFunction(){ document.getElementById('yourfirDiv').style.display='block'; document.getElementById('yoursecDiv').style.display='none'; } </script> <div id="yoursecDiv" style="display:block;"><a href="javascript:void(0)" onclick="var fileref=document.createElement('script');fileref.setAttribute('type','text/javascript'); fileref.setAttribute('src', 'http://yourlockerurl.js?guid=123456789');document.body.appendChild(fileref); setTimeout(yourFunction, 3000);changeIt('http://www.site.com/images/2.jpg','yoursecDiv');"> <img src="http://www.site.com/images/1.jpg" border="0" alt="one" /></a></div> <!-- Place the Real Link within yourfirDiv which is set to not display until yourFunction has been executed. --> <div id="yourfirDiv" style="display:none;"><a href="http://www.google.com"><img src="http://www.site.com/images/3.jpg" border="0" alt="one" /></a></div> </div> <br><br> </body> </html>![]()
Mate,
That's some nice thinking and some nice tweaking going on right there
You have seen, as was my original intention, the beauty of the link swapping code. It is not only something which can call a locker, it can call anything. It not only swaps links, it can swap images, or, again, anything.
The thread you are linking to is CrazyFlx's twist to Pyronaut's locker.
Both these guys are downright awesome, and you'd all do well to read everything they've ever posted
Both versions are up to the task for banking with this method, the only issue with them is they require a little more set up, and need you to be a little more comfortable with working with code.
Setting up a locker on one site should be a no-brainer, almost, but setting this up for multiple sites can become a bit of a headache.
Nevertheless, it's brilliant code, and does very well as a starting point for people looking to monetize with locking with no initial outlay.
Once the cash comes in, it's time to look at more "out-of-the-box" or "refined" solutions, as they'll make your "scaling" efforts a doddle![]()
i am still trying to find the forums to post links in... 2 weeks after i read the thread! i find it easier to just commit suicide! what would be the keywords to use to find the forums? i registered in a few only to find them inappropriate for my link.
actually i think the biggest hurdle for me is the burning desire to make money. how do you acquire the desire? i so desperately need money. yet i still cannot find the burning desire...?
Yeah, lol I'm almost the opposite to everyone here, I can get traffic but can't code to save my life.
Will be happy to work a JV with someone with a half decent rep on bhw.
What CPA networks do you recommend for this?
ebook is done, and ready for download.. if you want a link, just PM me.... I will send you to my fake mediafire site![]()
Daniel, thanks 4 the share. Great work.
As I have quite some programming experience and solid understanding of technical aspect of the method, I have no problem implementing it. Though I have other problems![]()
First - to be able promoting an offer (to unlock it) (email / zip submit), I have to provide my promoting page and promoting plan.
I don't think any network will like this plan (your method). Any comments on this issue?
Keep up the good work!