security and creating groups

Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
applied all posted ct debug fix's.
What was done to try to solve the problem?
De.scription and Message
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /phpBB2/admin/admin_groups.php
----------------
Request-Method: POST
Matching rule: create
In variable: new
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/phpBB2/admin/admin_groups.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('new');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
what I have is:
------------------
define('IN_PHPBB', 1);
define('CT_SECLEVEL', 'low');
$ct_ignorepvar = array('new','group_name','username','group_de.scription');
I don't see what I've done wrong or how to lower it any farther.
Sure could use some idea's <img>
thanks!
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]
PHP Version:
MySQL Version:
What was done before the problem appeared?
applied all posted ct debug fix's.
What was done to try to solve the problem?
De.scription and Message
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /phpBB2/admin/admin_groups.php
----------------
Request-Method: POST
Matching rule: create
In variable: new
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/phpBB2/admin/admin_groups.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('new');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
what I have is:
------------------
define('IN_PHPBB', 1);
define('CT_SECLEVEL', 'low');
$ct_ignorepvar = array('new','group_name','username','group_de.scription');
I don't see what I've done wrong or how to lower it any farther.
Sure could use some idea's <img>
thanks!