The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add second email address to failed login email
I know the failed login email is sent using line 109 in includes/functions_login.php
Code:
vbmail($user['email'], $subject, $message, true); I want to get an email if someone is trying to get into a member's account and fail. |
#2
|
||||
|
||||
You can try adding this line just below line 109 in the file, I haven't tried this but this may work.
. HTML Code:
vbmail($vbulletin->options['webmasteremail'], $subject, $message, true); . |
Благодарность от: | ||
Kane@airrifle |
#3
|
|||
|
|||
That worked, thank you!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|