The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Has anyone here isolated the vb security layer so you could use it in a seperate stand alone project?
Want to create a new db driven app that uses the vb permissions to define limits or access. Was hoping not to have to sort it all out from scratch .. Suggestions? |
#2
|
||||
|
||||
![]()
What "security" layer? You mean security tokens and POST referrer whitelists?
|
#3
|
|||
|
|||
![]()
I think, maybe, my question is what includes are needed to use if you want to use the security functions already included within Vb.
|
#4
|
|||
|
|||
![]()
What security functions? Login? Usergroups?
|
#5
|
|||
|
|||
![]()
Both, have a stand alone review script I'd like to use and want to convert it to using the vb userbase instead of its own.
|
#6
|
||||
|
||||
![]()
Most of the security methods in vBulletin are intertwined within the core object. This includes Logging In, Input Sanitization, CSRF Protection, etc. etc.
If you want to use these then you have to include your forums global.php within your site files to get to the $vbulletin object, then simply browse and use accordingly. |
#7
|
||||
|
||||
![]()
Note that global.php must be included in global scope.
|
#8
|
||||
|
||||
![]() PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|