Page 1 of 1

CrackTracker and PCP Wizard

PostPosted: Sat Feb 03, 2007 11:58 pm
Author: Omni-Lee
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?
Attempting to change to another page using Select a Page under the Altar Page Display. No editing occurred within the fields on the page.


What was done to try to solve the problem?
Followed CrackTracker debug log instructions. Error continued to appear even upon adding the unused default field of style_user_avatar.



De.scription and Message

CrackTracker appears to have issues with all text box fields associated with the P.C.P. Wizard > Altar Page Display. Deleting data from a field is the only way to advance to another page. I followed the CrackTracker log to no avail.

Omni-Lee

Re: CrackTracker and PCP Wizard

PostPosted: Sun Feb 04, 2007 7:37 am
Author: Teelk
We'd pretty much have to add all fields that PCP uses to the ignore list and that would open the board up too much. It's best just to open up the PCP Wizard itself by setting it to low.

OPEN admin/admin_pcp_wizard.php
FIND
Code: Select all
define('IN_PHPBB', true);

AFTER ADD
Code: Select all
define('CT_SECLEVEL', 'LOW');

PostPosted: Sun Feb 04, 2007 8:52 am
Author: Omni-Lee
Unfortunately, that didn't help me. I tried that solution as well.

Re: CrackTracker and PCP Wizard

PostPosted: Sun Feb 04, 2007 9:31 am
Author: Teelk
Try adding this right after that code I gave you.

Code: Select all
$ct_ignorepvar = array('get_func_phpBBSecurity_question','get_func_phpBBSecurity_answer','goto');