The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
[Security]looking for alternative way to htmlspecialchars_uni.
playing around with a plugin that allows a user to have a html embed
on their profile, and i store it in a db field. and when i load it to the profile i use $content = htmlspecialchars_uni($sqlstring['field']); BUT it shows the actual html code, how ewer if i remove the "htmlspecialchars_uni();" and do this $content = $sqlstring['field']); it works fine, but i am just worried wont that be a security risk, is that not a way to sql inject with such a field without htmlspecialchars_uni(); in run time ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|