Page 1 of 1

[Solved] CrackerTracker Banner not going away

PostPosted: Mon May 21, 2007 9:11 pm
Author: .QUACK.Major.Pain
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I had CT on to debug an error I got in PCP and after I did the fix, I turned it back off.
But the pink banner still showing.

PostPosted: Tue May 22, 2007 5:12 am
Author: nGAGE
Are you sure line 31 looks like this?

Code: Select all
define('CT_DEBUG_MODE', false);

Re: CrackerTracker Banner not going away

PostPosted: Tue May 22, 2007 2:56 pm
Author: .QUACK.Major.Pain
Yea it was set to false.

Apparently somehow I copied the line below it setting back to true.

define('CT_DEBUG_MODE', false);

/*
* DO NOT CHANGE ANYTHING BELOW!
* CHANGING STUFF BELOW CAN DRAMATICALLY DECREASE
* THE SECURITY OF YOUR BOARD SO PLEASE
* DO NOT CHANGE ANYTHING BELOW THIS LINE!
*/
define('CT_DEBUG_MODE', true);

/*
* DO NOT CHANGE ANYTHING BELOW!
* CHANGING STUFF BELOW CAN DRAMATICALLY DECREASE
* THE SECURITY OF YOUR BOARD SO PLEASE
* DO NOT CHANGE ANYTHING BELOW THIS LINE!
*/


Turned it off then back on LOL.