Possible Bug In Ctracker ?


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: [Download] [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: [Download] [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 ...

Profile PM  
Subject: Re: Possible Bug In Ctracker ?
Thanks for reporting, I will check.

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 :) .

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1681s (PHP: 11% SQL: 89%)
SQL queries: 15 - Debug Off - GZIP Enabled