clubside360
06-08-2006, 10:48 AM
I would like to interface my ASP web application with a SQL Server back-end with my vBulletin userbase so that people signing up in one are automatically erolled in the other. Because ASP had no built-in MD5 capability I cannot do this myself, not could I modify the PHP new account procedure of vBulletin to also create the same account and password in SQL Server.
This may not be a custom request, or it may even require a paid request, I apologize for being a newbie in the vBulletin world...
Basically what I need is a way to create accounts in the MySQL database with the same MD5 procedure when the user creates their account in the ASP application. Likewise, if the user first create their account under vBulletin I'd like the same account information added to SQL Server.
The next step would be both applications sharing the same cookie, but I guess one step at a time!
Chris Rowley
This may not be a custom request, or it may even require a paid request, I apologize for being a newbie in the vBulletin world...
Basically what I need is a way to create accounts in the MySQL database with the same MD5 procedure when the user creates their account in the ASP application. Likewise, if the user first create their account under vBulletin I'd like the same account information added to SQL Server.
The next step would be both applications sharing the same cookie, but I guess one step at a time!
Chris Rowley