The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to unparse HTML in ?
How to add a new field to fill by user in a safe way? How to unparse HTML in fields? (Note: not in user customfields that vbulletin provides by default) Do I need to use $bbcode_parser here? Any ideas?
|
#2
|
|||
|
|||
Why don't you try it and see if it works? It's normally the script tags that are the dangerous ones. You can also use htmlentities if you can't find the html parser, but you won't be able to parse BB code with that.
|
#3
|
||||
|
||||
Thanks for the answer. I've read a bit about it and I think now it's a better idea to clean user input before the data hits database if it is only letters or numbers.
|
#4
|
|||
|
|||
You should use htmlentities with ENT_QUOTES
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|