I want a script using which I can sign-up and manage sub-affiliates.
Let me explain this with an example.
PART-1 (affiliate network explanation)
There is an affiliate network called Azoogle. I’m a member of this. When I login into the members area of azoogle, it displays hundreds of offers. For example:
offer #1 – real estate ebook – http://x.azjmp.com/2w333 – $5.00
offer #2 – weight loss pills – http://x.azjmp.com/2R5GG – $10.00
offer #3 – no-snoring mask – http://x.azjmp.com/2XX23 – $20.00
In the above example, http://x.azjmp.com/2w333 is my main affiliate link for offer #1. I can also use Sub-links for tracking purpose. For example…
http://x.azjmp.com/2w333?sub=google
http://x.azjmp.com/2w333?sub=yahoo
So, if I send visitors to http://x.azjmp.com/2w333?sub=google or http://x.azjmp.com/2w333?sub=yahoo and when someone buys a product, I will get paid $5.00. Plain and simple.
Azoogle displays statistics like this for main link:
offer #1 – real estate ebook – 85 (clicks) – 3 (leads) – $15 (commission.)
and for sub-links, it shows like this:
google (sub) – 35 (clicks) – 1 (leads) – $5 (commission.)
yahoo (sub) – 50 (clicks) – 2 (leads) – $10 (commission.)
———————————————————————
PART-2 (sub-affiliate explanation)
Now, I want to sign-up sub-affiliates and assign them sub-affiliate links. Let’s say bob signs up. The script assigns him an ID no. E.g. 1001. His link for offer #1 will be:
offer #1 – real estate ebook – http://x.azjmp.com/2w333?sub=1001 – $2.50
That means, bob can send traffic using his sub-affiliate link and if any of his visitors buys a product, bob will get paid 50% commission. i.e. $2.50 (I will define the commissions in the admin section of the script)
and his statistics should show like this.
1001 (sub) -45 (clicks) – 1 (leads) – $2.50 (commission.)
This is the basic idea.
———————————————————————
PART-3 (user interface)
The script will be installed on my website, www.xybergold.com
So, if someone wants to join as a sub-affiliate, they will go to:
www.xybergold.com/script/signup.php
First name
Last name
Email address
Address
City
State
Zip
Phone
Password
Paypal email
Website
Description
Traffic/month
To login, www.xybergold.com/script/login.php
Once a member logs in, he will see offers like this.
offer #1 – real estate ebook – $2.50
offer #2 – weight loss pills – $5.00
offer #3 – no-snoring mask – $10.00
When he clicks on offer #1, it will show the details for that offer and also his affiliate link. John’s affiliate link is – http://x.azjmp.com/2w333?sub=1001. However, the script should mask the above link and it should display like this:
http://xybergold.com/script/offers.php?id=8880&a=1001
where, 8880 = offer ID and 1001 = john’s affiliate ID.
So, when visitors click on http://xybergold.com/script/offers.php?id=8880&a=1001, they will go to http://x.azjmp.com/2w333?sub=1001
NOTE: The script should login once per day to my Azoogle account and download the statistics report (clicks and leads information) for all sub-affiliates using their sub-id’s (e.g. 1001) and display it here. So, john can see how many clicks, leads and commission he has earned like this:
offer #1- real estate ebook- 1001 (sub) – 45 (clicks) – 1 (leads) – $2.50 (commission.)
(statistics should be displayed month wise)
———————————————————————
PART-4 (admin interface)
Add/edit/manage offers – Here I should be able to add/edit/manage offers and define the commission percentage for each offer.
Affiliates – should display all affiliates
Statistics – Stats of all Affiliates
Commissions – When an affiliate reaches $50 in commission, the script should display that affiliates name. Then, I’ll pay that affiliate manually by paypal and mark them as paid. Their member area should also display that they have been paid.
=====================================================================
NOTE: The above lengthy explanation might sound confusing. Actually, the script is not that complex. It is simple if you see the ‘User Interface’ which I have designed for example purpose.
Check it out here -> http://xybergold.com/design/offers.htm
=====================================================================