Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php //Connect to phpMYADMIN database`enter code here` $db_hostname = 'localhost'; $db_database = 'CollegeUsername_DB'; $db_username = 'CollegeUsername'; $db_password = 'password'; $db_status = 'not initialised'; $str_result = ''; $db_server = mysqli_connect($db_hostname, $db_username, $db_password); $db_status = "connected"; if (!$db_server){ die("Unable to connect to the database: " . mysqli_c Source: http://pastebin.com/raw.php?i=QWWxxJrw
↧