The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
That article is from 2006, are you sure that's how they're still calling the function?
What about sticking $_POST in there instead of 'p' ?? Have you tried addslashes? That's the function that replaced magic_quotes. The other thing that article talks about is that you retrieve the value like so: Code:
$vbulletin->GPC['value'] Code:
$vbulletin->input->clean_gpc('p', 'venue', TYPE_STR); $venue = htmlspecialchars($vbulletin->GPC['venue']); Yeah, I think I had it wrong at first, I misunderstood the API. The code sample above should be appropriate. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|