Cracker Tracker issue

I tried to edit a page form display in the PCP wizard when I get the cracker tracker error "CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit .script so the Security System stopped the .script. "
So I enabled debugging and followed the debug instructions, in admin/admin_pcp_wizard by:
But still will not work. Any suggestions?
So I enabled debugging and followed the debug instructions, in admin/admin_pcp_wizard by:
- Code: Select all
##-----[ OPEN ]------------------------------------------#/admin/admin_pcp_wizard.php ##-----[ FIND ]------------------------------------------#require('./pagestart.' . $phpEx); ##-----[ AFTER, ADD ]------------------------------------------#define('CT_SECLEVEL', 'MEDIUM');$ct_ignorepvar = array('style_user_rank_title','style_user_warnings'); ##-----[ SAVE/CLOSE ALL FILES ]------------------------------------------## EoM
But still will not work. Any suggestions?