PDA

View Full Version : has anyone done this?


katoom400exc
03-28-2002, 11:41 AM
Hi,

I am working on a site for a client, they are going to have vbulletin running, with seperate member forums (subscription based) I know how to get the credit card processing working, but I want to have it verify the transaction and automatically put them in the "paid members" group. Has anyone done this?

thanks

Logician
03-29-2002, 07:54 AM
I guess this hasnt been done before..

What you have to do is to program your "credit card process" script. In this script after process is succesfully completed it should connect to your MYSQL db, and update the usergroup id for the user in the relevant (users?) table..

Regards,