Quote:
Originally Posted by Antivirus
If you're getting them from $_POST, $_GET, or $_REQUEST, they should be cleaned using the $vbuletin->GPC class. There's a really good tuitorial in the articles section about this
|
You mean the input cleaner class

, $vbulletin->input. $vbulletin->GPC simply holds cleaned values.
You can also clean any value you want, not just GPC (get, post, cookies), using the input cleaner.