Free CPA Gateway (Content Locker) Code

I'm bumping this because people need it for JohnsonDaniel method, thanks OP for the great free content locker script.
 
thanks, great post!

Btw, could you edit it so visitors can't scroll down anymore when they enter the website?
 
Last edited:
How do you make this code NOT popup the thing when a visitor enters my site?

I want to make the site look normal and WHEN THE VISITOR CLICKS, the popup thing goes up to lock the site and present links/offers?
 
Some one please help me add geo ip rotation according to countries.
Thanks !
 
How do you make this code NOT popup the thing when a visitor enters my site?

I want to make the site look normal and WHEN THE VISITOR CLICKS, the popup thing goes up to lock the site and present links/offers?
I'm wondering the exact same thing. How do you do? Something like onclick=""..
I don't know.
 
Just added this to one of my sites with a small customization.

To delay the start of the blocker, use this line...

Code:
setTimeout('setupgateway()', 3000);

Instead of this line...

Code:
setupgateway();

At the bottom of the Javascript section.

It's currently set to 3 seconds, but if you want 5, change 3000 to 5000, and so on and so forth.
 
Sorry I do not get this. How will the script know that someone completed the offer? You select "offer 1" then a new browser tab opens with this offer. Then on the main page the gateway locker immediately disappears.
So it is not checked what you do on the cpa offer site, if you do nothing and fill out nothing, the content on mainpage will be released nevertheless.
Or do I get something wrong here?
 
Sorry I do not get this. How will the script know that someone completed the offer? You select "offer 1" then a new browser tab opens with this offer. Then on the main page the gateway locker immediately disappears.
So it is not checked what you do on the cpa offer site, if you do nothing and fill out nothing, the content on mainpage will be released nevertheless.
Or do I get something wrong here?

its works on a timer not postback so you just make a educated guess how long you think it will be before you get the conversion and put the timer to close on that.
 
Back
Top