vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   VB Intrigration with other software??? (https://vborg.vbsupport.ru/showthread.php?t=61474)

voclain 02-12-2004 12:43 PM

VB Intrigration with other software???
 
I just purchased some chat room software: CHAT BLAZER

I'm having it installed by the company that wrote it....

They just asked me a question that I do not know (being I paid VB to install VB for me also). Here is there question:

,,,, I need to know where your members' data
are stored. Could you send me the appropriate info like the table name, how
the password is stored, etc.

Do you know the answer to this question????

PLEASE LET ME KNOW ASAP!!!!

Yours,

Kirk Voclain

g-force2k2 02-12-2004 04:38 PM

Well depending if you used the table prefix option in the config.php it would be (table_prefix)user else it would just be user for the table. Also the passwords are stored as md5 encription.

Cheers,
g-force2k2

vbmechanic 02-12-2004 07:19 PM

vB3 makes the password storage more complicated with the "salt"... the password is md5 encrypted twice, once with the salt added. "Salt" is recorded as a field in the user table and is created randomly by a function during registration.

$hashedpassword = md5( md5 ( $plaintextpassword . $salt ) );

like the above...

voclain 02-13-2004 11:43 AM

Thank you for your help!!! With the information you provided to me here we got it to work.....

The Chat Room now gathers it's USERNAME and PASSWORD from the VB MySQL table...THANK YOU !!! THANK YOU !!!

So nice when it all works!!!

Kirk

Andreas 02-13-2004 11:47 AM

> Also the passwords are stored as md5 encription.
MD5 is a hash algorithm, not an encryption algorithm.


All times are GMT. The time now is 03:10 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.01128 seconds
  • Memory Usage 1,710KB
  • 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)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