Quote:
Originally Posted by simonhind
|
Maybe I'm misunderstanding you, but the code certainly seems to add the email address all on its own:
Quote:
$spambot = getSFSXML($vbulletin->options['vbstopforumspam_url_check_' . $field] . urlencode($data));
|
In this example, $field would be email and $data would be $email.
The problem is that sfsProcess() seems to be getting really weird results from the two variables I noted:
Quote:
$username = $vbulletin->userinfo['username'];
$email = $vbulletin->GPC['email'];
|
Including blanks for $email, or at least that's what it's logging.