vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Cookie handling (https://vborg.vbsupport.ru/showthread.php?t=65367)

meowmeow 05-21-2004 02:01 PM

Cookie handling
 
my forum website is, for example, 'forum.foobar.com' and I want vb3 to read and accept users (from the cookies) who have already logged in to 'mail.foobar.com'
so users can go from mail, to forum, to download without having to login all the time.

can anyone point out where I should start? what i should do?

looking at login.php ln
PHP Code:

if ($bbuserinfo $DB_site->query_first("SELECT ....... 
WHERE username = '" 
addslashes(htmlspecialchars_uni($username)) . "'")) 

is $username taken from ln 141 (is that where the user writed his username and password at login?)

if so, where is it that vb3 checks the cookies to see if the user can login??

meowmeow 05-24-2004 08:13 AM

or is it maybe easier to rewrite my own script such that if a user is unregistered he is sent to the main www.foobar.com login page. if he is registered and its the first time he accesses the new forum he will be inserted into the database taking his username from the cookie ....

will something like this be easier?


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.01321 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)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