Another CrackerTracker Error

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
Editting prillian preferences from prillian.
Was trying to add a sound file to the last option: Location Of Sound File
What was done to try to solve the problem?
De.scription and Message
After doing browse and adding sound file, I clicked on submit and then got the CT error
Debug info suggestted:
Did the suggestted fix and it worked.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
Editting prillian preferences from prillian.
Was trying to add a sound file to the last option: Location Of Sound File
What was done to try to solve the problem?
De.scription and Message
After doing browse and adding sound file, I clicked on submit and then got the CT error
Debug info suggestted:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum/imclient.php
----------------
Request-Method: POST
Matching rule: and
In variable: sound_name
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/forum/imclient.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('sound_name');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Did the suggestted fix and it worked.