vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Converter Question (https://vborg.vbsupport.ru/showthread.php?t=40315)

Indy 06-26-2002 07:48 PM

Converter Question
 
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:
PHP Code:

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!

Admin 06-27-2002 06:11 AM

You're correct in assuming that MD5 and Crypt can't be reversed, these are not actual encoding functions.

I'd say, assign every user a random number, md5()'ing it into the user table, BUT keeping the original number in a different (custom) table. Then when you are done, write a quick PHP script that fetches all passwords and emails your users with their password.

BTW, when you do purchase vBulleitn please please go to this page and enter your username, to show you are licensed. :)

Indy 06-27-2002 01:49 PM

Thanks FireFly. Purchased and downloaded vB first thing this morning and filled in all the necessary paperwork.


All times are GMT. The time now is 08:40 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02320 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete