| Customize the scripts, add users with custom scripts |
About the script called by the publicationThe publication calls the heactivate.php script. It posts data to this script that contains three form fields:
This script contains comments. You should not modify what the script returns to the publication. Customize the administration panelThe administration panel can be improved the way you want. It especially uses the powerful management and database features of the Flourish library. Add users automaticallyIn the "admin" subfolder, you can find a script template called remoteadduser.php. This PHP script is a simple example about how to add a user to the database automatically. It can be used for an automated process in an ecommerce service like FastSpring, Share*It... Scripts for FastSpring, Share*It and e-junkie are available upon request. We may also support other resellers, please contact us. It contains a function called addusertodatabase with several parameters: It returns a registration key that should be given to the user. This registration key is entered into the publication when the user activates it. This key is actually used to identify the user's record in the database. |