http://www.icyphoenix.com/viewtopic.php?f=35&t=3371
-----------------------------------
Corleone
Wed 02 Jan, 2008 13:29

CrackerTracker...I Have A Problem
-----------------------------------
[b]When I "update blocks" in a CMS, i have this error message :

[quote]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 description what you have done before you could see this page, that the Admin has the possibility to fix the problem. [/quote]

You have a solution for me, thanks in advance...[/b]


-----------------------------------
New Player
Wed 02 Jan, 2008 13:48

Re: CrackerTracker...I Have A Problem
-----------------------------------
download and read the ctracker manual :wink: >> http://www.community.cback.de/viewtopic.php?t=8572


-----------------------------------
Rene
Wed 02 Jan, 2008 14:07

Re: CrackerTracker...I Have A Problem
-----------------------------------
I think I have a Problem with the Tracker too, when I try to upload an images with jupload the error occurs.

 [img]http://www.icyphoenix.com/files/images/2880/jupload.jpg[/img]

I thought new year problems are history but this seems not work for Icy Phoenix code :(


-----------------------------------
New Player
Wed 02 Jan, 2008 14:11

Re: CrackerTracker...I Have A Problem
-----------------------------------
read the manual of ctracker than is this problem history :wink:
the codes that the ctracker give you must compatibel to the icy phoenix code


-----------------------------------
Rene
Wed 02 Jan, 2008 14:19

Re: CrackerTracker...I Have A Problem
-----------------------------------
[quote user="New Player" post="22942"]read the manual of ctracker than is this problem history :wink:
the codes that the ctracker give you must compatibel to the icy phoenix code[/quote]

I read it and I do the code changes but the problem is the same.

[code]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /bwportal/album_jupload.php
----------------

Request-Method: POST

Matching rule: g
In variable:   uploadedFiles0_absolutePath

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/bwportal/album_jupload.php

#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('uploadedFiles0_absolutePath');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
[/code]


-----------------------------------
Corleone
Wed 02 Jan, 2008 14:24

Re: CrackerTracker...I Have A Problem
-----------------------------------
[quote user="New Player" post="22938"]download and read the ctracker manual :wink: >> http://www.community.cback.de/viewtopic.php?t=8572[/quote]
Thanks New Player, I read this and I say you it after...


-----------------------------------
New Player
Wed 02 Jan, 2008 14:27

Re: CrackerTracker...I Have A Problem
-----------------------------------
@ rene

try this:

change 
[code]define('CT_SECLEVEL', 'MEDIUM');[/code] 

to

[code]define('CT_SECLEVEL', 'LOW');[/code]


-----------------------------------
Rene
Wed 02 Jan, 2008 14:44

Re: CrackerTracker...I Have A Problem
-----------------------------------
It don't work. The CT Message does not occur anymore. I don't get a message with the CT Lines in my album_jupload.php but without the lines there is no message too.

With IE, Images are uploading but not processed and after uploading a blank page comes up. With FF no images are uploaded. I don't know why, but a few days ago the uploader was working fine...


-----------------------------------
New Player
Wed 02 Jan, 2008 14:53

Re: CrackerTracker...I Have A Problem
-----------------------------------
very strange
now i don't have any idea
sorry


-----------------------------------
Rene
Wed 02 Jan, 2008 15:32

Re: CrackerTracker...I Have A Problem
-----------------------------------
I think the problem is only with big images. I can upload images with for example 1600x1200, but in this case the images is 2576x1932.

Do you know where I can change the max size?


