Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php function connect($debug = NULL){ $location = "localhost"; $user = "drama"; $db = "drama"; $password = "yhvZCB2DyLh6eGB6"; mysql_connect($location,$user,$password) or die(mysql_error()); if (isset($debug)) echo "Connected to MySQL on ".$location."<br />"; mysql_select_db($db) or die(mysql_error()); if (isset($debug)) echo "Connected to the ".$db." Database<br />"; Source: http://pastebin.com/raw.php?i=gQriwggt
↧