CPA Landing Pages - We find and deliver only the best landing pages that you can use to earn money through "Cost Per Action" marketing. All files within the landing page's will be minified (images, scripts, styles), but you can always beautify them if you need to modify or improve some bits.
You can use Minify Code to beautify and minify HTML, CSS, JS.
- You will need an code editor of your choice. If you don't have one, we suggest downloading one of those: Notepad++ Sublime Text
Step 1
- Download the landing page with button above.
Step 2
- Extract the files and open the folder that appears after extraction.
Step 3
- To change main site context, open
generator.phpand you can make any changes in there.
Step 4
- To add content locker, go to your favourite CPA Network and follow their instructions. In every case, you will need to include one
<script>in the<head>of thegenerator.phppage and then attach the content locker call to an button. To find a button where you should add the content locker call, ingenerator.php, search forlockerand inside of it you will see a function that wrapsalert('demo')which outputsdemoas a message on click of the button. Simply swap thealert('demo')with your content locker call (e.g.call_locker())
Step 5 (optional)
- To change CSS, open
css/main.min.cssand beautify the file. You can Google for "CSS Beautify" or you can use the one that we mentioned for any file type. Make sure to minify the file after you're done, for faster page load.
Step 6 (optional)
- To change JS, open
js/script.min.jsand beautify the file. You can Google for "JS Beautify" or you can use the one that we mentioned for any file type. Make sure to minify the file after you're done, for faster page load.
Step 7 (optional)
- If landing page contains "console" that shows output messages of an "generator", you can edit them in
generator.phpby searching forconsoleMessages.
