After a user signs up and their payment is confirmed, I want to run a script that builds a database for that user. I only want to run this script once, as I do not want to create multiple databases, and I also don't want to create a DB for non paying users. Where can I include this script in amember so that it only runs onces a payment has been confirmed (on initial signup only) by the way, I am using google checkout as my payment processor. Thanks so much, Mike
Sounds like you could build a plugin too handle this: http://manual.amember.com/Creating_New_Integration_Plugins David