The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Issues with Non-VB Page Login Function
Hey guys,
So, I have deployed an extensive network of Non-VB Pages utilizing the framework released with this mod (https://vborg.vbsupport.ru/showthread.php?t=62164). Now, in addition to the instructions in that thread, I have included the following code to prohibit guests from viewing the pages that I have uploaded. Code:
// ########################## REQUIRE BACK-END ############################ chdir('/home2/charmeddark/public_html/forums'); require_once('global.php'); if (!$vbulletin->userinfo['userid']) { print_no_permission(); } Any advice? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|