vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Where does vB check login (https://vborg.vbsupport.ru/showthread.php?t=70714)

marklar 10-18-2004 11:39 AM

Where does vB check login
 
I want to check that a user is logged in to somewhere else (Hivemail) but I can't find the script that vB uses to check whether someone is logged in (the sessions / cookies bit).

Colin F 10-18-2004 11:47 AM

use
PHP Code:

if ($bbuserinfo[userid] != 0)
{



or the other way around:
PHP Code:

if ($bbuserinfo[userid] == 0)
{
printnopermission();


The nopermission function has a different name, but I can't recall it at the moment.

nexialys 10-18-2004 12:39 PM

i think he was more searching for something like "Who's Online, AND Where..." ...

marklar 10-18-2004 01:04 PM

No, I mean that whenever you go to a page in vB, it checks to see if you are logged in. I want to know where it does that.

Then within that function I am going to put the login check for Hivemail, so if they are logged in to vB and not Hivemail, I'll log them in using the vB user/pass.

Colin F 10-18-2004 03:17 PM

vB doesn't actually have a function to check if a person's logged in. It has the session, in which it stores some data, and then one can check if the user is logged in by checking if $bbuserinfo[userid] is equal to 0 (meaning he's not logged in) or if his userid is set, meaning he is logged in.

AN-net 10-18-2004 04:52 PM

vb also checks cookies if user is browsing via cookies;)

marklar 10-19-2004 05:02 AM

Colin: So there is script on every page rather than 1 function? Where is $bbuserinfo[userid] defined?

AN: I know, but where is the code? :((

Colin F 10-19-2004 07:26 AM

probably in either the global.php or the includes/session.php...

marklar 10-19-2004 07:49 AM

I don't think you know exactly what I mean. global.php is included in most if not all pages so it's definitely down that path. Within global.php other files are included, session.php being one of them & the most likely.

What I'm asking is, I want to put in a line of code which gets run every time vB checks to see if someones logged in, where do I put it?

I mentioned that it is a login script I am putting in because it would need to be put at the last stage of the vB login check after it has gone through all the variable/session/cookie possibilities.

Colin F 10-19-2004 08:00 AM

Look for it ;)

Sorry, but I'm at work, so I don't have the vB files at hand at the moment. If you haven't found it by this evening I can have a look if I find it...


All times are GMT. The time now is 05:38 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.01018 seconds
  • Memory Usage 1,732KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete