http://www.icyphoenix.com/viewtopic.php?f=35&t=3371&p=22943#p22943
-----------------------------------
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]


