Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Security
»
Elxis Defender - Notification e-mails
« previous
next »
Print
Pages: [
1
]
Author
Topic: Elxis Defender - Notification e-mails (Read 10074 times)
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Elxis Defender - Notification e-mails
«
on:
April 13, 2010, 08:28:41 »
Hi,
Is there a way, so more that one emails can get the notifications from Elxis Defender?
Logged
Rent a Site
|
Lelevose
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: Elxis Defender - Notification e-mails
«
Reply #1 on:
April 13, 2010, 12:12:20 »
Have you try to insert the email adresses with "," (comma) between.
Example:
Code:
[Select]
mail@mail.com,mail2@mail.com,mail3@gmail.com
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Elxis Defender - Notification e-mails
«
Reply #2 on:
April 14, 2010, 04:17:41 »
Done Niko. I will know if it works, on the next attack
Have you added 2 emails in that way, and it works?
Thanks
Logged
Rent a Site
|
Lelevose
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: Elxis Defender - Notification e-mails
«
Reply #3 on:
April 14, 2010, 10:40:22 »
No, I haven't try it.
It is just a thought
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Elxis Defender - Notification e-mails
«
Reply #4 on:
April 14, 2010, 10:43:12 »
Ok. I should wait for an attack
and i'll reply back
Logged
Rent a Site
|
Lelevose
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Elxis Defender - Notification e-mails
«
Reply #5 on:
April 14, 2010, 11:00:56 »
My opinion for that :
I already checked the code on the folder
administrator/tools/defender
and at the points of the important files like
defender.class.php
,
defender.functions.php
etc i didn't find the function
explode
which it give us the ability to seperate Strings ( on our examples : mail adresses ) with separator like "," (comma).
So I believe that it doesn't work.!
Let's see another ... options ...
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Elxis Defender - Notification e-mails
«
Reply #6 on:
April 15, 2010, 07:55:36 »
It will not work.
Here is the solution:
open administrator/tools/defender/defender.class.php
Go somewhere near the end of function sendAlert (line 231).
Find:
@mail($this->mailaddress, $subject, $message, $headers);
Add bellow:
@mail('anymail@anydomain.com', $subject, $message, $headers);
You can add as many more recipients you wish.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Elxis Defender - Notification e-mails
«
Reply #7 on:
April 15, 2010, 11:49:10 »
I will know , won't i ? Where it will go
( θα μάθω , δεν θα μάθω ... που θα πάει
!!!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: Elxis Defender - Notification e-mails
«
Reply #8 on:
April 15, 2010, 16:39:56 »
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Elxis Defender - Notification e-mails
«
Reply #9 on:
April 15, 2010, 16:49:51 »
My 1000's post .... goes to ... LOLLLL!!!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: Elxis Defender - Notification e-mails
«
Reply #10 on:
April 15, 2010, 18:57:17 »
done! thanks John.
Logged
Rent a Site
|
Lelevose
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Security
»
Elxis Defender - Notification e-mails