
01-10-2012, 07:58 PM
|
|
|
Join Date: Oct 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Max Taxable
Goto the plugin manager find the hook on "register_addmember_process" by "Is bot" and change webmasteremail to the preferred email you want the messages to be delivered to.
Find:
PHP Code:
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
Replace with:
PHP Code:
vbmail($vbulletin->options['you@yourmail.com'], $isbot_subject, $isbot_message, true);
With "you@yourmail.com" being your preferred email address.
The reason it didn't work before? You used " instead of just ' when you changed it, looks like.
|
I dont want to jump to conclusions but it's not working still. Not a single mail within 4 hours
|