https://www.icyphoenix.com/viewtopic.php?f=35&t=6847&p=47073#p47073 ----------------------------------- Informpro Tue 12 Jan, 2010 11:20 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 syntax=php]function debug() { global $ct_attack_detection; static $i_attack = 0; var_dump( $ct_attack_detection ); printf( '$ct_attack_detection: %s -- Debug #%d
', ( $ct_attack_detection?'true':false ), ++$i_attack ); }[/code][code syntax=php] debug(); } debug(); } debug(); } debug();[/code]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 ...