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!
Contact us in helpdesk if you won't find someone for this. Also if you know php this should be pretty easy to implement: http://www.amember.com/docs/API/Protect