Detected 1 occurrence(s) of ‘\s*[a-z0-9\-_]*secret[key]+\s*[:=]+\s*["']\S+["']‘: $scenarioid = mysql_real_escape_string($_GET['scenarioid'], $db); $question = mysql_real_escape_string($_GET['question'], $db); $answer = mysql_real_escape_string($_GET['answer'], $db); //$hash = $_GET['hash']; $secretKey="cocoapuffs"; # Change this value to match the value stored in the client javascript below //$real_hash = md5($name . $score . $secretKey); //if($real_hash == $hash) { // Send variables for the MySQL database class. $q [...]
↧