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

Support for IntegraMOD 141

Moderator: Integra Moderator

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

PostAuthor: Gattsu » Fri Jan 26, 2007 4:52 pm

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

Gattsu
Members
Members
 
Posts: 50
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 27, 2006 1:51 pm
Cash on hand: 0.00

PostAuthor: IntegraMOD » Fri Jan 26, 2007 7:16 pm

Last edited by IntegraMOD on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
IntegraMOD
Administrator
Administrator
 
Posts: 459
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 0.00
Bank: 100.00
Location: Seattle Wa

PostAuthor: Gattsu » Sat Jan 27, 2007 3:41 am

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

Gattsu
Members
Members
 
Posts: 50
Likes: 0 post
Liked in: 0 post
Joined: Tue Jun 27, 2006 1:51 pm
Cash on hand: 0.00

PostAuthor: fidunderground » Sat Jan 27, 2007 5:47 am

yeah man....i want to disable it completely....i cant make any changes in admin panel because of this ctracker!!!
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 7:46 am

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
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: ctracker - turn off ? fake exploits.. pcp wizard...

PostAuthor: DjPorkchop » Sat Jan 27, 2007 2:56 pm

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>
Last edited by DjPorkchop on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
DjPorkchop
Administrator
Administrator
 
Posts: 1593
Likes: 136 posts
Liked in: 26 posts
Images: 12
Joined: Fri Apr 21, 2006 7:59 pm
Cash on hand: 1,575.25
Location: Illinois
IntegraMOD version: phpBB2x

PostAuthor: zenrei » Sat Apr 28, 2007 4:10 pm

[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>
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

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