Simple integration to thrid party script...

Discussion in 'Customization & add-ons' started by microlinx, Jan 15, 2013.

  1. microlinx

    microlinx Member

    Joined:
    Oct 26, 2004
    Messages:
    268
    Hi:

    I have an SQL based third party, custom script that currently requires users to manually register to create a user account before they can use it. I'd like to connect aMember to allow new users to be added to the third party script database.

    This is how it needs to work...

    aMember Third Party
    db/am_user/name_f + name_l > db/user/full_name
    db/am_user/login > db/user/user_name
    db/am_user/pass (MD5) > db/user/password (non MD5)
    db/am_user/email > db/user/email
    db/am_user/is_approved > db/user/active

    The two problem areas are the combination of adding name_f to name_l to make full_name for the third party script, plus the MD5 passwords used in aMember to the non MD5 passwords in the third party script.
    All it needs to do is add the user upon payment. I'm not too worried about deleting members as this area is also protected by new_rewrite, but individual accounts are necessary.

    Anyone interested in sending me a reasonable quote for this?
    Cheers!
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279

Share This Page