Page 1 of 1

Another CrackerTracker Error

PostPosted: Wed Apr 25, 2007 1:52 pm
Author: .QUACK.Major.Pain
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:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.