Hi, in the new version (6.24) i cant flush all temp bans (with one click) ... - the option in "temporary ip entrys" does not work. i.e. it sends an crippeld comand to csf.
I can remove them if i use one by one but not all at the same time.
Can any one confirm this ?
cu &Tia P4D-830
CSF 6.24
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: CSF 6.24
Thank you for reporting this. We'll have a fix out for this in the next release. If you want to fix it in them meantime, change /etc/csf/csfui.pl line 178 from:
to:
Code: Select all
if (($FORM{ip} ne "") and (!&checkip($FORM{ip}))) {
Code: Select all
if (($FORM{ip} ne "") and ($FORM{ip} ne "all") and (!&checkip($FORM{ip}))) {
-
- Junior Member
- Posts: 14
- Joined: 03 Nov 2012, 11:13
- Location: Monheim / at Rhine, NRW, Germany
Re: CSF 6.24
Top and many thanks - it works now again as aspected.
btw. if i change this i become not probs. with the next CSF auto update process or ?
cu P4D-830
btw. if i change this i become not probs. with the next CSF auto update process or ?
cu P4D-830
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: CSF 6.24
It will not affect upgrading to the next release of csf when it is published.
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: CSF 6.24
This should now be fixed in csf v6.25 which we have released:
http://blog.configserver.com/?p=1875
http://blog.configserver.com/?p=1875