vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   All of bbuserinfo commands (https://vborg.vbsupport.ru/showthread.php?t=97919)

pyro.699 10-09-2005 12:24 AM

All of bbuserinfo commands
 
dont ask y i need them, but id like all the infomation put in about a user, everything forom how many referals to their occupation!

filburt1 10-09-2005 01:34 AM

I have no idea what you just said, but you can view the contents of any array and object, including $bbuserinfo, by using:
PHP Code:

echo "<pre>";
print_r($bbuserinfo);
echo 
"</pre>"

Add an "exit;" if no output shows up.

pyro.699 10-13-2005 08:58 PM

PHP Code:

<?php
error_reporting
(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS'1);
define('THIS_SCRIPT''1');
$phrasegroups = array(

);
require_once(
'./global.php');


echo 
"<pre>";
print_r($bbuserinfo);
echo 
"</pre>";
exit;
?>

its a blank screen :(

Andreas 10-13-2005 09:08 PM

vBulletin 3.5?
Then it is $vbulletin->userinfo

fly 10-15-2005 02:35 PM

Quote:

Originally Posted by KirbyDE
vBulletin 3.5?
Then it is $vbulletin->userinfo

but $bbuserinfo is still used in 3.5, right? Damn, I wish I understood this crap. :p

pyro.699 10-15-2005 02:44 PM

hey, i understand it increadiablly well, ^^ i just need a push down the hill in a shoping cart once in a while ^^

if you want, i could help ya ^^

$bbuserinfo is used in templates, all that other crap is used in php scripts.. the raw crap... ^^

fly 10-17-2005 11:24 AM

Quote:

Originally Posted by pyro.699
hey, i understand it increadiablly well, ^^ i just need a push down the hill in a shoping cart once in a while ^^

if you want, i could help ya ^^

$bbuserinfo is used in templates, all that other crap is used in php scripts.. the raw crap... ^^

Any reason why it isn't consistant?

Andreas 10-17-2005 11:28 AM

Compatibility reasons.

fly 10-18-2005 06:33 PM

Quote:

Originally Posted by Andreas
Compatibility reasons.

Hey! You changed your name. Does this mean I can PM you about my voting hack, since you're new here? :D


All times are GMT. The time now is 04:15 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.01043 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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