vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   problem in get $vbulletin into external class (https://vborg.vbsupport.ru/showthread.php?t=293925)

kh99 01-14-2013 06:22 PM

Quote:

Originally Posted by manuel.fho (Post 2396840)
my temporal solution:
Code:

$('#cb_cookieuser_navbar').hide().prop('checked', true);
All users login in with session forever.


I guess what's happening is that access through bridge.php is causing the exitsing session to be deleted, but if you have a cookie from checking that box, then it will log you back in. I don't know why the session would end though.

manuel.fho 01-14-2013 07:04 PM

global $vbulletin;
global $bootstrap;

not work... logged out my account :(
global $vbulletin; work only without www.

kh99 01-14-2013 07:59 PM

The first code you posted all works OK, right? (The one that's not in a function). Even if you don't check guardar? If that's true, then I think the problem must be that there's some variable that needs to be global.

Edit: now that I look at the code a little more, it looks like the only variables that get created in a place that assumes it's not within a function are $bootstrap and $permissions. You need "global $vbulletin" so that you can use the variable in your function, but it doesn't have to be before the include. So you can try adding $permissions to the list, but if that doesn't work, but the code works outside any function, then I'm not sure what's going on. You might have to look at the code in class_core.php that creates a session and see if you can figure out why your bridge.php script is not getting associate with the existing session (I believe it should be getting the sessionid from a cookie).


All times are GMT. The time now is 09:35 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.01231 seconds
  • Memory Usage 1,717KB
  • 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_code_printable
  • (1)bbcode_quote_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
  • (3)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