Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': password; $myusername = stripslashes($myusername); $mypassword = stripslashes($mypassword); $myusername = mysql_real_escape_string($myusername); $mypassword = mysql_real_escape_string($mypassword); $sql="SELECT * FROM $tbl WHERE username='$myusername' and password='$mypassword'"; $result=mysql_query($sql); $count=mysql_num_rows($result); if($count==1){ echo <<<EOF <link rel="stylesheet" type="text/css" href="css/style.css"> <div class="alertgreen" id=""> <alert>Welcome to the members area $myusername </alert> Source: http://pastebin.com/raw.php?i=uB9YD21W
↧