Page 1 of 1

Cracker Tracker and P.C.P problems

PostPosted: Fri Mar 28, 2008 2:14 pm
Author: Angelus
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: http://www.world-of-miniatures.de/forum141

PHP Version:
MySQL Version:


What was done before the problem appeared?
Update 140 to 141


What was done to try to solve the problem?




De.scription and Message

Hi,

I try to update to 141.

The problem I have is that I'm not allowed to change things in PCP.

If I go to

Admin Panel -> PCP -> Maps definition -> PHPBB -> viewtopic _> left -> edit -> user_cashtp (or any other)

I get this error message:

SECURITY ALERT ÂÂÂ » ÂÂÂ » ÂÂÂ » ÂÂÂ »
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit .script so the Security System stopped the .script.


If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a de.scription what you have done before you could see this page, that the Admin has the possibility to fix the problem.


I have not changed any settings in cracker tracker since update.

Can Anyone help me with this? What must I do that I'm allowed to change the settings.

Greetings
Thorsten

PostPosted: Fri Mar 28, 2008 3:56 pm
Author: Pollogk
I have the same problems.

I have is that I'm not allowed to change things in all Admin Panel

Re: Cracker Tracker and P.C.P problems

PostPosted: Fri Mar 28, 2008 7:35 pm
Author: Helter
you should be able to solve this using the normal CT debug process
http://www.integramod.com/forum/viewtop ... t=ctracker

Re: Cracker Tracker and P.C.P problems

PostPosted: Sat Mar 29, 2008 3:50 am
Author: Angelus
So it seems Cracker Tracker does make more problems than in solves when I look to the linked topic <img>

Thanks anyway for the link.

Greetings
Thorsten

Re: Cracker Tracker and P.C.P problems

PostPosted: Sat Mar 29, 2008 11:41 am
Author: CaNNon
I have those edits done if you'll remind me the file name I'll post them for you.
That was a really long one to get through. <img>

Re: Cracker Tracker and P.C.P problems

PostPosted: Sun Mar 30, 2008 8:27 am
Author: Angelus
Hi,

after I turned Debug on in the logfiles there is the following:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /forum141/admin/admin_pcp_usermaps.php
----------------

Request-Method: POST

Matching rule: "
In variable: field_style_0
In variable: field_style_1
In variable: field_style_2
In variable: field_style_3
In variable: field_style_4
In variable: field_style_5
In variable: field_style_6
In variable: field_style_7
In variable: field_style_8
In variable: field_style_9
In variable: field_style_10
In variable: field_style_11
In variable: field_style_13

Matching rule: <div
In variable: field_style_0
In variable: field_style_1
In variable: field_style_2
In variable: field_style_3
In variable: field_style_4
In variable: field_style_5
In variable: field_style_6
In variable: field_style_7
In variable: field_style_8
In variable: field_style_9
In variable: field_style_10
In variable: field_style_11
In variable: field_style_13

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

#
#-----[ OPEN ]------------------------------------------
#
/forum141/admin/admin_pcp_usermaps.php

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

#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('field_style_0','field_style_1','field_style_2','field_style_3','field_style_4','field_style_5','field_style_6','field_style_7','field_style_8','field_style_9','field_style_10','field_style_11','field_style_13');

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


So I have to edit the file like seen above right?

Greetings
Thorsten

Re: Cracker Tracker and P.C.P problems

PostPosted: Sun Mar 30, 2008 4:14 pm
Author: CaNNon
yea you need to do that edit, thats not the same one I had to do all the edits for either. <img>

Re: Cracker Tracker and P.C.P problems

PostPosted: Mon Mar 31, 2008 8:56 am
Author: Angelus
Which edits did you made?

Greetings
Thorsten

Re: Cracker Tracker and P.C.P problems

PostPosted: Mon Mar 31, 2008 2:01 pm
Author: DjPorkchop
I made all of them PLUS some in that linked topic and they all worked EXCEPT for the PCP section.

Re: Cracker Tracker and P.C.P problems

PostPosted: Mon Mar 31, 2008 2:08 pm
Author: Angelus
Hm that's not good. So I will have to see which edits I will make.

Greetings
Thorsten

Re: Cracker Tracker and P.C.P problems

PostPosted: Mon Mar 31, 2008 3:39 pm
Author: CaNNon
I don't remember the name of the file, There is a tread around though.