This is the code to verify the login (just to test):
Code: Select all
if ( !strcasecmp($_POST['user_id'], 'wtf') )
//do log inThis is the link http://redrum.no-ip.info/speed/index.php you can try it out.
I also tried this on my other desktop and laptop and same thing happens.
I wrote a script to test the encoding the of input ( http://redrum.no-ip.info/speed/detect.php ). I just use the function mb_detect_encoding() to test the $_POST variable and I find that when I use the right shift button in IE and it doesn't work, it won't return an encoding. All other times when it works, it returns ASCII. I don't know if this has anything to do with it.
Does anyone why? Thanks.