Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <html> <head> <title>A BASIC HTML FORM</title> </head> <body> <?php $user_name = 'u644532008_admin'; $password = 'badziak'; $database = 'u644532008_baza'; $server = 'mysql.hostinger.pl'; $connection = new mysqli($server, $user_name, $password, $database); if($connection->connect_errno > 0) { die('Unable to connect to database [' . $connection->connect_error Source: http://pastebin.com/raw.php?i=f2L9Nfws
↧