Author |
Message |
06/09/2006 10:06:39
|
@ngler
Newbie
Joined: 06/09/2006 09:19:47
Messages: 3
Offline
|
in AGB:
is it possible to change the Ban list so I write the IPnumbers allowed and not like now, not allowed..
the problem is my guestbook is in pure Danish, meaning the one writing in it come from Denmark.. I have found all Danish IPnumbers, so I will ban all others..
is it possible?
|
|
06/09/2006 22:18:19
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Hmmm I don't see why not. Personally I find with non English guestbooks it's best to block posts that use English words to prevent spam.
Anyway open add.class.php and replace
if ($this->db->isBannedIp($this->ip))
with
if (!$this->db->isBannedIp($this->ip))
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
12/09/2006 09:28:30
|
@ngler
Newbie
Joined: 06/09/2006 09:19:47
Messages: 3
Offline
|
I try this..
thx
|
|
19/09/2006 08:43:21
|
@ngler
Newbie
Joined: 06/09/2006 09:19:47
Messages: 3
Offline
|
damn it doesnt work..
it does not block anything - i find posts from IPnumbers not on the list.. should I use * as wildcard ??? or is e4g. 200.200.200. enough ? (blocking 200.200.200.1 - 200.200.200.255)?
and I can see that many of the spammers have a IPnr with letters .sbc.ru
how does I block this?
|
|
|