Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <? $app_id = "111111"; $secret_key = "12312d12d12d21d12d"; $admin_key = "sendthismessage"; $hostname = "localhost"; $username = "asd"; $password = "asdasdasdasdasd"; $dbName = "TOD"; $playersTable = "players"; $input = $_GET; if ((isset($input['key'])) && (isset($input['mes']))) { if ($input['key'] == $admin_key && strlen($input['mes']) >= 5) { $db = new mysqli($hostname, $username, $password, Source: http://pastebin.com/raw.php?i=Dq9NPAMq
↧