Indy
06-26-2002, 07:48 PM
I'm ready to purchase and switch to vB from YABB SE. YABB SE is not bad, but vB appears to be much better, plus no more hacking. It appears that most of the features that YABB lacks you guys already have in place.
After searching your forums, I have discovered that no converter exists for YABB to vB. That's O.K. I know the db/table layout of YABB very well and had someone phpmyadmin his db for vB so that I could look at it's setup. Simple matter of putting together a script to do this.
General converting should not be a problem, but my concern is dealing with the encrypted passwords. YABB encrypts theirs with this command: crypt($member['passwrd1'],substr($member['passwrd1'],0,2));In the other converters available, what type of process are they doing with the passwords? I've assumed it to be Gospel that crypt() and md5() can't be reversed.
In summary, I need to know what would be my best approach to handling the password dilemma.
Assign a random password during the conversion and have users do a repair in their profile once online with vB? Leave that field blank? Or, in your opinion are my options?
We have approximately 1500 users and as you are all aware, the better the transition, the happier the campers will be!
Thanks in advance!
After searching your forums, I have discovered that no converter exists for YABB to vB. That's O.K. I know the db/table layout of YABB very well and had someone phpmyadmin his db for vB so that I could look at it's setup. Simple matter of putting together a script to do this.
General converting should not be a problem, but my concern is dealing with the encrypted passwords. YABB encrypts theirs with this command: crypt($member['passwrd1'],substr($member['passwrd1'],0,2));In the other converters available, what type of process are they doing with the passwords? I've assumed it to be Gospel that crypt() and md5() can't be reversed.
In summary, I need to know what would be my best approach to handling the password dilemma.
Assign a random password during the conversion and have users do a repair in their profile once online with vB? Leave that field blank? Or, in your opinion are my options?
We have approximately 1500 users and as you are all aware, the better the transition, the happier the campers will be!
Thanks in advance!