The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"$vbulletin" ? the mother of all things :)
Hi,
Where can I find out everything that is contained in the variable "$vbulletin" ? Looks like everything that I need or I will need is already there Is there an article about every piece of data that can be found there ? Regards, Razvan |
#2
|
||||
|
||||
There is a considerable ammount of data that is stored in the vbulletin class, you can learn more about it by going though the class_ and dm_ files in the includes folder. I believe you may also be able to print the entire array but I'm not 100% positive.
|
#3
|
||||
|
||||
If you think about it, $vbulletin doesn't actually contain many things...
|
#4
|
||||
|
||||
Quote:
It holds userinfo and other little variables and links to classes, like $db... |
#5
|
||||
|
||||
You can_t print a class, but an object:
PHP Code:
|
#6
|
||||
|
||||
You wanna bet?
PHP Code:
|
#7
|
||||
|
||||
Runs and hides... Oops.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|