To deactivate cracker-tracker is cake... seriously.
I have posted this once already in this topic:
http://www.integramod.com/forum/viewtop ... 0509#20509But I will post it here again. Here are full instructions on how to fix cracker-tracker so that you can do whatever you need to do in the admin panel:
__________________________________________
Step 1: Open up /ctracker/engines/ct_security.php
-----------------------------------------------------------
Step 2: FIND:
define('CT_DEBUG_MODE', false);
And replace the "false" to "true" (without quotations)
-----------------------------------------------------------
Step 3: Now go through your admin panel and do ALL of the things that have been causing you to receive the error message. Go through your config, go through your PCP wizard, go through your forum management, and make as many of those error messages pop up as you can find.
-----------------------------------------------------------
Step 4: Now go to ACP => CrackerTracker => Log Manager.
Then once you're in the log manager, click on "VIEW" next to where it says "Debug Entries"
-----------------------------------------------------------
Step 5: Open up notepad, and copy/paste all the files it tells you to open. For instance, tell you to open "/admin/admin_board.php" and it will give you instructions on what to do with it... ignore the instructions, but just go through the page and Copy/Paste all the files that it is telling you to open into a notepad or word document.
*Again, for the purpose of disabling CrackerTracker, ignore the rest of the instructions, just copy down the files*
-----------------------------------------------------------
Step 6: Now, for EACH of those files, you will need to open it up and find this code (should be near the top)
define('IN_PHPBB', true);
UNDERNEATH this code, you will add this code:
define('CT_SECLEVEL', 'LOW');
-----------------------------------------------------------
*NOTE* In some files, underneath this code:
define('IN_PHPBB', true);
You might find this code:
define('CT_SECLEVEL', 'MEDIUM');
In this case, you will just need to change the "Medium" to "Low."
----------------------------------------------------------
Then remember to go back to step 1 of this, and change the "TRUE" back to "FALSE" in the /ctracker/engines/ct_security.php file.
There you have it. Do this to all the files that are giving you the cracker-tracker error and it should unlock automatically for you.
In fact, for most of you, here are most of the files you will need to do this to:
/admin/admin_board.php
/profile.php
/admin/admin_pcp_wizard.php
There are a couple more files you'll need to change, but this is a process that should only take you about 10-15 minutes. You guys are just making such a big deal about an easy easy fix <img>
Zac