Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <?php $host_name = "XXX"; $database = "XXX"; // Change your database name $username = "XXX"; // Your database user id $password = "XXX"; // Your password function encrypt($text, $salt = 'XXX') { return trim( base64_encode( mcrypt_encrypt( MCRYPT_RIJNDAEL_256, $salt, $text, MCRYPT_MODE_ECB, mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_EC Source: http://pastebin.com/raw.php?i=1TtscicC
↧