Elite Commission Postback Script

elitecommission.com - back

This project includes three different parts. The first part is an administration system (shown right) where an administrator can log in and manage users (adding, editing, deleting). Information recorded for each user includes their username, their password, and the postback URL.

The second part of the project is a utility where users can provide their information which is then emailed and reviewed by an administrator (shown bottom right). If the administrator can verify the legitamacy of the user, they are added to the database using the administration script.

The third and most important part of the project is a script which is executed every 10 minutes using a CRON job. This script logs into a foreign website for each user that has been added to the database. The script downloads a CSV file, parsing it for information. Information in this file is updated continuously and the last known record is cached to prevent duplicates. Finally the script posts the new information to the URL specified by the administrator. The script logs in and makes posts for each user in the database.


Screenshot of the Admin Interface


Screenshot of the User Submit form