I have a FILEHOSTING SITE, and I want to add a system to it, so when members arrive at the download page, they have to complete an offer before they can download the file. After they complete the offer, then they can download the file.
For each offer that the user complete, the UPLOADER gets $X amount of money in his account. And the system should keep track of each user uploads and how much they are earning. When they reach $10, they can request a Payout from us.
I already have a filehosting website and i need this system integrated into my current script.
Here is how the system will work:
1. The downloader will reach the download page.
2. The page will check to see if the user has completed the offer before or not. DONT USE COOKIE CHECKER. USE the system that Sharecash.org uses.
3. If User has completed no offer before, a popup will appear. The popup will have an iframe that links to a file in the system (ex. checker.php) that will serve as a way to communicate with the offer url and as a way to verify completed offers (algorithm).
4. If the downloader proceeds to fill out the offer and completes it, the file that checks for completion will return successful and the download prompt will appear.
5. The database will be updated and $x money will be added to what the uploader already had.
6. If the uploader reaches $10, the backend will move him to a ready to pay list with his details.
7. All the money goes into the PENDING EARNINGS of userpanel account and i put them in the APPROVED EARNINGS on the 15th of every month
BACKEND
- A user list that will allow you to filter by username, email, etc.
- A user list of ones who have $10 or more in their account.
- A list that allows you to add urls of offer pages according to Region or Country
- A list that allows you to change how much each offer is worth.
-Referals