Quote:
Originally Posted by Classick
This is all getting out of topic. I apologise, but I have my mind set on what I want thanks though Zachery.
So the question still remains, will someone help me integrate the users ?
Although I know nothing about PHP but .. I have an Idea on how this could be done.
Simply when a user register in one of them. Insted of the user data be inserted in one table, it sends the info to both the vBulletin user table .. and the nuke_users table .. that way the user simply register in both scripts with one simple step. If someone can help me do that I'd be greatful.
Thank you.
|
If you are looking to register users on both ends you will need to make some changes to how phpnuke stores its passwords along with the login system I would guess
vBulletin makes use of 2 md5's and a salt to make sure passwords are well protected, You will also need to populate tables with new rows in vB everytime someone registeres.