Page 1 of 1

Removing CrackerTracker?

PostPosted: Sat Jan 27, 2007 11:36 am
Author: Neva
Is there a way to completely remove CrackerTracker from the forum?
Is anyone working on how to do this?
This mod is more trouble then it's worth and I wish to make it go away.
And before anyone asks me to read the KB or the post about how to fix it, I have and wish to just have the mod removed.

PostPosted: Sat Jan 27, 2007 11:53 am
Author: fidunderground
yeah...even i want to remove it...its no use...i cant edit anything from the admin general config!!

PostPosted: Sat Jan 27, 2007 12:31 pm
Author: ZacFields
To deactivate cracker-tracker is cake... seriously.

I have posted this once already in this topic:

http://www.integramod.com/forum/viewtop ... 0509#20509

But 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

PostPosted: Mon Feb 19, 2007 2:03 pm
Author: Willy
Freaking awesome! TY. I had many problems with uploading to my album, people sending PM's, etc. This seems to have fixed all the ones we were aware of.

Thanks again so much!

PostPosted: Fri Mar 02, 2007 3:28 pm
Author: Juppertje
"ZacFields";p="20522" wrote:To deactivate cracker-tracker is cake... seriously.

I have posted this once already in this topic:

http://www.integramod.com/forum/viewtop ... 0509#20509

But 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




I went to Step 4: Now go to ACP => CrackerTracker => Log Manager.
I found the file admin_kb_cat.php
but theire is no define('IN_PHPBB', true); in admin_kb_cat.php


so what now?

PostPosted: Mon Mar 12, 2007 11:45 am
Author: atomhead
"Juppertje";p="22518" wrote:
"ZacFields";p="20522" wrote:To deactivate cracker-tracker is cake... seriously.

I have posted this once already in this topic:

http://www.integramod.com/forum/viewtop ... 0509#20509

But 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




I went to Step 4: Now go to ACP => CrackerTracker => Log Manager.
I found the file admin_kb_cat.php
but theire is no define('IN_PHPBB', true); in admin_kb_cat.php


so what now?


it's "1" or whatever instead of "true" for me

PostPosted: Sat Apr 07, 2007 2:53 pm
Author: sgtbenc
Is there any way just to turn this feature completely off so that I don't have to go edit every file?

PostPosted: Mon Apr 09, 2007 11:30 pm
Author: Whisky
"sgtbenc";p="23828" wrote:Is there any way just to turn this feature completely off so that I don't have to go edit every file?

Not recommended at all but, hey, it's your board <img>
Go in ACP => CrackerTracker => Settings and you can set all options to "Deactivate"

PostPosted: Sat Apr 14, 2007 5:17 pm
Author: Tarun
I totally agree.

I do not want to use this horrible CrapTracker software. Disable does nothing. If it cannot be easily disabled, I'm going back to a previous version.

PostPosted: Sun Apr 15, 2007 9:44 am
Author: ZacFields
actually it can very easily be disabled and I think it has been mentioned numerous times on the boards. I have the same exact patches installed on my boards that everyone else has access to at the moment and I haven't had a crackertracker error message in months. <img>

Zac

Re: Removing CrackerTracker?

PostPosted: Sun May 06, 2007 4:06 pm
Author: DarkGizmo
now i have another problem, when i go to my admin panel i get a blank screen when i try to open the debug log :S so the option of enabling the debugger is of no use for me....
any one have a sollution for me?

thnx in advance....