Quote:
Originally Posted by Clayton
Try this .. this is what I have done
go to your Plug In Manager
find under IS Bot under register_form_complete
remove the following line
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
That I believe sends the emails
|
Thanks Clayton.....
I remarked it out like this, so I'll see what happens now.
Code:
$isbot_message .= "\n\r\n\rAttempt was made from: ". IPADDRESS ."";
// vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
eval(standard_error(fetch_error('noregister')));
Regards,
Badger