CSF 6.24

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
P4D-830
Junior Member
Posts: 14
Joined: 03 Nov 2012, 11:13
Location: Monheim / at Rhine, NRW, Germany

CSF 6.24

Post by P4D-830 »

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
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: CSF 6.24

Post by ForumAdmin »

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:

Code: Select all

if (($FORM{ip} ne "") and (!&checkip($FORM{ip}))) {
to:

Code: Select all

if (($FORM{ip} ne "") and ($FORM{ip} ne "all") and (!&checkip($FORM{ip}))) {
P4D-830
Junior Member
Posts: 14
Joined: 03 Nov 2012, 11:13
Location: Monheim / at Rhine, NRW, Germany

Re: CSF 6.24

Post by P4D-830 »

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
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: CSF 6.24

Post by ForumAdmin »

It will not affect upgrading to the next release of csf when it is published.
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: CSF 6.24

Post by ForumAdmin »

This should now be fixed in csf v6.25 which we have released:
http://blog.configserver.com/?p=1875
Post Reply