Detected 1 occurrence(s) of ‘mysql_[p]*connect\([“‘]{0,1}[a-z0-9\-\.\$]+[“‘]{0,1}\s*,': <?php // Connects to your Database mysql_connect("YOURINFO.hostedresource.com", "YOURuserNAME", "YOURpassword") or die(mysql_error()); mysql_select_db("YOURdatabaseNAME") or die(mysql_error()); $mode = isset($_POST['mode']) ? $_POST['mode'] : ""; $vote = isset($_POST['vote']) ? $_POST['vote'] : ""; //Name of our cookie $co Source: http://pastebin.com/raw.php?i=vCj6GBmp
↧