The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
VB's global is breaking GET vars in non-VB page
I've added global.php to a non-VB page to get some $bbuserinfo info (which is working) out of the forum and it's breaking GET variables on all my pages.
It doesn't matter what they are either.. be it ?id=x or ?blah=x, they aren't being recognized anymore. Anyone have an idea what might be the problem? I'm adding this to the top of my site's global include file: chdir("/home/virtual/etc/html/forums"); require("./global.php"); ..then grabbing some $bbuserinfo vars and that's it. Oh, and I'm using VB3 |
#2
|
||||
|
||||
no vb3 talkies here
try at vbulletin.nl ;D also its because vb3 functions with registerd globals off |
#3
|
||||
|
||||
You need to access them via $_REQUEST['varname'] instead of $varname
|
#4
|
||||
|
||||
Sorry but vb3 hacking discussion is not currently allowed. Please refer to the announcement
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|