How to insert your own content locker from OG ads to website.

Perp0games

Junior Member
Joined
Oct 5, 2016
Messages
106
Reaction score
17
Hi so I have a website which I took with HTTrack which is perfect for my niche, I now need to figure out how to add my content locker onto it.

I am hosing my webpage on poweruphosting and I have the domain already.

Do I add it somewhere in the cpanel I would be grateful if anyone could give me some clear instructions please.

Thank you.
 
Look at the code of ogads' landing pages. There is something like:

function letsgo() {
window.location = 'blahblah (dot) net/cl.php?id=yourpersonalcode';
}

So it means you just have to make a button (or use the existing one), and let it redirect user on your locker. You can find your links in content locker's settings. Or you can host it by yourself by downloading og.php (which may be found also in settings of cl) and do some tweaks.
 
Last edited:
Back
Top