
Originally Posted by
descalzo
The basic idea would be, in your sign up script, to have it use cURL to send the information via the web to the other SMF and have the registration script there enter the new account info.
Several problems. One of which would be that you have to synchronize the two databases first so that the user information is the same on both. The other would be that you could not use the same registration script without further logic. (otherwise, you sign up on A which notifies B which notifies A....). You would either need a copy of the registration script ( register_via_site.php and register_via_remote.php ) that does not call the other server, or you would have to add logic (hidden field) to the script.