Page 1 of 1

security and creating groups

PostPosted: Thu Apr 19, 2007 12:29 pm
Author: CaNNon
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!

Re: security and creating groups

PostPosted: Thu Apr 19, 2007 2:33 pm
Author: Helter
interesting... this is mine and I have no troubles

Code: Select all
define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('new','group_name','group_de.scription','username');

PostPosted: Thu Apr 19, 2007 3:26 pm
Author: geoff1
I've got the same too, although my security level is at medium and it workes nicely. This may seem a silly idea, but how about setting it to medium?

Another idea (weird but it worked for me!) clear the template cache in extreme styles and try it.

Anyone else got any idea's?

PostPosted: Thu Apr 19, 2007 4:07 pm
Author: CaNNon
I know HelterSkelter, it's your's, copied it when I did all the posted ct debugs. <img>
Wonder if the array needs the same order? tho i don't see why it would.

geoff1 I've tried medium too and cleared every cashe I could find.

Re: security and creating groups

PostPosted: Thu Apr 19, 2007 8:36 pm
Author: Frost
doesn't "low" have to be "LOW"?

Re: security and creating groups

PostPosted: Thu Apr 19, 2007 10:36 pm
Author: Helter
you are correct. Good eyes! <img>

Re: security and creating groups

PostPosted: Thu Apr 19, 2007 11:38 pm
Author: CaNNon
Thanks guys worked great, some times you just need another set of eyes to see what your missing.
Damn I know better too... <img>

PostPosted: Fri Apr 20, 2007 1:54 am
Author: Whisky
boteyes <img>