roxiea90
Power Member
- Jun 28, 2011
- 532
- 128
just take some time and check my content locker on blogspot it can bypass..
i can waste my time doing content locker for CPA while people can right click and copy or ctrl+a and ctrl+c then paste in microsoft word.. then they can press ctrl+left click and boosh no CPA lead are made..
SO can avoid it?
Im adding javascript that disable right click and highlight plus disable ctrl + any key .. tested and cant be copied, select all, right click and so on..
My questions - can still be any way in order to copy a content?? after using the code??
Let me share the code
PUT BELOW HEAD TAG (EDIT HTML)
PUT ON HTML/JAVASCRIPT (DESIGN > ADD A GADGET > HTML/JAVASCRIPT)
MY CONTENT LOCKER
CHANGE TITLE TO YOUR BLOG TITLE
CHANGE THIS CODE TO YOUR OWN TIME (MINE IS 80 SO IT UP TO YOU TO PUT WHAT YOU WANT)
OPTIONAL - TO CHANGE THE PLACES OF WHERE THE OFFER WILL GOES TO (NORMAL IS /2 BUT IT DEPEND ON TEMPLATE TOO LIKE MY OTHERS BLOG USE /75)
YOUR CPA OFFERS GOES HERE (SO THIS IS MINE AND PUT YOURS-CHANGE THE HTML AND COUNTRY NAME BY ON YOUR OWN KEYWORDS AND HTML)
YOUR CONTENT WILL GOES HERE..VIDEO OR SO ON
:dot::google2::abducted::helpdesk:
i can waste my time doing content locker for CPA while people can right click and copy or ctrl+a and ctrl+c then paste in microsoft word.. then they can press ctrl+left click and boosh no CPA lead are made..
SO can avoid it?
Im adding javascript that disable right click and highlight plus disable ctrl + any key .. tested and cant be copied, select all, right click and so on..
My questions - can still be any way in order to copy a content?? after using the code??
Let me share the code
PUT BELOW HEAD TAG (EDIT HTML)
Code:
<script language='javascript'>function keypressed() {;return false;}document.onkeydown=keypressed;// End --></script>
PUT ON HTML/JAVASCRIPT (DESIGN > ADD A GADGET > HTML/JAVASCRIPT)
Code:
<script language="JavaScript" type="text/javascript" >
<!--
document.oncontextmenu = function() {return false}
if (document.layers) {
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown = function(e) {
if (e.target==document) return false;
}
}
else {
document.onmousedown = function() {return false}
}
//-->
</script>
MY CONTENT LOCKER
Code:
<title>YOUR BLOG TITLE</title>
<script src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var Delay = 80;//Seconds after them clicking the link, the gateway vanishes.
function setupgateway()
{
var Left = $(window).width() /2;
Left = Left - $('#gatewaydiv').width()/2;
var Top = $(window).height() /2;
Top = Top - $('#gatewaydiv').height()/2;
$('#gatewaydiv').css('top', Top+'px').css('left', Left+'px').css('display', 'inline');
$('#gatewayDimmer').width($('html').width());
$('#gatewayDimmer').height($('html').height());
$('#gatewayDimmer').css('display','block');
}
function removegateway()
{
$('#gatewaydiv').css('display', 'none');
$('#gatewayDimmer').css('display','none');
}
$(document).ready(function()
{
$('.offerlink').click(function()
{
setTimeout('removegateway()', Delay*1000);
});
setupgateway();
});
</script>
<style>
body
{
background-image:url('');
background-repeat:repeat;
height:100%;
margin:0;
}
#mainContent
{
background-color:white;
margin-left:auto;
margin-right:auto;
margin-top:30px;
width:700px;
border:3px solid #CDCDCD;
text-align:center;
}
#gatewaydiv
{
background-image:url("");
background-repeat:repeat;
width:500px;
height:400px;
padding:20px;
position:absolute;
display:none;
background-color:#FFFFFF;
border:solid 4px gray;
text-align:center;
font-family:arial;
}
#gatewaydiv h1
{
font-size:35px;
color:#cc0000;
}
#gatewayMessage
{
font-size:18px;
}
.offerlink
{
color:red;
font-weight:bold;
}
#OfferList
{
margin:0;
padding:0;
}
#OfferList
{
list-style:none;
}
#gatewayDimmer
{
background-color:#000000;
opacity:0.8;
display:none;
position:absolute;
top:0;
}
</style>
<div id="gatewayDimmer">
</div>
<div id="gatewaydiv">
<ul id="OfferList"><h1>
Fill the ZERO COST Survey To Unlock</h1>
<span id="gatewayMessage">IF YOU WANT TO GET THE DOWNLOAD LINK FILL THE SURVEY BELOW! After completing an offer this page will be unlock and you will be able to download.</span>
<li><a class="offerlink" href="http://************/d5662lb" target="blank">United State</a></li>
<li><a class="offerlink" href="http://************/84pg57v" target="blank">Germany</a></li>
<li><a class="offerlink" href="http://************/7hreaxl" target="blank">United Kingdom</a></li>
<li><a class="offerlink" href="http://************/7ufbgc5" target="blank">Austalia</a></li>
<li><a class="offerlink" href="http://************/6wjwhmx" target="blank">Canada</a></li>
<li><a class="offerlink" href="http://************/8xsmv8v" target="blank">Other Country - Please Register</a></li>
</ul>
After completing an offer this page will be unlock and you will be able to download.
Thank you!</div>
POST CONTENT HERE WHETHER IN HTML OR COMPOSE SECT..THIS WILL GOES FOR YOUR ALL CONTENT
CHANGE TITLE TO YOUR BLOG TITLE
Code:
<title>YOUR BLOG TITLE</title>
CHANGE THIS CODE TO YOUR OWN TIME (MINE IS 80 SO IT UP TO YOU TO PUT WHAT YOU WANT)
Code:
var Delay = 80;//Seconds after them clicking the link, the gateway vanishes.
OPTIONAL - TO CHANGE THE PLACES OF WHERE THE OFFER WILL GOES TO (NORMAL IS /2 BUT IT DEPEND ON TEMPLATE TOO LIKE MY OTHERS BLOG USE /75)
Code:
var Left = $(window).width() /2;
Left = Left - $('#gatewaydiv').width()/2;
YOUR CPA OFFERS GOES HERE (SO THIS IS MINE AND PUT YOURS-CHANGE THE HTML AND COUNTRY NAME BY ON YOUR OWN KEYWORDS AND HTML)
Code:
<li><a class="offerlink" href="http://************/d5662lb" target="blank">United State</a></li>
<li><a class="offerlink" href="http://************/84pg57v" target="blank">Germany</a></li>
<li><a class="offerlink" href="http://************/7hreaxl" target="blank">United Kingdom</a></li>
<li><a class="offerlink" href="http://************/7ufbgc5" target="blank">Austalia</a></li>
<li><a class="offerlink" href="http://************/6wjwhmx" target="blank">Canada</a></li>
<li><a class="offerlink" href="http://************/8xsmv8v" target="blank">Other Country - Please Register</a></li>
YOUR CONTENT WILL GOES HERE..VIDEO OR SO ON
Code:
Thank you!</div>
POST CONTENT HERE WHETHER IN HTML OR COMPOSE SECT..THIS WILL GOES FOR YOUR ALL CONTENT
I DONT KNOW IT WILL WORKS ON YOU BUT IT WORKS ON ME..
CREDIT TO THIS THREAD -
Code:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/210109-free-cpa-gateway-content-locker-code.html
:dot::google2::abducted::helpdesk:
Last edited: