Possible Bug In Ctracker ? »  Show posts from    to     

Icy Phoenix


Old Support Topics - Possible Bug In Ctracker ?



Informpro [ Tue 12 Jan, 2010 11:20 ]
Post subject: Possible Bug In Ctracker ?
Ok, I was really not fond of ctracker, and now I hate it.

Yesterday, TimeMachine has MP me "I can't register on icyphoenix.fr, I get a ctracker" (in french). Ok, I have debug (Adding a lot of exit('debug') for see where the message is exited) ; I have spend 20 minutes of my time, but I've found a solution. First, there is a strange thing:I have put some var_dump for check the value of $ct_attack_detection, as this:
Code: [Hide]
  1. function debug()
  2. {
  3. global $ct_attack_detection;
  4. static $i_attack = 0;
  5. var_dump( $ct_attack_detection );
  6. printf( '$ct_attack_detection: %s -- Debug #%d<br />', ( $ct_attack_detection?'true':false ), ++$i_attack );
  7. }
Code: [Hide]
  1. debug();
  2. }
  3. debug();
  4. }
  5. debug();
  6. }
  7. debug();
Finally, I've add a key in in the var "$unchecked_post_fields", "agreed". Not i'm not having any problems. I want to know wtf with ctracker ...


Mighty Gorgon [ Sun 17 Jan, 2010 13:46 ]
Post subject: Re: Possible Bug In Ctracker ?
Thanks for reporting, I will check.


Informpro [ Sun 17 Jan, 2010 19:58 ]
Post subject: Re: Possible Bug In Ctracker ?
I add "reg_option" ... But now I find the issue: The param passed is "S/'inscrire", and the secured var (by $ct_rules) is "S*inscrire". So I think the look can be focused on $ct_rules .




Powered by Icy Phoenix