vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Transfering User Info (https://vborg.vbsupport.ru/showthread.php?t=155145)

tatalex 08-13-2007 08:37 PM

Transfering User Info
 
We recently purchased some article publishing software and we want to be able to transfer the user's id and password from our vBulletin forum to our new article software. We want to have all user account creation done in the forum and then have that info transfer to the new software. If you could help me do this or tell me what I would have to do in order to accomplish this?

I hope this is possible,

Alex S
TAT Forum Admin

Paul M 08-13-2007 10:05 PM

vbulletin does not store the users actual password, it just stores a 32 bit hash, so there is no password you can transfer.

tatalex 08-14-2007 12:49 PM

I know that but somehow vbulletin has to take the hash and convert it back to the password for the "whats my password?" email.

Does anyone know where the code is that actually saves the user info to the table named "user"?

Eikinskjaldi 08-14-2007 12:59 PM

Quote:

Originally Posted by tatalex (Post 1317318)
I know that but somehow vbulletin has to take the hash and convert it back to the password for the "whats my password?" email.

Does anyone know where the code is that actually saves the user info to the table named "user"?


No, it doesn't. Its a secure hash, that means it cannot be reverse engineered. That's what "secure hash" means. As for the code to save the user data, you will find it in register.php and some related includes.

Paul M 08-14-2007 08:12 PM

Quote:

Originally Posted by tatalex (Post 1317318)
I know that but somehow vbulletin has to take the hash and convert it back to the password for the "whats my password?" email.

There is no such thing in vbulletin.

I guess you mean the fortgotten password feature - this allows you to set a new password, it cannot tell you your current password.


All times are GMT. The time now is 02:59 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.01200 seconds
  • Memory Usage 1,717KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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