Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $host="localhost"; // Host name $username="site"; // Mysql username $password="wachtwoord"; // Mysql password $db_name="stats"; // Database name $tbl_name="stats_move"; // Table name // Connect to server and select database. mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot Source: http://pastebin.com/raw.php?i=Z08vKn4a
↧