vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   No bbuserid or bbpassword cookies (https://vborg.vbsupport.ru/showthread.php?t=208043)

kevcj 03-11-2009 05:31 PM

No bbuserid or bbpassword cookies
 
Does anyone know what modification would stop vbullletin from handing out bbuserid and bbpassword cookies?

My forum has about 25 modifications installed. Instead of having to go through every mod, I thought I would start here and ask.

TigerC10 03-11-2009 06:48 PM

Those mods aren't handing them out, vBulletin is. That's how users stay logged in without appending session IDs to the end of every URL. Session IDs hurt your google page rank big time...

The bbpassword cookie is formatted like so...
PHP Code:

MD5MD5MD5(plaintext_password) . user_salt ) . vB_license_number 

Essentially, the password hash stored in the cookie, is randomized with the user salt AND your vBulletin license number. MD5 is irreversable, so no one can get any of the private info of your users because your user salt is stored in the database (where only people with permission can get it) and the license number should only be visible by you.

kevcj 03-11-2009 07:04 PM

Quote:

Originally Posted by TigerC10 (Post 1765917)
Those mods aren't handing them out, vBulletin is.

Maybe you did not understand the question - a modification is STOPPING vbulletin from handing out the bbuserid or bbpassword cookies.

I asked this same question at vbulletin.com and was told that it was a modification that is causing the problems.
http://www.vbulletin.com/forum/showthread.php?t=302518

RLShare 03-11-2009 08:54 PM

Really, all you can do is disable all your modifications and test to see if its working. Then re-enable them one by one and test until you figure out which one is causing the problem

TigerC10 03-11-2009 11:00 PM

Quote:

Originally Posted by kevcj (Post 1765925)
Maybe you did not understand the question - a modification is STOPPING vbulletin from handing out the bbuserid or bbpassword cookies.

So you're right, I misread it. :p

Yeah, it's easy to disable all of your mods at once, and then re-enable them one at a time until you get your cookies set. You must log out and back in each time you turn a mod on to verify it though.

kevcj 03-11-2009 11:11 PM

It might have been an older "who has visited today" modification. One that had been made for vb 3.6. I started removing some of the older modifications that I did not really need.

I removed the mods one at a time, checking the cookies and after that mod was removed. After that mod was removed, there were no more cookie issues.


All times are GMT. The time now is 03:48 PM.

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.01051 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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