The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Input Cleaning
Okay, somebody save me from myself. I can't get my request to clean.
Code:
$pw = $vbulletin->userinfo[password]; $string = md5($pw); $h =& $vbulletin->input->clean_gpc('r', 'h', TYPE_UINT); if ($_REQUEST['do'] == 'unsub') { if (md5($h) === $string) { echo 'correct'; } else { echo 'incorrect'; } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|