vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Was bbpassword changed? (https://vborg.vbsupport.ru/showthread.php?t=150034)

Dudsmack 06-18-2007 06:53 PM

Was bbpassword changed?
 
Was the cookie bbpassword changed with the 3.6.6 patch?

It use to be md5( md5(password) . salt ) but is no longer working in vB 3.6.7

CP, 06-18-2007 07:50 PM

ask over at vb.com

Dismounted 06-19-2007 07:30 AM

It still is.

wcm 07-05-2007 09:40 AM

I have the same problem as you Dudsmack. Have you been able to find out anything more or have you gotten your script to work?

Dismounted 07-05-2007 11:17 AM

The password cookie is using this formula:
PHP Code:

md5(md5(md5($password) . $salt) . $license


gordonrp 12-08-2007 01:11 AM

Quote:

Originally Posted by Dismounted (Post 1283375)
The password cookie is using this formula:
PHP Code:

md5(md5(md5($password) . $salt) . $license


is $password the hash from the user table? Because i tried matching the usertable hash to the cookie as you stated above but with no luck..

Marco van Herwaarden 12-08-2007 07:05 AM

No this is just the cookie hash.

The hash in the user table is:

md5(md5($password) . $salt)

DarkSoroush 11-17-2009 08:58 PM

Is it different in VB3.8?!
I am trying to do this but no success! tried:
PHP Code:

md5(md5(md5($hpassword) . $salt) . 'VBFXXXXXXX')
md5(md5(md5($_COOKIE['bbpassword']) . $salt) . 'VBFXXXXXXX')
md5(md5(md5($hpassword) . $salt))
md5(md5(md5($_COOKIE['bbpassword']) . $salt))
md5(md5($hpassword) . $salt)
md5(md5($_COOKIE['bbpassword']) . $salt)
md5($hpassword $salt)
md5('jfusion'.md5($hpassword.$salt)).
md5(md5($hpassword).$salt

VBFXXXXXXX is my license id!

What can i do?!

--------------- Added [DATE]1258512904[/DATE] at [TIME]1258512904[/TIME] ---------------

I found it!

PHP Code:

md5($hpassword.'VBFXXXXXXX'); 



All times are GMT. The time now is 08:04 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.01115 seconds
  • Memory Usage 1,731KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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