Hi guys, I'm planning on setting up a VPN / private proxy service, and aMember seems like a good script for the account management on the website part of it. But we need more: - aMember would need to call a third party script after a successfull payment. It needs to send the desired username, generated password and how long the user subscribed, plus, if there has been a chargeback, also call the third-party script. This is for managing user accounts on the proxy servers. - Of course, this needs to be protected (hence the choose of subforum) - I don't know how this all works exactly with aMember, but if the system just calls a URL with certain variables in it and if this URL is leaked to the visitors, they might just start creating accounts on their own. Is aMember capable of all this?
Sure you can do this without a problem. aMember have several hooks that will allow to executed php code in backhground, for example when payment will be completed aMember will execute finish_waiting_payment hook, in that hook you can place request to your account create script, that request will be hidden for user. Have a look here : http://manual.amember.com/Using_site.inc.php_and_hooks http://manual.amember.com/Creating_New_Integration_Plugins