Hi, We've purchased both aMember Pro and PHP Affiliate Pro and we need to integrate them: - at the purchase level, so that aMember Pro subscription sales are properly tracked and attributed to affiliates. - at the database level, in order to allow single sign-on (subscribers can also be affiliates, and we don't want to ask them to create to separate accounts). So my questions are: - Did anyone already integrate those two scripts? Both use PHP and MySQL. - Is it possible to modify the MySQL tables used by aMember Pro? Are these tables documented somewhere? Thanks for any help.
1. About purchase level integration, just change aMember Pro thanks.html template, corresponding to the script requirements. 2. Is it impossible to modify the MySQL tables used by aMember Pro. Please don't do it, it is completley USELESS! Better create a plugin for aMember Pro, which will add new aMember Pro customers to PHP affiliate pro. Use mod_auth_mysql plugin as example.