wolfdogg
07-07-2006, 05:03 PM
What is the best way to incorporate an outside openSource php package such as Zen Cart into a website user login. I want to be able to have users that are already members login and enjoy their extra resources, but then when they click into one of the outside php packages i dont want the index asking them to login.
i guess i need to connect the userdatabases together. then i thought that might present a problem due to md5 hash passwords, or whatever else type of encryption i might run into. would i just set that same encryption into my main site registration page?
Ok, i thought, what if i use a pre exisating database such as the smf discussion board that will also be a part of the website and set my site registration form user and password inputs to use the SMF database user entries. This way, when a user registers for the site, they will actually be registereing onto the smf database, and therefore wont have to register a 2nd time when they click into the SMF discussion board for the first time.
is there another way to integrate outside php packages to a site login?
is sessions the answer?
i guess i need to connect the userdatabases together. then i thought that might present a problem due to md5 hash passwords, or whatever else type of encryption i might run into. would i just set that same encryption into my main site registration page?
Ok, i thought, what if i use a pre exisating database such as the smf discussion board that will also be a part of the website and set my site registration form user and password inputs to use the SMF database user entries. This way, when a user registers for the site, they will actually be registereing onto the smf database, and therefore wont have to register a 2nd time when they click into the SMF discussion board for the first time.
is there another way to integrate outside php packages to a site login?
is sessions the answer?