Requirement:
Infinite Empowerment is a multi level marketing site, where the member gets paid weekly. A user can become a part of this site through an invitation sent by an existing member of the system. The member can join the system by purchasing products worth a particular amount. He also gets the opportunity to invite other people to join the site.
Solution:
The people joined in the system are treated as a binary tree. An active user of the system can invite any number of people to the system. The first two people joining in the system through the invitation will be placed under him. The payment is calculated in pair wise. The first payment is called main payment and others called pair.In the admin section of the site the administrator has the privilege to place a new user anywhere in the system. Administrator accepts the payment and then activates the user. In payment release admin can view each and every payment and release them or process bulk payment. Administrator can set a limit to the amount that should be paid out for a user in a week.