Removing CrackerTracker?

Support for IntegraMOD 141

Moderator: Integra Moderator

Removing CrackerTracker?

PostAuthor: Neva » Sat Jan 27, 2007 11:36 am

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.
Last edited by Neva on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Moo
User avatar
Neva
Members
Members
 
Posts: 44
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 8:19 pm
Cash on hand: 0.00

PostAuthor: fidunderground » Sat Jan 27, 2007 11:53 am

yeah...even i want to remove it...its no use...i cant edit anything from the admin general config!!
Last edited by fidunderground on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

fidunderground
Members
Members
 
Posts: 39
Likes: 0 post
Liked in: 0 post
Joined: Tue Jan 23, 2007 6:23 am
Cash on hand: 0.00

PostAuthor: ZacFields » Sat Jan 27, 2007 12:31 pm

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
Last edited by ZacFields on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

ZacFields
Sr Integra Member
Sr Integra Member
 
Posts: 426
Likes: 0 post
Liked in: 0 post
Joined: Wed May 24, 2006 11:14 pm
Cash on hand: 0.00

PostAuthor: Willy » Mon Feb 19, 2007 2:03 pm

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!
Last edited by Willy on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Willy
Newbie
Newbie
 
Posts: 4
Likes: 0 post
Liked in: 0 post
Joined: Sat Feb 03, 2007 4:23 pm
Cash on hand: 0.00

PostAuthor: Juppertje » Fri Mar 02, 2007 3:28 pm

"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?
Last edited by Juppertje on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Juppertje
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 1:12 pm
Cash on hand: 0.00

PostAuthor: atomhead » Mon Mar 12, 2007 11:45 am

"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
Last edited by atomhead on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 6:25 pm
Cash on hand: 0.00

PostAuthor: sgtbenc » Sat Apr 07, 2007 2:53 pm

Is there any way just to turn this feature completely off so that I don't have to go edit every file?
Last edited by sgtbenc on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

sgtbenc
Newbie
Newbie
 
Posts: 7
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 04, 2007 9:46 pm
Cash on hand: 0.00

PostAuthor: Whisky » Mon Apr 09, 2007 11:30 pm

"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"
Last edited by Whisky on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 2:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: Tarun » Sat Apr 14, 2007 5:17 pm

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.
Last edited by Tarun on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Tarun
Newbie
Newbie
 
Posts: 18
Likes: 0 post
Liked in: 0 post
Joined: Sun May 28, 2006 7:10 pm
Cash on hand: 0.00

PostAuthor: ZacFields » Sun Apr 15, 2007 9:44 am

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
Last edited by ZacFields on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

ZacFields
Sr Integra Member
Sr Integra Member
 
Posts: 426
Likes: 0 post
Liked in: 0 post
Joined: Wed May 24, 2006 11:14 pm
Cash on hand: 0.00

Re: Removing CrackerTracker?

PostAuthor: DarkGizmo » Sun May 06, 2007 4:06 pm

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....
Last edited by DarkGizmo on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

DarkGizmo
Newbie
Newbie
 
Posts: 5
Likes: 0 post
Liked in: 0 post
Joined: Sun Feb 25, 2007 8:30 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]