Page 1 of 1

ctracker - turn off ? fake exploits.. pcp wizard...

PostPosted: Fri Jan 26, 2007 4:52 pm
Author: Gattsu
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

hy!

is there any way to thurn off ctracker until i configuire board.. because when i go something editi in pcp wizard like alter page display... it give me a fake exploit ..

thanx

PostPosted: Fri Jan 26, 2007 7:16 pm
Author: IntegraMOD

PostPosted: Sat Jan 27, 2007 3:41 am
Author: Gattsu
ok i dont see this ...

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /......../admin/admin_pcp_wizard.php
----------------

Request-Method: POST

Matching rule: "
In variable: style_user_rank_title
In variable: style_user_warnings

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/hinata/animehell/admin/admin_pcp_wizard.php

#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('style_user_rank_title','style_user_warnings');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


hm,, i cant find that line .. =(

PostPosted: Sat Jan 27, 2007 5:47 am
Author: fidunderground
yeah man....i want to disable it completely....i cant make any changes in admin panel because of this ctracker!!!

PostPosted: Sat Jan 27, 2007 7:46 am
Author: ZacFields
In integramod, you'll have to search for:

define('IN_PHPBB', true);

INSTEAD of: define('IN_PHPBB', 1);

I couldn't get the PCP wizard patched when I was trying, so if you want to mess with the PCP wizard, do this:

Code: Select all
 # #-----[ OPEN ]------------------------------------------ # /admin/admin_pcp_wizard.php  # #-----[ FIND ]------------------------------------------ # define('IN_PHPBB', true);  # #-----[ AFTER, ADD ]------------------------------------------ # define('CT_SECLEVEL', 'LOW);  # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM  


You will then be able to update your PCP as you wish.

If you'de like to disable it, do this same thing for all files that CrackerTracker tells you to fix. Search the file for:

define('IN_PHPBB', true);

and then ADD AFTER:

define('CT_SECLEVEL', 'LOW);

And ignore the other information it gives you. I believe the folks here at integrmod are working on this issue for either a patch or a new release eventually with all the fixes so you won't have to worry about crackertracker bothering you with the next release.

Zac

Re: ctracker - turn off ? fake exploits.. pcp wizard...

PostPosted: Sat Jan 27, 2007 2:56 pm
Author: DjPorkchop
For the love of god I hope so. No offense to our athiest users...... Integramod is the Sh*t BUt after installing 8 times in 7 days I ve had enough. Im going back to 1.4.0 updated as much as I can get it.

I understand these folks do this for free and bless their souls and families for putting up with so much PC time and they do it for FREE! Kudos gents and ladies. Thank you soooo much. BUT after loosing 40 of my 41 users I must go back to 1.4.0

As soon as this is fixed I will immediately without thinking twice upgrade. I love 1.4.1 and all it offers and am itching to useit badly BUT until this issue is fixed I refuse.

Im not bashing developers either as you can tell by my past comments. I love Integramod til the end. No doubtin my mind. I just cant at this time deal with all the issues. And I FIRMLY dont believe its all Cracker Tracker related. I think they had users that pushed them so hard it got released prematurely. And I believe the developement of Olympus has something to do with it oo, BUT thats just my opinion. Ill stand by and wait til issues are resolved then upgrade to 1.4.1. <img>

PostPosted: Sat Apr 28, 2007 4:10 pm
Author: zenrei
[quote=""ZacFields";p="20509""]In integramod, you'll have to search for:

define('IN_PHPBB', true);

INSTEAD of: define('IN_PHPBB', 1);

I couldn't get the PCP wizard patched when I was trying, so if you want to mess with the PCP wizard, do this:

Code: Select all
 # #-----[ OPEN ]------------------------------------------ # /admin/admin_pcp_wizard.php  # #-----[ FIND ]------------------------------------------ # define('IN_PHPBB', true);  # #-----[ AFTER, ADD ]------------------------------------------ # define('CT_SECLEVEL', 'LOW);  # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM  


You will then be able to update your PCP as you wish.

If you'de like to disable it, do this same thing for all files that CrackerTracker tells you to fix. Search the file for]

~edit~

nevermind <img>