CTRACKER and Profile.php

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.divepa.com
PHP Version:
MySQL Version:
What was done before the problem appeared?
Nothing
What was done to try to solve the problem?
I turned on debugging and did the following:
I even tried to go from medium to low and the debugs still show.
De.scription and Message
This is really hurting cause I am loosing allot of sign ups because of it.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.divepa.com
PHP Version:
MySQL Version:
What was done before the problem appeared?
Nothing
What was done to try to solve the problem?
I turned on debugging and did the following:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /profile.php
----------------
Request-Method: POST
Matching rule: id
In variable: user_realname
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/profile.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('user_realname');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /profile.php
----------------
Request-Method: GET
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/profile.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /profile.php
----------------
Request-Method: GET
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/profile.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /profile.php
----------------
Request-Method: GET
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/profile.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignoregvar = array('');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
I even tried to go from medium to low and the debugs still show.
De.scription and Message
This is really hurting cause I am loosing allot of sign ups because of it.