View Full Version : All of bbuserinfo commands
pyro.699
10-09-2005, 12:24 AM
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:
echo "<pre>";
print_r($bbuserinfo);
echo "</pre>";
Add an "exit;" if no output shows up.
pyro.699
10-13-2005, 08:58 PM
<?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
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... ^^
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.
Compatibility reasons.
Hey! You changed your name. Does this mean I can PM you about my voting hack, since you're new here? :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.