+ -

Pages

Friday, 13 September 2013

Landing Page with referrals system [PPD/CPA]

Hello,

I decided to create a landing page with referrals system, visitors that want to generate a key or something like this need to share their referrals link. Everytime a new person access their referral link, his number of required referrals decreases and when he has the required number of referrals the generate button appears.

The system is pretty simple, nothing special but should be useful for most of the people that is using CPA/PPD.

Some screenshots:
1. http://oi41.tinypic.com/2lxugc4.jpg
2. http://oi39.tinypic.com/f9lhlu.jpg
3. http://oi43.tinypic.com/2d7frlu.jpg
4. http://oi39.tinypic.com/w98lfc.jpg



Download: http://adf.ly/VfH3e

Installation guide:
1. Upload the script on your webhost, preferably in public_html (root).
2. Create a database and a user.
3. Go to phpMyAdmin, select your database and SQL section - there copy-paste the code from DATABASE.sql file.
4. Edit settings.php file with your database as it follows:
Code:
$DatabaseAddress = "localhost";
$User = "user";
$Password = "password";
$Database = "database";

In the same file change $address variable with the exact address where the script is placed like:

http://domain.com/

or

http://domain.com/script/
(if it is uploaded in a sub-directory)

If you want to adjust the number of required referrals to generate a key, just change $referrals value.


NOTE: For some webhost you will get an error regarding repeated headers, please change your index.php file content with this one: http://pastebin.com/6sUax4sz .


You can modify whatever you want, change banner/background/style and use it for different niches. I made it for GTA V as an example.

If you have any problems or issues with it, just post here.

EDIT: I've re-uploaded the script because there was a small issue with Chrome browser , if you already edited the script and don't want to download it again, just do this change:

Before this line:
Code:
<p><strong><div style="color: #009900; display: none;" class="key">Key successfully generated: <a href="http://google.com">Download here</a></div></strong><p>

Just add:
Code:
<br/><br/>

Or more <br/> if required, it's a bug with the javascript generator.
5 PPD Methods: Landing Page with referrals system [PPD/CPA] Hello, I decided to create a landing page with referrals system, visitors that want to generate a key or something like this need to sha...

No comments:

Post a Comment

< >