The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]() Code:
clean_gpc(array $source, string $varname, [integer $vartype = TYPE_NOCLEAN]) Code:
[S]clean_gpc('p', 'venue', TYPE_STR)[/S] //bad call Code:
clean_gpc($vbulletin, 'ProductOptionName', TYPE_STR) //or clean_gpc($vbulletin, 'Input', TYPE_STR) But what you really need to consider is the addslashes function. Code:
addslashes($input); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|