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
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Stop spam bots
« previous
next »
Print
Pages: [
1
]
Author
Topic: Stop spam bots (Read 3934 times)
wbread
Sr. Member
Posts: 354
Stop spam bots
«
on:
September 10, 2014, 08:47:09 »
I'm trying to block the registration of users from that domain but I get an error.
ml00.gmailmirror.com
previously there were no problems, I recorded domains in the block
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Stop spam bots
«
Reply #1 on:
September 10, 2014, 19:24:15 »
If you want to exclude email domains from registration add them comma separated in the
Excluded domains
option is Elxis configuration.
Example:
something.co.uk,test.site.com,another.it
If you want to
ban specific user agents
(bots) you can add your own filters for Elxis Defender and enabled the Custom (
C
) filter. You can also enable the Agents (
A
) filter which contains a list of the known bad user agents.
Custom filter path:
includes/libraries/elxis/defender/custom.php
Sample entry to block user agents containing the string "
test
":
array('inmatch', 'useragent', 'test', 'I dont like you!'),
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
wbread
Sr. Member
Posts: 354
Re: Stop spam bots
«
Reply #2 on:
September 12, 2014, 20:17:32 »
I know these options, and an error occurs when adding new sites
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Stop spam bots
«
Reply #3 on:
September 12, 2014, 20:41:40 »
If error occurs then you do it wrong.
For the defender filters -as they are listed in array format- you should make sure all entries has a comma (,) at the end except the last entry.
$x = array(
array(....),
array(....),
array(....),
array(....)
);
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Stop spam bots