http://www.icyphoenix.com/viewtopic.php?f=35&t=2074
-----------------------------------
deejaymoni
Thu 24 May, 2007 10:50

Ctracker Makes A Lot Of Problems
-----------------------------------
Hello everyone,
got a important question. I saw some solutions for the CBack CrackerTracker Errors but there was nothing in my case.

I have downgrate phpbb plus to phpbb and than upgrated to Icy Phoenix at first I didn#t notice but Ctracker don't let me change anything in profile éven if I try to change the country it always tell me the ctracker error and now I was wondering how the ctracker is included in the Icy Phoenix board is it just impalted or included as referrer in every file?

Sorry for my bad english ^^

THX for your help


-----------------------------------
deejaymoni
Thu 24 May, 2007 18:32

Re: Ctracker Makes A Lot Of Problems
-----------------------------------
I have fixed the problem now on my own.

I should define('CT_SECLEVEL', 'MEDIUM'); for an mod called "Custom Profile Fields". Just run Ctracker in debug mod.


-----------------------------------
Mighty Gorgon
Sat 26 May, 2007 01:26

Re: SOLVED - Ctracker Makes A Lot Of Problems
-----------------------------------
Thank you very much for posting the problem and the solution as well.

Can you please tell us where did you add that string?

Thank you.


-----------------------------------
deejaymoni
Sat 26 May, 2007 20:31

Re: Ctracker Makes A Lot Of Problems
-----------------------------------
[code linenumbers=false]Find in profile.php

include($phpbb_root_path . 'common.' . $phpEx);[/code]

[code linenumbers=false]Add before

define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('interests','your_favourite_jessica_movie_','why_do_you_like_jessica_'); <-- this depends on the settings of the Custom Profile Fields Mod.[/code]

So better try Ctracker in debug mode to know exactly how the syntax need to be written.


