Making Amember Work With Phbb Board

Discussion in 'Customization & add-ons' started by aquasound, Aug 29, 2003.

  1. aquasound

    aquasound Guest

    Hello, I currently have the free version of Amember, which suits my needs just fine right now. But I also have PhBB board and I'm getting a lot of new members, who aren't signing up through my website.

    How do I set up Amember (or the PhBB) so that when one signs up in Amember it automatically registers them in the board (and vice versa)?

    Note: I have read the Amember guide, but because I'm using free version, there is no Admin/config/global panel for my browser. I feel comfortable enough editing the code if someone were to be kind enough to give me step by step instructions.

    Please let me know if this is possible.

    Thanks in advance
  2. Guest

    Guest Guest

    The bulletin board plugins only work with full-versions of aMember. I think you can hack aMember freely for your own use to integrate with phpBB, but you'll want to check with cgi-central.net to make sure you can alter the underlining code (aMember is not GPL, so there are restriction on what you can do with the code).

    What is your time worth? Unless you place no value on your time and you have nothing more productive to do for 30 hours, it's actually cheaper just buy a license and the phpBB plugin. You'll know it works out-of-the-box and you can spend your time doing something more productive for your business.

    Just my 2 cents.
  3. GWC

    GWC Guest

    We have the full version and my tech guy tells me we obtained the official plugin to integrate aMember with PHPbb. It works for new registrants but we have been unable to find a solution to our real need.

    The plugin will add new aMember members to the PHPBB user file, but if you have to important members from a prexisting file, it will not add them. Specifically, our aMember file was populated from an existing user data file of some 70,000 users. None of those users was or seem able to be added to the BB user file.

    I arrived at a second solution, in part from reading a PHPbb forum: I imported the aMember user file into Access via SQL driver; ran the aMember passwords through and MD5 encryptor to match PHPbb's requirement (doing it raw plain didn't work) and then populated the PHPbb user file with the results.

    Every record appears exactly correct. The MD5 hashes are character for character matches. The records are fully and -- in the admin module -- completely created.

    But try to log in one of those imported users and it will not recognize the password as valid. It rejects them exactly as it rejected the unecrypted passwords.

    We have 70,000 plus existing users potentially accessing the forum if we ever deploy it. It is non-trivial to force all of them to re-register just to use one component of the site. So any help at all would be enormously appreciated.

    email glenn dot caleval at producer dot com
  4. obiwankenobi

    obiwankenobi Guest

  5. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Thank you for the script!
    However, if existing users have active subscription in aMember, it is enough to click aMember CP -> Rebuild Db to have members transferred to phpBB database.
  6. loganeast

    loganeast New Member

    Joined:
    Jun 5, 2007
    Messages:
    3
    We have been doing just that - clicking Rebuild DB to transfer the member to phpBB - but lately it hangs. I'll click Rebuild DB and the page will timeout. The DB's got about 11k members in it. Is that too large for this to work? It just seems like the MySql doesn't have a chance to finish before the DB's rebuilt.

    Thanks.

    Joe
  7. jazzedge

    jazzedge Member

    Joined:
    Aug 11, 2007
    Messages:
    54
    any update on this?

    I have ~10k members and rebuild DB seems to just hang
  8. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Hey Willie,

    Does it hang and error out or just take a while to run?

    Increasing the PHP timeout value may help with the errors by letting it run a bit longer.

    Fixing the delay would most likely require purging old records or adding/modifying indexes on the tables (proceed with caution on this one). Here is a thread which may help:

    http://www.amember.com/forum/showthread.php?t=5849&highlight=table index

    frank
  9. sara_nylander

    sara_nylander New Member

    Joined:
    Feb 4, 2008
    Messages:
    3
    Okay I bought the PHPBB plugin and it doesn't work with PHPBB3 which is the current release, wasted 2 hours to find out the plugin doesn't work!!!!!

    The fields in the plugin are outdated and don't line up with PHPBB fields anymore
  10. calisolllc

    calisolllc Member

    Joined:
    Feb 19, 2007
    Messages:
    194
    Thats because phpbb3 is brand spanking new, probably 99% of all phpbb users are still using version 2.X
  11. juniorm

    juniorm Member

    Joined:
    Nov 13, 2005
    Messages:
    47
    not necessarily... there is a new plugin for phpbb3 (you ahev to contact support)

    although it still doesnt work 100% for me :confused:

Share This Page