Bug Found: when a new member joins sources/join.php does not insert the new owner into the DB
find (line 168):
active, openid, user_ip
replace with:
active, openid, user_ip, owner
then find:
{$CONF['active_default']}, 0, '{$user_ip}'
replace with:
{$CONF['active_default']}, 0...