It should be possible to bridge this with any major forum software so they can share logins. I will be posting a guide sometime in the next month or so on how to integrate logins with any other script. Basically it is simple to do
if you know PHP.
Basically you would have to edit:
- register.php
- login.php
- logout.php
- functions.php
Basically altering the script to read from an alternate users table besides the one that the script currently uses. :)
More details will follow.
Brandon