vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   stuck on a peace of code (get vb username) (https://vborg.vbsupport.ru/showthread.php?t=230978)

ageurtse 12-23-2009 05:00 PM

stuck on a peace of code (get vb username)
 
Why does the code below not work.

when i put
PHP Code:

echo 'start '$vbcheck['userid'].' end <br>' 

outside the function and in the head part it works. but in the function i can't get it to work.

why is this not working, and how can i get it to work.



PHP Code:

<?php
  $curdir 
getcwd ();
  
chdir('C:/UsbWebserver/Root');
  require_once(
'C:/UsbWebserver/Root/global.php');
  
chdir('C:/UsbWebserver/Root/chat');

  
$vbcheck $vbulletin->userinfo;
 
?> 
  
<?php

// Returns an array of user details, or false depending on whether user's cookies are valid.
function usercheck()
{
  echo 
'start '$vbcheck['userid'].' end <br>';
}
?>


Lynne 12-23-2009 05:14 PM

Where are you putting this code? Right now, that code isn't going to produce a thing because you haven't called the function usercheck.

ageurtse 12-23-2009 05:18 PM

yes i now that, i have found the problam.

i put in the function the following line
PHP Code:

  global $vbulletin

and now it works great.

Lynne 12-23-2009 05:40 PM

You may want to try vB::$vbulletin->whatever instead of making the variable global.


All times are GMT. The time now is 11:31 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.01463 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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