Page 1 of 1

Trying to add a IMportal block

PostPosted: Thu Jan 24, 2008 3:33 pm
Author: Nisse666
im trying to add a PHPraider block in IMportal but Ctracker wont let me, so i tried to debug feature and got the following error:



Code: Select all
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename]------------------------------------------#/forum/admin/admin_qbar.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('shortcut');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename: /forum/admin/admin_qbar.php----------------  Request-Method: POST  Matching rule: and In variable:   explain  Matching rule: id In variable:   shortcut  Possible solution:------------------  ##-----[ OPEN ]------------------------------------------#/forum/admin/admin_qbar.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('explain','shortcut');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Script-Filename: /forum/admin/admin_blocks.php----------------  Request-Method: POST  Matching rule: _phpIn variable:   blockfile  Matching rule: _phpIn variable:   blockfile  Possible solution:------------------  ##-----[ OPEN ]------------------------------------------#/forum/admin/admin_blocks.php  ##-----[ FIND ]------------------------------------------#define('IN_PHPBB', 1);  ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('blockfile');  ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM      


But changing them doesnt make any difference, any tips ??

Re: Trying to add a IMportal block

PostPosted: Thu Jan 24, 2008 8:29 pm
Author: CaNNon
have you tried replacing MEDIUM with LOW ?

Re: Trying to add a IMportal block

PostPosted: Fri Jan 25, 2008 8:44 am
Author: Nisse666
DOH, that worked perfectly =)

Thx