The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need to parse bbcode but I want to avoid any sessions.
To use class_bbcode.php you have to include global.php which includes init.php which starts a session. require_once('./global.php'); require_once('./includes/class_bbcode.php'); $parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Is there any way to use the bbcode parser without starting the whole vB system? Or force the script to register as a guest. |
#2
|
||||
|
||||
![]()
You'll either have to:
1./ Strip down global.php to what the parser needs, or, 2./ Deal with it, what's the problem? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|