2.) File and Directory Structure
Action |
Script Location |
Description |
|---|---|---|
New member created |
/database/create.pl |
When a new member is added to the database |
Member deleted |
/database/delete.pl |
When any member is deleted from the database |
Member activated |
/database/activate.pl |
When any member in the database, is activated |
Deactivated |
/database/deactivate.pl |
When any member in the database, is deactivated |
Member type changed |
/database/member_type.pl |
When the member type of any member changes |
Transaction added |
/transaction/[TRANSID].pl |
When a new transaction is placed into the database, on any member's account. The [TRANSID] represents the ID# of the transaction which was added. (explained below) |
Downline position created |
/genealogy/create/[PROGRAMID].pl |
When a downline position is created in the [PROGRAMID] program structure |
Downline position deleted |
/genealogy/delete/[PROGRAMID].pl |
When a downline position is deleted from the database, in the [PROGRAMID] program structure |
Matrix filled |
/genealogy/matrix_fill/[PROGRAMID].pl |
When a member fills their matrix with the maximum number of members, in the [PROGRAMID] program structure. |