Earlier today I had someone exploit a security hole in the help.cgi script that is distributed with Ikonboard. If called properly, the help.cgi will return the member files of any member, where of course, passwords are stored in plain text. All the users needs in the name of an admin (which can be eaisly obtained from the main page) to gain the admin's password. Once the user has the Admin's password, he can login to the admin center with full access and wreak havoc on your board. Here is the patch I propose untill the Ikonboard team (which has recently vanished) has a chance to provide an official patch:
Yes it's primitive and no it doesn't actually log the attempt, but it should protect your board from this exploit.
This code should be placed on line 51 of help.cgi (right after the $inhelpon = &cleaninput($inhelpon); line).